Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 24, 2024
1 parent edaca42 commit 5cbe93d
Show file tree
Hide file tree
Showing 6 changed files with 2,923 additions and 196 deletions.
166 changes: 124 additions & 42 deletions codegen/sdk-codegen/aws-models/datasync.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -35225,6 +35225,14 @@
"smithy.api#documentation": "<p>Indicates whether source/destination checking is enabled.</p>",
"smithy.api#xmlName": "sourceDestCheck"
}
},
"AssociatePublicIpAddress": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"aws.protocols#ec2QueryName": "AssociatePublicIpAddress",
"smithy.api#documentation": "<p>Indicates whether to assign a public IPv4 address to a network interface. \n This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>",
"smithy.api#xmlName": "associatePublicIpAddress"
}
}
},
"traits": {
Expand Down Expand Up @@ -76377,6 +76385,12 @@
"traits": {
"smithy.api#documentation": "<p>A connection tracking specification.</p>"
}
},
"AssociatePublicIpAddress": {
"target": "com.amazonaws.ec2#Boolean",
"traits": {
"smithy.api#documentation": "<p>Indicates whether to assign a public IPv4 address to a network interface. \n This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -81304,6 +81318,12 @@
"traits": {
"smithy.api#enumValue": "attachment"
}
},
"associatePublicIpAddress": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "associatePublicIpAddress"
}
}
}
},
Expand Down
Loading

0 comments on commit 5cbe93d

Please sign in to comment.