aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -95,6 +95,12 @@
95
95
  "limit_key": "MaxRecords",
96
96
  "output_token": "Marker",
97
97
  "result_key": "ReservedNodes"
98
+ },
99
+ "DescribeScheduledActions": {
100
+ "input_token": "Marker",
101
+ "limit_key": "MaxRecords",
102
+ "output_token": "Marker",
103
+ "result_key": "ScheduledActions"
98
104
  }
99
105
  }
100
106
  }
@@ -496,7 +496,12 @@
496
496
  "location":"header",
497
497
  "locationName":"x-amz-lex-input-transcript"
498
498
  },
499
- "audioStream":{"shape":"BlobStream"}
499
+ "audioStream":{"shape":"BlobStream"},
500
+ "sessionId":{
501
+ "shape":"String",
502
+ "location":"header",
503
+ "locationName":"x-amz-lex-session-id"
504
+ }
500
505
  },
501
506
  "payload":"audioStream"
502
507
  },
@@ -540,7 +545,8 @@
540
545
  "messageFormat":{"shape":"MessageFormatType"},
541
546
  "dialogState":{"shape":"DialogState"},
542
547
  "slotToElicit":{"shape":"String"},
543
- "responseCard":{"shape":"ResponseCard"}
548
+ "responseCard":{"shape":"ResponseCard"},
549
+ "sessionId":{"shape":"String"}
544
550
  }
545
551
  },
546
552
  "PutSessionRequest":{
@@ -156,6 +156,20 @@
156
156
  {"shape":"ConcurrentModificationException"}
157
157
  ]
158
158
  },
159
+ "DeleteSuppressedDestination":{
160
+ "name":"DeleteSuppressedDestination",
161
+ "http":{
162
+ "method":"DELETE",
163
+ "requestUri":"/v2/email/suppression/addresses/{EmailAddress}"
164
+ },
165
+ "input":{"shape":"DeleteSuppressedDestinationRequest"},
166
+ "output":{"shape":"DeleteSuppressedDestinationResponse"},
167
+ "errors":[
168
+ {"shape":"NotFoundException"},
169
+ {"shape":"BadRequestException"},
170
+ {"shape":"TooManyRequestsException"}
171
+ ]
172
+ },
159
173
  "GetAccount":{
160
174
  "name":"GetAccount",
161
175
  "http":{
@@ -309,6 +323,20 @@
309
323
  {"shape":"BadRequestException"}
310
324
  ]
311
325
  },
326
+ "GetSuppressedDestination":{
327
+ "name":"GetSuppressedDestination",
328
+ "http":{
329
+ "method":"GET",
330
+ "requestUri":"/v2/email/suppression/addresses/{EmailAddress}"
331
+ },
332
+ "input":{"shape":"GetSuppressedDestinationRequest"},
333
+ "output":{"shape":"GetSuppressedDestinationResponse"},
334
+ "errors":[
335
+ {"shape":"BadRequestException"},
336
+ {"shape":"TooManyRequestsException"},
337
+ {"shape":"NotFoundException"}
338
+ ]
339
+ },
312
340
  "ListConfigurationSets":{
313
341
  "name":"ListConfigurationSets",
314
342
  "http":{
@@ -376,6 +404,20 @@
376
404
  {"shape":"BadRequestException"}
377
405
  ]
378
406
  },
407
+ "ListSuppressedDestinations":{
408
+ "name":"ListSuppressedDestinations",
409
+ "http":{
410
+ "method":"GET",
411
+ "requestUri":"/v2/email/suppression/addresses"
412
+ },
413
+ "input":{"shape":"ListSuppressedDestinationsRequest"},
414
+ "output":{"shape":"ListSuppressedDestinationsResponse"},
415
+ "errors":[
416
+ {"shape":"BadRequestException"},
417
+ {"shape":"TooManyRequestsException"},
418
+ {"shape":"InvalidNextTokenException"}
419
+ ]
420
+ },
379
421
  "ListTagsForResource":{
380
422
  "name":"ListTagsForResource",
381
423
  "http":{
@@ -416,6 +458,19 @@
416
458
  {"shape":"BadRequestException"}
417
459
  ]
418
460
  },
461
+ "PutAccountSuppressionAttributes":{
462
+ "name":"PutAccountSuppressionAttributes",
463
+ "http":{
464
+ "method":"PUT",
465
+ "requestUri":"/v2/email/account/suppression"
466
+ },
467
+ "input":{"shape":"PutAccountSuppressionAttributesRequest"},
468
+ "output":{"shape":"PutAccountSuppressionAttributesResponse"},
469
+ "errors":[
470
+ {"shape":"TooManyRequestsException"},
471
+ {"shape":"BadRequestException"}
472
+ ]
473
+ },
419
474
  "PutConfigurationSetDeliveryOptions":{
420
475
  "name":"PutConfigurationSetDeliveryOptions",
421
476
  "http":{
@@ -458,6 +513,20 @@
458
513
  {"shape":"BadRequestException"}
459
514
  ]
460
515
  },
516
+ "PutConfigurationSetSuppressionOptions":{
517
+ "name":"PutConfigurationSetSuppressionOptions",
518
+ "http":{
519
+ "method":"PUT",
520
+ "requestUri":"/v2/email/configuration-sets/{ConfigurationSetName}/suppression-options"
521
+ },
522
+ "input":{"shape":"PutConfigurationSetSuppressionOptionsRequest"},
523
+ "output":{"shape":"PutConfigurationSetSuppressionOptionsResponse"},
524
+ "errors":[
525
+ {"shape":"NotFoundException"},
526
+ {"shape":"TooManyRequestsException"},
527
+ {"shape":"BadRequestException"}
528
+ ]
529
+ },
461
530
  "PutConfigurationSetTrackingOptions":{
462
531
  "name":"PutConfigurationSetTrackingOptions",
463
532
  "http":{
@@ -558,6 +627,19 @@
558
627
  {"shape":"BadRequestException"}
559
628
  ]
560
629
  },
630
+ "PutSuppressedDestination":{
631
+ "name":"PutSuppressedDestination",
632
+ "http":{
633
+ "method":"PUT",
634
+ "requestUri":"/v2/email/suppression/addresses"
635
+ },
636
+ "input":{"shape":"PutSuppressedDestinationRequest"},
637
+ "output":{"shape":"PutSuppressedDestinationResponse"},
638
+ "errors":[
639
+ {"shape":"BadRequestException"},
640
+ {"shape":"TooManyRequestsException"}
641
+ ]
642
+ },
561
643
  "SendEmail":{
562
644
  "name":"SendEmail",
563
645
  "http":{
@@ -759,7 +841,8 @@
759
841
  "DeliveryOptions":{"shape":"DeliveryOptions"},
760
842
  "ReputationOptions":{"shape":"ReputationOptions"},
761
843
  "SendingOptions":{"shape":"SendingOptions"},
762
- "Tags":{"shape":"TagList"}
844
+ "Tags":{"shape":"TagList"},
845
+ "SuppressionOptions":{"shape":"SuppressionOptions"}
763
846
  }
764
847
  },
765
848
  "CreateConfigurationSetResponse":{
@@ -924,6 +1007,22 @@
924
1007
  "members":{
925
1008
  }
926
1009
  },
1010
+ "DeleteSuppressedDestinationRequest":{
1011
+ "type":"structure",
1012
+ "required":["EmailAddress"],
1013
+ "members":{
1014
+ "EmailAddress":{
1015
+ "shape":"EmailAddress",
1016
+ "location":"uri",
1017
+ "locationName":"EmailAddress"
1018
+ }
1019
+ }
1020
+ },
1021
+ "DeleteSuppressedDestinationResponse":{
1022
+ "type":"structure",
1023
+ "members":{
1024
+ }
1025
+ },
927
1026
  "DeliverabilityDashboardAccountStatus":{
928
1027
  "type":"string",
929
1028
  "enum":[
@@ -1120,6 +1219,7 @@
1120
1219
  "type":"list",
1121
1220
  "member":{"shape":"EventType"}
1122
1221
  },
1222
+ "FeedbackId":{"type":"string"},
1123
1223
  "GeneralEnforcementStatus":{"type":"string"},
1124
1224
  "GetAccountRequest":{
1125
1225
  "type":"structure",
@@ -1129,11 +1229,12 @@
1129
1229
  "GetAccountResponse":{
1130
1230
  "type":"structure",
1131
1231
  "members":{
1132
- "SendQuota":{"shape":"SendQuota"},
1133
- "SendingEnabled":{"shape":"Enabled"},
1134
1232
  "DedicatedIpAutoWarmupEnabled":{"shape":"Enabled"},
1135
1233
  "EnforcementStatus":{"shape":"GeneralEnforcementStatus"},
1136
- "ProductionAccessEnabled":{"shape":"Enabled"}
1234
+ "ProductionAccessEnabled":{"shape":"Enabled"},
1235
+ "SendQuota":{"shape":"SendQuota"},
1236
+ "SendingEnabled":{"shape":"Enabled"},
1237
+ "SuppressionAttributes":{"shape":"SuppressionAttributes"}
1137
1238
  }
1138
1239
  },
1139
1240
  "GetBlacklistReportsRequest":{
@@ -1190,7 +1291,8 @@
1190
1291
  "DeliveryOptions":{"shape":"DeliveryOptions"},
1191
1292
  "ReputationOptions":{"shape":"ReputationOptions"},
1192
1293
  "SendingOptions":{"shape":"SendingOptions"},
1193
- "Tags":{"shape":"TagList"}
1294
+ "Tags":{"shape":"TagList"},
1295
+ "SuppressionOptions":{"shape":"SuppressionOptions"}
1194
1296
  }
1195
1297
  },
1196
1298
  "GetDedicatedIpRequest":{
@@ -1355,6 +1457,24 @@
1355
1457
  "Tags":{"shape":"TagList"}
1356
1458
  }
1357
1459
  },
1460
+ "GetSuppressedDestinationRequest":{
1461
+ "type":"structure",
1462
+ "required":["EmailAddress"],
1463
+ "members":{
1464
+ "EmailAddress":{
1465
+ "shape":"EmailAddress",
1466
+ "location":"uri",
1467
+ "locationName":"EmailAddress"
1468
+ }
1469
+ }
1470
+ },
1471
+ "GetSuppressedDestinationResponse":{
1472
+ "type":"structure",
1473
+ "required":["SuppressedDestination"],
1474
+ "members":{
1475
+ "SuppressedDestination":{"shape":"SuppressedDestination"}
1476
+ }
1477
+ },
1358
1478
  "Identity":{"type":"string"},
1359
1479
  "IdentityInfo":{
1360
1480
  "type":"structure",
@@ -1384,6 +1504,13 @@
1384
1504
  "TrackedIsps":{"shape":"IspNameList"}
1385
1505
  }
1386
1506
  },
1507
+ "InvalidNextTokenException":{
1508
+ "type":"structure",
1509
+ "members":{
1510
+ },
1511
+ "error":{"httpStatusCode":400},
1512
+ "exception":true
1513
+ },
1387
1514
  "Ip":{"type":"string"},
1388
1515
  "IpList":{
1389
1516
  "type":"list",
@@ -1560,6 +1687,43 @@
1560
1687
  "type":"list",
1561
1688
  "member":{"shape":"PoolName"}
1562
1689
  },
1690
+ "ListSuppressedDestinationsRequest":{
1691
+ "type":"structure",
1692
+ "members":{
1693
+ "Reasons":{
1694
+ "shape":"SuppressionListReasons",
1695
+ "location":"querystring",
1696
+ "locationName":"Reason"
1697
+ },
1698
+ "StartDate":{
1699
+ "shape":"Timestamp",
1700
+ "location":"querystring",
1701
+ "locationName":"StartDate"
1702
+ },
1703
+ "EndDate":{
1704
+ "shape":"Timestamp",
1705
+ "location":"querystring",
1706
+ "locationName":"EndDate"
1707
+ },
1708
+ "NextToken":{
1709
+ "shape":"NextToken",
1710
+ "location":"querystring",
1711
+ "locationName":"NextToken"
1712
+ },
1713
+ "PageSize":{
1714
+ "shape":"MaxItems",
1715
+ "location":"querystring",
1716
+ "locationName":"PageSize"
1717
+ }
1718
+ }
1719
+ },
1720
+ "ListSuppressedDestinationsResponse":{
1721
+ "type":"structure",
1722
+ "members":{
1723
+ "SuppressedDestinationSummaries":{"shape":"SuppressedDestinationSummaries"},
1724
+ "NextToken":{"shape":"NextToken"}
1725
+ }
1726
+ },
1563
1727
  "ListTagsForResourceRequest":{
1564
1728
  "type":"structure",
1565
1729
  "required":["ResourceArn"],
@@ -1706,6 +1870,17 @@
1706
1870
  "members":{
1707
1871
  }
1708
1872
  },
1873
+ "PutAccountSuppressionAttributesRequest":{
1874
+ "type":"structure",
1875
+ "members":{
1876
+ "SuppressedReasons":{"shape":"SuppressionListReasons"}
1877
+ }
1878
+ },
1879
+ "PutAccountSuppressionAttributesResponse":{
1880
+ "type":"structure",
1881
+ "members":{
1882
+ }
1883
+ },
1709
1884
  "PutConfigurationSetDeliveryOptionsRequest":{
1710
1885
  "type":"structure",
1711
1886
  "required":["ConfigurationSetName"],
@@ -1758,6 +1933,23 @@
1758
1933
  "members":{
1759
1934
  }
1760
1935
  },
1936
+ "PutConfigurationSetSuppressionOptionsRequest":{
1937
+ "type":"structure",
1938
+ "required":["ConfigurationSetName"],
1939
+ "members":{
1940
+ "ConfigurationSetName":{
1941
+ "shape":"ConfigurationSetName",
1942
+ "location":"uri",
1943
+ "locationName":"ConfigurationSetName"
1944
+ },
1945
+ "SuppressedReasons":{"shape":"SuppressionListReasons"}
1946
+ }
1947
+ },
1948
+ "PutConfigurationSetSuppressionOptionsResponse":{
1949
+ "type":"structure",
1950
+ "members":{
1951
+ }
1952
+ },
1761
1953
  "PutConfigurationSetTrackingOptionsRequest":{
1762
1954
  "type":"structure",
1763
1955
  "required":["ConfigurationSetName"],
@@ -1880,6 +2072,22 @@
1880
2072
  "members":{
1881
2073
  }
1882
2074
  },
2075
+ "PutSuppressedDestinationRequest":{
2076
+ "type":"structure",
2077
+ "required":[
2078
+ "EmailAddress",
2079
+ "Reason"
2080
+ ],
2081
+ "members":{
2082
+ "EmailAddress":{"shape":"EmailAddress"},
2083
+ "Reason":{"shape":"SuppressionListReason"}
2084
+ }
2085
+ },
2086
+ "PutSuppressedDestinationResponse":{
2087
+ "type":"structure",
2088
+ "members":{
2089
+ }
2090
+ },
1883
2091
  "RawMessage":{
1884
2092
  "type":"structure",
1885
2093
  "required":["Data"],
@@ -1951,6 +2159,67 @@
1951
2159
  }
1952
2160
  },
1953
2161
  "Subject":{"type":"string"},
2162
+ "SuppressedDestination":{
2163
+ "type":"structure",
2164
+ "required":[
2165
+ "EmailAddress",
2166
+ "Reason",
2167
+ "LastUpdateTime"
2168
+ ],
2169
+ "members":{
2170
+ "EmailAddress":{"shape":"EmailAddress"},
2171
+ "Reason":{"shape":"SuppressionListReason"},
2172
+ "LastUpdateTime":{"shape":"Timestamp"},
2173
+ "Attributes":{"shape":"SuppressedDestinationAttributes"}
2174
+ }
2175
+ },
2176
+ "SuppressedDestinationAttributes":{
2177
+ "type":"structure",
2178
+ "members":{
2179
+ "MessageId":{"shape":"OutboundMessageId"},
2180
+ "FeedbackId":{"shape":"FeedbackId"}
2181
+ }
2182
+ },
2183
+ "SuppressedDestinationSummaries":{
2184
+ "type":"list",
2185
+ "member":{"shape":"SuppressedDestinationSummary"}
2186
+ },
2187
+ "SuppressedDestinationSummary":{
2188
+ "type":"structure",
2189
+ "required":[
2190
+ "EmailAddress",
2191
+ "Reason",
2192
+ "LastUpdateTime"
2193
+ ],
2194
+ "members":{
2195
+ "EmailAddress":{"shape":"EmailAddress"},
2196
+ "Reason":{"shape":"SuppressionListReason"},
2197
+ "LastUpdateTime":{"shape":"Timestamp"}
2198
+ }
2199
+ },
2200
+ "SuppressionAttributes":{
2201
+ "type":"structure",
2202
+ "members":{
2203
+ "SuppressedReasons":{"shape":"SuppressionListReasons"}
2204
+ }
2205
+ },
2206
+ "SuppressionListReason":{
2207
+ "type":"string",
2208
+ "enum":[
2209
+ "BOUNCE",
2210
+ "COMPLAINT"
2211
+ ]
2212
+ },
2213
+ "SuppressionListReasons":{
2214
+ "type":"list",
2215
+ "member":{"shape":"SuppressionListReason"}
2216
+ },
2217
+ "SuppressionOptions":{
2218
+ "type":"structure",
2219
+ "members":{
2220
+ "SuppressedReasons":{"shape":"SuppressionListReasons"}
2221
+ }
2222
+ },
1954
2223
  "Tag":{
1955
2224
  "type":"structure",
1956
2225
  "required":[
@@ -29,6 +29,11 @@
29
29
  "input_token": "NextToken",
30
30
  "output_token": "NextToken",
31
31
  "limit_key": "PageSize"
32
+ },
33
+ "ListSuppressedDestinations": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "PageSize"
32
37
  }
33
38
  }
34
39
  }
@@ -1795,6 +1795,17 @@
1795
1795
  "member":{"shape":"AccountId"},
1796
1796
  "max":20
1797
1797
  },
1798
+ "AccountSharingInfo":{
1799
+ "type":"structure",
1800
+ "members":{
1801
+ "AccountId":{"shape":"AccountId"},
1802
+ "SharedDocumentVersion":{"shape":"SharedDocumentVersion"}
1803
+ }
1804
+ },
1805
+ "AccountSharingInfoList":{
1806
+ "type":"list",
1807
+ "member":{"shape":"AccountSharingInfo"}
1808
+ },
1798
1809
  "Accounts":{
1799
1810
  "type":"list",
1800
1811
  "member":{"shape":"Account"},
@@ -2989,6 +3000,7 @@
2989
3000
  ],
2990
3001
  "members":{
2991
3002
  "Content":{"shape":"DocumentContent"},
3003
+ "Requires":{"shape":"DocumentRequiresList"},
2992
3004
  "Attachments":{"shape":"AttachmentsSourceList"},
2993
3005
  "Name":{"shape":"DocumentName"},
2994
3006
  "VersionName":{"shape":"DocumentVersionName"},
@@ -3155,7 +3167,8 @@
3155
3167
  "members":{
3156
3168
  "Name":{"shape":"DocumentName"},
3157
3169
  "DocumentVersion":{"shape":"DocumentVersion"},
3158
- "VersionName":{"shape":"DocumentVersionName"}
3170
+ "VersionName":{"shape":"DocumentVersionName"},
3171
+ "Force":{"shape":"Boolean"}
3159
3172
  }
3160
3173
  },
3161
3174
  "DeleteDocumentResult":{
@@ -3490,7 +3503,8 @@
3490
3503
  "DescribeDocumentPermissionResponse":{
3491
3504
  "type":"structure",
3492
3505
  "members":{
3493
- "AccountIds":{"shape":"AccountIdList"}
3506
+ "AccountIds":{"shape":"AccountIdList"},
3507
+ "AccountSharingInfoList":{"shape":"AccountSharingInfoList"}
3494
3508
  }
3495
3509
  },
3496
3510
  "DescribeDocumentRequest":{
@@ -4018,7 +4032,8 @@
4018
4032
  "DocumentFormat":{"shape":"DocumentFormat"},
4019
4033
  "TargetType":{"shape":"TargetType"},
4020
4034
  "Tags":{"shape":"TagList"},
4021
- "AttachmentsInformation":{"shape":"AttachmentInformationList"}
4035
+ "AttachmentsInformation":{"shape":"AttachmentInformationList"},
4036
+ "Requires":{"shape":"DocumentRequiresList"}
4022
4037
  }
4023
4038
  },
4024
4039
  "DocumentFilter":{
@@ -4080,7 +4095,8 @@
4080
4095
  "SchemaVersion":{"shape":"DocumentSchemaVersion"},
4081
4096
  "DocumentFormat":{"shape":"DocumentFormat"},
4082
4097
  "TargetType":{"shape":"TargetType"},
4083
- "Tags":{"shape":"TagList"}
4098
+ "Tags":{"shape":"TagList"},
4099
+ "Requires":{"shape":"DocumentRequiresList"}
4084
4100
  }
4085
4101
  },
4086
4102
  "DocumentIdentifierList":{
@@ -4160,6 +4176,19 @@
4160
4176
  "type":"string",
4161
4177
  "enum":["Share"]
4162
4178
  },
4179
+ "DocumentRequires":{
4180
+ "type":"structure",
4181
+ "required":["Name"],
4182
+ "members":{
4183
+ "Name":{"shape":"DocumentARN"},
4184
+ "Version":{"shape":"DocumentVersion"}
4185
+ }
4186
+ },
4187
+ "DocumentRequiresList":{
4188
+ "type":"list",
4189
+ "member":{"shape":"DocumentRequires"},
4190
+ "min":1
4191
+ },
4163
4192
  "DocumentSchemaVersion":{
4164
4193
  "type":"string",
4165
4194
  "pattern":"([0-9]+)\\.([0-9]+)"
@@ -4183,7 +4212,10 @@
4183
4212
  "Policy",
4184
4213
  "Automation",
4185
4214
  "Session",
4186
- "Package"
4215
+ "Package",
4216
+ "ApplicationConfiguration",
4217
+ "ApplicationConfigurationSchema",
4218
+ "DeploymentStrategy"
4187
4219
  ]
4188
4220
  },
4189
4221
  "DocumentVersion":{
@@ -4431,6 +4463,7 @@
4431
4463
  "Content":{"shape":"DocumentContent"},
4432
4464
  "DocumentType":{"shape":"DocumentType"},
4433
4465
  "DocumentFormat":{"shape":"DocumentFormat"},
4466
+ "Requires":{"shape":"DocumentRequiresList"},
4434
4467
  "AttachmentsContent":{"shape":"AttachmentContentList"}
4435
4468
  }
4436
4469
  },
@@ -5900,7 +5933,7 @@
5900
5933
  "type":"structure",
5901
5934
  "required":["Name"],
5902
5935
  "members":{
5903
- "Name":{"shape":"DocumentName"},
5936
+ "Name":{"shape":"DocumentARN"},
5904
5937
  "MaxResults":{
5905
5938
  "shape":"MaxResults",
5906
5939
  "box":true
@@ -6459,7 +6492,8 @@
6459
6492
  "Name":{"shape":"DocumentName"},
6460
6493
  "PermissionType":{"shape":"DocumentPermissionType"},
6461
6494
  "AccountIdsToAdd":{"shape":"AccountIdList"},
6462
- "AccountIdsToRemove":{"shape":"AccountIdList"}
6495
+ "AccountIdsToRemove":{"shape":"AccountIdList"},
6496
+ "SharedDocumentVersion":{"shape":"SharedDocumentVersion"}
6463
6497
  }
6464
6498
  },
6465
6499
  "ModifyDocumentPermissionResponse":{
@@ -8315,6 +8349,11 @@
8315
8349
  "UnspecifiedCount":{"shape":"ComplianceSummaryCount"}
8316
8350
  }
8317
8351
  },
8352
+ "SharedDocumentVersion":{
8353
+ "type":"string",
8354
+ "max":8,
8355
+ "pattern":"([$]LATEST|[$]DEFAULT|[$]ALL)"
8356
+ },
8318
8357
  "SignalType":{
8319
8358
  "type":"string",
8320
8359
  "enum":[