aws-sdk-core 2.10.82 → 2.10.83
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ecs/2014-11-13/api-2.json +95 -10
- data/apis/lightsail/2016-11-28/api-2.json +446 -6
- data/apis/route53/2013-04-01/api-2.json +14 -1
- data/apis/ssm/2014-11-06/api-2.json +49 -101
- data/endpoints.json +25 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d913aea53d87787baf53aab50d4db3d9215fdd0
|
4
|
+
data.tar.gz: 98876c5b619a8c37f17f17d8e8b5994e9d8b0727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22216987c6036babf102fc2715daf3de6c090df37915fd64a0d116a06afa4045ce2021beada518ac9b944cdea5089c338c63e561582621d805f36a2d47b134bc
|
7
|
+
data.tar.gz: 423fce462747d8f633faf5cda0ccc4809a6a51249707517b65a95aebe4d35f8016acfa0cb5a97bf4c11991616559ef8ccfa2980e95f18c0f0376f3f53c7b7568
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"Amazon ECS",
|
9
9
|
"serviceFullName":"Amazon EC2 Container Service",
|
10
|
+
"serviceId":"ECS",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"AmazonEC2ContainerServiceV20141113",
|
12
13
|
"uid":"ecs-2014-11-13"
|
@@ -480,6 +481,38 @@
|
|
480
481
|
"FAILED"
|
481
482
|
]
|
482
483
|
},
|
484
|
+
"Attachment":{
|
485
|
+
"type":"structure",
|
486
|
+
"members":{
|
487
|
+
"id":{"shape":"String"},
|
488
|
+
"type":{"shape":"String"},
|
489
|
+
"status":{"shape":"String"},
|
490
|
+
"details":{"shape":"AttachmentDetails"}
|
491
|
+
}
|
492
|
+
},
|
493
|
+
"AttachmentDetails":{
|
494
|
+
"type":"list",
|
495
|
+
"member":{"shape":"KeyValuePair"}
|
496
|
+
},
|
497
|
+
"AttachmentStateChange":{
|
498
|
+
"type":"structure",
|
499
|
+
"required":[
|
500
|
+
"attachmentArn",
|
501
|
+
"status"
|
502
|
+
],
|
503
|
+
"members":{
|
504
|
+
"attachmentArn":{"shape":"String"},
|
505
|
+
"status":{"shape":"String"}
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"AttachmentStateChanges":{
|
509
|
+
"type":"list",
|
510
|
+
"member":{"shape":"AttachmentStateChange"}
|
511
|
+
},
|
512
|
+
"Attachments":{
|
513
|
+
"type":"list",
|
514
|
+
"member":{"shape":"Attachment"}
|
515
|
+
},
|
483
516
|
"Attribute":{
|
484
517
|
"type":"structure",
|
485
518
|
"required":["name"],
|
@@ -500,6 +533,14 @@
|
|
500
533
|
"type":"list",
|
501
534
|
"member":{"shape":"Attribute"}
|
502
535
|
},
|
536
|
+
"AwsVpcConfiguration":{
|
537
|
+
"type":"structure",
|
538
|
+
"required":["subnets"],
|
539
|
+
"members":{
|
540
|
+
"subnets":{"shape":"StringList"},
|
541
|
+
"securityGroups":{"shape":"StringList"}
|
542
|
+
}
|
543
|
+
},
|
503
544
|
"Boolean":{"type":"boolean"},
|
504
545
|
"BoxedBoolean":{
|
505
546
|
"type":"boolean",
|
@@ -559,7 +600,8 @@
|
|
559
600
|
"lastStatus":{"shape":"String"},
|
560
601
|
"exitCode":{"shape":"BoxedInteger"},
|
561
602
|
"reason":{"shape":"String"},
|
562
|
-
"networkBindings":{"shape":"NetworkBindings"}
|
603
|
+
"networkBindings":{"shape":"NetworkBindings"},
|
604
|
+
"networkInterfaces":{"shape":"NetworkInterfaces"}
|
563
605
|
}
|
564
606
|
},
|
565
607
|
"ContainerDefinition":{
|
@@ -613,7 +655,8 @@
|
|
613
655
|
"pendingTasksCount":{"shape":"Integer"},
|
614
656
|
"agentUpdateStatus":{"shape":"AgentUpdateStatus"},
|
615
657
|
"attributes":{"shape":"Attributes"},
|
616
|
-
"registeredAt":{"shape":"Timestamp"}
|
658
|
+
"registeredAt":{"shape":"Timestamp"},
|
659
|
+
"attachments":{"shape":"Attachments"}
|
617
660
|
}
|
618
661
|
},
|
619
662
|
"ContainerInstanceStatus":{
|
@@ -642,6 +685,20 @@
|
|
642
685
|
"type":"list",
|
643
686
|
"member":{"shape":"ContainerOverride"}
|
644
687
|
},
|
688
|
+
"ContainerStateChange":{
|
689
|
+
"type":"structure",
|
690
|
+
"members":{
|
691
|
+
"containerName":{"shape":"String"},
|
692
|
+
"exitCode":{"shape":"BoxedInteger"},
|
693
|
+
"networkBindings":{"shape":"NetworkBindings"},
|
694
|
+
"reason":{"shape":"String"},
|
695
|
+
"status":{"shape":"String"}
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"ContainerStateChanges":{
|
699
|
+
"type":"list",
|
700
|
+
"member":{"shape":"ContainerStateChange"}
|
701
|
+
},
|
645
702
|
"Containers":{
|
646
703
|
"type":"list",
|
647
704
|
"member":{"shape":"Container"}
|
@@ -675,7 +732,8 @@
|
|
675
732
|
"role":{"shape":"String"},
|
676
733
|
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
|
677
734
|
"placementConstraints":{"shape":"PlacementConstraints"},
|
678
|
-
"placementStrategy":{"shape":"PlacementStrategies"}
|
735
|
+
"placementStrategy":{"shape":"PlacementStrategies"},
|
736
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
679
737
|
}
|
680
738
|
},
|
681
739
|
"CreateServiceResponse":{
|
@@ -735,7 +793,8 @@
|
|
735
793
|
"pendingCount":{"shape":"Integer"},
|
736
794
|
"runningCount":{"shape":"Integer"},
|
737
795
|
"createdAt":{"shape":"Timestamp"},
|
738
|
-
"updatedAt":{"shape":"Timestamp"}
|
796
|
+
"updatedAt":{"shape":"Timestamp"},
|
797
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
739
798
|
}
|
740
799
|
},
|
741
800
|
"DeploymentConfiguration":{
|
@@ -1154,11 +1213,30 @@
|
|
1154
1213
|
"type":"list",
|
1155
1214
|
"member":{"shape":"NetworkBinding"}
|
1156
1215
|
},
|
1216
|
+
"NetworkConfiguration":{
|
1217
|
+
"type":"structure",
|
1218
|
+
"members":{
|
1219
|
+
"awsvpcConfiguration":{"shape":"AwsVpcConfiguration"}
|
1220
|
+
}
|
1221
|
+
},
|
1222
|
+
"NetworkInterface":{
|
1223
|
+
"type":"structure",
|
1224
|
+
"members":{
|
1225
|
+
"attachmentId":{"shape":"String"},
|
1226
|
+
"privateIpv4Address":{"shape":"String"},
|
1227
|
+
"ipv6Address":{"shape":"String"}
|
1228
|
+
}
|
1229
|
+
},
|
1230
|
+
"NetworkInterfaces":{
|
1231
|
+
"type":"list",
|
1232
|
+
"member":{"shape":"NetworkInterface"}
|
1233
|
+
},
|
1157
1234
|
"NetworkMode":{
|
1158
1235
|
"type":"string",
|
1159
1236
|
"enum":[
|
1160
1237
|
"bridge",
|
1161
1238
|
"host",
|
1239
|
+
"awsvpc",
|
1162
1240
|
"none"
|
1163
1241
|
]
|
1164
1242
|
},
|
@@ -1300,7 +1378,8 @@
|
|
1300
1378
|
"startedBy":{"shape":"String"},
|
1301
1379
|
"group":{"shape":"String"},
|
1302
1380
|
"placementConstraints":{"shape":"PlacementConstraints"},
|
1303
|
-
"placementStrategy":{"shape":"PlacementStrategies"}
|
1381
|
+
"placementStrategy":{"shape":"PlacementStrategies"},
|
1382
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
1304
1383
|
}
|
1305
1384
|
},
|
1306
1385
|
"RunTaskResponse":{
|
@@ -1336,7 +1415,8 @@
|
|
1336
1415
|
"events":{"shape":"ServiceEvents"},
|
1337
1416
|
"createdAt":{"shape":"Timestamp"},
|
1338
1417
|
"placementConstraints":{"shape":"PlacementConstraints"},
|
1339
|
-
"placementStrategy":{"shape":"PlacementStrategies"}
|
1418
|
+
"placementStrategy":{"shape":"PlacementStrategies"},
|
1419
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
1340
1420
|
}
|
1341
1421
|
},
|
1342
1422
|
"ServiceEvent":{
|
@@ -1386,7 +1466,8 @@
|
|
1386
1466
|
"overrides":{"shape":"TaskOverride"},
|
1387
1467
|
"containerInstances":{"shape":"StringList"},
|
1388
1468
|
"startedBy":{"shape":"String"},
|
1389
|
-
"group":{"shape":"String"}
|
1469
|
+
"group":{"shape":"String"},
|
1470
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
1390
1471
|
}
|
1391
1472
|
},
|
1392
1473
|
"StartTaskResponse":{
|
@@ -1440,7 +1521,9 @@
|
|
1440
1521
|
"cluster":{"shape":"String"},
|
1441
1522
|
"task":{"shape":"String"},
|
1442
1523
|
"status":{"shape":"String"},
|
1443
|
-
"reason":{"shape":"String"}
|
1524
|
+
"reason":{"shape":"String"},
|
1525
|
+
"containers":{"shape":"ContainerStateChanges"},
|
1526
|
+
"attachments":{"shape":"AttachmentStateChanges"}
|
1444
1527
|
}
|
1445
1528
|
},
|
1446
1529
|
"SubmitTaskStateChangeResponse":{
|
@@ -1476,7 +1559,8 @@
|
|
1476
1559
|
"createdAt":{"shape":"Timestamp"},
|
1477
1560
|
"startedAt":{"shape":"Timestamp"},
|
1478
1561
|
"stoppedAt":{"shape":"Timestamp"},
|
1479
|
-
"group":{"shape":"String"}
|
1562
|
+
"group":{"shape":"String"},
|
1563
|
+
"attachments":{"shape":"Attachments"}
|
1480
1564
|
}
|
1481
1565
|
},
|
1482
1566
|
"TaskDefinition":{
|
@@ -1627,7 +1711,8 @@
|
|
1627
1711
|
"service":{"shape":"String"},
|
1628
1712
|
"desiredCount":{"shape":"BoxedInteger"},
|
1629
1713
|
"taskDefinition":{"shape":"String"},
|
1630
|
-
"deploymentConfiguration":{"shape":"DeploymentConfiguration"}
|
1714
|
+
"deploymentConfiguration":{"shape":"DeploymentConfiguration"},
|
1715
|
+
"networkConfiguration":{"shape":"NetworkConfiguration"}
|
1631
1716
|
}
|
1632
1717
|
},
|
1633
1718
|
"UpdateServiceResponse":{
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"Amazon Lightsail",
|
9
|
+
"serviceId":"Lightsail",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"Lightsail_20161128",
|
11
12
|
"uid":"lightsail-2016-11-28"
|
@@ -29,6 +30,24 @@
|
|
29
30
|
{"shape":"UnauthenticatedException"}
|
30
31
|
]
|
31
32
|
},
|
33
|
+
"AttachDisk":{
|
34
|
+
"name":"AttachDisk",
|
35
|
+
"http":{
|
36
|
+
"method":"POST",
|
37
|
+
"requestUri":"/"
|
38
|
+
},
|
39
|
+
"input":{"shape":"AttachDiskRequest"},
|
40
|
+
"output":{"shape":"AttachDiskResult"},
|
41
|
+
"errors":[
|
42
|
+
{"shape":"ServiceException"},
|
43
|
+
{"shape":"InvalidInputException"},
|
44
|
+
{"shape":"NotFoundException"},
|
45
|
+
{"shape":"OperationFailureException"},
|
46
|
+
{"shape":"AccessDeniedException"},
|
47
|
+
{"shape":"AccountSetupInProgressException"},
|
48
|
+
{"shape":"UnauthenticatedException"}
|
49
|
+
]
|
50
|
+
},
|
32
51
|
"AttachStaticIp":{
|
33
52
|
"name":"AttachStaticIp",
|
34
53
|
"http":{
|
@@ -65,6 +84,60 @@
|
|
65
84
|
{"shape":"UnauthenticatedException"}
|
66
85
|
]
|
67
86
|
},
|
87
|
+
"CreateDisk":{
|
88
|
+
"name":"CreateDisk",
|
89
|
+
"http":{
|
90
|
+
"method":"POST",
|
91
|
+
"requestUri":"/"
|
92
|
+
},
|
93
|
+
"input":{"shape":"CreateDiskRequest"},
|
94
|
+
"output":{"shape":"CreateDiskResult"},
|
95
|
+
"errors":[
|
96
|
+
{"shape":"ServiceException"},
|
97
|
+
{"shape":"InvalidInputException"},
|
98
|
+
{"shape":"NotFoundException"},
|
99
|
+
{"shape":"OperationFailureException"},
|
100
|
+
{"shape":"AccessDeniedException"},
|
101
|
+
{"shape":"AccountSetupInProgressException"},
|
102
|
+
{"shape":"UnauthenticatedException"}
|
103
|
+
]
|
104
|
+
},
|
105
|
+
"CreateDiskFromSnapshot":{
|
106
|
+
"name":"CreateDiskFromSnapshot",
|
107
|
+
"http":{
|
108
|
+
"method":"POST",
|
109
|
+
"requestUri":"/"
|
110
|
+
},
|
111
|
+
"input":{"shape":"CreateDiskFromSnapshotRequest"},
|
112
|
+
"output":{"shape":"CreateDiskFromSnapshotResult"},
|
113
|
+
"errors":[
|
114
|
+
{"shape":"ServiceException"},
|
115
|
+
{"shape":"InvalidInputException"},
|
116
|
+
{"shape":"NotFoundException"},
|
117
|
+
{"shape":"OperationFailureException"},
|
118
|
+
{"shape":"AccessDeniedException"},
|
119
|
+
{"shape":"AccountSetupInProgressException"},
|
120
|
+
{"shape":"UnauthenticatedException"}
|
121
|
+
]
|
122
|
+
},
|
123
|
+
"CreateDiskSnapshot":{
|
124
|
+
"name":"CreateDiskSnapshot",
|
125
|
+
"http":{
|
126
|
+
"method":"POST",
|
127
|
+
"requestUri":"/"
|
128
|
+
},
|
129
|
+
"input":{"shape":"CreateDiskSnapshotRequest"},
|
130
|
+
"output":{"shape":"CreateDiskSnapshotResult"},
|
131
|
+
"errors":[
|
132
|
+
{"shape":"ServiceException"},
|
133
|
+
{"shape":"InvalidInputException"},
|
134
|
+
{"shape":"NotFoundException"},
|
135
|
+
{"shape":"OperationFailureException"},
|
136
|
+
{"shape":"AccessDeniedException"},
|
137
|
+
{"shape":"AccountSetupInProgressException"},
|
138
|
+
{"shape":"UnauthenticatedException"}
|
139
|
+
]
|
140
|
+
},
|
68
141
|
"CreateDomain":{
|
69
142
|
"name":"CreateDomain",
|
70
143
|
"http":{
|
@@ -173,6 +246,42 @@
|
|
173
246
|
{"shape":"UnauthenticatedException"}
|
174
247
|
]
|
175
248
|
},
|
249
|
+
"DeleteDisk":{
|
250
|
+
"name":"DeleteDisk",
|
251
|
+
"http":{
|
252
|
+
"method":"POST",
|
253
|
+
"requestUri":"/"
|
254
|
+
},
|
255
|
+
"input":{"shape":"DeleteDiskRequest"},
|
256
|
+
"output":{"shape":"DeleteDiskResult"},
|
257
|
+
"errors":[
|
258
|
+
{"shape":"ServiceException"},
|
259
|
+
{"shape":"InvalidInputException"},
|
260
|
+
{"shape":"NotFoundException"},
|
261
|
+
{"shape":"OperationFailureException"},
|
262
|
+
{"shape":"AccessDeniedException"},
|
263
|
+
{"shape":"AccountSetupInProgressException"},
|
264
|
+
{"shape":"UnauthenticatedException"}
|
265
|
+
]
|
266
|
+
},
|
267
|
+
"DeleteDiskSnapshot":{
|
268
|
+
"name":"DeleteDiskSnapshot",
|
269
|
+
"http":{
|
270
|
+
"method":"POST",
|
271
|
+
"requestUri":"/"
|
272
|
+
},
|
273
|
+
"input":{"shape":"DeleteDiskSnapshotRequest"},
|
274
|
+
"output":{"shape":"DeleteDiskSnapshotResult"},
|
275
|
+
"errors":[
|
276
|
+
{"shape":"ServiceException"},
|
277
|
+
{"shape":"InvalidInputException"},
|
278
|
+
{"shape":"NotFoundException"},
|
279
|
+
{"shape":"OperationFailureException"},
|
280
|
+
{"shape":"AccessDeniedException"},
|
281
|
+
{"shape":"AccountSetupInProgressException"},
|
282
|
+
{"shape":"UnauthenticatedException"}
|
283
|
+
]
|
284
|
+
},
|
176
285
|
"DeleteDomain":{
|
177
286
|
"name":"DeleteDomain",
|
178
287
|
"http":{
|
@@ -263,6 +372,24 @@
|
|
263
372
|
{"shape":"UnauthenticatedException"}
|
264
373
|
]
|
265
374
|
},
|
375
|
+
"DetachDisk":{
|
376
|
+
"name":"DetachDisk",
|
377
|
+
"http":{
|
378
|
+
"method":"POST",
|
379
|
+
"requestUri":"/"
|
380
|
+
},
|
381
|
+
"input":{"shape":"DetachDiskRequest"},
|
382
|
+
"output":{"shape":"DetachDiskResult"},
|
383
|
+
"errors":[
|
384
|
+
{"shape":"ServiceException"},
|
385
|
+
{"shape":"InvalidInputException"},
|
386
|
+
{"shape":"NotFoundException"},
|
387
|
+
{"shape":"OperationFailureException"},
|
388
|
+
{"shape":"AccessDeniedException"},
|
389
|
+
{"shape":"AccountSetupInProgressException"},
|
390
|
+
{"shape":"UnauthenticatedException"}
|
391
|
+
]
|
392
|
+
},
|
266
393
|
"DetachStaticIp":{
|
267
394
|
"name":"DetachStaticIp",
|
268
395
|
"http":{
|
@@ -353,6 +480,78 @@
|
|
353
480
|
{"shape":"UnauthenticatedException"}
|
354
481
|
]
|
355
482
|
},
|
483
|
+
"GetDisk":{
|
484
|
+
"name":"GetDisk",
|
485
|
+
"http":{
|
486
|
+
"method":"POST",
|
487
|
+
"requestUri":"/"
|
488
|
+
},
|
489
|
+
"input":{"shape":"GetDiskRequest"},
|
490
|
+
"output":{"shape":"GetDiskResult"},
|
491
|
+
"errors":[
|
492
|
+
{"shape":"ServiceException"},
|
493
|
+
{"shape":"InvalidInputException"},
|
494
|
+
{"shape":"NotFoundException"},
|
495
|
+
{"shape":"OperationFailureException"},
|
496
|
+
{"shape":"AccessDeniedException"},
|
497
|
+
{"shape":"AccountSetupInProgressException"},
|
498
|
+
{"shape":"UnauthenticatedException"}
|
499
|
+
]
|
500
|
+
},
|
501
|
+
"GetDiskSnapshot":{
|
502
|
+
"name":"GetDiskSnapshot",
|
503
|
+
"http":{
|
504
|
+
"method":"POST",
|
505
|
+
"requestUri":"/"
|
506
|
+
},
|
507
|
+
"input":{"shape":"GetDiskSnapshotRequest"},
|
508
|
+
"output":{"shape":"GetDiskSnapshotResult"},
|
509
|
+
"errors":[
|
510
|
+
{"shape":"ServiceException"},
|
511
|
+
{"shape":"InvalidInputException"},
|
512
|
+
{"shape":"NotFoundException"},
|
513
|
+
{"shape":"OperationFailureException"},
|
514
|
+
{"shape":"AccessDeniedException"},
|
515
|
+
{"shape":"AccountSetupInProgressException"},
|
516
|
+
{"shape":"UnauthenticatedException"}
|
517
|
+
]
|
518
|
+
},
|
519
|
+
"GetDiskSnapshots":{
|
520
|
+
"name":"GetDiskSnapshots",
|
521
|
+
"http":{
|
522
|
+
"method":"POST",
|
523
|
+
"requestUri":"/"
|
524
|
+
},
|
525
|
+
"input":{"shape":"GetDiskSnapshotsRequest"},
|
526
|
+
"output":{"shape":"GetDiskSnapshotsResult"},
|
527
|
+
"errors":[
|
528
|
+
{"shape":"ServiceException"},
|
529
|
+
{"shape":"InvalidInputException"},
|
530
|
+
{"shape":"NotFoundException"},
|
531
|
+
{"shape":"OperationFailureException"},
|
532
|
+
{"shape":"AccessDeniedException"},
|
533
|
+
{"shape":"AccountSetupInProgressException"},
|
534
|
+
{"shape":"UnauthenticatedException"}
|
535
|
+
]
|
536
|
+
},
|
537
|
+
"GetDisks":{
|
538
|
+
"name":"GetDisks",
|
539
|
+
"http":{
|
540
|
+
"method":"POST",
|
541
|
+
"requestUri":"/"
|
542
|
+
},
|
543
|
+
"input":{"shape":"GetDisksRequest"},
|
544
|
+
"output":{"shape":"GetDisksResult"},
|
545
|
+
"errors":[
|
546
|
+
{"shape":"ServiceException"},
|
547
|
+
{"shape":"InvalidInputException"},
|
548
|
+
{"shape":"NotFoundException"},
|
549
|
+
{"shape":"OperationFailureException"},
|
550
|
+
{"shape":"AccessDeniedException"},
|
551
|
+
{"shape":"AccountSetupInProgressException"},
|
552
|
+
{"shape":"UnauthenticatedException"}
|
553
|
+
]
|
554
|
+
},
|
356
555
|
"GetDomain":{
|
357
556
|
"name":"GetDomain",
|
358
557
|
"http":{
|
@@ -917,6 +1116,25 @@
|
|
917
1116
|
"operations":{"shape":"OperationList"}
|
918
1117
|
}
|
919
1118
|
},
|
1119
|
+
"AttachDiskRequest":{
|
1120
|
+
"type":"structure",
|
1121
|
+
"required":[
|
1122
|
+
"diskName",
|
1123
|
+
"instanceName",
|
1124
|
+
"diskPath"
|
1125
|
+
],
|
1126
|
+
"members":{
|
1127
|
+
"diskName":{"shape":"ResourceName"},
|
1128
|
+
"instanceName":{"shape":"ResourceName"},
|
1129
|
+
"diskPath":{"shape":"NonEmptyString"}
|
1130
|
+
}
|
1131
|
+
},
|
1132
|
+
"AttachDiskResult":{
|
1133
|
+
"type":"structure",
|
1134
|
+
"members":{
|
1135
|
+
"operations":{"shape":"OperationList"}
|
1136
|
+
}
|
1137
|
+
},
|
920
1138
|
"AttachStaticIpRequest":{
|
921
1139
|
"type":"structure",
|
922
1140
|
"required":[
|
@@ -934,6 +1152,11 @@
|
|
934
1152
|
"operations":{"shape":"OperationList"}
|
935
1153
|
}
|
936
1154
|
},
|
1155
|
+
"AttachedDiskMap":{
|
1156
|
+
"type":"map",
|
1157
|
+
"key":{"shape":"ResourceName"},
|
1158
|
+
"value":{"shape":"DiskMapList"}
|
1159
|
+
},
|
937
1160
|
"AvailabilityZone":{
|
938
1161
|
"type":"structure",
|
939
1162
|
"members":{
|
@@ -1011,6 +1234,63 @@
|
|
1011
1234
|
"operation":{"shape":"Operation"}
|
1012
1235
|
}
|
1013
1236
|
},
|
1237
|
+
"CreateDiskFromSnapshotRequest":{
|
1238
|
+
"type":"structure",
|
1239
|
+
"required":[
|
1240
|
+
"diskName",
|
1241
|
+
"diskSnapshotName",
|
1242
|
+
"availabilityZone",
|
1243
|
+
"sizeInGb"
|
1244
|
+
],
|
1245
|
+
"members":{
|
1246
|
+
"diskName":{"shape":"ResourceName"},
|
1247
|
+
"diskSnapshotName":{"shape":"ResourceName"},
|
1248
|
+
"availabilityZone":{"shape":"NonEmptyString"},
|
1249
|
+
"sizeInGb":{"shape":"integer"}
|
1250
|
+
}
|
1251
|
+
},
|
1252
|
+
"CreateDiskFromSnapshotResult":{
|
1253
|
+
"type":"structure",
|
1254
|
+
"members":{
|
1255
|
+
"operations":{"shape":"OperationList"}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"CreateDiskRequest":{
|
1259
|
+
"type":"structure",
|
1260
|
+
"required":[
|
1261
|
+
"diskName",
|
1262
|
+
"availabilityZone",
|
1263
|
+
"sizeInGb"
|
1264
|
+
],
|
1265
|
+
"members":{
|
1266
|
+
"diskName":{"shape":"ResourceName"},
|
1267
|
+
"availabilityZone":{"shape":"NonEmptyString"},
|
1268
|
+
"sizeInGb":{"shape":"integer"}
|
1269
|
+
}
|
1270
|
+
},
|
1271
|
+
"CreateDiskResult":{
|
1272
|
+
"type":"structure",
|
1273
|
+
"members":{
|
1274
|
+
"operations":{"shape":"OperationList"}
|
1275
|
+
}
|
1276
|
+
},
|
1277
|
+
"CreateDiskSnapshotRequest":{
|
1278
|
+
"type":"structure",
|
1279
|
+
"required":[
|
1280
|
+
"diskName",
|
1281
|
+
"diskSnapshotName"
|
1282
|
+
],
|
1283
|
+
"members":{
|
1284
|
+
"diskName":{"shape":"ResourceName"},
|
1285
|
+
"diskSnapshotName":{"shape":"ResourceName"}
|
1286
|
+
}
|
1287
|
+
},
|
1288
|
+
"CreateDiskSnapshotResult":{
|
1289
|
+
"type":"structure",
|
1290
|
+
"members":{
|
1291
|
+
"operations":{"shape":"OperationList"}
|
1292
|
+
}
|
1293
|
+
},
|
1014
1294
|
"CreateDomainEntryRequest":{
|
1015
1295
|
"type":"structure",
|
1016
1296
|
"required":[
|
@@ -1068,6 +1348,7 @@
|
|
1068
1348
|
],
|
1069
1349
|
"members":{
|
1070
1350
|
"instanceNames":{"shape":"StringList"},
|
1351
|
+
"attachedDiskMapping":{"shape":"AttachedDiskMap"},
|
1071
1352
|
"availabilityZone":{"shape":"string"},
|
1072
1353
|
"instanceSnapshotName":{"shape":"ResourceName"},
|
1073
1354
|
"bundleId":{"shape":"NonEmptyString"},
|
@@ -1124,6 +1405,32 @@
|
|
1124
1405
|
"operation":{"shape":"Operation"}
|
1125
1406
|
}
|
1126
1407
|
},
|
1408
|
+
"DeleteDiskRequest":{
|
1409
|
+
"type":"structure",
|
1410
|
+
"required":["diskName"],
|
1411
|
+
"members":{
|
1412
|
+
"diskName":{"shape":"ResourceName"}
|
1413
|
+
}
|
1414
|
+
},
|
1415
|
+
"DeleteDiskResult":{
|
1416
|
+
"type":"structure",
|
1417
|
+
"members":{
|
1418
|
+
"operations":{"shape":"OperationList"}
|
1419
|
+
}
|
1420
|
+
},
|
1421
|
+
"DeleteDiskSnapshotRequest":{
|
1422
|
+
"type":"structure",
|
1423
|
+
"required":["diskSnapshotName"],
|
1424
|
+
"members":{
|
1425
|
+
"diskSnapshotName":{"shape":"ResourceName"}
|
1426
|
+
}
|
1427
|
+
},
|
1428
|
+
"DeleteDiskSnapshotResult":{
|
1429
|
+
"type":"structure",
|
1430
|
+
"members":{
|
1431
|
+
"operations":{"shape":"OperationList"}
|
1432
|
+
}
|
1433
|
+
},
|
1127
1434
|
"DeleteDomainEntryRequest":{
|
1128
1435
|
"type":"structure",
|
1129
1436
|
"required":[
|
@@ -1193,6 +1500,19 @@
|
|
1193
1500
|
"operation":{"shape":"Operation"}
|
1194
1501
|
}
|
1195
1502
|
},
|
1503
|
+
"DetachDiskRequest":{
|
1504
|
+
"type":"structure",
|
1505
|
+
"required":["diskName"],
|
1506
|
+
"members":{
|
1507
|
+
"diskName":{"shape":"ResourceName"}
|
1508
|
+
}
|
1509
|
+
},
|
1510
|
+
"DetachDiskResult":{
|
1511
|
+
"type":"structure",
|
1512
|
+
"members":{
|
1513
|
+
"operations":{"shape":"OperationList"}
|
1514
|
+
}
|
1515
|
+
},
|
1196
1516
|
"DetachStaticIpRequest":{
|
1197
1517
|
"type":"structure",
|
1198
1518
|
"required":["staticIpName"],
|
@@ -1216,19 +1536,76 @@
|
|
1216
1536
|
"location":{"shape":"ResourceLocation"},
|
1217
1537
|
"resourceType":{"shape":"ResourceType"},
|
1218
1538
|
"sizeInGb":{"shape":"integer"},
|
1219
|
-
"gbInUse":{"shape":"integer"},
|
1220
1539
|
"isSystemDisk":{"shape":"boolean"},
|
1221
1540
|
"iops":{"shape":"integer"},
|
1222
1541
|
"path":{"shape":"string"},
|
1223
|
-
"
|
1542
|
+
"state":{"shape":"DiskState"},
|
1543
|
+
"attachedTo":{"shape":"ResourceName"},
|
1224
1544
|
"isAttached":{"shape":"boolean"},
|
1225
|
-
"attachmentState":{
|
1545
|
+
"attachmentState":{
|
1546
|
+
"shape":"string",
|
1547
|
+
"deprecated":true
|
1548
|
+
},
|
1549
|
+
"gbInUse":{
|
1550
|
+
"shape":"integer",
|
1551
|
+
"deprecated":true
|
1552
|
+
}
|
1226
1553
|
}
|
1227
1554
|
},
|
1228
1555
|
"DiskList":{
|
1229
1556
|
"type":"list",
|
1230
1557
|
"member":{"shape":"Disk"}
|
1231
1558
|
},
|
1559
|
+
"DiskMap":{
|
1560
|
+
"type":"structure",
|
1561
|
+
"members":{
|
1562
|
+
"originalDiskPath":{"shape":"NonEmptyString"},
|
1563
|
+
"newDiskName":{"shape":"ResourceName"}
|
1564
|
+
}
|
1565
|
+
},
|
1566
|
+
"DiskMapList":{
|
1567
|
+
"type":"list",
|
1568
|
+
"member":{"shape":"DiskMap"}
|
1569
|
+
},
|
1570
|
+
"DiskSnapshot":{
|
1571
|
+
"type":"structure",
|
1572
|
+
"members":{
|
1573
|
+
"name":{"shape":"ResourceName"},
|
1574
|
+
"arn":{"shape":"NonEmptyString"},
|
1575
|
+
"supportCode":{"shape":"string"},
|
1576
|
+
"createdAt":{"shape":"IsoDate"},
|
1577
|
+
"location":{"shape":"ResourceLocation"},
|
1578
|
+
"resourceType":{"shape":"ResourceType"},
|
1579
|
+
"sizeInGb":{"shape":"integer"},
|
1580
|
+
"state":{"shape":"DiskSnapshotState"},
|
1581
|
+
"progress":{"shape":"string"},
|
1582
|
+
"fromDiskName":{"shape":"ResourceName"},
|
1583
|
+
"fromDiskArn":{"shape":"NonEmptyString"}
|
1584
|
+
}
|
1585
|
+
},
|
1586
|
+
"DiskSnapshotList":{
|
1587
|
+
"type":"list",
|
1588
|
+
"member":{"shape":"DiskSnapshot"}
|
1589
|
+
},
|
1590
|
+
"DiskSnapshotState":{
|
1591
|
+
"type":"string",
|
1592
|
+
"enum":[
|
1593
|
+
"pending",
|
1594
|
+
"completed",
|
1595
|
+
"error",
|
1596
|
+
"unknown"
|
1597
|
+
]
|
1598
|
+
},
|
1599
|
+
"DiskState":{
|
1600
|
+
"type":"string",
|
1601
|
+
"enum":[
|
1602
|
+
"pending",
|
1603
|
+
"error",
|
1604
|
+
"available",
|
1605
|
+
"in-use",
|
1606
|
+
"unknown"
|
1607
|
+
]
|
1608
|
+
},
|
1232
1609
|
"Domain":{
|
1233
1610
|
"type":"structure",
|
1234
1611
|
"members":{
|
@@ -1320,6 +1697,58 @@
|
|
1320
1697
|
"nextPageToken":{"shape":"string"}
|
1321
1698
|
}
|
1322
1699
|
},
|
1700
|
+
"GetDiskRequest":{
|
1701
|
+
"type":"structure",
|
1702
|
+
"required":["diskName"],
|
1703
|
+
"members":{
|
1704
|
+
"diskName":{"shape":"ResourceName"}
|
1705
|
+
}
|
1706
|
+
},
|
1707
|
+
"GetDiskResult":{
|
1708
|
+
"type":"structure",
|
1709
|
+
"members":{
|
1710
|
+
"disk":{"shape":"Disk"}
|
1711
|
+
}
|
1712
|
+
},
|
1713
|
+
"GetDiskSnapshotRequest":{
|
1714
|
+
"type":"structure",
|
1715
|
+
"required":["diskSnapshotName"],
|
1716
|
+
"members":{
|
1717
|
+
"diskSnapshotName":{"shape":"ResourceName"}
|
1718
|
+
}
|
1719
|
+
},
|
1720
|
+
"GetDiskSnapshotResult":{
|
1721
|
+
"type":"structure",
|
1722
|
+
"members":{
|
1723
|
+
"diskSnapshot":{"shape":"DiskSnapshot"}
|
1724
|
+
}
|
1725
|
+
},
|
1726
|
+
"GetDiskSnapshotsRequest":{
|
1727
|
+
"type":"structure",
|
1728
|
+
"members":{
|
1729
|
+
"pageToken":{"shape":"string"}
|
1730
|
+
}
|
1731
|
+
},
|
1732
|
+
"GetDiskSnapshotsResult":{
|
1733
|
+
"type":"structure",
|
1734
|
+
"members":{
|
1735
|
+
"diskSnapshots":{"shape":"DiskSnapshotList"},
|
1736
|
+
"nextPageToken":{"shape":"string"}
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
"GetDisksRequest":{
|
1740
|
+
"type":"structure",
|
1741
|
+
"members":{
|
1742
|
+
"pageToken":{"shape":"string"}
|
1743
|
+
}
|
1744
|
+
},
|
1745
|
+
"GetDisksResult":{
|
1746
|
+
"type":"structure",
|
1747
|
+
"members":{
|
1748
|
+
"disks":{"shape":"DiskList"},
|
1749
|
+
"nextPageToken":{"shape":"string"}
|
1750
|
+
}
|
1751
|
+
},
|
1323
1752
|
"GetDomainRequest":{
|
1324
1753
|
"type":"structure",
|
1325
1754
|
"required":["domainName"],
|
@@ -1717,6 +2146,7 @@
|
|
1717
2146
|
"resourceType":{"shape":"ResourceType"},
|
1718
2147
|
"state":{"shape":"InstanceSnapshotState"},
|
1719
2148
|
"progress":{"shape":"string"},
|
2149
|
+
"fromAttachedDisks":{"shape":"DiskList"},
|
1720
2150
|
"fromInstanceName":{"shape":"ResourceName"},
|
1721
2151
|
"fromInstanceArn":{"shape":"NonEmptyString"},
|
1722
2152
|
"fromBlueprintId":{"shape":"string"},
|
@@ -1962,7 +2392,14 @@
|
|
1962
2392
|
"DeleteDomain",
|
1963
2393
|
"CreateInstanceSnapshot",
|
1964
2394
|
"DeleteInstanceSnapshot",
|
1965
|
-
"CreateInstancesFromSnapshot"
|
2395
|
+
"CreateInstancesFromSnapshot",
|
2396
|
+
"CreateDisk",
|
2397
|
+
"DeleteDisk",
|
2398
|
+
"AttachDisk",
|
2399
|
+
"DetachDisk",
|
2400
|
+
"CreateDiskSnapshot",
|
2401
|
+
"DeleteDiskSnapshot",
|
2402
|
+
"CreateDiskFromSnapshot"
|
1966
2403
|
]
|
1967
2404
|
},
|
1968
2405
|
"PasswordData":{
|
@@ -2106,7 +2543,9 @@
|
|
2106
2543
|
"KeyPair",
|
2107
2544
|
"InstanceSnapshot",
|
2108
2545
|
"Domain",
|
2109
|
-
"PeeredVpc"
|
2546
|
+
"PeeredVpc",
|
2547
|
+
"Disk",
|
2548
|
+
"DiskSnapshot"
|
2110
2549
|
]
|
2111
2550
|
},
|
2112
2551
|
"ServiceException":{
|
@@ -2155,7 +2594,8 @@
|
|
2155
2594
|
"type":"structure",
|
2156
2595
|
"required":["instanceName"],
|
2157
2596
|
"members":{
|
2158
|
-
"instanceName":{"shape":"ResourceName"}
|
2597
|
+
"instanceName":{"shape":"ResourceName"},
|
2598
|
+
"force":{"shape":"boolean"}
|
2159
2599
|
}
|
2160
2600
|
},
|
2161
2601
|
"StopInstanceResult":{
|
@@ -1882,6 +1882,7 @@
|
|
1882
1882
|
"members":{
|
1883
1883
|
"Id":{"shape":"HealthCheckId"},
|
1884
1884
|
"CallerReference":{"shape":"HealthCheckNonce"},
|
1885
|
+
"LinkedService":{"shape":"LinkedService"},
|
1885
1886
|
"HealthCheckConfig":{"shape":"HealthCheckConfig"},
|
1886
1887
|
"HealthCheckVersion":{"shape":"HealthCheckVersion"},
|
1887
1888
|
"CloudWatchAlarmConfiguration":{"shape":"CloudWatchAlarmConfiguration"}
|
@@ -2023,7 +2024,8 @@
|
|
2023
2024
|
"Name":{"shape":"DNSName"},
|
2024
2025
|
"CallerReference":{"shape":"Nonce"},
|
2025
2026
|
"Config":{"shape":"HostedZoneConfig"},
|
2026
|
-
"ResourceRecordSetCount":{"shape":"HostedZoneRRSetCount"}
|
2027
|
+
"ResourceRecordSetCount":{"shape":"HostedZoneRRSetCount"},
|
2028
|
+
"LinkedService":{"shape":"LinkedService"}
|
2027
2029
|
}
|
2028
2030
|
},
|
2029
2031
|
"HostedZoneAlreadyExists":{
|
@@ -2167,6 +2169,13 @@
|
|
2167
2169
|
},
|
2168
2170
|
"exception":true
|
2169
2171
|
},
|
2172
|
+
"LinkedService":{
|
2173
|
+
"type":"structure",
|
2174
|
+
"members":{
|
2175
|
+
"ServicePrincipal":{"shape":"ServicePrincipal"},
|
2176
|
+
"Description":{"shape":"ResourceDescription"}
|
2177
|
+
}
|
2178
|
+
},
|
2170
2179
|
"ListGeoLocationsRequest":{
|
2171
2180
|
"type":"structure",
|
2172
2181
|
"members":{
|
@@ -3051,6 +3060,10 @@
|
|
3051
3060
|
"type":"string",
|
3052
3061
|
"max":255
|
3053
3062
|
},
|
3063
|
+
"ServicePrincipal":{
|
3064
|
+
"type":"string",
|
3065
|
+
"max":128
|
3066
|
+
},
|
3054
3067
|
"Statistic":{
|
3055
3068
|
"type":"string",
|
3056
3069
|
"enum":[
|
@@ -1422,10 +1422,7 @@
|
|
1422
1422
|
},
|
1423
1423
|
"AccountIdList":{
|
1424
1424
|
"type":"list",
|
1425
|
-
"member":{
|
1426
|
-
"shape":"AccountId",
|
1427
|
-
"locationName":"AccountId"
|
1428
|
-
},
|
1425
|
+
"member":{"shape":"AccountId"},
|
1429
1426
|
"max":20
|
1430
1427
|
},
|
1431
1428
|
"Activation":{
|
@@ -1482,6 +1479,7 @@
|
|
1482
1479
|
"type":"string",
|
1483
1480
|
"max":10
|
1484
1481
|
},
|
1482
|
+
"AggregatorSchemaOnly":{"type":"boolean"},
|
1485
1483
|
"AllowedPattern":{
|
1486
1484
|
"type":"string",
|
1487
1485
|
"max":1024,
|
@@ -1549,10 +1547,7 @@
|
|
1549
1547
|
},
|
1550
1548
|
"AssociationDescriptionList":{
|
1551
1549
|
"type":"list",
|
1552
|
-
"member":{
|
1553
|
-
"shape":"AssociationDescription",
|
1554
|
-
"locationName":"AssociationDescription"
|
1555
|
-
}
|
1550
|
+
"member":{"shape":"AssociationDescription"}
|
1556
1551
|
},
|
1557
1552
|
"AssociationDoesNotExist":{
|
1558
1553
|
"type":"structure",
|
@@ -1586,10 +1581,7 @@
|
|
1586
1581
|
},
|
1587
1582
|
"AssociationFilterList":{
|
1588
1583
|
"type":"list",
|
1589
|
-
"member":{
|
1590
|
-
"shape":"AssociationFilter",
|
1591
|
-
"locationName":"AssociationFilter"
|
1592
|
-
},
|
1584
|
+
"member":{"shape":"AssociationFilter"},
|
1593
1585
|
"min":1
|
1594
1586
|
},
|
1595
1587
|
"AssociationFilterValue":{
|
@@ -1608,10 +1600,7 @@
|
|
1608
1600
|
},
|
1609
1601
|
"AssociationList":{
|
1610
1602
|
"type":"list",
|
1611
|
-
"member":{
|
1612
|
-
"shape":"Association",
|
1613
|
-
"locationName":"Association"
|
1614
|
-
}
|
1603
|
+
"member":{"shape":"Association"}
|
1615
1604
|
},
|
1616
1605
|
"AssociationName":{
|
1617
1606
|
"type":"string",
|
@@ -2101,10 +2090,7 @@
|
|
2101
2090
|
},
|
2102
2091
|
"ComplianceItemList":{
|
2103
2092
|
"type":"list",
|
2104
|
-
"member":{
|
2105
|
-
"shape":"ComplianceItem",
|
2106
|
-
"locationName":"Item"
|
2107
|
-
}
|
2093
|
+
"member":{"shape":"ComplianceItem"}
|
2108
2094
|
},
|
2109
2095
|
"ComplianceItemTitle":{
|
2110
2096
|
"type":"string",
|
@@ -2173,17 +2159,11 @@
|
|
2173
2159
|
},
|
2174
2160
|
"ComplianceStringFilterList":{
|
2175
2161
|
"type":"list",
|
2176
|
-
"member":{
|
2177
|
-
"shape":"ComplianceStringFilter",
|
2178
|
-
"locationName":"ComplianceFilter"
|
2179
|
-
}
|
2162
|
+
"member":{"shape":"ComplianceStringFilter"}
|
2180
2163
|
},
|
2181
2164
|
"ComplianceStringFilterValueList":{
|
2182
2165
|
"type":"list",
|
2183
|
-
"member":{
|
2184
|
-
"shape":"ComplianceFilterValue",
|
2185
|
-
"locationName":"FilterValue"
|
2186
|
-
},
|
2166
|
+
"member":{"shape":"ComplianceFilterValue"},
|
2187
2167
|
"max":20,
|
2188
2168
|
"min":1
|
2189
2169
|
},
|
@@ -2198,10 +2178,7 @@
|
|
2198
2178
|
},
|
2199
2179
|
"ComplianceSummaryItemList":{
|
2200
2180
|
"type":"list",
|
2201
|
-
"member":{
|
2202
|
-
"shape":"ComplianceSummaryItem",
|
2203
|
-
"locationName":"Item"
|
2204
|
-
}
|
2181
|
+
"member":{"shape":"ComplianceSummaryItem"}
|
2205
2182
|
},
|
2206
2183
|
"ComplianceTypeCountLimitExceededException":{
|
2207
2184
|
"type":"structure",
|
@@ -2258,10 +2235,7 @@
|
|
2258
2235
|
},
|
2259
2236
|
"CreateAssociationBatchRequestEntries":{
|
2260
2237
|
"type":"list",
|
2261
|
-
"member":{
|
2262
|
-
"shape":"CreateAssociationBatchRequestEntry",
|
2263
|
-
"locationName":"entries"
|
2264
|
-
},
|
2238
|
+
"member":{"shape":"CreateAssociationBatchRequestEntry"},
|
2265
2239
|
"min":1
|
2266
2240
|
},
|
2267
2241
|
"CreateAssociationBatchRequestEntry":{
|
@@ -3093,10 +3067,7 @@
|
|
3093
3067
|
},
|
3094
3068
|
"DocumentFilterList":{
|
3095
3069
|
"type":"list",
|
3096
|
-
"member":{
|
3097
|
-
"shape":"DocumentFilter",
|
3098
|
-
"locationName":"DocumentFilter"
|
3099
|
-
},
|
3070
|
+
"member":{"shape":"DocumentFilter"},
|
3100
3071
|
"min":1
|
3101
3072
|
},
|
3102
3073
|
"DocumentFilterValue":{
|
@@ -3128,10 +3099,7 @@
|
|
3128
3099
|
},
|
3129
3100
|
"DocumentIdentifierList":{
|
3130
3101
|
"type":"list",
|
3131
|
-
"member":{
|
3132
|
-
"shape":"DocumentIdentifier",
|
3133
|
-
"locationName":"DocumentIdentifier"
|
3134
|
-
}
|
3102
|
+
"member":{"shape":"DocumentIdentifier"}
|
3135
3103
|
},
|
3136
3104
|
"DocumentKeyValuesFilter":{
|
3137
3105
|
"type":"structure",
|
@@ -3185,10 +3153,7 @@
|
|
3185
3153
|
"DocumentParameterDescrption":{"type":"string"},
|
3186
3154
|
"DocumentParameterList":{
|
3187
3155
|
"type":"list",
|
3188
|
-
"member":{
|
3189
|
-
"shape":"DocumentParameter",
|
3190
|
-
"locationName":"DocumentParameter"
|
3191
|
-
}
|
3156
|
+
"member":{"shape":"DocumentParameter"}
|
3192
3157
|
},
|
3193
3158
|
"DocumentParameterName":{"type":"string"},
|
3194
3159
|
"DocumentParameterType":{
|
@@ -3308,10 +3273,7 @@
|
|
3308
3273
|
},
|
3309
3274
|
"FailedCreateAssociationList":{
|
3310
3275
|
"type":"list",
|
3311
|
-
"member":{
|
3312
|
-
"shape":"FailedCreateAssociation",
|
3313
|
-
"locationName":"FailedCreateAssociationEntry"
|
3314
|
-
}
|
3276
|
+
"member":{"shape":"FailedCreateAssociation"}
|
3315
3277
|
},
|
3316
3278
|
"FailureDetails":{
|
3317
3279
|
"type":"structure",
|
@@ -3435,6 +3397,7 @@
|
|
3435
3397
|
"type":"structure",
|
3436
3398
|
"members":{
|
3437
3399
|
"Filters":{"shape":"InventoryFilterList"},
|
3400
|
+
"Aggregators":{"shape":"InventoryAggregatorList"},
|
3438
3401
|
"ResultAttributes":{"shape":"ResultAttributeList"},
|
3439
3402
|
"NextToken":{"shape":"NextToken"},
|
3440
3403
|
"MaxResults":{
|
@@ -3464,6 +3427,7 @@
|
|
3464
3427
|
"shape":"GetInventorySchemaMaxResults",
|
3465
3428
|
"box":true
|
3466
3429
|
},
|
3430
|
+
"Aggregator":{"shape":"AggregatorSchemaOnly"},
|
3467
3431
|
"SubType":{
|
3468
3432
|
"shape":"IsSubTypeSchema",
|
3469
3433
|
"box":true
|
@@ -3906,10 +3870,7 @@
|
|
3906
3870
|
},
|
3907
3871
|
"InstanceInformationFilterList":{
|
3908
3872
|
"type":"list",
|
3909
|
-
"member":{
|
3910
|
-
"shape":"InstanceInformationFilter",
|
3911
|
-
"locationName":"InstanceInformationFilter"
|
3912
|
-
},
|
3873
|
+
"member":{"shape":"InstanceInformationFilter"},
|
3913
3874
|
"min":0
|
3914
3875
|
},
|
3915
3876
|
"InstanceInformationFilterValue":{
|
@@ -3918,19 +3879,13 @@
|
|
3918
3879
|
},
|
3919
3880
|
"InstanceInformationFilterValueSet":{
|
3920
3881
|
"type":"list",
|
3921
|
-
"member":{
|
3922
|
-
"shape":"InstanceInformationFilterValue",
|
3923
|
-
"locationName":"InstanceInformationFilterValue"
|
3924
|
-
},
|
3882
|
+
"member":{"shape":"InstanceInformationFilterValue"},
|
3925
3883
|
"max":100,
|
3926
3884
|
"min":1
|
3927
3885
|
},
|
3928
3886
|
"InstanceInformationList":{
|
3929
3887
|
"type":"list",
|
3930
|
-
"member":{
|
3931
|
-
"shape":"InstanceInformation",
|
3932
|
-
"locationName":"InstanceInformation"
|
3933
|
-
}
|
3888
|
+
"member":{"shape":"InstanceInformation"}
|
3934
3889
|
},
|
3935
3890
|
"InstanceInformationStringFilter":{
|
3936
3891
|
"type":"structure",
|
@@ -3949,10 +3904,7 @@
|
|
3949
3904
|
},
|
3950
3905
|
"InstanceInformationStringFilterList":{
|
3951
3906
|
"type":"list",
|
3952
|
-
"member":{
|
3953
|
-
"shape":"InstanceInformationStringFilter",
|
3954
|
-
"locationName":"InstanceInformationStringFilter"
|
3955
|
-
},
|
3907
|
+
"member":{"shape":"InstanceInformationStringFilter"},
|
3956
3908
|
"min":0
|
3957
3909
|
},
|
3958
3910
|
"InstancePatchState":{
|
@@ -4289,6 +4241,24 @@
|
|
4289
4241
|
},
|
4290
4242
|
"exception":true
|
4291
4243
|
},
|
4244
|
+
"InventoryAggregator":{
|
4245
|
+
"type":"structure",
|
4246
|
+
"members":{
|
4247
|
+
"Expression":{"shape":"InventoryAggregatorExpression"},
|
4248
|
+
"Aggregators":{"shape":"InventoryAggregatorList"}
|
4249
|
+
}
|
4250
|
+
},
|
4251
|
+
"InventoryAggregatorExpression":{
|
4252
|
+
"type":"string",
|
4253
|
+
"max":1000,
|
4254
|
+
"min":1
|
4255
|
+
},
|
4256
|
+
"InventoryAggregatorList":{
|
4257
|
+
"type":"list",
|
4258
|
+
"member":{"shape":"InventoryAggregator"},
|
4259
|
+
"max":10,
|
4260
|
+
"min":1
|
4261
|
+
},
|
4292
4262
|
"InventoryAttributeDataType":{
|
4293
4263
|
"type":"string",
|
4294
4264
|
"enum":[
|
@@ -4315,20 +4285,14 @@
|
|
4315
4285
|
},
|
4316
4286
|
"InventoryFilterList":{
|
4317
4287
|
"type":"list",
|
4318
|
-
"member":{
|
4319
|
-
"shape":"InventoryFilter",
|
4320
|
-
"locationName":"InventoryFilter"
|
4321
|
-
},
|
4288
|
+
"member":{"shape":"InventoryFilter"},
|
4322
4289
|
"max":5,
|
4323
4290
|
"min":1
|
4324
4291
|
},
|
4325
4292
|
"InventoryFilterValue":{"type":"string"},
|
4326
4293
|
"InventoryFilterValueList":{
|
4327
4294
|
"type":"list",
|
4328
|
-
"member":{
|
4329
|
-
"shape":"InventoryFilterValue",
|
4330
|
-
"locationName":"FilterValue"
|
4331
|
-
},
|
4295
|
+
"member":{"shape":"InventoryFilterValue"},
|
4332
4296
|
"max":20,
|
4333
4297
|
"min":1
|
4334
4298
|
},
|
@@ -4361,10 +4325,7 @@
|
|
4361
4325
|
},
|
4362
4326
|
"InventoryItemAttributeList":{
|
4363
4327
|
"type":"list",
|
4364
|
-
"member":{
|
4365
|
-
"shape":"InventoryItemAttribute",
|
4366
|
-
"locationName":"Attribute"
|
4367
|
-
},
|
4328
|
+
"member":{"shape":"InventoryItemAttribute"},
|
4368
4329
|
"max":50,
|
4369
4330
|
"min":1
|
4370
4331
|
},
|
@@ -4399,10 +4360,7 @@
|
|
4399
4360
|
},
|
4400
4361
|
"InventoryItemList":{
|
4401
4362
|
"type":"list",
|
4402
|
-
"member":{
|
4403
|
-
"shape":"InventoryItem",
|
4404
|
-
"locationName":"Item"
|
4405
|
-
},
|
4363
|
+
"member":{"shape":"InventoryItem"},
|
4406
4364
|
"max":30,
|
4407
4365
|
"min":1
|
4408
4366
|
},
|
@@ -4415,7 +4373,8 @@
|
|
4415
4373
|
"members":{
|
4416
4374
|
"TypeName":{"shape":"InventoryItemTypeName"},
|
4417
4375
|
"Version":{"shape":"InventoryItemSchemaVersion"},
|
4418
|
-
"Attributes":{"shape":"InventoryItemAttributeList"}
|
4376
|
+
"Attributes":{"shape":"InventoryItemAttributeList"},
|
4377
|
+
"DisplayName":{"shape":"InventoryTypeDisplayName"}
|
4419
4378
|
}
|
4420
4379
|
},
|
4421
4380
|
"InventoryItemSchemaResultList":{
|
@@ -4457,10 +4416,7 @@
|
|
4457
4416
|
"InventoryResultEntityId":{"type":"string"},
|
4458
4417
|
"InventoryResultEntityList":{
|
4459
4418
|
"type":"list",
|
4460
|
-
"member":{
|
4461
|
-
"shape":"InventoryResultEntity",
|
4462
|
-
"locationName":"Entity"
|
4463
|
-
}
|
4419
|
+
"member":{"shape":"InventoryResultEntity"}
|
4464
4420
|
},
|
4465
4421
|
"InventoryResultItem":{
|
4466
4422
|
"type":"structure",
|
@@ -4483,6 +4439,7 @@
|
|
4483
4439
|
"key":{"shape":"InventoryResultItemKey"},
|
4484
4440
|
"value":{"shape":"InventoryResultItem"}
|
4485
4441
|
},
|
4442
|
+
"InventoryTypeDisplayName":{"type":"string"},
|
4486
4443
|
"InvocationDoesNotExist":{
|
4487
4444
|
"type":"structure",
|
4488
4445
|
"members":{
|
@@ -5731,10 +5688,7 @@
|
|
5731
5688
|
},
|
5732
5689
|
"PlatformTypeList":{
|
5733
5690
|
"type":"list",
|
5734
|
-
"member":{
|
5735
|
-
"shape":"PlatformType",
|
5736
|
-
"locationName":"PlatformType"
|
5737
|
-
}
|
5691
|
+
"member":{"shape":"PlatformType"}
|
5738
5692
|
},
|
5739
5693
|
"Product":{"type":"string"},
|
5740
5694
|
"PutComplianceItemsRequest":{
|
@@ -5942,10 +5896,7 @@
|
|
5942
5896
|
},
|
5943
5897
|
"ResourceComplianceSummaryItemList":{
|
5944
5898
|
"type":"list",
|
5945
|
-
"member":{
|
5946
|
-
"shape":"ResourceComplianceSummaryItem",
|
5947
|
-
"locationName":"Item"
|
5948
|
-
}
|
5899
|
+
"member":{"shape":"ResourceComplianceSummaryItem"}
|
5949
5900
|
},
|
5950
5901
|
"ResourceDataSyncAWSKMSKeyARN":{
|
5951
5902
|
"type":"string",
|
@@ -6079,10 +6030,7 @@
|
|
6079
6030
|
},
|
6080
6031
|
"ResultAttributeList":{
|
6081
6032
|
"type":"list",
|
6082
|
-
"member":{
|
6083
|
-
"shape":"ResultAttribute",
|
6084
|
-
"locationName":"ResultAttribute"
|
6085
|
-
},
|
6033
|
+
"member":{"shape":"ResultAttribute"},
|
6086
6034
|
"max":1,
|
6087
6035
|
"min":1
|
6088
6036
|
},
|
data/endpoints.json
CHANGED
@@ -79,6 +79,7 @@
|
|
79
79
|
}
|
80
80
|
},
|
81
81
|
"endpoints" : {
|
82
|
+
"ap-south-1" : { },
|
82
83
|
"us-east-1" : { }
|
83
84
|
}
|
84
85
|
},
|
@@ -1640,6 +1641,11 @@
|
|
1640
1641
|
}
|
1641
1642
|
},
|
1642
1643
|
"services" : {
|
1644
|
+
"apigateway" : {
|
1645
|
+
"endpoints" : {
|
1646
|
+
"cn-north-1" : { }
|
1647
|
+
}
|
1648
|
+
},
|
1643
1649
|
"application-autoscaling" : {
|
1644
1650
|
"defaults" : {
|
1645
1651
|
"credentialScope" : {
|
@@ -1944,7 +1950,13 @@
|
|
1944
1950
|
},
|
1945
1951
|
"dynamodb" : {
|
1946
1952
|
"endpoints" : {
|
1947
|
-
"us-gov-west-1" : { }
|
1953
|
+
"us-gov-west-1" : { },
|
1954
|
+
"us-gov-west-1-fips" : {
|
1955
|
+
"credentialScope" : {
|
1956
|
+
"region" : "us-gov-west-1"
|
1957
|
+
},
|
1958
|
+
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
|
1959
|
+
}
|
1948
1960
|
}
|
1949
1961
|
},
|
1950
1962
|
"ec2" : {
|
@@ -1957,6 +1969,11 @@
|
|
1957
1969
|
"us-gov-west-1" : { }
|
1958
1970
|
}
|
1959
1971
|
},
|
1972
|
+
"elasticbeanstalk" : {
|
1973
|
+
"endpoints" : {
|
1974
|
+
"us-gov-west-1" : { }
|
1975
|
+
}
|
1976
|
+
},
|
1960
1977
|
"elasticloadbalancing" : {
|
1961
1978
|
"endpoints" : {
|
1962
1979
|
"us-gov-west-1" : {
|
@@ -2089,7 +2106,13 @@
|
|
2089
2106
|
}
|
2090
2107
|
},
|
2091
2108
|
"endpoints" : {
|
2092
|
-
"us-gov-west-1" : { }
|
2109
|
+
"us-gov-west-1" : { },
|
2110
|
+
"us-gov-west-1-fips" : {
|
2111
|
+
"credentialScope" : {
|
2112
|
+
"region" : "us-gov-west-1"
|
2113
|
+
},
|
2114
|
+
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
|
2115
|
+
}
|
2093
2116
|
}
|
2094
2117
|
},
|
2095
2118
|
"sts" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.10.
|
4
|
+
version: 2.10.83
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|