aws-sdk-core 2.11.616 → 2.11.617

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87af0f537f0b4920acd5bec93c1b12a727284687744fe05c395fe1570a12d8f5
4
- data.tar.gz: 03a2227ec382f1aac12c1eaba898c6b43c6c073531f348a7e17442fb3cfc8aa7
3
+ metadata.gz: 2207ca5b8f8c0a375c9ee7c92b2c3ef66ea3a76c047b3ccb9fe2b481a87c8240
4
+ data.tar.gz: 0436b8ef1c522f10539988ffdf4841c3e7c3c6d9046105da4afdad488b2bb4eb
5
5
  SHA512:
6
- metadata.gz: 452f8d984547431e7f637119119bdb3db6ca09e49a54c75f9dd3ea9db2805f0397506b6b891e1cdc55e219d0dc62aa1e6977925be055bd5313708a833b52f329
7
- data.tar.gz: b22518515596c8cce5dc16755ee30f381a3e90d5aff9249ac883e23b67b0fada7c31a19fed9b96d1cd590585ee517e4199346b82cb60f5e88c96cdcc3a6f77a2
6
+ metadata.gz: 2e23af6b098e8e1d0ca908c46597d7053f03474a94aea20734e7610421c4feb285732f7bdf80efb97d4b896b7ddf8c75133c5705a64f2083a9fe9f833fc84161
7
+ data.tar.gz: 3e608454540282e64f63b9208d2ea0e5b3ec5c9214f9bad94a543a7b9fd81a4f1b7394c952fb38b6bc7804c2b50fff9585b6ad7944cb2bec8d9aed61068d26b0
@@ -2276,7 +2276,8 @@
2276
2276
  "apiKeySource":{"shape":"ApiKeySourceType"},
2277
2277
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
2278
2278
  "policy":{"shape":"String"},
2279
- "tags":{"shape":"MapOfStringToString"}
2279
+ "tags":{"shape":"MapOfStringToString"},
2280
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
2280
2281
  }
2281
2282
  },
2282
2283
  "CreateStageRequest":{
@@ -4618,7 +4619,8 @@
4618
4619
  "apiKeySource":{"shape":"ApiKeySourceType"},
4619
4620
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
4620
4621
  "policy":{"shape":"String"},
4621
- "tags":{"shape":"MapOfStringToString"}
4622
+ "tags":{"shape":"MapOfStringToString"},
4623
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
4622
4624
  }
4623
4625
  },
4624
4626
  "RestApis":{
@@ -96,7 +96,6 @@
96
96
  {"shape":"AccessDeniedException"},
97
97
  {"shape":"ConflictException"},
98
98
  {"shape":"InternalServerException"},
99
- {"shape":"ResourceNotFoundException"},
100
99
  {"shape":"ThrottlingException"},
101
100
  {"shape":"ValidationException"}
102
101
  ]
@@ -298,7 +297,8 @@
298
297
  {"shape":"InternalServerException"},
299
298
  {"shape":"ResourceNotFoundException"},
300
299
  {"shape":"ThrottlingException"},
301
- {"shape":"ValidationException"}
300
+ {"shape":"ValidationException"},
301
+ {"shape":"ConflictException"}
302
302
  ]
303
303
  },
304
304
  "GetPackageVersionReadme":{
@@ -459,6 +459,21 @@
459
459
  {"shape":"ValidationException"}
460
460
  ]
461
461
  },
462
+ "ListTagsForResource":{
463
+ "name":"ListTagsForResource",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/v1/tags"
467
+ },
468
+ "input":{"shape":"ListTagsForResourceRequest"},
469
+ "output":{"shape":"ListTagsForResourceResult"},
470
+ "errors":[
471
+ {"shape":"AccessDeniedException"},
472
+ {"shape":"ResourceNotFoundException"},
473
+ {"shape":"ThrottlingException"},
474
+ {"shape":"ValidationException"}
475
+ ]
476
+ },
462
477
  "PutDomainPermissionsPolicy":{
463
478
  "name":"PutDomainPermissionsPolicy",
464
479
  "http":{
@@ -495,6 +510,37 @@
495
510
  {"shape":"ValidationException"}
496
511
  ]
497
512
  },
513
+ "TagResource":{
514
+ "name":"TagResource",
515
+ "http":{
516
+ "method":"POST",
517
+ "requestUri":"/v1/tag"
518
+ },
519
+ "input":{"shape":"TagResourceRequest"},
520
+ "output":{"shape":"TagResourceResult"},
521
+ "errors":[
522
+ {"shape":"AccessDeniedException"},
523
+ {"shape":"ResourceNotFoundException"},
524
+ {"shape":"ServiceQuotaExceededException"},
525
+ {"shape":"ThrottlingException"},
526
+ {"shape":"ValidationException"}
527
+ ]
528
+ },
529
+ "UntagResource":{
530
+ "name":"UntagResource",
531
+ "http":{
532
+ "method":"POST",
533
+ "requestUri":"/v1/untag"
534
+ },
535
+ "input":{"shape":"UntagResourceRequest"},
536
+ "output":{"shape":"UntagResourceResult"},
537
+ "errors":[
538
+ {"shape":"AccessDeniedException"},
539
+ {"shape":"ResourceNotFoundException"},
540
+ {"shape":"ThrottlingException"},
541
+ {"shape":"ValidationException"}
542
+ ]
543
+ },
498
544
  "UpdatePackageVersionsStatus":{
499
545
  "name":"UpdatePackageVersionsStatus",
500
546
  "http":{
@@ -549,7 +595,7 @@
549
595
  },
550
596
  "Arn":{
551
597
  "type":"string",
552
- "max":2048,
598
+ "max":1011,
553
599
  "min":1,
554
600
  "pattern":"\\S+"
555
601
  },
@@ -701,7 +747,8 @@
701
747
  "location":"querystring",
702
748
  "locationName":"domain"
703
749
  },
704
- "encryptionKey":{"shape":"Arn"}
750
+ "encryptionKey":{"shape":"Arn"},
751
+ "tags":{"shape":"TagList"}
705
752
  }
706
753
  },
707
754
  "CreateDomainResult":{
@@ -733,7 +780,8 @@
733
780
  "locationName":"repository"
734
781
  },
735
782
  "description":{"shape":"Description"},
