aws-sdk-core 2.11.550 → 2.11.551

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
  SHA256:
3
- metadata.gz: 6087f7ac99c59a1cb9768048a82be91d6879ed8d5127e1d1ee895dd32f972428
4
- data.tar.gz: c9a5d8a3a0a937f628f949b36ac8a6ab19369be805eb50b0b7093535e4b00096
3
+ metadata.gz: 3018f648ec02f3b92f9155abc24f97387b171e54e44242a1c9df1bf581624d25
4
+ data.tar.gz: 5347b86d7c8b77bc1d1e5495e9aad4e7888084c6426e1fe1f71c6420d029d072
5
5
  SHA512:
6
- metadata.gz: 2788efc4248372a87e6cd4dbbabf362f3b6b3f7a78b09de0d3cc60427fb4c9b0bf75f4a69cc5aa702fa409ff11f560daa65f058ae0ba2e2df667c11a38046aca
7
- data.tar.gz: 258667a6df525d1e8365252cc712d5433a94350cb2773f7928a2df9a2f2be5349c671e82e525279fef14a150cef43a091ae0297d80bf29264c44fd7784e88c13
6
+ metadata.gz: 330c0d9559acd9633e67c7436e42670b7a70aedb75ee48ff49cdac449d845b016f9f369e9d15ec9f41bfc9280c8113fcb40976565f6a0b7c2c6b96e82bf296c7
7
+ data.tar.gz: 97ce48fdb19a141c3c95641b8f17cc3d1cd3cb21bd482422a26a4df7fa12248afed32736321f8ca13bc52f3279b17c824391a69ac0d07ab07e7461a83a0fe4a8
@@ -385,7 +385,8 @@
385
385
  "output":{"shape":"DescribeConformancePackStatusResponse"},
386
386
  "errors":[
387
387
  {"shape":"InvalidLimitException"},
388
- {"shape":"InvalidNextTokenException"}
388
+ {"shape":"InvalidNextTokenException"},
389
+ {"shape":"InvalidParameterValueException"}
389
390
  ]
390
391
  },
391
392
  "DescribeConformancePacks":{
@@ -399,7 +400,8 @@
399
400
  "errors":[
400
401
  {"shape":"NoSuchConformancePackException"},
401
402
  {"shape":"InvalidLimitException"},
402
- {"shape":"InvalidNextTokenException"}
403
+ {"shape":"InvalidNextTokenException"},
404
+ {"shape":"InvalidParameterValueException"}
403
405
  ]
404
406
  },
405
407
  "DescribeDeliveryChannelStatus":{
@@ -956,7 +958,8 @@
956
958
  "input":{"shape":"PutRemediationExceptionsRequest"},
957
959
  "output":{"shape":"PutRemediationExceptionsResponse"},
958
960
  "errors":[
959
- {"shape":"InvalidParameterValueException"}
961
+ {"shape":"InvalidParameterValueException"},
962
+ {"shape":"InsufficientPermissionsException"}
960
963
  ]
961
964
  },
962
965
  "PutResourceConfig":{
@@ -1528,7 +1531,8 @@
1528
1531
  "AccountAggregationSources":{"shape":"AccountAggregationSourceList"},
1529
1532
  "OrganizationAggregationSource":{"shape":"OrganizationAggregationSource"},
1530
1533
  "CreationTime":{"shape":"Date"},
1531
- "LastUpdatedTime":{"shape":"Date"}
1534
+ "LastUpdatedTime":{"shape":"Date"},
1535
+ "CreatedBy":{"shape":"StringWithCharLimit256"}
1532
1536
  }
1533
1537
  },
1534
1538
  "ConfigurationAggregatorArn":{
@@ -4010,7 +4014,10 @@
4010
4014
  "AWS::ServiceCatalog::Portfolio",
4011
4015
  "AWS::SQS::Queue",
4012
4016
  "AWS::KMS::Key",
4013
- "AWS::QLDB::Ledger"
4017
+ "AWS::QLDB::Ledger",
4018
+ "AWS::SecretsManager::Secret",
4019
+ "AWS::SNS::Topic",
4020
+ "AWS::SSM::FileData"
4014
4021
  ]
4015
4022
  },
4016
4023
  "ResourceTypeList":{
@@ -331,6 +331,14 @@
331
331
  "min":3,
332
332
  "pattern":"^[^\\u0000\\u0085\\u2028\\u2029\\r\\n]{3,4357}$"
333
333
  },
