Skip to content

Commit 3adb14f

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent e9a9720 commit 3adb14f

File tree

6 files changed

+1880
-106
lines changed

6 files changed

+1880
-106
lines changed

codegen/sdk-codegen/aws-models/customer-profiles.json

Lines changed: 779 additions & 72 deletions
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/deadline.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9535,6 +9535,12 @@
95359535
"traits": {
95369536
"smithy.api#documentation": "<p>The limits and their amounts acquired during a session action. If no limits were acquired during the session, this field isn't returned.</p>"
95379537
}
9538+
},
9539+
"manifests": {
9540+
"target": "com.amazonaws.deadline#TaskRunManifestPropertiesListResponse",
9541+
"traits": {
9542+
"smithy.api#documentation": "<p>The list of manifest properties that describe file attachments for the task run.</p>"
9543+
}
95389544
}
95399545
},
95409546
"traits": {
@@ -18058,6 +18064,12 @@
1805818064
"smithy.api#documentation": "<p>The session action definition.</p>",
1805918065
"smithy.api#required": {}
1806018066
}
18067+
},
18068+
"manifests": {
18069+
"target": "com.amazonaws.deadline#TaskRunManifestPropertiesListResponse",
18070+
"traits": {
18071+
"smithy.api#documentation": "<p>The list of manifest properties that describe file attachments for the task run.</p>"
18072+
}
1806118073
}
1806218074
},
1806318075
"traits": {
@@ -18902,6 +18914,12 @@
1890218914
"traits": {
1890318915
"smithy.api#enumValue": "PATH"
1890418916
}
18917+
},
18918+
"CHUNK_INT": {
18919+
"target": "smithy.api#Unit",
18920+
"traits": {
18921+
"smithy.api#enumValue": "CHUNK_INT"
18922+
}
1890518923
}
1890618924
}
1890718925
},
@@ -19542,6 +19560,12 @@
1954219560
"traits": {
1954319561
"smithy.api#documentation": "<p>A file system path represented as a string.</p>"
1954419562
}
19563+
},
19564+
"chunkInt": {
19565+
"target": "com.amazonaws.deadline#String",
19566+
"traits": {
19567+
"smithy.api#documentation": "<p>A range (for example 1-10) or selection of specific (for example 1,3,7,8,10) integers represented as a string.</p>"
19568+
}
1954519569
}
1954619570
},
1954719571
"traits": {
@@ -19570,6 +19594,72 @@
1957019594
}
1957119595
}
1957219596
},
19597+
"com.amazonaws.deadline#TaskRunManifestPropertiesListRequest": {
19598+
"type": "list",
19599+
"member": {
19600+
"target": "com.amazonaws.deadline#TaskRunManifestPropertiesRequest"
19601+
},
19602+
"traits": {
19603+
"smithy.api#length": {
19604+
"min": 0,
19605+
"max": 10
19606+
}
19607+
}
19608+
},
19609+
"com.amazonaws.deadline#TaskRunManifestPropertiesListResponse": {
19610+
"type": "list",
19611+
"member": {
19612+
"target": "com.amazonaws.deadline#TaskRunManifestPropertiesResponse"
19613+
}
19614+
},
19615+
"com.amazonaws.deadline#TaskRunManifestPropertiesRequest": {
19616+
"type": "structure",
19617+
"members": {
19618+
"outputManifestPath": {
19619+
"target": "com.amazonaws.deadline#String",
19620+
"traits": {
19621+
"smithy.api#documentation": "<p>The manifest file path.</p>",
19622+
"smithy.api#length": {
19623+
"min": 1,
19624+
"max": 512
19625+
}
19626+
}
19627+
},
19628+
"outputManifestHash": {
19629+
"target": "com.amazonaws.deadline#String",
19630+
"traits": {
19631+
"smithy.api#documentation": "<p>The hash value of the file.</p>",
19632+
"smithy.api#length": {
19633+
"min": 1,
19634+
"max": 256
19635+
}
19636+
}
19637+
}
19638+
},
19639+
"traits": {
19640+
"smithy.api#documentation": "<p>The output manifest properties reported by the worker agent for a completed task run.</p>"
19641+
}
19642+
},
19643+
"com.amazonaws.deadline#TaskRunManifestPropertiesResponse": {
19644+
"type": "structure",
19645+
"members": {
19646+
"outputManifestPath": {
19647+
"target": "com.amazonaws.deadline#String",
19648+
"traits": {
19649+
"smithy.api#documentation": "<p>The manifest file path.</p>"
19650+
}
19651+
},
19652+
"outputManifestHash": {
19653+
"target": "com.amazonaws.deadline#String",
19654+
"traits": {
19655+
"smithy.api#documentation": "<p>The hash value of the file.</p>"
19656+
}
19657+
}
19658+
},
19659+
"traits": {
19660+
"smithy.api#documentation": "<p>The manifest properties for a task run, corresponding to the manifest properties in the job.</p>"
19661+
}
19662+
},
1957319663
"com.amazonaws.deadline#TaskRunSessionActionDefinition": {
1957419664
"type": "structure",
1957519665
"members": {
@@ -19613,6 +19703,12 @@
1961319703
"smithy.api#documentation": "<p>The step ID.</p>",
1961419704
"smithy.api#required": {}
1961519705
}
19706+
},
19707+
"parameters": {
19708+
"target": "com.amazonaws.deadline#TaskParameters",
19709+
"traits": {
19710+
"smithy.api#documentation": "<p>The parameters of a task run in a session action.</p>"
19711+
}
1961619712
}
1961719713
},
1961819714
"traits": {
@@ -22051,6 +22147,12 @@
2205122147
"traits": {
2205222148
"smithy.api#documentation": "<p>The percentage completed.</p>"
2205322149
}
22150+
},
22151+
"manifests": {
22152+
"target": "com.amazonaws.deadline#TaskRunManifestPropertiesListRequest",
22153+
"traits": {
22154+
"smithy.api#documentation": "<p>A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job.</p>"
22155+
}
2205422156
}
2205522157
},
2205622158
"traits": {

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7491,7 +7491,7 @@
74917491
"target": "com.amazonaws.ec2#AssociateSecurityGroupVpcResult"
74927492
},
74937493
"traits": {
7494-
"smithy.api#documentation": "<p>Associates a security group with another VPC in the same Region. This enables you to use the same security group with network interfaces and instances in the specified VPC.</p>\n <note>\n <ul>\n <li>\n <p>The VPC you want to associate the security group with must be in the same Region.</p>\n </li>\n <li>\n <p>You can associate the security group with another VPC if your account owns the VPC or if the VPC was shared with you.</p>\n </li>\n <li>\n <p>You must own the security group and the VPC that it was created in.</p>\n </li>\n <li>\n <p>You cannot use this feature with default security groups.</p>\n </li>\n <li>\n <p>You cannot use this feature with the default VPC.</p>\n </li>\n </ul>\n </note>"
7494+
"smithy.api#documentation": "<p>Associates a security group with another VPC in the same Region. This enables you to use the same security group with network interfaces and instances in the specified VPC.</p>\n <note>\n <ul>\n <li>\n <p>The VPC you want to associate the security group with must be in the same Region.</p>\n </li>\n <li>\n <p>You can associate the security group with another VPC if your account owns the VPC or if the VPC was shared with you.</p>\n </li>\n <li>\n <p>You must own the security group.</p>\n </li>\n <li>\n <p>You cannot use this feature with default security groups.</p>\n </li>\n <li>\n <p>You cannot use this feature with the default VPC.</p>\n </li>\n </ul>\n </note>"
74957495
}
74967496
},
74977497
"com.amazonaws.ec2#AssociateSecurityGroupVpcRequest": {
@@ -41061,6 +41061,88 @@
4106141061
"outputToken": "NextToken",
4106241062
"items": "SecurityGroupVpcAssociations",
4106341063
"pageSize": "MaxResults"
41064+
},
41065+
"smithy.waiters#waitable": {
41066+
"SecurityGroupVpcAssociationAssociated": {
41067+
"acceptors": [
41068+
{
41069+
"state": "success",
41070+
"matcher": {
41071+
"output": {
41072+
"path": "SecurityGroupVpcAssociations[].State",
41073+
"expected": "associated",
41074+
"comparator": "allStringEquals"
41075+
}
41076+
}
41077+
},
41078+
{
41079+
"state": "retry",
41080+
"matcher": {
41081+
"output": {
41082+
"path": "SecurityGroupVpcAssociations[].State",
41083+
"expected": "associating",
41084+
"comparator": "anyStringEquals"
41085+
}
41086+
}
41087+
},
41088+
{
41089+
"state": "failure",
41090+
"matcher": {
41091+
"output": {
41092+
"path": "SecurityGroupVpcAssociations[].State",
41093+
"expected": "association-failed",
41094+
"comparator": "anyStringEquals"
41095+
}
41096+
}
41097+
}
41098+
],
41099+
"minDelay": 10
41100+
},
41101+
"SecurityGroupVpcAssociationDisassociated": {
41102+
"acceptors": [
41103+
{
41104+
"state": "success",
41105+
"matcher": {
41106+
"output": {
41107+
"path": "SecurityGroupVpcAssociations[].State",
41108+
"expected": "disassociated",
41109+
"comparator": "allStringEquals"
41110+
}
41111+
}
41112+
},
41113+
{
41114+
"state": "retry",
41115+
"matcher": {
41116+
"output": {
41117+
"path": "SecurityGroupVpcAssociations[].State",
41118+
"expected": "disassociating",
41119+
"comparator": "anyStringEquals"
41120+
}
41121+
}
41122+
},
41123+
{
41124+
"state": "failure",
41125+
"matcher": {
41126+
"output": {
41127+
"path": "SecurityGroupVpcAssociations[].State",
41128+
"expected": "disassociation-failed",
41129+
"comparator": "anyStringEquals"
41130+
}
41131+
}
41132+
},
41133+
{
41134+
"state": "success",
41135+
"matcher": {
41136+
"output": {
41137+
"path": "length(SecurityGroupVpcAssociations[]) == `0`",
41138+
"expected": "true",
41139+
"comparator": "booleanEquals"
41140+
}
41141+
}
41142+
}
41143+
],
41144+
"minDelay": 10
41145+
}
4106441146
}
4106541147
}
4106641148
},
@@ -41079,7 +41161,7 @@
4107941161
"Filters": {
4108041162
"target": "com.amazonaws.ec2#FilterList",
4108141163
"traits": {
41082-
"smithy.api#documentation": "<p>Security group VPC association filters.</p>\n <ul>\n <li>\n <p>\n <code>group-id</code>: The security group ID.</p>\n </li>\n <li>\n <p>\n <code>vpc-id</code>: The ID of the associated VPC.</p>\n </li>\n <li>\n <p>\n <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>\n </li>\n <li>\n <p>\n <code>state</code>: The state of the association.</p>\n </li>\n <li>\n <p>\n <code>tag:<key></code>: The key/value combination of a tag assigned to the resource. Use\n the tag key in the filter name and the tag value as the filter value. For\n example, to find all resources that have a tag with the key <code>Owner</code>\n and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter\n name and <code>TeamA</code> for the filter value.</p>\n </li>\n <li>\n <p>\n <code>tag-key</code>: The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>\n </li>\n </ul>",
41164+
"smithy.api#documentation": "<p>Security group VPC association filters.</p>\n <ul>\n <li>\n <p>\n <code>group-id</code>: The security group ID.</p>\n </li>\n <li>\n <p>\n <code>group-owner-id</code>: The group owner ID.</p>\n </li>\n <li>\n <p>\n <code>vpc-id</code>: The ID of the associated VPC.</p>\n </li>\n <li>\n <p>\n <code>vpc-owner-id</code>: The account ID of the VPC owner.</p>\n </li>\n <li>\n <p>\n <code>state</code>: The state of the association.</p>\n </li>\n <li>\n <p>\n <code>tag:<key></code>: The key/value combination of a tag assigned to the resource. Use\n the tag key in the filter name and the tag value as the filter value. For\n example, to find all resources that have a tag with the key <code>Owner</code>\n and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter\n name and <code>TeamA</code> for the filter value.</p>\n </li>\n <li>\n <p>\n <code>tag-key</code>: The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>\n </li>\n </ul>",
4108341165
"smithy.api#xmlName": "Filter"
4108441166
}
4108541167
},
@@ -104945,6 +105027,14 @@
104945105027
"smithy.api#documentation": "<p>The association's state reason.</p>",
104946105028
"smithy.api#xmlName": "stateReason"
104947105029
}
105030+
},
105031+
"GroupOwnerId": {
105032+
"target": "com.amazonaws.ec2#String",
105033+
"traits": {
105034+
"aws.protocols#ec2QueryName": "GroupOwnerId",
105035+
"smithy.api#documentation": "<p>The Amazon Web Services account ID of the owner of the security group.</p>",
105036+
"smithy.api#xmlName": "groupOwnerId"
105037+
}
104948105038
}
104949105039
},
104950105040
"traits": {

0 commit comments

Comments
 (0)