736
- "upstreams":{"shape":"UpstreamRepositoryList"}
783
+ "upstreams":{"shape":"UpstreamRepositoryList"},
784
+ "tags":{"shape":"TagList"}
737
785
  }
738
786
  },
739
787
  "CreateRepositoryResult":{
@@ -1116,7 +1164,8 @@
1116
1164
  "createdTime":{"shape":"Timestamp"},
1117
1165
  "encryptionKey":{"shape":"Arn"},
1118
1166
  "repositoryCount":{"shape":"Integer"},
1119
- "assetSizeBytes":{"shape":"Long"}
1167
+ "assetSizeBytes":{"shape":"Long"},
1168
+ "s3BucketArn":{"shape":"Arn"}
1120
1169
  }
1121
1170
  },
1122
1171
  "DomainName":{
@@ -1822,6 +1871,23 @@
1822
1871
  "nextToken":{"shape":"PaginationToken"}
1823
1872
  }
1824
1873
  },
1874
+ "ListTagsForResourceRequest":{
1875
+ "type":"structure",
1876
+ "required":["resourceArn"],
1877
+ "members":{
1878
+ "resourceArn":{
1879
+ "shape":"Arn",
1880
+ "location":"querystring",
1881
+ "locationName":"resourceArn"
1882
+ }
1883
+ }
1884
+ },
1885
+ "ListTagsForResourceResult":{
1886
+ "type":"structure",
1887
+ "members":{
1888
+ "tags":{"shape":"TagList"}
1889
+ }
1890
+ },
1825
1891
  "Long":{"type":"long"},
1826
1892
  "LongOptional":{"type":"long"},
1827
1893
  "PackageDependency":{
@@ -2135,6 +2201,59 @@
2135
2201
  "key":{"shape":"PackageVersion"},
2136
2202
  "value":{"shape":"SuccessfulPackageVersionInfo"}
2137
2203
  },
2204
+ "Tag":{
2205
+ "type":"structure",
2206
+ "required":[
2207
+ "key",
2208
+ "value"
2209
+ ],
2210
+ "members":{
2211
+ "key":{"shape":"TagKey"},
2212
+ "value":{"shape":"TagValue"}
2213
+ }
2214
+ },
2215
+ "TagKey":{
2216
+ "type":"string",
2217
+ "max":128,
2218
+ "min":1
2219
+ },
2220
+ "TagKeyList":{
2221
+ "type":"list",
2222
+ "member":{"shape":"TagKey"},
2223
+ "max":200,
2224
+ "min":0
2225
+ },
2226
+ "TagList":{
2227
+ "type":"list",
2228
+ "member":{"shape":"Tag"},
2229
+ "max":200,
2230
+ "min":0
2231
+ },
2232
+ "TagResourceRequest":{
2233
+ "type":"structure",
2234
+ "required":[
2235
+ "resourceArn",
2236
+ "tags"
2237
+ ],
2238
+ "members":{
2239
+ "resourceArn":{
2240
+ "shape":"Arn",
2241
+ "location":"querystring",
2242
+ "locationName":"resourceArn"
2243
+ },
2244
+ "tags":{"shape":"TagList"}
2245
+ }
2246
+ },
2247
+ "TagResourceResult":{
2248
+ "type":"structure",
2249
+ "members":{
2250
+ }
2251
+ },
2252
+ "TagValue":{
2253
+ "type":"string",
2254
+ "max":256,
2255
+ "min":0
2256
+ },
2138
2257
  "ThrottlingException":{
2139
2258
  "type":"structure",
2140
2259
  "required":["message"],
@@ -2150,6 +2269,26 @@
2150
2269
  "exception":true
2151
2270
  },
2152
2271
  "Timestamp":{"type":"timestamp"},
2272
+ "UntagResourceRequest":{
2273
+ "type":"structure",
2274
+ "required":[
2275
+ "resourceArn",
2276
+ "tagKeys"
2277
+ ],
2278
+ "members":{
2279
+ "resourceArn":{
2280
+ "shape":"Arn",
2281
+ "location":"querystring",
2282
+ "locationName":"resourceArn"
2283
+ },
2284
+ "tagKeys":{"shape":"TagKeyList"}
2285
+ }
2286
+ },
2287
+ "UntagResourceResult":{
2288
+ "type":"structure",
2289
+ "members":{
2290
+ }
2291
+ },
2153
2292
  "UpdatePackageVersionsStatusRequest":{
2154
2293
  "type":"structure",
2155
2294
  "required":[
@@ -4209,6 +4209,13 @@
4209
4209
  "off"
4210
4210
  ]
4211
4211
  },
4212
+ "ApplianceModeSupportValue":{
4213
+ "type":"string",
4214
+ "enum":[
4215
+ "enable",
4216
+ "disable"
4217
+ ]
4218
+ },
4212
4219
  "ApplySecurityGroupsToClientVpnTargetNetworkRequest":{
4213
4220
  "type":"structure",
4214
4221
  "required":[
@@ -6210,6 +6217,10 @@
6210
6217
  "VpcId":{
6211
6218
  "shape":"VpcId",
6212
6219
  "locationName":"vpcId"
6220
+ },
6221
+ "SelfServicePortalUrl":{
6222
+ "shape":"String",
6223
+ "locationName":"selfServicePortalUrl"
6213
6224
  }
6214
6225
  }
6215
6226
  },
@@ -6775,7 +6786,8 @@
6775
6786
  "shape":"ClientVpnSecurityGroupIdSet",
6776
6787
  "locationName":"SecurityGroupId"
6777
6788
  },
6778
- "VpcId":{"shape":"VpcId"}
6789
+ "VpcId":{"shape":"VpcId"},
6790
+ "SelfServicePortal":{"shape":"SelfServicePortal"}
6779
6791
  }
6780
6792
  },
6781
6793
  "CreateClientVpnEndpointResult":{
@@ -8165,7 +8177,8 @@
8165
8177
  "type":"structure",
8166
8178
  "members":{
8167
8179
  "DnsSupport":{"shape":"DnsSupportValue"},
8168
- "Ipv6Support":{"shape":"Ipv6SupportValue"}
8180
+ "Ipv6Support":{"shape":"Ipv6SupportValue"},
8181
+ "ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
8169
8182
  }
8170
8183
  },
8171
8184
  "CreateTransitGatewayVpcAttachmentResult":{
@@ -15137,13 +15150,18 @@
15137
15150
  "SamlProviderArn":{
15138
15151
  "shape":"String",
15139
15152
  "locationName":"samlProviderArn"
15153
+ },
15154
+ "SelfServiceSamlProviderArn":{
15155
+ "shape":"String",
15156
+ "locationName":"selfServiceSamlProviderArn"
15140
15157
  }
15141
15158
  }
15142
15159
  },
15143
15160
  "FederatedAuthenticationRequest":{
15144
15161
  "type":"structure",
15145
15162
  "members":{
15146
- "SAMLProviderArn":{"shape":"String"}
15163
+ "SAMLProviderArn":{"shape":"String"},
15164
+ "SelfServiceSAMLProviderArn":{"shape":"String"}
15147
15165
  }
15148
15166
  },
15149
15167
  "Filter":{
@@ -20967,7 +20985,8 @@
20967
20985
  "shape":"ClientVpnSecurityGroupIdSet",
20968
20986
  "locationName":"SecurityGroupId"
20969
20987
  },
20970
- "VpcId":{"shape":"VpcId"}
20988
+ "VpcId":{"shape":"VpcId"},
20989
+ "SelfServicePortal":{"shape":"SelfServicePortal"}
20971
20990
  }
20972
20991
  },
20973
20992
  "ModifyClientVpnEndpointResult":{
@@ -21690,7 +21709,8 @@
21690
21709
  "type":"structure",
21691
21710
  "members":{
21692
21711
  "DnsSupport":{"shape":"DnsSupportValue"},
21693
- "Ipv6Support":{"shape":"Ipv6SupportValue"}
21712
+ "Ipv6Support":{"shape":"Ipv6SupportValue"},
21713
+ "ApplianceModeSupport":{"shape":"ApplianceModeSupportValue"}
21694
21714
  }
21695
21715
  },
21696
21716
  "ModifyTransitGatewayVpcAttachmentResult":{
@@ -26545,6 +26565,13 @@
26545
26565
  "locationName":"SecurityGroup"
26546
26566
  }
26547
26567
  },
26568
+ "SelfServicePortal":{
26569
+ "type":"string",
26570
+ "enum":[
26571
+ "enabled",
26572
+ "disabled"
26573
+ ]
26574
+ },
26548
26575
  "SendDiagnosticInterruptRequest":{
26549
26576
  "type":"structure",
26550
26577
  "required":["InstanceId"],
@@ -29443,6 +29470,10 @@
29443
29470
  "Ipv6Support":{
29444
29471
  "shape":"Ipv6SupportValue",
29445
29472
  "locationName":"ipv6Support"
29473
+ },
29474
+ "ApplianceModeSupport":{
29475
+ "shape":"ApplianceModeSupportValue",
29476
+ "locationName":"applianceModeSupport"
29446
29477
  }
29447
29478
  }
29448
29479
  },
@@ -955,6 +955,7 @@
955
955
  "members":{
956
956
  "Name":{"shape":"TargetGroupName"},
957
957
  "Protocol":{"shape":"ProtocolEnum"},
958
+ "ProtocolVersion":{"shape":"ProtocolVersion"},
958
959
  "Port":{"shape":"Port"},
959
960
  "VpcId":{"shape":"VpcId"},
960
961
  "HealthCheckProtocol":{"shape":"ProtocolEnum"},
@@ -1286,6 +1287,7 @@
1286
1287
  "TargetGroupStickinessConfig":{"shape":"TargetGroupStickinessConfig"}
1287
1288
  }
1288
1289
  },
1290
+ "GrpcCode":{"type":"string"},
1289
1291
  "HealthCheckEnabled":{"type":"boolean"},
1290
1292
  "HealthCheckIntervalSeconds":{
1291
1293
  "type":"integer",
@@ -1577,9 +1579,9 @@
1577
1579
  "Marker":{"type":"string"},
1578
1580
  "Matcher":{
1579
1581
  "type":"structure",
1580
- "required":["HttpCode"],
1581
1582
  "members":{
1582
- "HttpCode":{"shape":"HttpCode"}
1583
+ "HttpCode":{"shape":"HttpCode"},
1584
+ "GrpcCode":{"shape":"GrpcCode"}
1583
1585
  }
1584
1586
  },
1585
1587
  "Max":{"type":"string"},
@@ -1730,6 +1732,7 @@
1730
1732
  "TCP_UDP"
1731
1733
  ]
1732
1734
  },
1735
+ "ProtocolVersion":{"type":"string"},
1733
1736
  "QueryStringConditionConfig":{
1734
1737
  "type":"structure",
1735
1738
  "members":{
@@ -2121,7 +2124,8 @@
2121
2124
  "HealthCheckPath":{"shape":"Path"},
2122
2125
  "Matcher":{"shape":"Matcher"},
2123
2126
  "LoadBalancerArns":{"shape":"LoadBalancerArns"},
2124
- "TargetType":{"shape":"TargetTypeEnum"}
2127
+ "TargetType":{"shape":"TargetTypeEnum"},
2128
+ "ProtocolVersion":{"shape":"ProtocolVersion"}
2125
2129
  }
2126
2130
  },
2127
2131
  "TargetGroupArn":{"type":"string"},
@@ -46,6 +46,36 @@
46
46
  {"shape":"BadRequestException"}
47
47
  ]
48
48
  },
49
+ "CreateContact":{
50
+ "name":"CreateContact",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"
54
+ },
55
+ "input":{"shape":"CreateContactRequest"},
56
+ "output":{"shape":"CreateContactResponse"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"TooManyRequestsException"},
60
+ {"shape":"NotFoundException"},
61
+ {"shape":"AlreadyExistsException"}
62
+ ]
63
+ },
64
+ "CreateContactList":{
65
+ "name":"CreateContactList",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/v2/email/contact-lists"
69
+ },
70
+ "input":{"shape":"CreateContactListRequest"},
71
+ "output":{"shape":"CreateContactListResponse"},
72
+ "errors":[
73
+ {"shape":"BadRequestException"},
74
+ {"shape":"TooManyRequestsException"},
75
+ {"shape":"AlreadyExistsException"},
76
+ {"shape":"LimitExceededException"}
77
+ ]
78
+ },
49
79
  "CreateCustomVerificationEmailTemplate":{
50
80
  "name":"CreateCustomVerificationEmailTemplate",
51
81
  "http":{
@@ -188,6 +218,35 @@
188
218
  {"shape":"BadRequestException"}
189
219
  ]
190
220
  },
