aws-sdk-core 2.11.246 → 2.11.247

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9d164bc3688b14428a9c527e614190ac8d6556e
4
- data.tar.gz: b72000e2f3cf23ce95dce14b011f5da66580446f
3
+ metadata.gz: 9ac4e75c277b31103f21f01508b8e38da190b12c
4
+ data.tar.gz: dd52ba2f832b6ccfbcddfa06ab3f10d1bb9b06cb
5
5
  SHA512:
6
- metadata.gz: 9c1fbd0811ee2a6986646de1b04ab07f00ba83ffbda14d717e2857c2e362a440cedf009b059bda179a852e4e0bdb345b93d1ede0bdf853360e2d6b7cb25727c5
7
- data.tar.gz: fa7b5ace052cdf1926eccfdc73ad8127d1a8d6bcff26e9934a4053bd1e3744c0bbf90851c893037e93f92b26a2979ae3638293725013c6ce6ad2d10f7776014b
6
+ metadata.gz: f6faa4055f43a012c3836343a05f543acd7893a386e403958fa83410798da88606deb013b0aeb1c2c49517d3695bd64a99613484673e8d614133bf8224dbec5f
7
+ data.tar.gz: 916335b57fd6c1349e693ece104698c504381f7baa5fe564b78660265c5907a7a6cb1744d6e4a39d7dd62da4b341391b3d76d1a70df792114bd0a8e6bfff3293
@@ -12,6 +12,19 @@
12
12
  "uid":"directconnect-2012-10-25"
13
13
  },
14
14
  "operations":{
15
+ "AcceptDirectConnectGatewayAssociationProposal":{
16
+ "name":"AcceptDirectConnectGatewayAssociationProposal",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"AcceptDirectConnectGatewayAssociationProposalRequest"},
22
+ "output":{"shape":"AcceptDirectConnectGatewayAssociationProposalResult"},
23
+ "errors":[
24
+ {"shape":"DirectConnectServerException"},
25
+ {"shape":"DirectConnectClientException"}
26
+ ]
27
+ },
15
28
  "AllocateConnectionOnInterconnect":{
16
29
  "name":"AllocateConnectionOnInterconnect",
17
30
  "http":{
@@ -195,6 +208,19 @@
195
208
  {"shape":"DirectConnectClientException"}
196
209
  ]
197
210
  },
211
+ "CreateDirectConnectGatewayAssociationProposal":{
212
+ "name":"CreateDirectConnectGatewayAssociationProposal",
213
+ "http":{
214
+ "method":"POST",
215
+ "requestUri":"/"
216
+ },
217
+ "input":{"shape":"CreateDirectConnectGatewayAssociationProposalRequest"},
218
+ "output":{"shape":"CreateDirectConnectGatewayAssociationProposalResult"},
219
+ "errors":[
220
+ {"shape":"DirectConnectServerException"},
221
+ {"shape":"DirectConnectClientException"}
222
+ ]
223
+ },
198
224
  "CreateInterconnect":{
199
225
  "name":"CreateInterconnect",
200
226
  "http":{
@@ -299,6 +325,19 @@
299
325
  {"shape":"DirectConnectClientException"}
300
326
  ]
301
327
  },
328
+ "DeleteDirectConnectGatewayAssociationProposal":{
329
+ "name":"DeleteDirectConnectGatewayAssociationProposal",
330
+ "http":{
331
+ "method":"POST",
332
+ "requestUri":"/"
333
+ },
334
+ "input":{"shape":"DeleteDirectConnectGatewayAssociationProposalRequest"},
335
+ "output":{"shape":"DeleteDirectConnectGatewayAssociationProposalResult"},
336
+ "errors":[
337
+ {"shape":"DirectConnectServerException"},
338
+ {"shape":"DirectConnectClientException"}
339
+ ]
340
+ },
302
341
  "DeleteInterconnect":{
303
342
  "name":"DeleteInterconnect",
304
343
  "http":{
@@ -379,6 +418,19 @@
379
418
  ],
380
419
  "deprecated":true
381
420
  },
421
+ "DescribeDirectConnectGatewayAssociationProposals":{
422
+ "name":"DescribeDirectConnectGatewayAssociationProposals",
423
+ "http":{
424
+ "method":"POST",
425
+ "requestUri":"/"
426
+ },
427
+ "input":{"shape":"DescribeDirectConnectGatewayAssociationProposalsRequest"},
428
+ "output":{"shape":"DescribeDirectConnectGatewayAssociationProposalsResult"},
429
+ "errors":[
430
+ {"shape":"DirectConnectServerException"},
431
+ {"shape":"DirectConnectClientException"}
432
+ ]
433
+ },
382
434
  "DescribeDirectConnectGatewayAssociations":{
383
435
  "name":"DescribeDirectConnectGatewayAssociations",
384
436
  "http":{
@@ -575,6 +627,19 @@
575
627
  {"shape":"DirectConnectClientException"}
576
628
  ]
577
629
  },