334
+ "AutoImportPolicyType":{
335
+ "type":"string",
336
+ "enum":[
337
+ "NONE",
338
+ "NEW",
339
+ "NEW_CHANGED"
340
+ ]
341
+ },
334
342
  "AutomaticBackupRetentionDays":{
335
343
  "type":"integer",
336
344
  "max":35,
@@ -533,6 +541,7 @@
533
541
  "ExportPath":{"shape":"ArchivePath"},
534
542
  "ImportedFileChunkSize":{"shape":"Megabytes"},
535
543
  "DeploymentType":{"shape":"LustreDeploymentType"},
544
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
536
545
  "PerUnitStorageThroughput":{"shape":"PerUnitStorageThroughput"},
537
546
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
538
547
  "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
@@ -599,11 +608,30 @@
599
608
  "DataRepositoryConfiguration":{
600
609
  "type":"structure",
601
610
  "members":{
611
+ "Lifecycle":{"shape":"DataRepositoryLifecycle"},
602
612
  "ImportPath":{"shape":"ArchivePath"},
603
613
  "ExportPath":{"shape":"ArchivePath"},
604
- "ImportedFileChunkSize":{"shape":"Megabytes"}
614
+ "ImportedFileChunkSize":{"shape":"Megabytes"},
615
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"},
616
+ "FailureDetails":{"shape":"DataRepositoryFailureDetails"}
617
+ }
618
+ },
619
+ "DataRepositoryFailureDetails":{
620
+ "type":"structure",
621
+ "members":{
622
+ "Message":{"shape":"ErrorMessage"}
605
623
  }
606
624
  },
625
+ "DataRepositoryLifecycle":{
626
+ "type":"string",
627
+ "enum":[
628
+ "CREATING",
629
+ "AVAILABLE",
630
+ "MISCONFIGURED",
631
+ "UPDATING",
632
+ "DELETING"
633
+ ]
634
+ },
607
635
  "DataRepositoryTask":{
608
636
  "type":"structure",
609
637
  "required":[
@@ -1298,6 +1326,10 @@
1298
1326
  "SucceededCount":{"type":"long"},
1299
1327
  "Tag":{
1300
1328
  "type":"structure",
1329
+ "required":[
1330
+ "Key",
1331
+ "Value"
1332
+ ],
1301
1333
  "members":{
1302
1334
  "Key":{"shape":"TagKey"},
1303
1335
  "Value":{"shape":"TagValue"}
@@ -1383,7 +1415,8 @@
1383
1415
  "members":{
1384
1416
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
1385
1417
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
1386
- "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1418
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1419
+ "AutoImportPolicy":{"shape":"AutoImportPolicyType"}
1387
1420
  }
1388
1421
  },
1389
1422
  "UpdateFileSystemRequest":{
@@ -2743,7 +2743,10 @@
2743
2743
  "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
2744
2744
  "CUSTOM_JDBC_CERT_STRING",
2745
2745
  "CONNECTION_URL",
2746
- "KAFKA_BOOTSTRAP_SERVERS"
2746
+ "KAFKA_BOOTSTRAP_SERVERS",
2747
+ "KAFKA_SSL_ENABLED",
2748
+ "KAFKA_CUSTOM_CERT",
2749
+ "KAFKA_SKIP_CUSTOM_CERT_VALIDATION"
2747
2750
  ]
2748
2751
  },
2749
2752
  "ConnectionType":{
@@ -30,6 +30,23 @@
30
30
  {"shape":"UnauthenticatedException"}
31
31
  ]
32
32
  },
33
+ "AttachCertificateToDistribution":{
34
+ "name":"AttachCertificateToDistribution",
35
+ "http":{
36
+ "method":"POST",
37
+ "requestUri":"/"
38
+ },
39
+ "input":{"shape":"AttachCertificateToDistributionRequest"},
40
+ "output":{"shape":"AttachCertificateToDistributionResult"},
41
+ "errors":[
42
+ {"shape":"ServiceException"},
43
+ {"shape":"InvalidInputException"},
44
+ {"shape":"NotFoundException"},
45
+ {"shape":"OperationFailureException"},
46
+ {"shape":"AccessDeniedException"},
47
+ {"shape":"UnauthenticatedException"}
48
+ ]
49
+ },
33
50
  "AttachDisk":{
34
51
  "name":"AttachDisk",
35
52
  "http":{
@@ -138,6 +155,22 @@
138
155
  {"shape":"UnauthenticatedException"}
139
156
  ]
140
157
  },
158
+ "CreateCertificate":{
159
+ "name":"CreateCertificate",
160
+ "http":{
161
+ "method":"POST",
162
+ "requestUri":"/"
163
+ },
164
+ "input":{"shape":"CreateCertificateRequest"},
165
+ "output":{"shape":"CreateCertificateResult"},
166
+ "errors":[
167
+ {"shape":"ServiceException"},
168
+ {"shape":"InvalidInputException"},
169
+ {"shape":"NotFoundException"},
170
+ {"shape":"AccessDeniedException"},
171
+ {"shape":"UnauthenticatedException"}
172
+ ]
173
+ },
141
174
  "CreateCloudFormationStack":{
142
175
  "name":"CreateCloudFormationStack",
143
176
  "http":{
@@ -227,6 +260,23 @@
227
260
  {"shape":"UnauthenticatedException"}
228
261
  ]
229
262
  },
263
+ "CreateDistribution":{
264
+ "name":"CreateDistribution",
265
+ "http":{
266
+ "method":"POST",
267
+ "requestUri":"/"
268
+ },
269
+ "input":{"shape":"CreateDistributionRequest"},
270
+ "output":{"shape":"CreateDistributionResult"},
271
+ "errors":[
272
+ {"shape":"ServiceException"},
273
+ {"shape":"InvalidInputException"},
274
+ {"shape":"NotFoundException"},
275
+ {"shape":"OperationFailureException"},
276
+ {"shape":"AccessDeniedException"},
277
+ {"shape":"UnauthenticatedException"}
278
+ ]
279
+ },
230
280
  "CreateDomain":{
231
281
  "name":"CreateDomain",
232
282
  "http":{
@@ -459,6 +509,22 @@
459
509
  {"shape":"UnauthenticatedException"}
460
510
  ]
461
511
  },
512
+ "DeleteCertificate":{
513
+ "name":"DeleteCertificate",
514
+ "http":{
515
+ "method":"POST",
516
+ "requestUri":"/"
517
+ },
518
+ "input":{"shape":"DeleteCertificateRequest"},
519
+ "output":{"shape":"DeleteCertificateResult"},
520
+ "errors":[
521
+ {"shape":"ServiceException"},
522
+ {"shape":"InvalidInputException"},
523
+ {"shape":"AccessDeniedException"},
524
+ {"shape":"NotFoundException"},
525
+ {"shape":"UnauthenticatedException"}
526
+ ]
527
+ },
462
528
  "DeleteContactMethod":{
463
529
  "name":"DeleteContactMethod",
464
530
  "http":{
@@ -512,6 +578,23 @@
512
578
  {"shape":"UnauthenticatedException"}
513
579
  ]
514
580
  },
581
+ "DeleteDistribution":{
582
+ "name":"DeleteDistribution",
583
+ "http":{
584
+ "method":"POST",
585
+ "requestUri":"/"
586
+ },
587
+ "input":{"shape":"DeleteDistributionRequest"},
588
+ "output":{"shape":"DeleteDistributionResult"},
589
+ "errors":[
590
+ {"shape":"ServiceException"},
591
+ {"shape":"InvalidInputException"},
592
+ {"shape":"NotFoundException"},
593
+ {"shape":"OperationFailureException"},
594
+ {"shape":"AccessDeniedException"},
595
+ {"shape":"UnauthenticatedException"}
596
+ ]
597
+ },
515
598
  "DeleteDomain":{
516
599
  "name":"DeleteDomain",
517
600
  "http":{
@@ -692,6 +775,23 @@
692
775
  {"shape":"UnauthenticatedException"}
693
776
  ]
694
777
  },
778
+ "DetachCertificateFromDistribution":{
779
+ "name":"DetachCertificateFromDistribution",
780
+ "http":{
781
+ "method":"POST",
782
+ "requestUri":"/"
783
+ },
784
+ "input":{"shape":"DetachCertificateFromDistributionRequest"},
785
+ "output":{"shape":"DetachCertificateFromDistributionResult"},
786
+ "errors":[
787
+ {"shape":"ServiceException"},
788
+ {"shape":"InvalidInputException"},
789
+ {"shape":"NotFoundException"},
790
+ {"shape":"OperationFailureException"},
791
+ {"shape":"AccessDeniedException"},
792
+ {"shape":"UnauthenticatedException"}
793
+ ]
794
+ },
695
795
  "DetachDisk":{
696
796
  "name":"DetachDisk",
697
797
  "http":{
@@ -904,6 +1004,22 @@
904
1004
  {"shape":"UnauthenticatedException"}
905
1005
  ]
906
1006
  },
1007
+ "GetCertificates":{
1008
+ "name":"GetCertificates",
1009
+ "http":{
1010
+ "method":"POST",
1011
+ "requestUri":"/"
1012
+ },
1013
+ "input":{"shape":"GetCertificatesRequest"},
1014
+ "output":{"shape":"GetCertificatesResult"},
1015
+ "errors":[
1016
+ {"shape":"ServiceException"},
1017
+ {"shape":"InvalidInputException"},
1018
+ {"shape":"NotFoundException"},
1019
+ {"shape":"AccessDeniedException"},
1020
+ {"shape":"UnauthenticatedException"}
1021
+ ]
1022
+ },
907
1023
  "GetCloudFormationStackRecords":{
908
1024
  "name":"GetCloudFormationStackRecords",
909
1025
  "http":{
@@ -1011,6 +1127,74 @@
1011
1127
  {"shape":"UnauthenticatedException"}
1012
1128
  ]
1013
1129
  },
1130
+ "GetDistributionBundles":{
1131
+ "name":"GetDistributionBundles",
1132
+ "http":{
1133
+ "method":"POST",
1134
+ "requestUri":"/"
1135
+ },
1136
+ "input":{"shape":"GetDistributionBundlesRequest"},
1137
+ "output":{"shape":"GetDistributionBundlesResult"},
1138
+ "errors":[
1139
+ {"shape":"ServiceException"},
1140
+ {"shape":"InvalidInputException"},
1141
+ {"shape":"NotFoundException"},
1142
+ {"shape":"OperationFailureException"},
1143
+ {"shape":"AccessDeniedException"},
1144
+ {"shape":"UnauthenticatedException"}
1145
+ ]
1146
+ },
1147
+ "GetDistributionLatestCacheReset":{
1148
+ "name":"GetDistributionLatestCacheReset",
1149
+ "http":{
1150
+ "method":"POST",
1151
+ "requestUri":"/"
1152
+ },
1153
+ "input":{"shape":"GetDistributionLatestCacheResetRequest"},
1154
+ "output":{"shape":"GetDistributionLatestCacheResetResult"},
1155
+ "errors":[
1156
+ {"shape":"ServiceException"},
1157
+ {"shape":"InvalidInputException"},
1158
+ {"shape":"NotFoundException"},
1159
+ {"shape":"OperationFailureException"},
1160
+ {"shape":"AccessDeniedException"},
1161
+ {"shape":"UnauthenticatedException"}
1162
+ ]
1163
+ },
1164
+ "GetDistributionMetricData":{
1165
+ "name":"GetDistributionMetricData",
1166
+ "http":{
1167
+ "method":"POST",
1168
+ "requestUri":"/"
1169
+ },
1170
+ "input":{"shape":"GetDistributionMetricDataRequest"},
1171
+ "output":{"shape":"GetDistributionMetricDataResult"},
1172
+ "errors":[
1173
+ {"shape":"ServiceException"},
1174
+ {"shape":"InvalidInputException"},
1175
+ {"shape":"NotFoundException"},
1176
+ {"shape":"OperationFailureException"},
1177
+ {"shape":"AccessDeniedException"},
1178
+ {"shape":"UnauthenticatedException"}
1179
+ ]
1180
+ },
1181
+ "GetDistributions":{
1182
+ "name":"GetDistributions",
1183
+ "http":{
1184
+ "method":"POST",
1185
+ "requestUri":"/"
1186
+ },
1187
+ "input":{"shape":"GetDistributionsRequest"},
1188
+ "output":{"shape":"GetDistributionsResult"},
1189
+ "errors":[
1190
+ {"shape":"ServiceException"},
1191
+ {"shape":"InvalidInputException"},
1192
+ {"shape":"NotFoundException"},
1193
+ {"shape":"OperationFailureException"},
1194
+ {"shape":"AccessDeniedException"},
1195
+ {"shape":"UnauthenticatedException"}
1196
+ ]
1197
+ },
1014
1198
  "GetDomain":{
1015
1199
  "name":"GetDomain",
1016
1200
  "http":{
@@ -1802,6 +1986,23 @@
1802
1986
  {"shape":"UnauthenticatedException"}
1803
1987
  ]
1804
1988
  },
1989
+ "ResetDistributionCache":{
1990
+ "name":"ResetDistributionCache",
1991
+ "http":{
1992
+ "method":"POST",
1993
+ "requestUri":"/"
1994
+ },
1995
+ "input":{"shape":"ResetDistributionCacheRequest"},
1996
+ "output":{"shape":"ResetDistributionCacheResult"},
1997
+ "errors":[
1998
+ {"shape":"ServiceException"},
1999
+ {"shape":"InvalidInputException"},
2000
+ {"shape":"NotFoundException"},
2001
+ {"shape":"OperationFailureException"},
2002
+ {"shape":"AccessDeniedException"},
2003
+ {"shape":"UnauthenticatedException"}
2004
+ ]
2005
+ },
1805
2006
  "SendContactMethodVerification":{
1806
2007
  "name":"SendContactMethodVerification",
1807
2008
  "http":{
@@ -1962,6 +2163,40 @@
1962
2163
  {"shape":"UnauthenticatedException"}
1963
2164
  ]
1964
2165
  },
2166
+ "UpdateDistribution":{
2167
+ "name":"UpdateDistribution",
2168
+ "http":{
2169
+ "method":"POST",
2170
+ "requestUri":"/"
2171
+ },
2172
+ "input":{"shape":"UpdateDistributionRequest"},
2173
+ "output":{"shape":"UpdateDistributionResult"},
2174
+ "errors":[
2175
+ {"shape":"ServiceException"},
2176
+ {"shape":"InvalidInputException"},
2177
+ {"shape":"NotFoundException"},
2178
+ {"shape":"OperationFailureException"},
2179
+ {"shape":"AccessDeniedException"},
2180
+ {"shape":"UnauthenticatedException"}
2181
+ ]
2182
+ },
2183
+ "UpdateDistributionBundle":{
2184
+ "name":"UpdateDistributionBundle",
2185
+ "http":{
2186
+ "method":"POST",
2187
+ "requestUri":"/"
2188
+ },
2189
+ "input":{"shape":"UpdateDistributionBundleRequest"},
2190
+ "output":{"shape":"UpdateDistributionBundleResult"},
2191
+ "errors":[
2192
+ {"shape":"ServiceException"},
2193
+ {"shape":"InvalidInputException"},
2194
+ {"shape":"NotFoundException"},
2195
+ {"shape":"OperationFailureException"},
2196
+ {"shape":"AccessDeniedException"},
2197
+ {"shape":"UnauthenticatedException"}
2198
+ ]
2199
+ },
1965
2200
  "UpdateDomainEntry":{
1966
2201
  "name":"UpdateDomainEntry",
1967
2202
  "http":{
@@ -2142,6 +2377,23 @@
2142
2377
  "operations":{"shape":"OperationList"}
2143
2378
  }
2144
2379
  },
2380
+ "AttachCertificateToDistributionRequest":{
2381
+ "type":"structure",
2382
+ "required":[
2383
+ "distributionName",
2384
+ "certificateName"
2385
+ ],
2386
+ "members":{
2387
+ "distributionName":{"shape":"ResourceName"},
2388
+ "certificateName":{"shape":"ResourceName"}
2389
+ }
2390
+ },
2391
+ "AttachCertificateToDistributionResult":{
2392
+ "type":"structure",
2393
+ "members":{
2394
+ "operation":{"shape":"Operation"}
2395
+ }
2396
+ },
2145
2397
  "AttachDiskRequest":{
2146
2398
  "type":"structure",
2147
2399
  "required":[
@@ -2272,6 +2524,13 @@
2272
2524
  "member":{"shape":"AvailabilityZone"}
2273
2525
  },
2274
2526
  "Base64":{"type":"string"},
2527
+ "BehaviorEnum":{
2528
+ "type":"string",
2529
+ "enum":[
2530
+ "dont-cache",
2531
+ "cache"
2532
+ ]
2533
+ },
2275
2534
  "Blueprint":{
2276
2535
  "type":"structure",
2277
2536
  "members":{
@@ -2320,6 +2579,93 @@
2320
2579
  "type":"list",
2321
2580
  "member":{"shape":"Bundle"}
2322
2581
  },
2582
+ "CacheBehavior":{
2583
+ "type":"structure",
2584
+ "members":{
2585
+ "behavior":{"shape":"BehaviorEnum"}
2586
+ }
2587
+ },
2588
+ "CacheBehaviorList":{
2589
+ "type":"list",
2590
+ "member":{"shape":"CacheBehaviorPerPath"}
2591
+ },
2592
+ "CacheBehaviorPerPath":{
2593
+ "type":"structure",
2594
+ "members":{
2595
+ "path":{"shape":"string"},
2596
+ "behavior":{"shape":"BehaviorEnum"}
2597
+ }
2598
+ },
2599
+ "CacheSettings":{
2600
+ "type":"structure",
2601
+ "members":{
2602
+ "defaultTTL":{"shape":"long"},
2603
+ "minimumTTL":{"shape":"long"},
2604
+ "maximumTTL":{"shape":"long"},
2605
+ "allowedHTTPMethods":{"shape":"NonEmptyString"},
2606
+ "cachedHTTPMethods":{"shape":"NonEmptyString"},
2607
+ "forwardedCookies":{"shape":"CookieObject"},
2608
+ "forwardedHeaders":{"shape":"HeaderObject"},
2609
+ "forwardedQueryStrings":{"shape":"QueryStringObject"}
2610
+ }
2611
+ },
2612
+ "Certificate":{
2613
+ "type":"structure",
2614
+ "members":{
2615
+ "arn":{"shape":"NonEmptyString"},
2616
+ "name":{"shape":"CertificateName"},
2617
+ "domainName":{"shape":"DomainName"},
2618
+ "status":{"shape":"CertificateStatus"},
2619
+ "serialNumber":{"shape":"SerialNumber"},
2620
+ "subjectAlternativeNames":{"shape":"SubjectAlternativeNameList"},
2621
+ "domainValidationRecords":{"shape":"DomainValidationRecordList"},
2622
+ "requestFailureReason":{"shape":"RequestFailureReason"},
2623
+ "inUseResourceCount":{"shape":"InUseResourceCount"},
2624
+ "keyAlgorithm":{"shape":"KeyAlgorithm"},
2625
+ "createdAt":{"shape":"IsoDate"},
2626
+ "issuedAt":{"shape":"IsoDate"},
2627
+ "issuerCA":{"shape":"IssuerCA"},
2628
+ "notBefore":{"shape":"IsoDate"},
2629
+ "notAfter":{"shape":"IsoDate"},
2630
+ "eligibleToRenew":{"shape":"EligibleToRenew"},
2631
+ "renewalSummary":{"shape":"RenewalSummary"},
2632
+ "revokedAt":{"shape":"IsoDate"},
2633
+ "revocationReason":{"shape":"RevocationReason"},
2634
+ "tags":{"shape":"TagList"},
2635
+ "supportCode":{"shape":"string"}
2636
+ }
2637
+ },
2638
+ "CertificateName":{"type":"string"},
2639
+ "CertificateStatus":{
2640
+ "type":"string",
2641
+ "enum":[
2642
+ "PENDING_VALIDATION",
2643
+ "ISSUED",
2644
+ "INACTIVE",
2645
+ "EXPIRED",
2646
+ "VALIDATION_TIMED_OUT",
2647
+ "REVOKED",
2648
+ "FAILED"
2649
+ ]
2650
+ },
2651
+ "CertificateStatusList":{
2652
+ "type":"list",
2653
+ "member":{"shape":"CertificateStatus"}
2654
+ },
2655
+ "CertificateSummary":{
2656
+ "type":"structure",
2657
+ "members":{
2658
+ "certificateArn":{"shape":"NonEmptyString"},
2659
+ "certificateName":{"shape":"CertificateName"},
2660
+ "domainName":{"shape":"DomainName"},
2661
+ "certificateDetail":{"shape":"Certificate"},
2662
+ "tags":{"shape":"TagList"}
2663
+ }
2664
+ },
2665
+ "CertificateSummaryList":{
2666
+ "type":"list",
2667
+ "member":{"shape":"CertificateSummary"}
2668
+ },
2323
2669
  "CloseInstancePublicPortsRequest":{
2324
2670
  "type":"structure",
2325
2671
  "required":[
@@ -2420,6 +2766,13 @@
2420
2766
  "type":"list",
2421
2767
  "member":{"shape":"ContactProtocol"}
2422
2768
  },
2769
+ "CookieObject":{
2770
+ "type":"structure",
2771
+ "members":{
2772
+ "option":{"shape":"ForwardValues"},
2773
+ "cookiesAllowList":{"shape":"StringList"}
2774
+ }
2775
+ },
2423
2776
  "CopySnapshotRequest":{
2424
2777
  "type":"structure",
2425
2778
  "required":[
@@ -2441,6 +2794,26 @@
2441
2794
  "operations":{"shape":"OperationList"}
2442
2795
  }
2443
2796
  },
2797
+ "CreateCertificateRequest":{
2798
+ "type":"structure",
2799
+ "required":[
2800
+ "certificateName",
2801
+ "domainName"
2802
+ ],
2803
+ "members":{
2804
+ "certificateName":{"shape":"CertificateName"},
2805
+ "domainName":{"shape":"DomainName"},
2806
+ "subjectAlternativeNames":{"shape":"SubjectAlternativeNameList"},
2807
+ "tags":{"shape":"TagList"}
2808
+ }
2809
+ },
2810
+ "CreateCertificateResult":{
2811
+ "type":"structure",
2812
+ "members":{
2813
+ "certificate":{"shape":"CertificateSummary"},
2814
+ "operations":{"shape":"OperationList"}
2815
+ }
2816
+ },
2444
2817
  "CreateCloudFormationStackRequest":{
2445
2818
  "type":"structure",
2446
2819
  "required":["instances"],
@@ -2533,6 +2906,31 @@
2533
2906
  "operations":{"shape":"OperationList"}
2534
2907
  }
2535
2908
  },
2909
+ "CreateDistributionRequest":{
2910
+ "type":"structure",
2911
+ "required":[
2912
+ "distributionName",
2913
+ "origin",
2914
+ "defaultCacheBehavior",
2915
+ "bundleId"
2916
+ ],
2917
+ "members":{
2918
+ "distributionName":{"shape":"ResourceName"},
2919
+ "origin":{"shape":"InputOrigin"},
2920
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
2921
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
2922
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
2923
+ "bundleId":{"shape":"string"},
2924
+ "tags":{"shape":"TagList"}
2925
+ }
2926
+ },
2927
+ "CreateDistributionResult":{
2928
+ "type":"structure",
2929
+ "members":{
2930
+ "distribution":{"shape":"LightsailDistribution"},
2931
+ "operation":{"shape":"Operation"}
2932
+ }
2933
+ },
2536
2934
  "CreateDomainEntryRequest":{
2537
2935
  "type":"structure",
2538
2936
  "required":[
@@ -2797,6 +3195,19 @@
2797
3195
  "operations":{"shape":"OperationList"}
2798
3196
  }
2799
3197
  },
3198
+ "DeleteCertificateRequest":{
3199
+ "type":"structure",
3200
+ "required":["certificateName"],
3201
+ "members":{
3202
+ "certificateName":{"shape":"CertificateName"}
3203
+ }
3204
+ },
3205
+ "DeleteCertificateResult":{
3206
+ "type":"structure",
3207
+ "members":{
3208
+ "operations":{"shape":"OperationList"}
3209
+ }
3210
+ },
2800
3211
  "DeleteContactMethodRequest":{
2801
3212
  "type":"structure",
2802
3213
  "required":["protocol"],
@@ -2837,6 +3248,18 @@
2837
3248
  "operations":{"shape":"OperationList"}
2838
3249
  }
2839
3250
  },
3251
+ "DeleteDistributionRequest":{
3252
+ "type":"structure",
3253
+ "members":{
3254
+ "distributionName":{"shape":"ResourceName"}
3255
+ }
3256
+ },
3257
+ "DeleteDistributionResult":{
3258
+ "type":"structure",
3259
+ "members":{
3260
+ "operation":{"shape":"Operation"}
3261
+ }
3262
+ },
2840
3263
  "DeleteDomainEntryRequest":{
2841
3264
  "type":"structure",
2842
3265
  "required":[
@@ -2986,6 +3409,19 @@
2986
3409
  "service":{"shape":"NonEmptyString"}
2987
3410
  }
2988
3411
  },
3412
+ "DetachCertificateFromDistributionRequest":{
3413
+ "type":"structure",
3414
+ "required":["distributionName"],
3415
+ "members":{
3416
+ "distributionName":{"shape":"ResourceName"}
3417
+ }
3418
+ },
3419
+ "DetachCertificateFromDistributionResult":{
3420
+ "type":"structure",
3421
+ "members":{
3422
+ "operation":{"shape":"Operation"}
3423
+ }
3424
+ },
2989
3425
  "DetachDiskRequest":{
2990
3426
  "type":"structure",
2991
3427
  "required":["diskName"],
@@ -3151,6 +3587,35 @@
3151
3587
  "unknown"
3152
3588
  ]
3153
3589
  },
3590
+ "DistributionBundle":{
3591
+ "type":"structure",
3592
+ "members":{
3593
+ "bundleId":{"shape":"string"},
3594
+ "name":{"shape":"string"},
3595
+ "price":{"shape":"float"},
3596
+ "transferPerMonthInGb":{"shape":"integer"},
3597
+ "isActive":{"shape":"boolean"}
3598
+ }
3599
+ },
3600
+ "DistributionBundleList":{
3601
+ "type":"list",
3602
+ "member":{"shape":"DistributionBundle"}
3603
+ },
3604
+ "DistributionList":{
3605
+ "type":"list",
3606
+ "member":{"shape":"LightsailDistribution"}
3607
+ },
3608
+ "DistributionMetricName":{
3609
+ "type":"string",
3610
+ "enum":[
3611
+ "Requests",
3612
+ "BytesDownloaded",
3613
+ "BytesUploaded",
3614
+ "TotalErrorRate",
3615
+ "Http4xxErrorRate",
3616
+ "Http5xxErrorRate"
3617
+ ]
3618
+ },
3154
3619
  "Domain":{
3155
3620
  "type":"structure",
3156
3621
  "members":{
@@ -3198,6 +3663,17 @@
3198
3663
  "type":"list",
3199
3664
  "member":{"shape":"DomainName"}
3200
3665
  },
3666
+ "DomainValidationRecord":{
3667
+ "type":"structure",
3668
+ "members":{
3669
+ "domainName":{"shape":"DomainName"},
3670
+ "resourceRecord":{"shape":"ResourceRecord"}
3671
+ }
3672
+ },
3673
+ "DomainValidationRecordList":{
3674
+ "type":"list",
3675
+ "member":{"shape":"DomainValidationRecord"}
3676
+ },
3201
3677
  "DownloadDefaultKeyPairRequest":{
3202
3678
  "type":"structure",
3203
3679
  "members":{
@@ -3210,6 +3686,7 @@
3210
3686
  "privateKeyBase64":{"shape":"Base64"}
3211
3687
  }
3212
3688
  },
3689
+ "EligibleToRenew":{"type":"string"},
3213
3690
  "EnableAddOnRequest":{
3214
3691
  "type":"structure",
3215
3692
  "required":[
@@ -3277,6 +3754,14 @@
3277
3754
  "operations":{"shape":"OperationList"}
3278
3755
  }
3279
3756
  },
3757
+ "ForwardValues":{
3758
+ "type":"string",
3759
+ "enum":[
3760
+ "none",
3761
+ "allow-list",
3762
+ "all"
3763
+ ]
3764
+ },
3280
3765
  "GetActiveNamesRequest":{
3281
3766
  "type":"structure",
3282
3767
  "members":{
@@ -3348,6 +3833,20 @@
3348
3833
  "nextPageToken":{"shape":"string"}
3349
3834
  }
3350
3835
  },
3836
+ "GetCertificatesRequest":{
3837
+ "type":"structure",
3838
+ "members":{
3839
+ "certificateStatuses":{"shape":"CertificateStatusList"},
3840
+ "includeCertificateDetails":{"shape":"IncludeCertificateDetails"},
3841
+ "certificateName":{"shape":"CertificateName"}
3842
+ }
3843
+ },
3844
+ "GetCertificatesResult":{
3845
+ "type":"structure",
3846
+ "members":{
3847
+ "certificates":{"shape":"CertificateSummaryList"}
3848
+ }
3849
+ },
3351
3850
  "GetCloudFormationStackRecordsRequest":{
3352
3851
  "type":"structure",
3353
3852
  "members":{
@@ -3425,6 +3924,72 @@
3425
3924
  "nextPageToken":{"shape":"string"}
3426
3925
  }
3427
3926
  },
3927
+ "GetDistributionBundlesRequest":{
3928
+ "type":"structure",
3929
+ "members":{
3930
+ }
3931
+ },
3932
+ "GetDistributionBundlesResult":{
3933
+ "type":"structure",
3934
+ "members":{
3935
+ "bundles":{"shape":"DistributionBundleList"}
3936
+ }
3937
+ },
3938
+ "GetDistributionLatestCacheResetRequest":{
3939
+ "type":"structure",
3940
+ "members":{
3941
+ "distributionName":{"shape":"ResourceName"}
3942
+ }
3943
+ },
3944
+ "GetDistributionLatestCacheResetResult":{
3945
+ "type":"structure",
3946
+ "members":{
3947
+ "status":{"shape":"string"},
3948
+ "createTime":{"shape":"IsoDate"}
3949
+ }
3950
+ },
3951
+ "GetDistributionMetricDataRequest":{
3952
+ "type":"structure",
3953
+ "required":[
3954
+ "distributionName",
3955
+ "metricName",
3956
+ "startTime",
3957
+ "endTime",
3958
+ "period",
3959
+ "unit",
3960
+ "statistics"
3961
+ ],
3962
+ "members":{
3963
+ "distributionName":{"shape":"ResourceName"},
3964
+ "metricName":{"shape":"DistributionMetricName"},
3965
+ "startTime":{"shape":"timestamp"},
3966
+ "endTime":{"shape":"timestamp"},
3967
+ "period":{"shape":"MetricPeriod"},
3968
+ "unit":{"shape":"MetricUnit"},
3969
+ "statistics":{"shape":"MetricStatisticList"}
3970
+ }
3971
+ },
3972
+ "GetDistributionMetricDataResult":{
3973
+ "type":"structure",
3974
+ "members":{
3975
+ "metricName":{"shape":"DistributionMetricName"},
3976
+ "metricData":{"shape":"MetricDatapointList"}
3977
+ }
3978
+ },
3979
+ "GetDistributionsRequest":{
3980
+ "type":"structure",
3981
+ "members":{
3982
+ "distributionName":{"shape":"ResourceName"},
3983
+ "pageToken":{"shape":"string"}
3984
+ }
3985
+ },
3986
+ "GetDistributionsResult":{
3987
+ "type":"structure",
3988
+ "members":{
3989
+ "distributions":{"shape":"DistributionList"},
3990
+ "nextPageToken":{"shape":"string"}
3991
+ }
3992
+ },
3428
3993
  "GetDomainRequest":{
3429
3994
  "type":"structure",
3430
3995
  "required":["domainName"],
@@ -3949,6 +4514,37 @@
3949
4514
  "nextPageToken":{"shape":"string"}
3950
4515
  }
3951
4516
  },
4517
+ "HeaderEnum":{
4518
+ "type":"string",
4519
+ "enum":[
4520
+ "Accept",
4521
+ "Accept-Charset",
4522
+ "Accept-Datetime",
4523
+ "Accept-Encoding",
4524
+ "Accept-Language",
4525
+ "Authorization",
4526
+ "CloudFront-Forwarded-Proto",
4527
+ "CloudFront-Is-Desktop-Viewer",
4528
+ "CloudFront-Is-Mobile-Viewer",
4529
+ "CloudFront-Is-SmartTV-Viewer",
4530
+ "CloudFront-Is-Tablet-Viewer",
4531
+ "CloudFront-Viewer-Country",
4532
+ "Host",
4533
+ "Origin",
4534
+ "Referer"
4535
+ ]
4536
+ },
4537
+ "HeaderForwardList":{
4538
+ "type":"list",
4539
+ "member":{"shape":"HeaderEnum"}
4540
+ },
4541
+ "HeaderObject":{
4542
+ "type":"structure",
4543
+ "members":{
4544
+ "option":{"shape":"ForwardValues"},
4545
+ "headersAllowList":{"shape":"HeaderForwardList"}
4546
+ }
4547
+ },
3952
4548
  "HostKeyAttributes":{
3953
4549
  "type":"structure",
3954
4550
  "members":{
@@ -3982,6 +4578,16 @@
3982
4578
  "operation":{"shape":"Operation"}
3983
4579
  }
3984
4580
  },
4581
+ "InUseResourceCount":{"type":"integer"},
4582
+ "IncludeCertificateDetails":{"type":"boolean"},
4583
+ "InputOrigin":{
4584
+ "type":"structure",
4585
+ "members":{
4586
+ "name":{"shape":"ResourceName"},
4587
+ "regionName":{"shape":"RegionName"},
4588
+ "protocolPolicy":{"shape":"OriginProtocolPolicyEnum"}
4589
+ }
4590
+ },
3985
4591
  "Instance":{
3986
4592
  "type":"structure",
3987
4593
  "members":{
@@ -4242,6 +4848,8 @@
4242
4848
  }
4243
4849
  },
4244
4850
  "IsoDate":{"type":"timestamp"},
4851
+ "IssuerCA":{"type":"string"},
4852
+ "KeyAlgorithm":{"type":"string"},
4245
4853
  "KeyPair":{
4246
4854
  "type":"structure",
4247
4855
  "members":{
@@ -4259,6 +4867,30 @@
4259
4867
  "type":"list",
4260
4868
  "member":{"shape":"KeyPair"}
4261
4869
  },
4870
+ "LightsailDistribution":{
4871
+ "type":"structure",
4872
+ "members":{
4873
+ "name":{"shape":"ResourceName"},
4874
+ "arn":{"shape":"NonEmptyString"},
4875
+ "supportCode":{"shape":"string"},
4876
+ "createdAt":{"shape":"IsoDate"},
4877
+ "location":{"shape":"ResourceLocation"},
4878
+ "resourceType":{"shape":"ResourceType"},
4879
+ "alternativeDomainNames":{"shape":"StringList"},
4880
+ "status":{"shape":"string"},
4881
+ "isEnabled":{"shape":"boolean"},
4882
+ "domainName":{"shape":"string"},
4883
+ "bundleId":{"shape":"string"},
4884
+ "certificateName":{"shape":"ResourceName"},
4885
+ "origin":{"shape":"Origin"},
4886
+ "originPublicDNS":{"shape":"string"},
4887
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
4888
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
4889
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
4890
+ "ableToUpdateBundle":{"shape":"boolean"},
4891
+ "tags":{"shape":"TagList"}
4892
+ }
4893
+ },
4262
4894
  "LoadBalancer":{
4263
4895
  "type":"structure",
4264
4896
  "members":{
@@ -4727,7 +5359,32 @@
4727
5359
  "CreateContactMethod",
4728
5360
  "GetContactMethods",
4729
5361
  "SendContactMethodVerification",
4730
- "DeleteContactMethod"
5362
+ "DeleteContactMethod",
5363
+ "CreateDistribution",
5364
+ "UpdateDistribution",
5365
+ "DeleteDistribution",
5366
+ "ResetDistributionCache",
5367
+ "AttachCertificateToDistribution",
5368
+ "DetachCertificateFromDistribution",
5369
+ "UpdateDistributionBundle",
5370
+ "CreateCertificate",
5371
+ "DeleteCertificate"
5372
+ ]
5373
+ },
5374
+ "Origin":{
5375
+ "type":"structure",
5376
+ "members":{
5377
+ "name":{"shape":"ResourceName"},
5378
+ "resourceType":{"shape":"ResourceType"},
5379
+ "regionName":{"shape":"RegionName"},
5380
+ "protocolPolicy":{"shape":"OriginProtocolPolicyEnum"}
5381
+ }
5382
+ },
5383
+ "OriginProtocolPolicyEnum":{
5384
+ "type":"string",
5385
+ "enum":[
5386
+ "http-only",
5387
+ "https-only"
4731
5388
  ]
4732
5389
  },
4733
5390
  "PasswordData":{
@@ -4861,6 +5518,13 @@
4861
5518
  "operation":{"shape":"Operation"}
4862
5519
  }
4863
5520
  },
5521
+ "QueryStringObject":{
5522
+ "type":"structure",
5523
+ "members":{
5524
+ "option":{"shape":"boolean"},
5525
+ "queryStringsAllowList":{"shape":"StringList"}
5526
+ }
5527
+ },
4864
5528
  "RebootInstanceRequest":{
4865
5529
  "type":"structure",
4866
5530
  "required":["instanceName"],
@@ -5102,6 +5766,40 @@
5102
5766
  "operations":{"shape":"OperationList"}
5103
5767
  }
5104
5768
  },
5769
+ "RenewalStatus":{
5770
+ "type":"string",
5771
+ "enum":[
5772
+ "PendingAutoRenewal",
5773
+ "PendingValidation",
5774
+ "Success",
5775
+ "Failed"
5776
+ ]
5777
+ },
5778
+ "RenewalStatusReason":{"type":"string"},
5779
+ "RenewalSummary":{
5780
+ "type":"structure",
5781
+ "members":{
5782
+ "domainValidationRecords":{"shape":"DomainValidationRecordList"},
5783
+ "renewalStatus":{"shape":"RenewalStatus"},
5784
+ "renewalStatusReason":{"shape":"RenewalStatusReason"},
5785
+ "updatedAt":{"shape":"IsoDate"}
5786
+ }
5787
+ },
5788
+ "RequestFailureReason":{"type":"string"},
5789
+ "ResetDistributionCacheRequest":{
5790
+ "type":"structure",
5791
+ "members":{
5792
+ "distributionName":{"shape":"ResourceName"}
5793
+ }
5794
+ },
5795
+ "ResetDistributionCacheResult":{
5796
+ "type":"structure",
5797
+ "members":{
5798
+ "status":{"shape":"string"},
5799
+ "createTime":{"shape":"IsoDate"},
5800
+ "operation":{"shape":"Operation"}
5801
+ }
5802
+ },
5105
5803
  "ResourceArn":{
5106
5804
  "type":"string",
5107
5805
  "pattern":"^arn:(aws[^:]*):([a-zA-Z0-9-]+):([a-z0-9-]+):([0-9]+):([a-zA-Z]+)/([a-zA-Z0-9-]+)$"
@@ -5121,6 +5819,14 @@
5121
5819
  "type":"list",
5122
5820
  "member":{"shape":"ResourceName"}
5123
5821
  },
5822
+ "ResourceRecord":{
5823
+ "type":"structure",
5824
+ "members":{
5825
+ "name":{"shape":"string"},
5826
+ "type":{"shape":"string"},
5827
+ "value":{"shape":"string"}
5828
+ }
5829
+ },
5124
5830
  "ResourceType":{
5125
5831
  "type":"string",
5126
5832
  "enum":[
@@ -5139,9 +5845,12 @@
5139
5845
  "ExportSnapshotRecord",
5140
5846
  "CloudFormationStackRecord",
5141
5847
  "Alarm",
5142
- "ContactMethod"
5848
+ "ContactMethod",
5849
+ "Distribution",
5850
+ "Certificate"
5143
5851
  ]
5144
5852
  },
5853
+ "RevocationReason":{"type":"string"},
5145
5854
  "SendContactMethodVerificationRequest":{
5146
5855
  "type":"structure",
5147
5856
  "required":["protocol"],
@@ -5159,6 +5868,7 @@
5159
5868
  "type":"string",
5160
5869
  "sensitive":true
5161
5870
  },
5871
+ "SerialNumber":{"type":"string"},
5162
5872
  "ServiceException":{
5163
5873
  "type":"structure",
5164
5874
  "members":{
@@ -5251,6 +5961,10 @@
5251
5961
  "max":256,
5252
5962
  "min":1
5253
5963
  },
5964
+ "SubjectAlternativeNameList":{
5965
+ "type":"list",
5966
+ "member":{"shape":"DomainName"}
5967
+ },
5254
5968
  "Tag":{
5255
5969
  "type":"structure",
5256
5970
  "members":{
@@ -5355,6 +6069,37 @@
5355
6069
  "operations":{"shape":"OperationList"}
5356
6070
  }
5357
6071
  },
6072
+ "UpdateDistributionBundleRequest":{
6073
+ "type":"structure",
6074
+ "members":{
6075
+ "distributionName":{"shape":"ResourceName"},
6076
+ "bundleId":{"shape":"string"}
6077
+ }
6078
+ },
6079
+ "UpdateDistributionBundleResult":{
6080
+ "type":"structure",
6081
+ "members":{
6082
+ "operation":{"shape":"Operation"}
6083
+ }
6084
+ },
6085
+ "UpdateDistributionRequest":{
6086
+ "type":"structure",
6087
+ "required":["distributionName"],
6088
+ "members":{
6089
+ "distributionName":{"shape":"ResourceName"},
6090
+ "origin":{"shape":"InputOrigin"},
6091
+ "defaultCacheBehavior":{"shape":"CacheBehavior"},
6092
+ "cacheBehaviorSettings":{"shape":"CacheSettings"},
6093
+ "cacheBehaviors":{"shape":"CacheBehaviorList"},
6094
+ "isEnabled":{"shape":"boolean"}
6095
+ }
6096
+ },
6097
+ "UpdateDistributionResult":{
6098
+ "type":"structure",
6099
+ "members":{
6100
+ "operation":{"shape":"Operation"}
6101
+ }
6102
+ },
5358
6103
  "UpdateDomainEntryRequest":{
5359
6104
  "type":"structure",
5360
6105
  "required":[
@@ -5434,6 +6179,7 @@
5434
6179
  "double":{"type":"double"},
5435
6180
  "float":{"type":"float"},
5436
6181
  "integer":{"type":"integer"},
6182
+ "long":{"type":"long"},
5437
6183
  "string":{"type":"string"},
5438
6184
  "timestamp":{"type":"timestamp"}
5439
6185
  }
@@ -251,6 +251,20 @@
251
251
  {"shape":"InvalidParameterValuesException"}
252
252
  ]
253
253
  },
254
+ "DescribeWorkspaceImagePermissions":{
255
+ "name":"DescribeWorkspaceImagePermissions",
256
+ "http":{
257
+ "method":"POST",
258
+ "requestUri":"/"
259
+ },
260
+ "input":{"shape":"DescribeWorkspaceImagePermissionsRequest"},
261
+ "output":{"shape":"DescribeWorkspaceImagePermissionsResult"},
262
+ "errors":[
263
+ {"shape":"ResourceNotFoundException"},
264
+ {"shape":"AccessDeniedException"},
265
+ {"shape":"InvalidParameterValuesException"}
266
+ ]
267
+ },
254
268
  "DescribeWorkspaceImages":{
255
269
  "name":"DescribeWorkspaceImages",
256
270
  "http":{
@@ -575,6 +589,22 @@
575
589
  {"shape":"InvalidResourceStateException"},
576
590
  {"shape":"AccessDeniedException"}
577
591
  ]
592
+ },
593
+ "UpdateWorkspaceImagePermission":{
594
+ "name":"UpdateWorkspaceImagePermission",
595
+ "http":{
596
+ "method":"POST",
597
+ "requestUri":"/"
598
+ },
599
+ "input":{"shape":"UpdateWorkspaceImagePermissionRequest"},
600
+ "output":{"shape":"UpdateWorkspaceImagePermissionResult"},
601
+ "errors":[
602
+ {"shape":"ResourceNotFoundException"},
603
+ {"shape":"ResourceUnavailableException"},
604
+ {"shape":"AccessDeniedException"},
605
+ {"shape":"InvalidParameterValuesException"},
606
+ {"shape":"OperationNotSupportedException"}
607
+ ]
578
608
  }
579
609
  },