221
+ "DeleteContact":{
222
+ "name":"DeleteContact",
223
+ "http":{
224
+ "method":"DELETE",
225
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
226
+ },
227
+ "input":{"shape":"DeleteContactRequest"},
228
+ "output":{"shape":"DeleteContactResponse"},
229
+ "errors":[
230
+ {"shape":"BadRequestException"},
231
+ {"shape":"TooManyRequestsException"},
232
+ {"shape":"NotFoundException"}
233
+ ]
234
+ },
235
+ "DeleteContactList":{
236
+ "name":"DeleteContactList",
237
+ "http":{
238
+ "method":"DELETE",
239
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
240
+ },
241
+ "input":{"shape":"DeleteContactListRequest"},
242
+ "output":{"shape":"DeleteContactListResponse"},
243
+ "errors":[
244
+ {"shape":"TooManyRequestsException"},
245
+ {"shape":"NotFoundException"},
246
+ {"shape":"BadRequestException"},
247
+ {"shape":"ConcurrentModificationException"}
248
+ ]
249
+ },
191
250
  "DeleteCustomVerificationEmailTemplate":{
192
251
  "name":"DeleteCustomVerificationEmailTemplate",
193
252
  "http":{
@@ -329,6 +388,34 @@
329
388
  {"shape":"BadRequestException"}
330
389
  ]
331
390
  },
391
+ "GetContact":{
392
+ "name":"GetContact",
393
+ "http":{
394
+ "method":"GET",
395
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
396
+ },
397
+ "input":{"shape":"GetContactRequest"},
398
+ "output":{"shape":"GetContactResponse"},
399
+ "errors":[
400
+ {"shape":"BadRequestException"},
401
+ {"shape":"TooManyRequestsException"},
402
+ {"shape":"NotFoundException"}
403
+ ]
404
+ },
405
+ "GetContactList":{
406
+ "name":"GetContactList",
407
+ "http":{
408
+ "method":"GET",
409
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
410
+ },
411
+ "input":{"shape":"GetContactListRequest"},
412
+ "output":{"shape":"GetContactListResponse"},
413
+ "errors":[
414
+ {"shape":"TooManyRequestsException"},
415
+ {"shape":"NotFoundException"},
416
+ {"shape":"BadRequestException"}
417
+ ]
418
+ },
332
419
  "GetCustomVerificationEmailTemplate":{
333
420
  "name":"GetCustomVerificationEmailTemplate",
334
421
  "http":{
@@ -510,6 +597,33 @@
510
597
  {"shape":"BadRequestException"}
511
598
  ]
512
599
  },
600
+ "ListContactLists":{
601
+ "name":"ListContactLists",
602
+ "http":{
603
+ "method":"GET",
604
+ "requestUri":"/v2/email/contact-lists"
605
+ },
606
+ "input":{"shape":"ListContactListsRequest"},
607
+ "output":{"shape":"ListContactListsResponse"},
608
+ "errors":[
609
+ {"shape":"BadRequestException"},
610
+ {"shape":"TooManyRequestsException"}
611
+ ]
612
+ },
613
+ "ListContacts":{
614
+ "name":"ListContacts",
615
+ "http":{
616
+ "method":"GET",
617
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"
618
+ },
619
+ "input":{"shape":"ListContactsRequest"},
620
+ "output":{"shape":"ListContactsResponse"},
621
+ "errors":[
622
+ {"shape":"BadRequestException"},
623
+ {"shape":"TooManyRequestsException"},
624
+ {"shape":"NotFoundException"}
625
+ ]
626
+ },
513
627
  "ListCustomVerificationEmailTemplates":{
514
628
  "name":"ListCustomVerificationEmailTemplates",
515
629
  "http":{
@@ -981,6 +1095,36 @@
981
1095
  {"shape":"BadRequestException"}
982
1096
  ]
983
1097
  },
1098
+ "UpdateContact":{
1099
+ "name":"UpdateContact",
1100
+ "http":{
1101
+ "method":"PUT",
1102
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
1103
+ },
1104
+ "input":{"shape":"UpdateContactRequest"},
1105
+ "output":{"shape":"UpdateContactResponse"},
1106
+ "errors":[
1107
+ {"shape":"BadRequestException"},
1108
+ {"shape":"TooManyRequestsException"},
1109
+ {"shape":"NotFoundException"},
1110
+ {"shape":"ConcurrentModificationException"}
1111
+ ]
1112
+ },
1113
+ "UpdateContactList":{
1114
+ "name":"UpdateContactList",
1115
+ "http":{
1116
+ "method":"PUT",
1117
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
1118
+ },
1119
+ "input":{"shape":"UpdateContactListRequest"},
1120
+ "output":{"shape":"UpdateContactListResponse"},
1121
+ "errors":[
1122
+ {"shape":"BadRequestException"},
1123
+ {"shape":"TooManyRequestsException"},
1124
+ {"shape":"NotFoundException"},
1125
+ {"shape":"ConcurrentModificationException"}
1126
+ ]
1127
+ },
984
1128
  "UpdateCustomVerificationEmailTemplate":{
985
1129
  "name":"UpdateCustomVerificationEmailTemplate",
986
1130
  "http":{
@@ -1065,6 +1209,7 @@
1065
1209
  "exception":true
1066
1210
  },
1067
1211
  "AmazonResourceName":{"type":"string"},
1212
+ "AttributesData":{"type":"string"},
1068
1213
  "BadRequestException":{
1069
1214
  "type":"structure",
1070
1215
  "members":{
@@ -1206,6 +1351,16 @@
1206
1351
  "error":{"httpStatusCode":409},
1207
1352
  "exception":true
1208
1353
  },
1354
+ "Contact":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "EmailAddress":{"shape":"EmailAddress"},
1358
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
1359
+ "TopicDefaultPreferences":{"shape":"TopicPreferenceList"},
1360
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
1361
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
1362
+ }
1363
+ },
1209
1364
  "ContactLanguage":{
1210
1365
  "type":"string",
1211
1366
  "enum":[
@@ -1213,6 +1368,32 @@
1213
1368
  "JA"
1214
1369
  ]
1215
1370
  },
1371
+ "ContactList":{
1372
+ "type":"structure",
1373
+ "members":{
1374
+ "ContactListName":{"shape":"ContactListName"},
1375
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
1376
+ }
1377
+ },
1378
+ "ContactListDestination":{
1379
+ "type":"structure",
1380
+ "required":[
1381
+ "ContactListName",
1382
+ "ContactListImportAction"
1383
+ ],
1384
+ "members":{
1385
+ "ContactListName":{"shape":"ContactListName"},
1386
+ "ContactListImportAction":{"shape":"ContactListImportAction"}
1387
+ }
1388
+ },
1389
+ "ContactListImportAction":{
1390
+ "type":"string",
1391
+ "enum":[
1392
+ "DELETE",
1393
+ "PUT"
1394
+ ]
1395
+ },
1396
+ "ContactListName":{"type":"string"},
1216
1397
  "Content":{
1217
1398
  "type":"structure",
1218
1399
  "required":["Data"],
@@ -1261,6 +1442,44 @@
1261
1442
  "members":{
1262
1443
  }
1263
1444
  },
1445
+ "CreateContactListRequest":{
1446
+ "type":"structure",
1447
+ "required":["ContactListName"],
1448
+ "members":{
1449
+ "ContactListName":{"shape":"ContactListName"},
1450
+ "Topics":{"shape":"Topics"},
1451
+ "Description":{"shape":"Description"},
1452
+ "Tags":{"shape":"TagList"}
1453
+ }
1454
+ },
1455
+ "CreateContactListResponse":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ }
1459
+ },
1460
+ "CreateContactRequest":{
1461
+ "type":"structure",
1462
+ "required":[
1463
+ "ContactListName",
1464
+ "EmailAddress"
1465
+ ],
1466
+ "members":{
1467
+ "ContactListName":{
1468
+ "shape":"ContactListName",
1469
+ "location":"uri",
1470
+ "locationName":"ContactListName"
1471
+ },
1472
+ "EmailAddress":{"shape":"EmailAddress"},
1473
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
1474
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
1475
+ "AttributesData":{"shape":"AttributesData"}
1476
+ }
1477
+ },
1478
+ "CreateContactResponse":{
1479
+ "type":"structure",
1480
+ "members":{
1481
+ }
1482
+ },
1264
1483
  "CreateCustomVerificationEmailTemplateRequest":{
1265
1484
  "type":"structure",
1266
1485
  "required":[
@@ -1491,6 +1710,46 @@
1491
1710
  "members":{
1492
1711
  }
1493
1712
  },
1713
+ "DeleteContactListRequest":{
1714
+ "type":"structure",
1715
+ "required":["ContactListName"],
1716
+ "members":{
1717
+ "ContactListName":{
1718
+ "shape":"ContactListName",
1719
+ "location":"uri",
1720
+ "locationName":"ContactListName"
1721
+ }
1722
+ }
1723
+ },
1724
+ "DeleteContactListResponse":{
1725
+ "type":"structure",
1726
+ "members":{
1727
+ }
1728
+ },
1729
+ "DeleteContactRequest":{
1730
+ "type":"structure",
1731
+ "required":[
1732
+ "ContactListName",
1733
+ "EmailAddress"
1734
+ ],
1735
+ "members":{
1736
+ "ContactListName":{
1737
+ "shape":"ContactListName",
1738
+ "location":"uri",
1739
+ "locationName":"ContactListName"
1740
+ },
1741
+ "EmailAddress":{
1742
+ "shape":"EmailAddress",
1743
+ "location":"uri",
1744
+ "locationName":"EmailAddress"
1745
+ }
1746
+ }
1747
+ },
1748
+ "DeleteContactResponse":{
1749
+ "type":"structure",
1750
+ "members":{
1751
+ }
1752
+ },
1494
1753
  "DeleteCustomVerificationEmailTemplateRequest":{
1495
1754
  "type":"structure",
1496
1755
  "required":["TemplateName"],
@@ -1633,6 +1892,7 @@
1633
1892
  "SendingPoolName":{"shape":"PoolName"}
1634
1893
  }
1635
1894
  },
1895
+ "Description":{"type":"string"},
1636
1896
  "Destination":{
1637
1897
  "type":"structure",
1638
1898
  "members":{
@@ -1650,6 +1910,7 @@
1650
1910
  "LINK_TAG"
1651
1911
  ]
1652
1912
  },
1913
+ "DisplayName":{"type":"string"},
1653
1914
  "DkimAttributes":{
1654
1915
  "type":"structure",
1655
1916
  "members":{
@@ -1836,7 +2097,8 @@
1836
2097
  "OPEN",
1837
2098
  "CLICK",
1838
2099
  "RENDERING_FAILURE",
1839
- "DELIVERY_DELAY"
2100
+ "DELIVERY_DELAY",
2101
+ "SUBSCRIPTION"
1840
2102
  ]
1841
2103
  },
1842
2104
  "EventTypes":{
@@ -1930,6 +2192,60 @@
1930
2192
  "SuppressionOptions":{"shape":"SuppressionOptions"}
1931
2193
  }
1932
2194
  },
2195
+ "GetContactListRequest":{
2196
+ "type":"structure",
2197
+ "required":["ContactListName"],
2198
+ "members":{
2199
+ "ContactListName":{
2200
+ "shape":"ContactListName",
2201
+ "location":"uri",
2202
+ "locationName":"ContactListName"
2203
+ }
2204
+ }
2205
+ },
2206
+ "GetContactListResponse":{
2207
+ "type":"structure",
2208
+ "members":{
2209
+ "ContactListName":{"shape":"ContactListName"},
2210
+ "Topics":{"shape":"Topics"},
2211
+ "Description":{"shape":"Description"},
2212
+ "CreatedTimestamp":{"shape":"Timestamp"},
2213
+ "LastUpdatedTimestamp":{"shape":"Timestamp"},
2214
+ "Tags":{"shape":"TagList"}
2215
+ }
2216
+ },
2217
+ "GetContactRequest":{
2218
+ "type":"structure",
2219
+ "required":[
2220
+ "ContactListName",
2221
+ "EmailAddress"
2222
+ ],
2223
+ "members":{
2224
+ "ContactListName":{
2225
+ "shape":"ContactListName",
2226
+ "location":"uri",
2227
+ "locationName":"ContactListName"
2228
+ },
2229
+ "EmailAddress":{
2230
+ "shape":"EmailAddress",
2231
+ "location":"uri",
2232
+ "locationName":"EmailAddress"
2233
+ }
2234
+ }
2235
+ },
2236
+ "GetContactResponse":{
2237
+ "type":"structure",
2238
+ "members":{
2239
+ "ContactListName":{"shape":"ContactListName"},
2240
+ "EmailAddress":{"shape":"EmailAddress"},
2241
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
2242
+ "TopicDefaultPreferences":{"shape":"TopicPreferenceList"},
2243
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
2244
+ "AttributesData":{"shape":"AttributesData"},
2245
+ "CreatedTimestamp":{"shape":"Timestamp"},
2246
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
2247
+ }
2248
+ },
1933
2249
  "GetCustomVerificationEmailTemplateRequest":{
1934
2250
  "type":"structure",
1935
2251
  "required":["TemplateName"],
@@ -2235,14 +2551,17 @@
2235
2551
  },
2236
2552
  "ImportDestination":{
2237
2553
  "type":"structure",
2238
- "required":["SuppressionListDestination"],
2239
2554
  "members":{
2240
- "SuppressionListDestination":{"shape":"SuppressionListDestination"}
2555
+ "SuppressionListDestination":{"shape":"SuppressionListDestination"},
2556
+ "ContactListDestination":{"shape":"ContactListDestination"}
2241
2557
  }
2242
2558
  },
2243
2559
  "ImportDestinationType":{
2244
2560
  "type":"string",
2245
- "enum":["SUPPRESSION_LIST"]
2561
+ "enum":[
2562
+ "SUPPRESSION_LIST",
2563
+ "CONTACT_LIST"
2564
+ ]
2246
2565
  },
2247
2566
  "ImportJobSummary":{
2248
2567
  "type":"structure",
@@ -2346,6 +2665,64 @@
2346
2665
  "NextToken":{"shape":"NextToken"}
2347
2666
  }
2348
2667
  },
2668
+ "ListContactListsRequest":{
2669
+ "type":"structure",
2670
+ "members":{
2671
+ "PageSize":{
2672
+ "shape":"MaxItems",
2673
+ "location":"querystring",
2674
+ "locationName":"PageSize"
2675
+ },
2676
+ "NextToken":{
2677
+ "shape":"NextToken",
2678
+ "location":"querystring",
2679
+ "locationName":"NextToken"
2680
+ }
2681
+ }
2682
+ },
2683
+ "ListContactListsResponse":{
2684
+ "type":"structure",
2685
+ "members":{
2686
+ "ContactLists":{"shape":"ListOfContactLists"},
2687
+ "NextToken":{"shape":"NextToken"}
2688
+ }
2689
+ },
2690
+ "ListContactsFilter":{
2691
+ "type":"structure",
2692
+ "members":{
2693
+ "FilteredStatus":{"shape":"SubscriptionStatus"},
2694
+ "TopicFilter":{"shape":"TopicFilter"}
2695
+ }
2696
+ },
2697
+ "ListContactsRequest":{
2698
+ "type":"structure",
2699
+ "required":["ContactListName"],
2700
+ "members":{
2701
+ "ContactListName":{
2702
+ "shape":"ContactListName",
2703
+ "location":"uri",
2704
+ "locationName":"ContactListName"
2705
+ },
2706
+ "Filter":{"shape":"ListContactsFilter"},
2707
+ "PageSize":{
2708
+ "shape":"MaxItems",
2709
+ "location":"querystring",
2710
+ "locationName":"PageSize"
2711
+ },
2712
+ "NextToken":{
2713
+ "shape":"NextToken",
2714
+ "location":"querystring",
2715
+ "locationName":"NextToken"
2716
+ }
2717
+ }
2718
+ },
2719
+ "ListContactsResponse":{
2720
+ "type":"structure",
2721
+ "members":{
2722
+ "Contacts":{"shape":"ListOfContacts"},
2723
+ "NextToken":{"shape":"NextToken"}
2724
+ }
2725
+ },
2349
2726
  "ListCustomVerificationEmailTemplatesRequest":{
2350
2727
  "type":"structure",
2351
2728
  "members":{
@@ -2523,6 +2900,22 @@
2523
2900
  "NextToken":{"shape":"NextToken"}
2524
2901
  }
2525
2902
  },
2903
+ "ListManagementOptions":{
2904
+ "type":"structure",
2905
+ "required":["ContactListName"],
2906
+ "members":{
2907
+ "ContactListName":{"shape":"ContactListName"},
2908
+ "TopicName":{"shape":"TopicName"}
2909
+ }
2910
+ },
2911
+ "ListOfContactLists":{
2912
+ "type":"list",
2913
+ "member":{"shape":"ContactList"}
2914
+ },
2915
+ "ListOfContacts":{
2916
+ "type":"list",
2917
+ "member":{"shape":"Contact"}
2918
+ },
2526
2919
  "ListOfDedicatedIpPools":{
2527
2920
  "type":"list",
2528
2921
  "member":{"shape":"PoolName"}
@@ -3113,7 +3506,8 @@
3113
3506
  "FeedbackForwardingEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
3114
3507
  "Content":{"shape":"EmailContent"},
3115
3508
  "EmailTags":{"shape":"MessageTagList"},
3116
- "ConfigurationSetName":{"shape":"ConfigurationSetName"}
3509
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
3510
+ "ListManagementOptions":{"shape":"ListManagementOptions"}
3117
3511
  }
3118
3512
  },
3119
3513
  "SendEmailResponse":{
@@ -3153,6 +3547,13 @@
3153
3547
  }
3154
3548
  },
3155
3549
  "Subject":{"type":"string"},
3550
+ "SubscriptionStatus":{
3551
+ "type":"string",
3552
+ "enum":[
3553
+ "OPT_IN",
3554
+ "OPT_OUT"
3555
+ ]
3556
+ },
3156
3557
  "SuccessRedirectionURL":{"type":"string"},