630
+ "UpdateDirectConnectGatewayAssociation":{
631
+ "name":"UpdateDirectConnectGatewayAssociation",
632
+ "http":{
633
+ "method":"POST",
634
+ "requestUri":"/"
635
+ },
636
+ "input":{"shape":"UpdateDirectConnectGatewayAssociationRequest"},
637
+ "output":{"shape":"UpdateDirectConnectGatewayAssociationResult"},
638
+ "errors":[
639
+ {"shape":"DirectConnectServerException"},
640
+ {"shape":"DirectConnectClientException"}
641
+ ]
642
+ },
578
643
  "UpdateLag":{
579
644
  "name":"UpdateLag",
580
645
  "http":{
@@ -604,6 +669,26 @@
604
669
  },
605
670
  "shapes":{
606
671
  "ASN":{"type":"integer"},
672
+ "AcceptDirectConnectGatewayAssociationProposalRequest":{
673
+ "type":"structure",
674
+ "required":[
675
+ "directConnectGatewayId",
676
+ "proposalId",
677
+ "associatedGatewayOwnerAccount"
678
+ ],
679
+ "members":{
680
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
681
+ "proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
682
+ "associatedGatewayOwnerAccount":{"shape":"OwnerAccount"},
683
+ "overrideAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
684
+ }
685
+ },
686
+ "AcceptDirectConnectGatewayAssociationProposalResult":{
687
+ "type":"structure",
688
+ "members":{
689
+ "directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
690
+ }
691
+ },
607
692
  "AddressFamily":{
608
693
  "type":"string",
609
694
  "enum":[
@@ -705,6 +790,16 @@
705
790
  "connectionId":{"shape":"ConnectionId"}
706
791
  }
707
792
  },
793
+ "AssociatedGateway":{
794
+ "type":"structure",
795
+ "members":{
796
+ "id":{"shape":"GatewayIdentifier"},
797
+ "type":{"shape":"GatewayType"},
798
+ "ownerAccount":{"shape":"OwnerAccount"},
799
+ "region":{"shape":"Region"}
800
+ }
801
+ },
802
+ "AssociatedGatewayId":{"type":"string"},
708
803
  "AvailablePortSpeeds":{
709
804
  "type":"list",
710
805
  "member":{"shape":"PortSpeed"}
@@ -870,14 +965,34 @@
870
965
  "lagId":{"shape":"LagId"}
871
966
  }
872
967
  },
873
- "CreateDirectConnectGatewayAssociationRequest":{
968
+ "CreateDirectConnectGatewayAssociationProposalRequest":{
874
969
  "type":"structure",
875
970
  "required":[
876
971
  "directConnectGatewayId",
877
- "virtualGatewayId"
972
+ "directConnectGatewayOwnerAccount",
973
+ "gatewayId"
878
974
  ],
879
975
  "members":{
880
976
  "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
977
+ "directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
978
+ "gatewayId":{"shape":"GatewayIdToAssociate"},
979
+ "addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
980
+ "removeAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
981
+ }
982
+ },
983
+ "CreateDirectConnectGatewayAssociationProposalResult":{
984
+ "type":"structure",
985
+ "members":{
986
+ "directConnectGatewayAssociationProposal":{"shape":"DirectConnectGatewayAssociationProposal"}
987
+ }
988
+ },
989
+ "CreateDirectConnectGatewayAssociationRequest":{
990
+ "type":"structure",
991
+ "required":["directConnectGatewayId"],
992
+ "members":{
993
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
994
+ "gatewayId":{"shape":"GatewayIdToAssociate"},
995
+ "addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
881
996
  "virtualGatewayId":{"shape":"VirtualGatewayId"}
882
997
  }
883
998
  },
@@ -976,13 +1091,23 @@
976
1091
  "connectionId":{"shape":"ConnectionId"}
977
1092
  }
978
1093
  },
1094
+ "DeleteDirectConnectGatewayAssociationProposalRequest":{
1095
+ "type":"structure",
1096
+ "required":["proposalId"],
1097
+ "members":{
1098
+ "proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"}
1099
+ }
1100
+ },
1101
+ "DeleteDirectConnectGatewayAssociationProposalResult":{
1102
+ "type":"structure",
1103
+ "members":{
1104
+ "directConnectGatewayAssociationProposal":{"shape":"DirectConnectGatewayAssociationProposal"}
1105
+ }
1106
+ },
979
1107
  "DeleteDirectConnectGatewayAssociationRequest":{
980
1108
  "type":"structure",
981
- "required":[
982
- "directConnectGatewayId",
983
- "virtualGatewayId"
984
- ],
985
1109
  "members":{
1110
+ "associationId":{"shape":"DirectConnectGatewayAssociationId"},
986
1111
  "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
987
1112
  "virtualGatewayId":{"shape":"VirtualGatewayId"}
988
1113
  }
@@ -1067,15 +1192,34 @@
1067
1192
  "connectionId":{"shape":"ConnectionId"}
1068
1193
  }
1069
1194
  },
1070
- "DescribeDirectConnectGatewayAssociationsRequest":{
1195
+ "DescribeDirectConnectGatewayAssociationProposalsRequest":{
1071
1196
  "type":"structure",
1072
1197
  "members":{
1073
1198
  "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1074
- "virtualGatewayId":{"shape":"VirtualGatewayId"},
1199
+ "proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
1200
+ "associatedGatewayId":{"shape":"AssociatedGatewayId"},
1075
1201
  "maxResults":{"shape":"MaxResultSetSize"},
1076
1202
  "nextToken":{"shape":"PaginationToken"}
1077
1203
  }
1078
1204
  },
1205
+ "DescribeDirectConnectGatewayAssociationProposalsResult":{
1206
+ "type":"structure",
1207
+ "members":{
1208
+ "directConnectGatewayAssociationProposals":{"shape":"DirectConnectGatewayAssociationProposalList"},
1209
+ "nextToken":{"shape":"PaginationToken"}
1210
+ }
1211
+ },
1212
+ "DescribeDirectConnectGatewayAssociationsRequest":{
1213
+ "type":"structure",
1214
+ "members":{
1215
+ "associationId":{"shape":"DirectConnectGatewayAssociationId"},
1216
+ "associatedGatewayId":{"shape":"AssociatedGatewayId"},
1217
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1218
+ "maxResults":{"shape":"MaxResultSetSize"},
1219
+ "nextToken":{"shape":"PaginationToken"},
1220
+ "virtualGatewayId":{"shape":"VirtualGatewayId"}
1221
+ }
1222
+ },
1079
1223
  "DescribeDirectConnectGatewayAssociationsResult":{
1080
1224
  "type":"structure",
1081
1225
  "members":{
@@ -1199,24 +1343,55 @@
1199
1343
  "type":"structure",
1200
1344
  "members":{
1201
1345
  "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1346
+ "directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
1347
+ "associationState":{"shape":"DirectConnectGatewayAssociationState"},
1348
+ "stateChangeError":{"shape":"StateChangeError"},
1349
+ "associatedGateway":{"shape":"AssociatedGateway"},
1350
+ "associationId":{"shape":"DirectConnectGatewayAssociationId"},
1351
+ "allowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
1202
1352
  "virtualGatewayId":{"shape":"VirtualGatewayId"},
1203
1353
  "virtualGatewayRegion":{"shape":"VirtualGatewayRegion"},
1204
- "virtualGatewayOwnerAccount":{"shape":"OwnerAccount"},
1205
- "associationState":{"shape":"DirectConnectGatewayAssociationState"},
1206
- "stateChangeError":{"shape":"StateChangeError"}
1354
+ "virtualGatewayOwnerAccount":{"shape":"OwnerAccount"}
1207
1355
  }
1208
1356
  },
1357
+ "DirectConnectGatewayAssociationId":{"type":"string"},
1209
1358
  "DirectConnectGatewayAssociationList":{
1210
1359
  "type":"list",
1211
1360
  "member":{"shape":"DirectConnectGatewayAssociation"}
1212
1361
  },
1362
+ "DirectConnectGatewayAssociationProposal":{
1363
+ "type":"structure",
1364
+ "members":{
1365
+ "proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
1366
+ "directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1367
+ "directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
1368
+ "proposalState":{"shape":"DirectConnectGatewayAssociationProposalState"},
1369
+ "associatedGateway":{"shape":"AssociatedGateway"},
1370
+ "existingAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
1371
+ "requestedAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
1372
+ }
1373
+ },
1374
+ "DirectConnectGatewayAssociationProposalId":{"type":"string"},
1375
+ "DirectConnectGatewayAssociationProposalList":{
1376
+ "type":"list",
1377
+ "member":{"shape":"DirectConnectGatewayAssociationProposal"}
1378
+ },
1379
+ "DirectConnectGatewayAssociationProposalState":{
1380
+ "type":"string",
1381
+ "enum":[
1382
+ "requested",
1383
+ "accepted",
1384
+ "deleted"
1385
+ ]
1386
+ },
1213
1387
  "DirectConnectGatewayAssociationState":{
1214
1388
  "type":"string",
1215
1389
  "enum":[
1216
1390
  "associating",
1217
1391
  "associated",
1218
1392
  "disassociating",
1219
- "disassociated"
1393
+ "disassociated",
1394
+ "updating"
1220
1395
  ]
1221
1396
  },
1222
1397
  "DirectConnectGatewayAttachment":{
@@ -1283,6 +1458,12 @@
1283
1458
  "exception":true
1284
1459
  },
1285
1460
  "ErrorMessage":{"type":"string"},
1461
+ "GatewayIdToAssociate":{"type":"string"},
1462
+ "GatewayIdentifier":{"type":"string"},
1463
+ "GatewayType":{
1464
+ "type":"string",
1465
+ "enum":["virtualPrivateGateway"]
1466
+ },
1286
1467
  "HasLogicalRedundancy":{
1287
1468
  "type":"string",
1288
1469
  "enum":[
@@ -1602,6 +1783,20 @@
1602
1783
  "members":{
1603
1784
  }
1604
1785
  },
1786
+ "UpdateDirectConnectGatewayAssociationRequest":{
1787
+ "type":"structure",
1788
+ "members":{
1789
+ "associationId":{"shape":"DirectConnectGatewayAssociationId"},
1790
+ "addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
1791
+ "removeAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
1792
+ }
1793
+ },
1794
+ "UpdateDirectConnectGatewayAssociationResult":{
1795
+ "type":"structure",
1796
+ "members":{
1797
+ "directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
1798
+ }
1799
+ },
1605
1800
  "UpdateLagRequest":{
1606
1801
  "type":"structure",
1607
1802
  "required":["lagId"],
@@ -1627,12 +1822,18 @@
1627
1822
  "virtualGatewayState":{"shape":"VirtualGatewayState"}
1628
1823
  }
1629
1824
  },
1630
- "VirtualGatewayId":{"type":"string"},
1825
+ "VirtualGatewayId":{
1826
+ "type":"string",
1827
+ "deprecated":true
1828
+ },
1631
1829
  "VirtualGatewayList":{
1632
1830
  "type":"list",
1633
1831
  "member":{"shape":"VirtualGateway"}
1634
1832
  },
1635
- "VirtualGatewayRegion":{"type":"string"},
1833
+ "VirtualGatewayRegion":{
1834
+ "type":"string",
1835
+ "deprecated":true
1836
+ },
1636
1837
  "VirtualGatewayState":{"type":"string"},
1637
1838
  "VirtualGateways":{
1638
1839
  "type":"structure",
@@ -122,6 +122,20 @@
122
122
  {"shape":"InvalidTypeException"}
123
123
  ]
124
124
  },
125
+ "GetProtectionStatus":{
126
+ "name":"GetProtectionStatus",
127
+ "http":{
128
+ "method":"POST",
129
+ "requestUri":"/"
130
+ },
131
+ "input":{"shape":"GetProtectionStatusRequest"},
132
+ "output":{"shape":"GetProtectionStatusResponse"},
133
+ "errors":[
134
+ {"shape":"InvalidInputException"},
135
+ {"shape":"ResourceNotFoundException"},
136
+ {"shape":"InternalErrorException"}
137
+ ]
138
+ },
125
139
  "ListComplianceStatus":{
126
140
  "name":"ListComplianceStatus",
127
141
  "http":{
@@ -198,7 +212,8 @@
198
212
  "AWSAccountId":{
199
213
  "type":"string",
200
214
  "max":1024,
201
- "min":1
215
+ "min":1,
216
+ "pattern":"^[0-9]+$"
202
217
  },
203
218
  "AccountRoleStatus":{
204
219
  "type":"string",
@@ -233,7 +248,8 @@
233
248
  "CustomerPolicyScopeId":{
234
249
  "type":"string",
235
250
  "max":1024,
236
- "min":1
251
+ "min":1,
252
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
237
253
  },
238
254
  "CustomerPolicyScopeIdList":{
239
255
  "type":"list",
@@ -265,13 +281,15 @@
265
281
  "type":"string",
266
282
  "enum":[
267
283
  "AWSCONFIG",
268
- "AWSWAF"
284
+ "AWSWAF",
285
+ "AWSSHIELD_ADVANCED"
269
286
  ]
270
287
  },
271
288
  "DetailedInfo":{
272
289
  "type":"string",
273
290
  "max":1024,
274
- "min":1
291
+ "min":1,
292
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
275
293
  },
276
294
  "DisassociateAdminAccountRequest":{
277
295
  "type":"structure",
@@ -346,6 +364,27 @@
346
364
  "PolicyArn":{"shape":"ResourceArn"}
347
365
  }
348
366
  },
367
+ "GetProtectionStatusRequest":{
368
+ "type":"structure",
369
+ "required":["PolicyId"],
370
+ "members":{
371
+ "PolicyId":{"shape":"PolicyId"},
372
+ "MemberAccountId":{"shape":"AWSAccountId"},
373
+ "StartTime":{"shape":"TimeStamp"},
374
+ "EndTime":{"shape":"TimeStamp"},
375
+ "NextToken":{"shape":"PaginationToken"},
376
+ "MaxResults":{"shape":"PaginationMaxResults"}
377
+ }
378
+ },
379
+ "GetProtectionStatusResponse":{
380
+ "type":"structure",
381
+ "members":{
382
+ "AdminAccountId":{"shape":"AWSAccountId"},
383
+ "ServiceType":{"shape":"SecurityServiceType"},
384
+ "Data":{"shape":"ProtectionData"},
385
+ "NextToken":{"shape":"PaginationToken"}
386
+ }
387
+ },
349
388
  "InternalErrorException":{
350
389
  "type":"structure",
351
390
  "members":{
@@ -446,7 +485,8 @@
446
485
  },
447
486
  "PaginationToken":{
448
487
  "type":"string",
449
- "min":1
488
+ "min":1,
489
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
450
490
  },
451
491
  "Policy":{
452
492
  "type":"structure",
@@ -463,6 +503,7 @@
463
503
  "PolicyUpdateToken":{"shape":"PolicyUpdateToken"},
464
504
  "SecurityServicePolicyData":{"shape":"SecurityServicePolicyData"},
465
505
  "ResourceType":{"shape":"ResourceType"},
506
+ "ResourceTypeList":{"shape":"ResourceTypeList"},
466
507
  "ResourceTags":{"shape":"ResourceTags"},
467
508
  "ExcludeResourceTags":{"shape":"Boolean"},
468
509
  "RemediationEnabled":{"shape":"Boolean"},
@@ -508,7 +549,8 @@
508
549
  "PolicyId":{
509
550
  "type":"string",
510
551
  "max":36,
511
- "min":36
552
+ "min":36,
553
+ "pattern":"^[a-z0-9A-Z-]{36}$"
512
554
  },
513
555
  "PolicySummary":{
514
556
  "type":"structure",
@@ -528,8 +570,10 @@
528
570
  "PolicyUpdateToken":{
529
571
  "type":"string",
530
572
  "max":1024,
531
- "min":1
573
+ "min":1,
574
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
532
575
  },
576
+ "ProtectionData":{"type":"string"},
533
577
  "PutNotificationChannelRequest":{
534
578
  "type":"structure",
535
579
  "required":[
@@ -558,7 +602,8 @@
558
602
  "ResourceArn":{
559
603
  "type":"string",
560
604
  "max":1024,
561
- "min":1
605
+ "min":1,
606
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
562
607
  },
563
608
  "ResourceCount":{
564
609
  "type":"long",
@@ -567,12 +612,14 @@
567
612
  "ResourceId":{
568
613
  "type":"string",
569
614
  "max":1024,
570
- "min":1
615
+ "min":1,
616
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
571
617
  },
572
618
  "ResourceName":{
573
619
  "type":"string",
574
620
  "max":128,
575
- "min":1
621
+ "min":1,
622
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
576
623
  },
577
624
  "ResourceNotFoundException":{
578
625
  "type":"structure",
@@ -598,7 +645,12 @@
598
645
  "ResourceType":{
599
646
  "type":"string",
600
647
  "max":128,
601
- "min":1
648
+ "min":1,
649
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
650
+ },
651
+ "ResourceTypeList":{
652
+ "type":"list",
653
+ "member":{"shape":"ResourceType"}
602
654
  },
603
655
  "SecurityServicePolicyData":{
604
656
  "type":"structure",
@@ -610,7 +662,10 @@
610
662
  },
611
663
  "SecurityServiceType":{
612
664
  "type":"string",
613
- "enum":["WAF"]
665
+ "enum":[
666
+ "WAF",
667
+ "SHIELD_ADVANCED"
668
+ ]
614
669
  },
615
670
  "TagKey":{
616
671
  "type":"string",
@@ -629,7 +684,8 @@
629
684
  "enum":[
630
685
  "WEB_ACL_MISSING_RULE_GROUP",
631
686
  "RESOURCE_MISSING_WEB_ACL",
632
- "RESOURCE_INCORRECT_WEB_ACL"
687
+ "RESOURCE_INCORRECT_WEB_ACL",
688
+ "RESOURCE_MISSING_SHIELD_PROTECTION"
633
689
  ]
634
690
  }
635
691
  }
@@ -1,4 +1,22 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListComplianceStatus": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "PolicyComplianceStatusList"
8
+ },
9
+ "ListMemberAccounts": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "MemberAccounts"
14
+ },
15
+ "ListPolicies": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "PolicyList"
20
+ }
3
21
  }
4
- }
22
+ }
@@ -193,6 +193,43 @@
193
193
  "shape" : "InternalFailureException"
194
194
  } ]
195
195
  },
196
+ "ListTagsForResource" : {
197
+ "name" : "ListTagsForResource",
198
+ "http" : {
199
+ "method" : "GET",
200
+ "requestUri" : "/tags/{resource-arn}",
201
+ "responseCode" : 200
202
+ },
203
+ "input" : {
204
+ "shape" : "ListTagsForResourceRequest"
205
+ },
206
+ "output" : {
207
+ "shape" : "ListTagsForResourceResponse"
208
+ },
209
+ "errors" : [ {
210
+ "shape" : "ResourceNotFoundException"
211
+ }, {
212
+ "shape" : "InternalFailureException"
213
+ } ]
214
+ },
215
+ "TagResource" : {
216
+ "name" : "TagResource",
217
+ "http" : {
218
+ "method" : "POST",
219
+ "requestUri" : "/tags/{resource-arn}",
220
+ "responseCode" : 204
221
+ },
222
+ "input" : {
223
+ "shape" : "TagResourceRequest"
224
+ },
225
+ "errors" : [ {
226
+ "shape" : "ResourceNotFoundException"
227
+ }, {
228
+ "shape" : "InvalidRequestException"
229
+ }, {
230
+ "shape" : "InternalFailureException"
231
+ } ]
232
+ },
196
233
  "UnclaimDevice" : {
197
234
  "name" : "UnclaimDevice",
198
235
  "http" : {
@@ -214,6 +251,24 @@
214
251
  "shape" : "InternalFailureException"
215
252
  } ]
216
253
  },
254
+ "UntagResource" : {
255
+ "name" : "UntagResource",
256
+ "http" : {
257
+ "method" : "DELETE",
258
+ "requestUri" : "/tags/{resource-arn}",
259
+ "responseCode" : 204
260
+ },
261
+ "input" : {
262
+ "shape" : "UntagResourceRequest"
263
+ },
264
+ "errors" : [ {
265
+ "shape" : "ResourceNotFoundException"
266
+ }, {
267
+ "shape" : "InvalidRequestException"
268
+ }, {
269
+ "shape" : "InternalFailureException"
270
+ } ]
271
+ },
217
272
  "UpdateDeviceState" : {
218
273
  "name" : "UpdateDeviceState",
219
274
  "http" : {
@@ -323,6 +378,10 @@
323
378
  "DeviceDescription" : {
324
379
  "type" : "structure",
325
380
  "members" : {
381
+ "Arn" : {
382
+ "shape" : "__string",
383
+ "locationName" : "arn"
384
+ },
326
385
  "Attributes" : {
327
386
  "shape" : "DeviceAttributes",
328
387
  "locationName" : "attributes"
@@ -342,6 +401,10 @@
342
401
  "Type" : {
343
402
  "shape" : "__string",
344
403
  "locationName" : "type"
404
+ },
405
+ "Tags" : {
406
+ "shape" : "__mapOf__string",
407
+ "locationName" : "tags"
345
408
  }
346
409
  }
347
410
  },
@@ -395,6 +458,10 @@
395
458
  "shape" : "__string",
396
459
  "location" : "uri",
397
460
  "locationName" : "deviceId"
461
+ },
462
+ "Tags" : {
463
+ "shape" : "__mapOf__string",
464
+ "locationName" : "tags"
398
465
  }
399
466
  },
400
467
  "required" : [ "DeviceId" ]
@@ -604,6 +671,26 @@
604
671
  }
605
672
  }
606
673
  },
674
+ "ListTagsForResourceRequest" : {
675
+ "type" : "structure",
676
+ "members" : {
677
+ "ResourceArn" : {
678
+ "shape" : "__string",
679
+ "location" : "uri",
680
+ "locationName" : "resource-arn"
681
+ }
682
+ },
683
+ "required" : [ "ResourceArn" ]
684
+ },
685
+ "ListTagsForResourceResponse" : {
686
+ "type" : "structure",
687
+ "members" : {
688
+ "Tags" : {
689
+ "shape" : "__mapOf__string",
690
+ "locationName" : "tags"
691
+ }
692
+ }
693
+ },
607
694
  "MaxResults" : {
608
695
  "type" : "integer",
609
696
  "min" : 1,
@@ -677,6 +764,21 @@
677
764
  "httpStatusCode" : 404
678
765
  }
679
766
  },
767
+ "TagResourceRequest" : {
768
+ "type" : "structure",
769
+ "members" : {
770
+ "ResourceArn" : {
771
+ "shape" : "__string",
772
+ "location" : "uri",
773
+ "locationName" : "resource-arn"
774
+ },
775
+ "Tags" : {
776
+ "shape" : "__mapOf__string",
777
+ "locationName" : "tags"
778
+ }
779
+ },
780
+ "required" : [ "ResourceArn", "Tags" ]
781
+ },
680
782
  "UnclaimDeviceRequest" : {
681
783
  "type" : "structure",
682
784
  "members" : {
@@ -697,6 +799,22 @@
697
799
  }
698
800
  }
699
801
  },
802
+ "UntagResourceRequest" : {
803
+ "type" : "structure",
804
+ "members" : {
805
+ "ResourceArn" : {
806
+ "shape" : "__string",
807
+ "location" : "uri",
808
+ "locationName" : "resource-arn"
809
+ },
810
+ "TagKeys" : {
811
+ "shape" : "__listOf__string",
812
+ "location" : "querystring",
813
+ "locationName" : "tagKeys"
814
+ }
815
+ },
816
+ "required" : [ "TagKeys", "ResourceArn" ]
817
+ },
700
818
  "UpdateDeviceStateRequest" : {
701
819
  "type" : "structure",
702
820
  "members" : {
@@ -746,9 +864,24 @@
746
864
  "shape" : "DeviceMethod"
747
865
  }
748
866
  },
867
+ "__listOf__string" : {
868
+ "type" : "list",
869
+ "member" : {
870
+ "shape" : "__string"
871
+ }
872
+ },
749
873
  "__long" : {
750
874
  "type" : "long"
751
875
  },
876
+ "__mapOf__string" : {
877
+ "type" : "map",
878
+ "key" : {
879
+ "shape" : "__string"
880
+ },
881
+ "value" : {
882
+ "shape" : "__string"
883
+ }
884
+ },
752
885
  "__string" : {
753
886
  "type" : "string"
754
887
  },
@@ -779,6 +779,7 @@
779
779
  "triggers":{"shape":"DatasetTriggers"},
780
780
  "contentDeliveryRules":{"shape":"DatasetContentDeliveryRules"},
781
781
  "retentionPeriod":{"shape":"RetentionPeriod"},
782
+ "versioningConfiguration":{"shape":"VersioningConfiguration"},
782
783
  "tags":{"shape":"TagList"}
783
784
  }
784
785
  },
@@ -837,7 +838,8 @@
837
838
  "status":{"shape":"DatasetStatus"},
838
839
  "creationTime":{"shape":"Timestamp"},
839
840
  "lastUpdateTime":{"shape":"Timestamp"},
840
- "retentionPeriod":{"shape":"RetentionPeriod"}
841
+ "retentionPeriod":{"shape":"RetentionPeriod"},
842
+ "versioningConfiguration":{"shape":"VersioningConfiguration"}
841
843
  }
842
844
  },
843
845
  "DatasetAction":{
@@ -1555,6 +1557,11 @@
1555
1557
  "max":250,
1556
1558
  "min":1
1557
1559
  },
1560
+ "MaxVersions":{
1561
+ "type":"integer",
1562
+ "max":1000,
1563
+ "min":1
1564
+ },
1558
1565
  "Message":{
1559
1566
  "type":"structure",
1560
1567
  "required":[
@@ -1936,6 +1943,7 @@
1936
1943
  }
1937
1944
  },
1938
1945
  "UnlimitedRetentionPeriod":{"type":"boolean"},
1946
+ "UnlimitedVersioning":{"type":"boolean"},
1939
1947
  "UntagResourceRequest":{
1940
1948
  "type":"structure",
1941
1949
  "required":[
@@ -1987,7 +1995,8 @@
1987
1995
  "actions":{"shape":"DatasetActions"},
1988
1996
  "triggers":{"shape":"DatasetTriggers"},
1989
1997
  "contentDeliveryRules":{"shape":"DatasetContentDeliveryRules"},
1990
- "retentionPeriod":{"shape":"RetentionPeriod"}
1998
+ "retentionPeriod":{"shape":"RetentionPeriod"},
1999
+ "versioningConfiguration":{"shape":"VersioningConfiguration"}
1991
2000
  }
1992
2001
  },
1993
2002
  "UpdateDatastoreRequest":{
@@ -2042,6 +2051,13 @@
2042
2051
  "max":50,
2043
2052
  "min":0
2044
2053
  },
2054
+ "VersioningConfiguration":{
2055
+ "type":"structure",
2056
+ "members":{
2057
+ "unlimited":{"shape":"UnlimitedVersioning"},
2058
+ "maxVersions":{"shape":"MaxVersions"}
2059
+ }
2060
+ },
2045
2061
  "VolumeSizeInGB":{
2046
2062
  "type":"integer",
2047
2063
  "max":50,
@@ -1755,6 +1755,10 @@
1755
1755
  "shape": "__stringPatternS3",
1756
1756
  "locationName": "destination"
1757
1757
  },
1758
+ "DestinationSettings": {
1759
+ "shape": "DestinationSettings",
1760
+ "locationName": "destinationSettings"
1761
+ },
1758
1762
  "Encryption": {
1759
1763
  "shape": "CmafEncryptionSettings",
1760
1764
  "locationName": "encryption"
@@ -2014,9 +2018,9 @@
2014
2018
  "shape": "JobSettings",
2015
2019
  "locationName": "settings"
2016
2020
  },
2017
- "StatusUpdateIntervalInSecs": {
2018
- "shape": "__integerMin10Max600",
2019
- "locationName": "statusUpdateIntervalInSecs"
2021
+ "StatusUpdateInterval": {
2022
+ "shape": "StatusUpdateInterval",
2023
+ "locationName": "statusUpdateInterval"
2020
2024
  },
2021
2025
  "UserMetadata": {
2022
2026
  "shape": "__mapOf__string",
@@ -2064,9 +2068,9 @@
2064
2068
  "shape": "JobTemplateSettings",
2065
2069
  "locationName": "settings"
2066
2070
  },
2067
- "StatusUpdateIntervalInSecs": {
2068
- "shape": "__integerMin10Max600",
2069
- "locationName": "statusUpdateIntervalInSecs"
2071
+ "StatusUpdateInterval": {
2072
+ "shape": "StatusUpdateInterval",
2073
+ "locationName": "statusUpdateInterval"
2070
2074
  },
2071
2075
  "Tags": {
2072
2076
  "shape": "__mapOf__string",
@@ -2182,6 +2186,10 @@
2182
2186
  "shape": "__stringPatternS3",
2183
2187
  "locationName": "destination"
2184
2188
  },
2189
+ "DestinationSettings": {
2190
+ "shape": "DestinationSettings",
2191
+ "locationName": "destinationSettings"
2192
+ },
2185
2193
  "Encryption": {
2186
2194
  "shape": "DashIsoEncryptionSettings",
2187
2195
  "locationName": "encryption"
@@ -2373,6 +2381,15 @@
2373
2381
  }
2374
2382
  }
2375
2383
  },
2384
+ "DestinationSettings": {
2385
+ "type": "structure",
2386
+ "members": {
2387
+ "S3Settings": {
2388
+ "shape": "S3DestinationSettings",
2389
+ "locationName": "s3Settings"
2390
+ }
2391
+ }
2392
+ },
2376
2393
  "DisassociateCertificateRequest": {
2377
2394
  "type": "structure",
2378
2395
  "members": {
@@ -2889,6 +2906,10 @@
2889
2906
  "Destination": {
2890
2907
  "shape": "__stringPatternS3",
2891
2908
  "locationName": "destination"
2909
+ },
2910
+ "DestinationSettings": {
2911
+ "shape": "DestinationSettings",
2912
+ "locationName": "destinationSettings"
2892
2913
  }
2893
2914
  }
2894
2915
  },
@@ -3971,6 +3992,10 @@
3971
3992
  "shape": "__stringPatternS3",
3972
3993
  "locationName": "destination"
3973
3994
  },
3995
+ "DestinationSettings": {
3996
+ "shape": "DestinationSettings",
3997
+ "locationName": "destinationSettings"
3998
+ },
3974
3999
  "DirectoryStructure": {
3975
4000
  "shape": "HlsDirectoryStructure",
3976
4001
  "locationName": "directoryStructure"
@@ -4450,6 +4475,10 @@
4450
4475
  "shape": "__timestampUnix",
4451
4476
  "locationName": "createdAt"
4452
4477
  },
4478
+ "CurrentPhase": {
4479
+ "shape": "JobPhase",
4480
+ "locationName": "currentPhase"
4481
+ },
4453
4482
  "ErrorCode": {
4454
4483
  "shape": "__integer",
4455
4484
  "locationName": "errorCode"
@@ -4462,6 +4491,10 @@
4462
4491
  "shape": "__string",
4463
4492
  "locationName": "id"
4464
4493
  },
4494
+ "JobPercentComplete": {
4495
+ "shape": "__integer",
4496
+ "locationName": "jobPercentComplete"
4497
+ },
4465
4498
  "JobTemplate": {
4466
4499
  "shape": "__string",
4467
4500
  "locationName": "jobTemplate"
@@ -4474,6 +4507,10 @@
4474
4507
  "shape": "__string",
4475
4508
  "locationName": "queue"
4476
4509
  },
4510
+ "RetryCount": {
4511
+ "shape": "__integer",
4512
+ "locationName": "retryCount"
4513
+ },
4477
4514
  "Role": {
4478
4515
  "shape": "__string",
4479
4516
  "locationName": "role"
@@ -4486,9 +4523,9 @@
4486
4523
  "shape": "JobStatus",
4487
4524
  "locationName": "status"
4488
4525
  },
4489
- "StatusUpdateIntervalInSecs": {
4490
- "shape": "__integerMin10Max600",
4491
- "locationName": "statusUpdateIntervalInSecs"
4526
+ "StatusUpdateInterval": {
4527
+ "shape": "StatusUpdateInterval",
4528
+ "locationName": "statusUpdateInterval"
4492
4529
  },
4493
4530
  "Timing": {
4494
4531
  "shape": "Timing",
@@ -4504,6 +4541,14 @@
4504
4541
  "Settings"
4505
4542
  ]
4506
4543
  },
4544
+ "JobPhase": {
4545
+ "type": "string",
4546
+ "enum": [
4547
+ "PROBING",
4548
+ "TRANSCODING",
4549
+ "UPLOADING"
4550
+ ]
4551
+ },
4507
4552
  "JobSettings": {
4508
4553
  "type": "structure",
4509
4554
  "members": {
@@ -4594,9 +4639,9 @@
4594
4639
  "shape": "JobTemplateSettings",
4595
4640
  "locationName": "settings"
4596
4641
  },
4597
- "StatusUpdateIntervalInSecs": {
4598
- "shape": "__integerMin10Max600",
4599
- "locationName": "statusUpdateIntervalInSecs"
4642
+ "StatusUpdateInterval": {
4643
+ "shape": "StatusUpdateInterval",
4644
+ "locationName": "statusUpdateInterval"
4600
4645
  },
4601
4646
  "Type": {
4602
4647
  "shape": "Type",
@@ -5860,6 +5905,10 @@
5860
5905
  "shape": "__stringPatternS3",
5861
5906
  "locationName": "destination"
5862
5907
  },
5908
+ "DestinationSettings": {
5909
+ "shape": "DestinationSettings",
5910
+ "locationName": "destinationSettings"
5911
+ },
5863
5912
  "Encryption": {
5864
5913
  "shape": "MsSmoothEncryptionSettings",
5865
5914
  "locationName": "encryption"
@@ -6485,6 +6534,35 @@
6485
6534
  "PASSTHROUGH"
6486
6535
  ]
6487
6536
  },
6537
+ "S3DestinationSettings": {
6538
+ "type": "structure",
6539
+ "members": {
6540
+ "Encryption": {
6541
+ "shape": "S3EncryptionSettings",
6542
+ "locationName": "encryption"
6543
+ }
6544
+ }
6545
+ },
6546
+ "S3EncryptionSettings": {
6547
+ "type": "structure",
6548
+ "members": {
6549
+ "EncryptionType": {
6550
+ "shape": "S3ServerSideEncryptionType",
6551
+ "locationName": "encryptionType"
6552
+ },
6553
+ "KmsKeyArn": {
6554
+ "shape": "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912",
6555
+ "locationName": "kmsKeyArn"
6556
+ }
6557
+ }
6558
+ },
6559
+ "S3ServerSideEncryptionType": {
6560
+ "type": "string",
6561
+ "enum": [
6562
+ "SERVER_SIDE_ENCRYPTION_S3",
6563
+ "SERVER_SIDE_ENCRYPTION_KMS"
6564
+ ]
6565
+ },
6488
6566
  "ScalingBehavior": {
6489
6567
  "type": "string",
6490
6568
  "enum": [
@@ -6552,6 +6630,26 @@
6552
6630
  }
6553
6631
  }
6554
6632
  },
6633
+ "StatusUpdateInterval": {
6634
+ "type": "string",
6635
+ "enum": [
6636
+ "SECONDS_10",
6637
+ "SECONDS_12",
6638
+ "SECONDS_15",
6639
+ "SECONDS_20",
6640
+ "SECONDS_30",
6641
+ "SECONDS_60",
6642
+ "SECONDS_120",
6643
+ "SECONDS_180",
6644
+ "SECONDS_240",
6645
+ "SECONDS_300",
6646
+ "SECONDS_360",
6647
+ "SECONDS_420",
6648
+ "SECONDS_480",
6649
+ "SECONDS_540",
6650
+ "SECONDS_600"
6651
+ ]
6652
+ },
6555
6653
  "TagResourceRequest": {
6556
6654
  "type": "structure",
6557
6655
  "members": {
@@ -6780,9 +6878,9 @@
6780
6878
  "shape": "JobTemplateSettings",
6781
6879
  "locationName": "settings"
6782
6880
  },
6783
- "StatusUpdateIntervalInSecs": {
6784
- "shape": "__integerMin10Max600",
6785
- "locationName": "statusUpdateIntervalInSecs"
6881
+ "StatusUpdateInterval": {
6882
+ "shape": "StatusUpdateInterval",
6883
+ "locationName": "statusUpdateInterval"
6786
6884
  }
6787
6885
  },
6788
6886
  "required": [
@@ -7246,11 +7344,6 @@
7246
7344
  "min": 10,
7247
7345
  "max": 48
7248
7346
  },
7249
- "__integerMin10Max600": {
7250
- "type": "long",
7251
- "min": 10,
7252
- "max": 600
7253
- },
7254
7347
  "__integerMin16Max24": {
7255
7348
  "type": "integer",
7256
7349
  "min": 16,
@@ -7758,6 +7851,10 @@
7758
7851
  "type": "string",
7759
7852
  "pattern": "^arn:aws(-us-gov)?:acm:"
7760
7853
  },
7854
+ "__stringPatternArnAwsUsGovKmsAZ26EastWestCentralNorthSouthEastWest1912D12KeyAFAF098AFAF094AFAF094AFAF094AFAF0912": {
7855
+ "type": "string",
7856
+ "pattern": "^arn:aws(-us-gov)?:kms:[a-z-]{2,6}-(east|west|central|((north|south)(east|west)?))-[1-9]{1,2}:\\d{12}:key/[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
7857
+ },
7761
7858
  "__stringPatternDD": {
7762
7859
  "type": "string",
7763
7860
  "pattern": "^(\\d+(\\/\\d+)*)$"
@@ -605,6 +605,12 @@
605
605
  "min":1,
606
606
  "pattern":"[a-zA-Z0-9_\\-=]*"
607
607
  },
608
+ "Command":{
609
+ "type":"string",
610
+ "max":1024,
611
+ "min":1,
612
+ "pattern":"[a-zA-Z0-9_.\\-]*"
613
+ },
608
614
  "ConcurrentDeploymentException":{
609
615
  "type":"structure",
610
616
  "members":{
@@ -923,8 +929,11 @@
923
929
  "type":"string",
924
930
  "enum":[
925
931
  "ResourceNotFound",
932
+ "EnvironmentSetupError",
933
+ "EtagMismatch",
926
934
  "FailureThresholdBreached",
927
935
  "RobotDeploymentNoResponse",
936
+ "RobotAgentConnectionTimeout",
928
937
  "GreengrassDeploymentFailed",
929
938
  "MissingRobotArchitecture",
930
939
  "MissingRobotApplicationArchitecture",
@@ -950,10 +959,10 @@
950
959
  "launchFile"
951
960
  ],
952
961
  "members":{
953
- "packageName":{"shape":"GenericString"},
954
- "preLaunchFile":{"shape":"GenericString"},
955
- "launchFile":{"shape":"GenericString"},
956
- "postLaunchFile":{"shape":"GenericString"},
962
+ "packageName":{"shape":"Command"},
963
+ "preLaunchFile":{"shape":"Path"},
964
+ "launchFile":{"shape":"Command"},
965
+ "postLaunchFile":{"shape":"Path"},
957
966
  "environmentVariables":{"shape":"EnvironmentVariableMap"}
958
967
  }
959
968
  },
@@ -1188,6 +1197,7 @@
1188
1197
  "max":200,
1189
1198
  "min":0
1190
1199
  },
1200
+ "GenericInteger":{"type":"integer"},
1191
1201
  "GenericString":{"type":"string"},
1192
1202
  "IamRole":{
1193
1203
  "type":"string",
@@ -1233,8 +1243,8 @@
1233
1243
  "launchFile"
1234
1244
  ],
1235
1245
  "members":{
1236
- "packageName":{"shape":"GenericString"},
1237
- "launchFile":{"shape":"GenericString"},
1246
+ "packageName":{"shape":"Command"},
1247
+ "launchFile":{"shape":"Command"},
1238
1248
  "environmentVariables":{"shape":"EnvironmentVariableMap"}
1239
1249
  }
1240
1250
  },
@@ -1376,6 +1386,16 @@
1376
1386
  "min":1,
1377
1387
  "pattern":"[a-zA-Z0-9_.\\-\\/+=]*"
1378
1388
  },
1389
+ "Path":{
1390
+ "type":"string",
1391
+ "max":1024,
1392
+ "min":1
1393
+ },
1394
+ "PercentDone":{
1395
+ "type":"float",
1396
+ "max":100.0,
1397
+ "min":0.0
1398
+ },
1379
1399
  "Percentage":{
1380
1400
  "type":"integer",
1381
1401
  "max":100,
@@ -1384,7 +1404,9 @@
1384
1404
  "ProgressDetail":{
1385
1405
  "type":"structure",
1386
1406
  "members":{
1387
- "currentProgress":{"shape":"GenericString"},
1407
+ "currentProgress":{"shape":"RobotDeploymentStep"},
1408
+ "percentDone":{"shape":"PercentDone"},
1409
+ "estimatedTimeRemainingSeconds":{"shape":"GenericInteger"},
1388
1410
  "targetResource":{"shape":"GenericString"}
1389
1411
  }
1390
1412
  },
@@ -1520,6 +1542,17 @@
1520
1542
  "failureCode":{"shape":"DeploymentJobErrorCode"}
1521
1543
  }
1522
1544
  },
1545
+ "RobotDeploymentStep":{
1546
+ "type":"string",
1547
+ "enum":[
1548
+ "Validating",
1549
+ "DownloadingExtracting",
1550
+ "ExecutingPreLaunch",
1551
+ "Launching",
1552
+ "ExecutingPostLaunch",
1553
+ "Finished"
1554
+ ]
1555
+ },
1523
1556
  "RobotDeploymentSummary":{
1524
1557
  "type":"list",
1525
1558
  "member":{"shape":"RobotDeployment"}
@@ -1707,7 +1740,7 @@
1707
1740
  },
1708
1741
  "SimulationSoftwareSuiteVersionType":{
1709
1742
  "type":"string",
1710
- "pattern":"7"
1743
+ "pattern":"7|9"
1711
1744
  },
1712
1745
  "SimulationTimeMillis":{"type":"long"},
1713
1746
  "Source":{
@@ -1,4 +1,34 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListDeploymentJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListFleets": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "ListRobotApplications": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "ListRobots": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
23
+ "ListSimulationApplications": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
28
+ "ListSimulationJobs": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ }
3
33
  }
4
34
  }
@@ -165,13 +165,13 @@
165
165
  "type":"structure",
166
166
  "required":[
167
167
  "VocabularyName",
168
- "LanguageCode",
169
- "Phrases"
168
+ "LanguageCode"
170
169
  ],
171
170
  "members":{
172
171
  "VocabularyName":{"shape":"VocabularyName"},
173
172
  "LanguageCode":{"shape":"LanguageCode"},
174
- "Phrases":{"shape":"Phrases"}
173
+ "Phrases":{"shape":"Phrases"},
174
+ "VocabularyFileUri":{"shape":"Uri"}
175
175
  }
176
176
  },
177
177
  "CreateVocabularyResponse":{
@@ -446,13 +446,13 @@
446
446
  "type":"structure",
447
447
  "required":[
448
448
  "VocabularyName",
449
- "LanguageCode",
450
- "Phrases"
449
+ "LanguageCode"
451
450
  ],
452
451
  "members":{
453
452
  "VocabularyName":{"shape":"VocabularyName"},
454
453
  "LanguageCode":{"shape":"LanguageCode"},
455
- "Phrases":{"shape":"Phrases"}
454
+ "Phrases":{"shape":"Phrases"},
455
+ "VocabularyFileUri":{"shape":"Uri"}
456
456
  }
457
457
  },
458
458
  "UpdateVocabularyResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.246'
2
+ VERSION = '2.11.247'
3
3
  end
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.11.246
4
+ version: 2.11.247
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: 2019-03-22 00:00:00.000000000 Z
11
+ date: 2019-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath