Skip to content

Commit 8441a26

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent b0e7237 commit 8441a26

File tree

41 files changed

+697
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+697
-267
lines changed

apis/dynamodb/2012-08-10/api-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@
12601260
"CancellationReasonList":{
12611261
"type":"list",
12621262
"member":{"shape":"CancellationReason"},
1263-
"max":25,
1263+
"max":100,
12641264
"min":1
12651265
},
12661266
"Capacity":{
@@ -2436,7 +2436,7 @@
24362436
"ItemResponseList":{
24372437
"type":"list",
24382438
"member":{"shape":"ItemResponse"},
2439-
"max":25,
2439+
"max":100,
24402440
"min":1
24412441
},
24422442
"KMSMasterKeyArn":{"type":"string"},
@@ -2750,7 +2750,7 @@
27502750
"ParameterizedStatements":{
27512751
"type":"list",
27522752
"member":{"shape":"ParameterizedStatement"},
2753-
"max":25,
2753+
"max":100,
27542754
"min":1
27552755
},
27562756
"PartiQLBatchRequest":{
@@ -3689,7 +3689,7 @@
36893689
"TransactGetItemList":{
36903690
"type":"list",
36913691
"member":{"shape":"TransactGetItem"},
3692-
"max":25,
3692+
"max":100,
36933693
"min":1
36943694
},
36953695
"TransactGetItemsInput":{
@@ -3719,7 +3719,7 @@
37193719
"TransactWriteItemList":{
37203720
"type":"list",
37213721
"member":{"shape":"TransactWriteItem"},
3722-
"max":25,
3722+
"max":100,
37233723
"min":1
37243724
},
37253725
"TransactWriteItemsInput":{

apis/dynamodb/2012-08-10/docs-2.json

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

apis/ec2/2016-11-15/api-2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5233,6 +5233,34 @@
52335233
"Description":{"shape":"String"}
52345234
}
52355235
},
5236+
"AddedPrincipal":{
5237+
"type":"structure",
5238+
"members":{
5239+
"PrincipalType":{
5240+
"shape":"PrincipalType",
5241+
"locationName":"principalType"
5242+
},
5243+
"Principal":{
5244+
"shape":"String",
5245+
"locationName":"principal"
5246+
},
5247+
"ServicePermissionId":{
5248+
"shape":"String",
5249+
"locationName":"servicePermissionId"
5250+
},
5251+
"ServiceId":{
5252+
"shape":"String",
5253+
"locationName":"serviceId"
5254+
}
5255+
}
5256+
},
5257+
"AddedPrincipalSet":{
5258+
"type":"list",
5259+
"member":{
5260+
"shape":"AddedPrincipal",
5261+
"locationName":"item"
5262+
}
5263+
},
52365264
"AdditionalDetail":{
52375265
"type":"structure",
52385266
"members":{
@@ -5563,6 +5591,18 @@
55635591
"Principal":{
55645592
"shape":"String",
55655593
"locationName":"principal"
5594+
},
5595+
"ServicePermissionId":{
5596+
"shape":"String",
5597+
"locationName":"servicePermissionId"
5598+
},
5599+
"Tags":{
5600+
"shape":"TagList",
5601+
"locationName":"tagSet"
5602+
},
5603+
"ServiceId":{
5604+
"shape":"String",
5605+
"locationName":"serviceId"
55665606
}
55675607
}
55685608
},
@@ -29176,6 +29216,10 @@
2917629216
"ModifyVpcEndpointServicePermissionsResult":{
2917729217
"type":"structure",
2917829218
"members":{
29219+
"AddedPrincipals":{
29220+
"shape":"AddedPrincipalSet",
29221+
"locationName":"addedPrincipalSet"
29222+
},
2917929223
"ReturnValue":{
2918029224
"shape":"Boolean",
2918129225
"locationName":"return"
@@ -33708,7 +33752,9 @@
3370833752
"volume",
3370933753
"vpc",
3371033754
"vpc-endpoint",
33755+
"vpc-endpoint-connection",
3371133756
"vpc-endpoint-service",
33757+
"vpc-endpoint-service-permission",
3371233758
"vpc-peering-connection",
3371333759
"vpn-connection",
3371433760
"vpn-gateway",
@@ -40406,6 +40452,14 @@
4040640452
"IpAddressType":{
4040740453
"shape":"IpAddressType",
4040840454
"locationName":"ipAddressType"
40455+
},
40456+
"VpcEndpointConnectionId":{
40457+
"shape":"String",
40458+
"locationName":"vpcEndpointConnectionId"
40459+
},
40460+
"Tags":{
40461+
"shape":"TagList",
40462+
"locationName":"tagSet"
4040940463
}
4041040464
}
4041140465
},

apis/ec2/2016-11-15/docs-2.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,18 @@
788788
"AddPrefixListEntries$member": null
789789
}
790790
},
791+
"AddedPrincipal": {
792+
"base": "<p>Describes a principal.</p>",
793+
"refs": {
794+
"AddedPrincipalSet$member": null
795+
}
796+
},
797+
"AddedPrincipalSet": {
798+
"base": null,
799+
"refs": {
800+
"ModifyVpcEndpointServicePermissionsResult$AddedPrincipals": "<p>Information about the added principals.</p>"
801+
}
802+
},
791803
"AdditionalDetail": {
792804
"base": "<p>Describes an additional detail for a path analysis.</p>",
793805
"refs": {
@@ -14487,6 +14499,7 @@
1448714499
"PrincipalType": {
1448814500
"base": null,
1448914501
"refs": {
14502+
"AddedPrincipal$PrincipalType": "<p>The type of principal.</p>",
1449014503
"AllowedPrincipal$PrincipalType": "<p>The type of principal.</p>"
1449114504
}
1449214505
},
@@ -14499,7 +14512,7 @@
1449914512
"PrivateDnsDetailsSet": {
1450014513
"base": null,
1450114514
"refs": {
14502-
"ServiceDetail$PrivateDnsNames": "<p>The private DNS names assigned to the VPC endpoint service. </p>"
14515+
"ServiceDetail$PrivateDnsNames": "<p>The private DNS names assigned to the VPC endpoint service.</p>"
1450314516
}
1450414517
},
1450514518
"PrivateDnsNameConfiguration": {
@@ -16716,6 +16729,9 @@
1671616729
"AddIpamOperatingRegion$RegionName": "<p>The name of the operating Region.</p>",
1671716730
"AddPrefixListEntry$Cidr": "<p>The CIDR block.</p>",
1671816731
"AddPrefixListEntry$Description": "<p>A description for the entry.</p> <p>Constraints: Up to 255 characters in length.</p>",
16732+
"AddedPrincipal$Principal": "<p>The Amazon Resource Name (ARN) of the principal.</p>",
16733+
"AddedPrincipal$ServicePermissionId": "<p>The ID of the service permission.</p>",
16734+
"AddedPrincipal$ServiceId": "<p>The ID of the service.</p>",
1671916735
"AdditionalDetail$AdditionalDetailType": "<p>The information type.</p>",
1672016736
"Address$InstanceId": "<p>The ID of the instance that the address is associated with (if any).</p>",
1672116737
"Address$PublicIp": "<p>The Elastic IP address.</p>",
@@ -16749,6 +16765,8 @@
1674916765
"AllocateIpamPoolCidrRequest$ClientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html\">Ensuring Idempotency</a>.</p>",
1675016766
"AllocateIpamPoolCidrRequest$Description": "<p>A description for the allocation.</p>",
1675116767
"AllowedPrincipal$Principal": "<p>The Amazon Resource Name (ARN) of the principal.</p>",
16768+
"AllowedPrincipal$ServicePermissionId": "<p>The ID of the service permission.</p>",
16769+
"AllowedPrincipal$ServiceId": "<p>The ID of the service.</p>",
1675216770
"AlternatePathHint$ComponentId": "<p>The ID of the component.</p>",
1675316771
"AlternatePathHint$ComponentArn": "<p>The Amazon Resource Name (ARN) of the component.</p>",
1675416772
"AnalysisAclRule$Cidr": "<p>The IPv4 address range, in CIDR notation.</p>",
@@ -18527,6 +18545,7 @@
1852718545
"VpcEndpointConnection$ServiceId": "<p>The ID of the service to which the endpoint is connected.</p>",
1852818546
"VpcEndpointConnection$VpcEndpointId": "<p>The ID of the VPC endpoint.</p>",
1852918547
"VpcEndpointConnection$VpcEndpointOwner": "<p>The ID of the Amazon Web Services account that owns the VPC endpoint.</p>",
18548+
"VpcEndpointConnection$VpcEndpointConnectionId": "<p>The ID of the VPC endpoint connection.</p>",
1853018549
"VpcIpv6CidrBlockAssociation$AssociationId": "<p>The association ID for the IPv6 CIDR block.</p>",
1853118550
"VpcIpv6CidrBlockAssociation$Ipv6CidrBlock": "<p>The IPv6 CIDR block.</p>",
1853218551
"VpcIpv6CidrBlockAssociation$NetworkBorderGroup": "<p>The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, <code>us-east-1-wl1-bos-wlz-1</code>.</p>",
@@ -18776,6 +18795,7 @@
1877618795
"base": null,
1877718796
"refs": {
1877818797
"Address$Tags": "<p>Any tags assigned to the Elastic IP address.</p>",
18798+
"AllowedPrincipal$Tags": "<p>The tags.</p>",
1877918799
"CapacityReservation$Tags": "<p>Any tags assigned to the Capacity Reservation.</p>",
1878018800
"CapacityReservationFleet$Tags": "<p>The tags assigned to the Capacity Reservation Fleet.</p>",
1878118801
"CarrierGateway$Tags": "<p>The tags assigned to the carrier gateway.</p>",
@@ -18872,6 +18892,7 @@
1887218892
"Vpc$Tags": "<p>Any tags assigned to the VPC.</p>",
1887318893
"VpcClassicLink$Tags": "<p>Any tags assigned to the VPC.</p>",
1887418894
"VpcEndpoint$Tags": "<p>Any tags assigned to the endpoint.</p>",
18895+
"VpcEndpointConnection$Tags": "<p>The tags.</p>",
1887518896
"VpcPeeringConnection$Tags": "<p>Any tags assigned to the resource.</p>",
1887618897
"VpnConnection$Tags": "<p>Any tags assigned to the VPN connection.</p>",
1887718898
"VpnGateway$Tags": "<p>Any tags assigned to the virtual private gateway.</p>"

apis/sagemaker/2017-07-24/api-2.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9691,6 +9691,7 @@
96919691
],
96929692
"members":{
96939693
"Strategy":{"shape":"HyperParameterTuningJobStrategyType"},
9694+
"StrategyConfig":{"shape":"HyperParameterTuningJobStrategyConfig"},
96949695
"HyperParameterTuningJobObjective":{"shape":"HyperParameterTuningJobObjective"},
96959696
"ResourceLimits":{"shape":"ResourceLimits"},
96969697
"ParameterRanges":{"shape":"ParameterRanges"},
@@ -9765,11 +9766,18 @@
97659766
"Stopping"
97669767
]
97679768
},
9769+
"HyperParameterTuningJobStrategyConfig":{
9770+
"type":"structure",
9771+
"members":{
9772+
"HyperbandStrategyConfig":{"shape":"HyperbandStrategyConfig"}
9773+
}
9774+
},
97689775
"HyperParameterTuningJobStrategyType":{
97699776
"type":"string",
97709777
"enum":[
97719778
"Bayesian",
9772-
"Random"
9779+
"Random",
9780+
"Hyperband"
97739781
]
97749782
},
97759783
"HyperParameterTuningJobSummaries":{
@@ -9841,6 +9849,21 @@
98419849
"max":100,
98429850
"min":0
98439851
},
9852+
"HyperbandStrategyConfig":{
9853+
"type":"structure",
9854+
"members":{
9855+
"MinResource":{"shape":"HyperbandStrategyMinResource"},
9856+
"MaxResource":{"shape":"HyperbandStrategyMaxResource"}
9857+
}
9858+
},
9859+
"HyperbandStrategyMaxResource":{
9860+
"type":"integer",
9861+
"min":1
9862+
},
9863+
"HyperbandStrategyMinResource":{
9864+
"type":"integer",
9865+
"min":1
9866+
},
98449867
"IdempotencyToken":{
98459868
"type":"string",
98469869
"max":128,
@@ -12019,7 +12042,7 @@
1201912042
},
1202012043
"MaxConcurrentTaskCount":{
1202112044
"type":"integer",
12022-
"max":1000,
12045+
"max":5000,
1202312046
"min":1
1202412047
},
1202512048
"MaxConcurrentTransforms":{

0 commit comments

Comments
 (0)