3157
3558
  "SuppressedDestination":{
3158
3559
  "type":"structure",
@@ -3312,6 +3713,47 @@
3312
3713
  "error":{"httpStatusCode":429},
3313
3714
  "exception":true
3314
3715
  },
3716
+ "Topic":{
3717
+ "type":"structure",
3718
+ "required":[
3719
+ "TopicName",
3720
+ "DisplayName",
3721
+ "DefaultSubscriptionStatus"
3722
+ ],
3723
+ "members":{
3724
+ "TopicName":{"shape":"TopicName"},
3725
+ "DisplayName":{"shape":"DisplayName"},
3726
+ "Description":{"shape":"Description"},
3727
+ "DefaultSubscriptionStatus":{"shape":"SubscriptionStatus"}
3728
+ }
3729
+ },
3730
+ "TopicFilter":{
3731
+ "type":"structure",
3732
+ "members":{
3733
+ "TopicName":{"shape":"TopicName"},
3734
+ "UseDefaultIfPreferenceUnavailable":{"shape":"UseDefaultIfPreferenceUnavailable"}
3735
+ }
3736
+ },
3737
+ "TopicName":{"type":"string"},
3738
+ "TopicPreference":{
3739
+ "type":"structure",
3740
+ "required":[
3741
+ "TopicName",
3742
+ "SubscriptionStatus"
3743
+ ],
3744
+ "members":{
3745
+ "TopicName":{"shape":"TopicName"},
3746
+ "SubscriptionStatus":{"shape":"SubscriptionStatus"}
3747
+ }
3748
+ },
3749
+ "TopicPreferenceList":{
3750
+ "type":"list",
3751
+ "member":{"shape":"TopicPreference"}
3752
+ },
3753
+ "Topics":{
3754
+ "type":"list",
3755
+ "member":{"shape":"Topic"}
3756
+ },
3315
3757
  "TrackingOptions":{
3316
3758
  "type":"structure",
3317
3759
  "required":["CustomRedirectDomain"],
@@ -3319,6 +3761,7 @@
3319
3761
  "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
3320
3762
  }
3321
3763
  },
3764
+ "UnsubscribeAll":{"type":"boolean"},
3322
3765
  "UntagResourceRequest":{
3323
3766
  "type":"structure",
3324
3767
  "required":[
@@ -3369,6 +3812,51 @@
3369
3812
  "members":{
3370
3813
  }
3371
3814
  },
3815
+ "UpdateContactListRequest":{
3816
+ "type":"structure",
3817
+ "required":["ContactListName"],
3818
+ "members":{
3819
+ "ContactListName":{
3820
+ "shape":"ContactListName",
3821
+ "location":"uri",
3822
+ "locationName":"ContactListName"
3823
+ },
3824
+ "Topics":{"shape":"Topics"},
3825
+ "Description":{"shape":"Description"}
3826
+ }
3827
+ },
3828
+ "UpdateContactListResponse":{
3829
+ "type":"structure",
3830
+ "members":{
3831
+ }
3832
+ },
3833
+ "UpdateContactRequest":{
3834
+ "type":"structure",
3835
+ "required":[
3836
+ "ContactListName",
3837
+ "EmailAddress"
3838
+ ],
3839
+ "members":{
3840
+ "ContactListName":{
3841
+ "shape":"ContactListName",
3842
+ "location":"uri",
3843
+ "locationName":"ContactListName"
3844
+ },
3845
+ "EmailAddress":{
3846
+ "shape":"EmailAddress",
3847
+ "location":"uri",
3848
+ "locationName":"EmailAddress"
3849
+ },
3850
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
3851
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
3852
+ "AttributesData":{"shape":"AttributesData"}
3853
+ }
3854
+ },
3855
+ "UpdateContactResponse":{
3856
+ "type":"structure",
3857
+ "members":{
3858
+ }
3859
+ },
3372
3860
  "UpdateCustomVerificationEmailTemplateRequest":{
3373
3861
  "type":"structure",
3374
3862
  "required":[
@@ -3449,6 +3937,7 @@
3449
3937
  "min":1,
3450
3938
  "sensitive":true
3451
3939
  },
3940
+ "UseDefaultIfPreferenceUnavailable":{"type":"boolean"},
3452
3941
  "Volume":{"type":"long"},
3453
3942
  "VolumeStatistics":{
3454
3943
  "type":"structure",
@@ -10,6 +10,16 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "PageSize"
12
12
  },
13
+ "ListContactLists": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "PageSize"
17
+ },
18
+ "ListContacts": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "PageSize"
22
+ },
13
23
  "ListCustomVerificationEmailTemplates": {
14
24
  "input_token": "NextToken",
15
25
  "output_token": "NextToken",
@@ -1028,6 +1028,19 @@
1028
1028
  {"shape":"InternalServerError"}
1029
1029
  ]
1030
1030
  },
1031
+ "UpdateSMBFileShareVisibility":{
1032
+ "name":"UpdateSMBFileShareVisibility",
1033
+ "http":{
1034
+ "method":"POST",
1035
+ "requestUri":"/"
1036
+ },
1037
+ "input":{"shape":"UpdateSMBFileShareVisibilityInput"},
1038
+ "output":{"shape":"UpdateSMBFileShareVisibilityOutput"},
1039
+ "errors":[
1040
+ {"shape":"InvalidGatewayRequestException"},
1041
+ {"shape":"InternalServerError"}
1042
+ ]
1043
+ },
1031
1044
  "UpdateSMBSecurityStrategy":{
1032
1045
  "name":"UpdateSMBSecurityStrategy",
1033
1046
  "http":{
@@ -1435,7 +1448,8 @@
1435
1448
  "RequesterPays":{"shape":"Boolean"},
1436
1449
  "Tags":{"shape":"Tags"},
1437
1450
  "FileShareName":{"shape":"FileShareName"},
1438
- "CacheAttributes":{"shape":"CacheAttributes"}
1451
+ "CacheAttributes":{"shape":"CacheAttributes"},
1452
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
1439
1453
  }
1440
1454
  },
1441
1455
  "CreateNFSFileShareOutput":{
@@ -1465,6 +1479,7 @@
1465
1479
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1466
1480
  "RequesterPays":{"shape":"Boolean"},
1467
1481
  "SMBACLEnabled":{"shape":"Boolean"},
1482
+ "AccessBasedEnumeration":{"shape":"Boolean"},
1468
1483
  "AdminUserList":{"shape":"FileShareUserList"},
1469
1484
  "ValidUserList":{"shape":"FileShareUserList"},
1470
1485
  "InvalidUserList":{"shape":"FileShareUserList"},
@@ -1473,7 +1488,8 @@
1473
1488
  "CaseSensitivity":{"shape":"CaseSensitivity"},
1474
1489
  "Tags":{"shape":"Tags"},
1475
1490
  "FileShareName":{"shape":"FileShareName"},
1476
- "CacheAttributes":{"shape":"CacheAttributes"}
1491
+ "CacheAttributes":{"shape":"CacheAttributes"},
1492
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
1477
1493
  }
1478
1494
  },
1479
1495
  "CreateSMBFileShareOutput":{
@@ -1947,7 +1963,8 @@
1947
1963
  "DomainName":{"shape":"DomainName"},
1948
1964
  "ActiveDirectoryStatus":{"shape":"ActiveDirectoryStatus"},
1949
1965
  "SMBGuestPasswordSet":{"shape":"Boolean"},
1950
- "SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"}
1966
+ "SMBSecurityStrategy":{"shape":"SMBSecurityStrategy"},
1967
+ "FileSharesVisible":{"shape":"Boolean"}
1951
1968
  }
1952
1969
  },
1953
1970
  "DescribeSnapshotScheduleInput":{
@@ -2698,7 +2715,8 @@
2698
2715
  "RequesterPays":{"shape":"Boolean"},
2699
2716
  "Tags":{"shape":"Tags"},
2700
2717
  "FileShareName":{"shape":"FileShareName"},
2701
- "CacheAttributes":{"shape":"CacheAttributes"}
2718
+ "CacheAttributes":{"shape":"CacheAttributes"},
2719
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
2702
2720
  }
2703
2721
  },
2704
2722
  "NFSFileShareInfoList":{
@@ -2727,6 +2745,12 @@
2727
2745
  "max":2048,
2728
2746
  "min":1
2729
2747
  },
2748
+ "NotificationPolicy":{
2749
+ "type":"string",
2750
+ "max":100,
2751
+ "min":2,
2752
+ "pattern":"^\\{[\\w\\s:\\{\\}\\[\\]\"]*}$"
2753
+ },
2730
2754
  "NotifyWhenUploadedInput":{
2731
2755
  "type":"structure",
2732
2756
  "required":["FileShareARN"],
@@ -2953,6 +2977,7 @@
2953
2977
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2954
2978
  "RequesterPays":{"shape":"Boolean"},
2955
2979
  "SMBACLEnabled":{"shape":"Boolean"},
2980
+ "AccessBasedEnumeration":{"shape":"Boolean"},
2956
2981
  "AdminUserList":{"shape":"FileShareUserList"},
2957
2982
  "ValidUserList":{"shape":"FileShareUserList"},
2958
2983
  "InvalidUserList":{"shape":"FileShareUserList"},
@@ -2961,7 +2986,8 @@
2961
2986
  "CaseSensitivity":{"shape":"CaseSensitivity"},
2962
2987
  "Tags":{"shape":"Tags"},
2963
2988
  "FileShareName":{"shape":"FileShareName"},
2964
- "CacheAttributes":{"shape":"CacheAttributes"}
2989
+ "CacheAttributes":{"shape":"CacheAttributes"},
2990
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
2965
2991
  }
2966
2992
  },
2967
2993
  "SMBFileShareInfoList":{
@@ -3398,7 +3424,8 @@
3398
3424
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
3399
3425
  "RequesterPays":{"shape":"Boolean"},
3400
3426
  "FileShareName":{"shape":"FileShareName"},
3401
- "CacheAttributes":{"shape":"CacheAttributes"}
3427
+ "CacheAttributes":{"shape":"CacheAttributes"},
3428
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
3402
3429
  }
3403
3430
  },
3404
3431
  "UpdateNFSFileShareOutput":{
@@ -3420,13 +3447,15 @@
3420
3447
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
3421
3448
  "RequesterPays":{"shape":"Boolean"},
3422
3449
  "SMBACLEnabled":{"shape":"Boolean"},
3450
+ "AccessBasedEnumeration":{"shape":"Boolean"},
3423
3451
  "AdminUserList":{"shape":"FileShareUserList"},
3424
3452
  "ValidUserList":{"shape":"FileShareUserList"},
3425
3453
  "InvalidUserList":{"shape":"FileShareUserList"},
3426
3454
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
3427
3455
  "CaseSensitivity":{"shape":"CaseSensitivity"},
3428
3456
  "FileShareName":{"shape":"FileShareName"},
3429
- "CacheAttributes":{"shape":"CacheAttributes"}
3457
+ "CacheAttributes":{"shape":"CacheAttributes"},
3458
+ "NotificationPolicy":{"shape":"NotificationPolicy"}
3430
3459
  }
3431
3460
  },
3432
3461
  "UpdateSMBFileShareOutput":{
@@ -3435,6 +3464,23 @@
3435
3464
  "FileShareARN":{"shape":"FileShareARN"}
3436
3465
  }
3437
3466
  },
3467
+ "UpdateSMBFileShareVisibilityInput":{
3468
+ "type":"structure",
3469
+ "required":[
3470
+ "GatewayARN",
3471
+ "FileSharesVisible"
3472
+ ],
3473
+ "members":{
3474
+ "GatewayARN":{"shape":"GatewayARN"},
3475
+ "FileSharesVisible":{"shape":"Boolean"}
3476
+ }
3477
+ },
3478
+ "UpdateSMBFileShareVisibilityOutput":{
3479
+ "type":"structure",
3480
+ "members":{
3481
+ "GatewayARN":{"shape":"GatewayARN"}
3482
+ }
3483
+ },
3438
3484
  "UpdateSMBSecurityStrategyInput":{
3439
3485
  "type":"structure",
3440
3486
  "required":[
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.616'
2
+ VERSION = '2.11.617'
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.616
4
+ version: 2.11.617
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: 2020-10-28 00:00:00.000000000 Z
11
+ date: 2020-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath