Skip to content

Commit f95e370

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 0345a81 commit f95e370

File tree

8 files changed

+305
-84
lines changed

8 files changed

+305
-84
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::Organizations - Updated the documentation for AWS Organizations.
7+
8+
* Feature - Aws::SecurityHub - Updated the API, and documentation for AWS SecurityHub.
9+
10+
* Feature - Aws::SSM - Updated the documentation for Amazon Simple Systems Manager (SSM).
11+
412
2.11.429 (2020-01-14)
513
------------------
614

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4150,7 +4150,7 @@
41504150
"VpcId"
41514151
],
41524152
"members":{
4153-
"DhcpOptionsId":{"shape":"DhcpOptionsId"},
4153+
"DhcpOptionsId":{"shape":"DefaultingDhcpOptionsId"},
41544154
"VpcId":{"shape":"VpcId"},
41554155
"DryRun":{
41564156
"shape":"Boolean",
@@ -4222,7 +4222,7 @@
42224222
"locationName":"ipv6CidrBlock"
42234223
},
42244224
"SubnetId":{
4225-
"shape":"String",
4225+
"shape":"SubnetId",
42264226
"locationName":"subnetId"
42274227
}
42284228
}
@@ -4498,7 +4498,6 @@
44984498
}
44994499
}
45004500
},
4501-
"AttachmentId":{"type":"string"},
45024501
"AttachmentStatus":{
45034502
"type":"string",
45044503
"enum":[
@@ -4835,6 +4834,7 @@
48354834
}
48364835
},
48374836
"Boolean":{"type":"boolean"},
4837+
"BundleId":{"type":"string"},
48384838
"BundleIdStringList":{
48394839
"type":"list",
48404840
"member":{
@@ -4989,7 +4989,7 @@
49894989
"type":"structure",
49904990
"required":["BundleId"],
49914991
"members":{
4992-
"BundleId":{"shape":"String"},
4992+
"BundleId":{"shape":"BundleId"},
49934993
"DryRun":{
49944994
"shape":"Boolean",
49954995
"locationName":"dryRun"
@@ -6137,7 +6137,7 @@
61376137
"locationName":"encrypted"
61386138
},
61396139
"KmsKeyId":{
6140-
"shape":"String",
6140+
"shape":"KmsKeyId",
61416141
"locationName":"kmsKeyId"
61426142
},
61436143
"Name":{"shape":"String"},
@@ -6646,7 +6646,7 @@
66466646
"locationName":"dryRun"
66476647
},
66486648
"InstanceId":{
6649-
"shape":"String",
6649+
"shape":"InstanceId",
66506650
"locationName":"instanceId"
66516651
},
66526652
"Name":{
@@ -7236,7 +7236,7 @@
72367236
"CidrBlock":{"shape":"String"},
72377237
"Ipv6CidrBlock":{"shape":"String"},
72387238
"OutpostArn":{"shape":"String"},
7239-
"VpcId":{"shape":"String"},
7239+
"VpcId":{"shape":"VpcId"},
72407240
"DryRun":{
72417241
"shape":"Boolean",
72427242
"locationName":"dryRun"
@@ -7941,6 +7941,7 @@
79417941
"on-demand"
79427942
]
79437943
},
7944+
"DefaultingDhcpOptionsId":{"type":"string"},
79447945
"DeleteClientVpnEndpointRequest":{
79457946
"type":"structure",
79467947
"required":["ClientVpnEndpointId"],
@@ -8535,7 +8536,7 @@
85358536
"type":"structure",
85368537
"required":["SubnetId"],
85378538
"members":{
8538-
"SubnetId":{"shape":"String"},
8539+
"SubnetId":{"shape":"SubnetId"},
85398540
"DryRun":{
85408541
"shape":"Boolean",
85418542
"locationName":"dryRun"
@@ -8893,7 +8894,7 @@
88938894
"type":"structure",
88948895
"required":["ImageId"],
88958896
"members":{
8896-
"ImageId":{"shape":"String"},
8897+
"ImageId":{"shape":"ImageId"},
88978898
"DryRun":{
88988899
"shape":"Boolean",
88998900
"locationName":"dryRun"
@@ -12572,7 +12573,7 @@
1257212573
"required":["AttachmentId"],
1257312574
"members":{
1257412575
"AttachmentId":{
12575-
"shape":"AttachmentId",
12576+
"shape":"NetworkInterfaceAttachmentId",
1257612577
"locationName":"attachmentId"
1257712578
},
1257812579
"DryRun":{
@@ -12927,7 +12928,7 @@
1292712928
"DisassociateAddressRequest":{
1292812929
"type":"structure",
1292912930
"members":{
12930-
"AssociationId":{"shape":"String"},
12931+
"AssociationId":{"shape":"ElasticIpAssociationId"},
1293112932
"PublicIp":{"shape":"String"},
1293212933
"DryRun":{
1293312934
"shape":"Boolean",
@@ -12995,7 +12996,7 @@
1299512996
"required":["AssociationId"],
1299612997
"members":{
1299712998
"AssociationId":{
12998-
"shape":"String",
12999+
"shape":"SubnetCidrAssociationId",
1299913000
"locationName":"associationId"
1300013001
}
1300113002
}
@@ -13261,11 +13262,11 @@
1326113262
"shape":"VolumeType",
1326213263
"locationName":"volumeType"
1326313264
},
13265+
"KmsKeyId":{"shape":"String"},
1326413266
"Encrypted":{
1326513267
"shape":"Boolean",
1326613268
"locationName":"encrypted"
13267-
},
13268-
"KmsKeyId":{"shape":"String"}
13269+
}
1326913270
}
1327013271
},
1327113272
"EbsEncryptionSupport":{
@@ -13317,7 +13318,7 @@
1331713318
"locationName":"deleteOnTermination"
1331813319
},
1331913320
"VolumeId":{
13320-
"shape":"String",
13321+
"shape":"VolumeId",
1332113322
"locationName":"volumeId"
1332213323
}
1332313324
}
@@ -13541,6 +13542,7 @@
1354113542
"locationName":"item"
1354213543
}
1354313544
},
13545+
"ElasticIpAssociationId":{"type":"string"},
1354413546
"EnaSupport":{
1354513547
"type":"string",
1354613548
"enum":[
@@ -15989,7 +15991,7 @@
1598915991
"DryRun":{"shape":"Boolean"},
1599015992
"Encrypted":{"shape":"Boolean"},
1599115993
"Hypervisor":{"shape":"String"},
15992-
"KmsKeyId":{"shape":"String"},
15994+
"KmsKeyId":{"shape":"KmsKeyId"},
1599315995
"LicenseType":{"shape":"String"},
1599415996
"Platform":{"shape":"String"},
1599515997
"RoleName":{"shape":"String"},
@@ -18057,6 +18059,7 @@
1805718059
"disable"
1805818060
]
1805918061
},
18062+
"KernelId":{"type":"string"},
1806018063
"KeyNameStringList":{
1806118064
"type":"list",
1806218065
"member":{
@@ -19604,7 +19607,7 @@
1960419607
"members":{
1960519608
"Attribute":{"shape":"String"},
1960619609
"Description":{"shape":"AttributeValue"},
19607-
"ImageId":{"shape":"String"},
19610+
"ImageId":{"shape":"ImageId"},
1960819611
"LaunchPermission":{"shape":"LaunchPermissionModifications"},
1960919612
"OperationType":{"shape":"OperationType"},
1961019613
"ProductCodes":{
@@ -19959,7 +19962,7 @@
1995919962
"AssignIpv6AddressOnCreation":{"shape":"AttributeBooleanValue"},
1996019963
"MapPublicIpOnLaunch":{"shape":"AttributeBooleanValue"},
1996119964
"SubnetId":{
19962-
"shape":"String",
19965+
"shape":"SubnetId",
1996319966
"locationName":"subnetId"
1996419967
}
1996519968
}
@@ -20872,6 +20875,7 @@
2087220875
}
2087320876
}
2087420877
},
20878+
"NetworkInterfaceAttachmentId":{"type":"string"},
2087520879
"NetworkInterfaceAttribute":{
2087620880
"type":"string",
2087720881
"enum":[
@@ -22106,6 +22110,7 @@
2210622110
"Windows (Amazon VPC)"
2210722111
]
2210822112
},
22113+
"RamdiskId":{"type":"string"},
2210922114
"ReasonCodesList":{
2211022115
"type":"list",
2211122116
"member":{
@@ -22208,7 +22213,7 @@
2220822213
"locationName":"enaSupport"
2220922214
},
2221022215
"KernelId":{
22211-
"shape":"String",
22216+
"shape":"KernelId",
2221222217
"locationName":"kernelId"
2221322218
},
2221422219
"Name":{
@@ -22220,7 +22225,7 @@
2222022225
"locationName":"BillingProduct"
2222122226
},
2222222227
"RamdiskId":{
22223-
"shape":"String",
22228+
"shape":"RamdiskId",
2222422229
"locationName":"ramdiskId"
2222522230
},
2222622231
"RootDeviceName":{
@@ -22366,7 +22371,7 @@
2236622371
"ReleaseAddressRequest":{
2236722372
"type":"structure",
2236822373
"members":{
22369-
"AllocationId":{"shape":"String"},
22374+
"AllocationId":{"shape":"AllocationId"},
2237022375
"PublicIp":{"shape":"String"},
2237122376
"NetworkBorderGroup":{"shape":"String"},
2237222377
"DryRun":{
@@ -23389,7 +23394,7 @@
2338923394
],
2339023395
"members":{
2339123396
"Attribute":{"shape":"ResetImageAttributeName"},
23392-
"ImageId":{"shape":"String"},
23397+
"ImageId":{"shape":"ImageId"},
2339323398
"DryRun":{
2339423399
"shape":"Boolean",
2339523400
"locationName":"dryRun"
@@ -25864,6 +25869,7 @@
2586425869
"locationName":"item"
2586525870
}
2586625871
},
25872+
"SubnetCidrAssociationId":{"type":"string"},
2586725873
"SubnetCidrBlockState":{
2586825874
"type":"structure",
2586925875
"members":{

0 commit comments

Comments
 (0)