580
610
  "shapes":{
@@ -644,6 +674,10 @@
644
674
  "members":{
645
675
  }
646
676
  },
677
+ "AwsAccount":{
678
+ "type":"string",
679
+ "pattern":"^\\d{12}$"
680
+ },
647
681
  "BooleanObject":{"type":"boolean"},
648
682
  "BundleId":{
649
683
  "type":"string",
@@ -958,10 +992,28 @@
958
992
  "NextToken":{"shape":"PaginationToken"}
959
993
  }
960
994
  },
995
+ "DescribeWorkspaceImagePermissionsRequest":{
996
+ "type":"structure",
997
+ "required":["ImageId"],
998
+ "members":{
999
+ "ImageId":{"shape":"WorkspaceImageId"},
1000
+ "NextToken":{"shape":"PaginationToken"},
1001
+ "MaxResults":{"shape":"Limit"}
1002
+ }
1003
+ },
1004
+ "DescribeWorkspaceImagePermissionsResult":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "ImageId":{"shape":"WorkspaceImageId"},
1008
+ "ImagePermissions":{"shape":"ImagePermissions"},
1009
+ "NextToken":{"shape":"PaginationToken"}
1010
+ }
1011
+ },
961
1012
  "DescribeWorkspaceImagesRequest":{
962
1013
  "type":"structure",
963
1014
  "members":{
964
1015
  "ImageIds":{"shape":"WorkspaceImageIdList"},
1016
+ "ImageType":{"shape":"ImageType"},
965
1017
  "NextToken":{"shape":"PaginationToken"},
966
1018
  "MaxResults":{"shape":"Limit"}
967
1019
  }
@@ -1103,6 +1155,23 @@
1103
1155
  "ErrorMessage":{"shape":"Description"}
1104
1156
  }
