Skip to content

Commit b67de0d

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 9415208 commit b67de0d

File tree

4 files changed

+172
-28
lines changed

4 files changed

+172
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@
22092209
"ResourcePolicy": {
22102210
"target": "com.amazonaws.dynamodb#ResourcePolicy",
22112211
"traits": {
2212-
"smithy.api#documentation": "<p>An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.</p>\n <p>When you attach a resource-based policy while creating a table, the policy application is <i>strongly consistent</i>.</p>\n <p>The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html\">Resource-based policy considerations</a>.</p>"
2212+
"smithy.api#documentation": "<p>An Amazon Web Services resource-based policy document in JSON format that will be attached to the table.</p>\n <p>When you attach a resource-based policy while creating a table, the policy application is <i>strongly consistent</i>.</p>\n <p>The maximum size supported for a resource-based policy document is 20 KB. DynamoDB counts whitespaces when calculating the size of a policy against this limit. For a full list of all considerations that apply for resource-based policies, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html\">Resource-based policy considerations</a>.</p>\n <note>\n <p>You need to specify the <code>CreateTable</code> and <code>PutResourcePolicy</code> IAM actions for authorizing a user to create a table with a resource-based policy.</p>\n </note>"
22132213
}
22142214
},
22152215
"OnDemandThroughput": {

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

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14667,7 +14667,7 @@
1466714667
"BgpAsn": {
1466814668
"target": "com.amazonaws.ec2#Integer",
1466914669
"traits": {
14670-
"smithy.api#documentation": "<p>For devices that support BGP, the customer gateway's BGP ASN.</p>\n <p>Default: 65000</p>"
14670+
"smithy.api#documentation": "<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>\n <p>Default: 65000</p>\n <p>Valid values: <code>1</code> to <code>2,147,483,647</code>\n </p>"
1467114671
}
1467214672
},
1467314673
"PublicIp": {
@@ -14706,7 +14706,7 @@
1470614706
"IpAddress": {
1470714707
"target": "com.amazonaws.ec2#String",
1470814708
"traits": {
14709-
"smithy.api#documentation": "<p>\n IPv4 address for the customer gateway device's outside interface. The address must be static.\n </p>"
14709+
"smithy.api#documentation": "<p>IPv4 address for the customer gateway device's outside interface. The address must be\n static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to\n <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If\n <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a\n public IPv4 address. </p>"
1471014710
}
1471114711
},
1471214712
"DryRun": {
@@ -14716,6 +14716,12 @@
1471614716
"smithy.api#documentation": "<p>Checks whether you have the required permissions for the action, without actually\n making the request, and provides an error response. If you have the required\n permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is\n <code>UnauthorizedOperation</code>.</p>",
1471714717
"smithy.api#xmlName": "dryRun"
1471814718
}
14719+
},
14720+
"BgpAsnExtended": {
14721+
"target": "com.amazonaws.ec2#Long",
14722+
"traits": {
14723+
"smithy.api#documentation": "<p>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <code>BgpAsn</code> or <code>BgpAsnExtended</code> when creating the customer gateway. If the ASN is larger than <code>2,147,483,647</code>, you must use <code>BgpAsnExtended</code>.</p>\n <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>\n </p>"
14724+
}
1471914725
}
1472014726
},
1472114727
"traits": {
@@ -21804,7 +21810,7 @@
2180421810
"target": "com.amazonaws.ec2#String",
2180521811
"traits": {
2180621812
"aws.protocols#ec2QueryName": "BgpAsn",
21807-
"smithy.api#documentation": "<p>The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>",
21813+
"smithy.api#documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>\n <p>Valid values: <code>1</code> to <code>2,147,483,647</code>\n </p>",
2180821814
"smithy.api#xmlName": "bgpAsn"
2180921815
}
2181021816
},
@@ -21820,7 +21826,7 @@
2182021826
"target": "com.amazonaws.ec2#String",
2182121827
"traits": {
2182221828
"aws.protocols#ec2QueryName": "IpAddress",
21823-
"smithy.api#documentation": "<p>The IP address of the customer gateway device's outside interface.</p>",
21829+
"smithy.api#documentation": "<p>\n IPv4 address for the customer gateway device's outside interface. The address must be static. If <code>OutsideIpAddressType</code> in your VPN connection options is set to <code>PrivateIpv4</code>, you can use an RFC6598 or RFC1918 private IPv4 address. If <code>OutsideIpAddressType</code> is set to <code>PublicIpv4</code>, you can use a public IPv4 address.\n </p>",
2182421830
"smithy.api#xmlName": "ipAddress"
2182521831
}
2182621832
},
@@ -21863,6 +21869,14 @@
2186321869
"smithy.api#documentation": "<p>Any tags assigned to the customer gateway.</p>",
2186421870
"smithy.api#xmlName": "tagSet"
2186521871
}
21872+
},
21873+
"BgpAsnExtended": {
21874+
"target": "com.amazonaws.ec2#String",
21875+
"traits": {
21876+
"aws.protocols#ec2QueryName": "BgpAsnExtended",
21877+
"smithy.api#documentation": "<p>The customer gateway device's Border Gateway Protocol (BGP) Autonomous System Number\n (ASN).</p>\n <p>Valid values: <code>2,147,483,648</code> to <code>4,294,967,295</code>\n </p>",
21878+
"smithy.api#xmlName": "bgpAsnExtended"
21879+
}
2186621880
}
2186721881
},
2186821882
"traits": {

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,21 @@
15231523
"smithy.api#documentation": "<p>Details about consumer group replication.</p>"
15241524
}
15251525
},
1526+
"com.amazonaws.kafka#ControllerNodeInfo": {
1527+
"type": "structure",
1528+
"members": {
1529+
"Endpoints": {
1530+
"target": "com.amazonaws.kafka#__listOf__string",
1531+
"traits": {
1532+
"smithy.api#documentation": "<p>Endpoints for accessing the Controller.</p>",
1533+
"smithy.api#jsonName": "endpoints"
1534+
}
1535+
}
1536+
},
1537+
"traits": {
1538+
"smithy.api#documentation": "<p>Controller node information.</p>"
1539+
}
1540+
},
15261541
"com.amazonaws.kafka#CreateCluster": {
15271542
"type": "operation",
15281543
"input": {
@@ -6461,6 +6476,13 @@
64616476
"smithy.api#jsonName": "brokerNodeInfo"
64626477
}
64636478
},
6479+
"ControllerNodeInfo": {
6480+
"target": "com.amazonaws.kafka#ControllerNodeInfo",
6481+
"traits": {
6482+
"smithy.api#documentation": "<p>The ControllerNodeInfo.</p>",
6483+
"smithy.api#jsonName": "controllerNodeInfo"
6484+
}
6485+
},
64646486
"InstanceType": {
64656487
"target": "com.amazonaws.kafka#__string",
64666488
"traits": {

0 commit comments

Comments
 (0)