1105
1157
  },
1158
+ "ImagePermission":{
1159
+ "type":"structure",
1160
+ "members":{
1161
+ "SharedAccountId":{"shape":"AwsAccount"}
1162
+ }
1163
+ },
1164
+ "ImagePermissions":{
1165
+ "type":"list",
1166
+ "member":{"shape":"ImagePermission"}
1167
+ },
1168
+ "ImageType":{
1169
+ "type":"string",
1170
+ "enum":[
1171
+ "OWNED",
1172
+ "SHARED"
1173
+ ]
1174
+ },
1106
1175
  "ImportWorkspaceImageRequest":{
1107
1176
  "type":"structure",
1108
1177
  "required":[
@@ -1751,6 +1820,24 @@
1751
1820
  "members":{
1752
1821
  }
1753
1822
  },
1823
+ "UpdateWorkspaceImagePermissionRequest":{
1824
+ "type":"structure",
1825
+ "required":[
1826
+ "ImageId",
1827
+ "AllowCopyImage",
1828
+ "SharedAccountId"
1829
+ ],
1830
+ "members":{
1831
+ "ImageId":{"shape":"WorkspaceImageId"},
1832
+ "AllowCopyImage":{"shape":"BooleanObject"},
1833
+ "SharedAccountId":{"shape":"AwsAccount"}
1834
+ }
1835
+ },
1836
+ "UpdateWorkspaceImagePermissionResult":{
1837
+ "type":"structure",
1838
+ "members":{
1839
+ }
1840
+ },
1754
1841
  "UserName":{
1755
1842
  "type":"string",
1756
1843
  "max":63,
@@ -1892,7 +1979,9 @@
1892
1979
  "State":{"shape":"WorkspaceImageState"},
1893
1980
  "RequiredTenancy":{"shape":"WorkspaceImageRequiredTenancy"},
1894
1981
  "ErrorCode":{"shape":"WorkspaceImageErrorCode"},
1895
- "ErrorMessage":{"shape":"Description"}
1982
+ "ErrorMessage":{"shape":"Description"},
1983
+ "Created":{"shape":"Timestamp"},
1984
+ "OwnerAccountId":{"shape":"AwsAccount"}
1896
1985
  }
1897
1986
  },
1898
1987
  "WorkspaceImageDescription":{
@@ -8514,6 +8514,14 @@
8514
8514
  "us-iso-east-1" : { }
8515
8515
  }
8516
8516
  },
8517
+ "transcribe" : {
8518
+ "defaults" : {
8519
+ "protocols" : [ "https" ]
8520
+ },
8521
+ "endpoints" : {
8522
+ "us-iso-east-1" : { }
8523
+ }
8524
+ },
8517
8525
  "transcribestreaming" : {
8518
8526
  "endpoints" : {
8519
8527
  "us-iso-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.550'
2
+ VERSION = '2.11.551'
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.550
4
+ version: 2.11.551
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-07-22 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath