aws-sdk-core 2.11.567 → 2.11.572

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/acm-pca/2017-08-22/api-2.json +129 -17
  3. data/apis/acm/2015-12-08/api-2.json +1 -0
  4. data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
  5. data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
  6. data/apis/datasync/2018-11-09/api-2.json +78 -2
  7. data/apis/dms/2016-01-01/api-2.json +5 -2
  8. data/apis/ec2/2016-11-15/api-2.json +237 -0
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +3 -1
  11. data/apis/identitystore/2020-06-15/api-2.json +318 -0
  12. data/apis/identitystore/2020-06-15/examples-1.json +5 -0
  13. data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
  14. data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
  15. data/apis/ivs/2020-07-14/api-2.json +160 -1
  16. data/apis/ivs/2020-07-14/paginators-1.json +6 -0
  17. data/apis/kafka/2018-11-14/api-2.json +142 -1
  18. data/apis/kinesis/2013-12-02/api-2.json +52 -12
  19. data/apis/lakeformation/2017-03-31/api-2.json +13 -1
  20. data/apis/quicksight/2018-04-01/api-2.json +579 -5
  21. data/apis/quicksight/2018-04-01/paginators-1.json +10 -0
  22. data/apis/robomaker/2018-06-29/api-2.json +738 -1
  23. data/apis/robomaker/2018-06-29/paginators-1.json +24 -0
  24. data/apis/securityhub/2018-10-26/api-2.json +565 -4
  25. data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
  26. data/apis/sesv2/2019-09-27/api-2.json +189 -0
  27. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  28. data/apis/ssm/2014-11-06/api-2.json +18 -7
  29. data/apis/storagegateway/2013-06-30/api-2.json +165 -7
  30. data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
  31. data/apis/xray/2016-04-12/api-2.json +150 -2
  32. data/endpoints.json +21 -0
  33. data/lib/aws-sdk-core.rb +1 -0
  34. data/lib/aws-sdk-core/identitystore.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +6 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb5ac7d1b91bec942e482d1a59c4c5ace338256ff240ec402c486cfcd674dcc2
4
- data.tar.gz: 7854dd5ea7ff4609117528193f06693bff1d57f853f06b25d518a5b4703123df
3
+ metadata.gz: 39c189c12a0f8b03ff409398751f371b6d7d60d8d22236bb0f74f011d367a85f
4
+ data.tar.gz: 86d4d2293c3e8b7ee6f6fbf7386cbdab7630ff0ede759a06cae45880f1365775
5
5
  SHA512:
6
- metadata.gz: 6e1258f0387b5e64906359cbbd6b033bdf52a26f41784e3518158c92ee3883dfd05afb0eb740413bf1f5a4f049b6924f542cf141727ad8247cbe14af59cc3a80
7
- data.tar.gz: 77d1a0efa38e5b07ae677ebd5d05412647e79b7a08299d53ea6feb6894df5505586ccd690f9160abed6dd6f945301b555d9113a06bce997b1abd60711a7f8f44
6
+ metadata.gz: dde700783f84cf0500f7ed5d547ac66f62430af20bac3bc270e77cba61352b121c28988f9bad229e44a82c9b0b3ba23402920623fa4144239cdbc9cb0fc4e5a2
7
+ data.tar.gz: cd57432e1722b5e6f3eb3ba6fde3ba8d9fb910afd98d3f5774dd7e0fe853a5ed5afc6724149ee9604930da6eef98ffde2b274e397006116a89e0da5ffb9ec719
@@ -91,6 +91,22 @@
91
91
  {"shape":"RequestFailedException"}
92
92
  ]
93
93
  },
94
+ "DeletePolicy":{
95
+ "name":"DeletePolicy",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"DeletePolicyRequest"},
101
+ "errors":[
102
+ {"shape":"ConcurrentModificationException"},
103
+ {"shape":"InvalidArnException"},
104
+ {"shape":"InvalidStateException"},
105
+ {"shape":"LockoutPreventedException"},
106
+ {"shape":"RequestFailedException"},
107
+ {"shape":"ResourceNotFoundException"}
108
+ ]
109
+ },
94
110
  "DescribeCertificateAuthority":{
95
111
  "name":"DescribeCertificateAuthority",
96
112
  "http":{
@@ -164,6 +180,21 @@
164
180
  {"shape":"InvalidStateException"}
165
181
  ]
166
182
  },
183
+ "GetPolicy":{
184
+ "name":"GetPolicy",
185
+ "http":{
186
+ "method":"POST",
187
+ "requestUri":"/"
188
+ },
189
+ "input":{"shape":"GetPolicyRequest"},
190
+ "output":{"shape":"GetPolicyResponse"},
191
+ "errors":[
192
+ {"shape":"InvalidArnException"},
193
+ {"shape":"InvalidStateException"},
194
+ {"shape":"RequestFailedException"},
195
+ {"shape":"ResourceNotFoundException"}
196
+ ]
197
+ },
167
198
  "ImportCertificateAuthorityCertificate":{
168
199
  "name":"ImportCertificateAuthorityCertificate",
169
200
  "http":{
@@ -243,6 +274,23 @@
243
274
  {"shape":"InvalidStateException"}
244
275
  ]
245
276
  },
277
+ "PutPolicy":{
278
+ "name":"PutPolicy",
279
+ "http":{
280
+ "method":"POST",
281
+ "requestUri":"/"
282
+ },
283
+ "input":{"shape":"PutPolicyRequest"},
284
+ "errors":[
285
+ {"shape":"ConcurrentModificationException"},
286
+ {"shape":"InvalidArnException"},
287
+ {"shape":"InvalidStateException"},
288
+ {"shape":"InvalidPolicyException"},
289
+ {"shape":"LockoutPreventedException"},
290
+ {"shape":"RequestFailedException"},
291
+ {"shape":"ResourceNotFoundException"}
292
+ ]
293
+ },
246
294
  "RestoreCertificateAuthority":{
247
295
  "name":"RestoreCertificateAuthority",
248
296
  "http":{
@@ -322,16 +370,22 @@
322
370
  }
323
371
  },
324
372
  "shapes":{
373
+ "ASN1PrintableString64":{
374
+ "type":"string",
375
+ "max":64,
376
+ "min":0,
377
+ "pattern":"[a-zA-Z0-9'()+-.?:/= ]*"
378
+ },
325
379
  "ASN1Subject":{
326
380
  "type":"structure",
327
381
  "members":{
328
382
  "Country":{"shape":"CountryCodeString"},
329
383
  "Organization":{"shape":"String64"},
330
384
  "OrganizationalUnit":{"shape":"String64"},
331
- "DistinguishedNameQualifier":{"shape":"DistinguishedNameQualifierString"},
385
+ "DistinguishedNameQualifier":{"shape":"ASN1PrintableString64"},
332
386
  "State":{"shape":"String128"},
333
387
  "CommonName":{"shape":"String64"},
334
- "SerialNumber":{"shape":"String64"},
388
+ "SerialNumber":{"shape":"ASN1PrintableString64"},
335
389
  "Locality":{"shape":"String128"},
336
390
  "Title":{"shape":"String64"},
337
391
  "Surname":{"shape":"String40"},
@@ -341,6 +395,12 @@
341
395
  "GenerationQualifier":{"shape":"String3"}
342
396
  }
343
397
  },
398
+ "AWSPolicy":{
399
+ "type":"string",
400
+ "max":20480,
401
+ "min":1,
402
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
403
+ },
344
404
  "AccountId":{
345
405
  "type":"string",
346
406
  "max":12,
@@ -365,7 +425,7 @@
365
425
  "type":"string",
366
426
  "max":200,
367
427
  "min":5,
368
- "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
428
+ "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]*:[\\w+=,.@-]+(/[\\w+=,.@-]+)*"
369
429
  },
370
430
  "AuditReportId":{
371
431
  "type":"string",
@@ -397,6 +457,7 @@
397
457
  "type":"structure",
398
458
  "members":{
399
459
  "Arn":{"shape":"Arn"},
460
+ "OwnerAccount":{"shape":"AccountId"},
400
461
  "CreatedAt":{"shape":"TStamp"},
401
462
  "LastStateChangeAt":{"shape":"TStamp"},
402
463
  "Type":{"shape":"CertificateAuthorityType"},
@@ -470,6 +531,8 @@
470
531
  },
471
532
  "CountryCodeString":{
472
533
  "type":"string",
534
+ "max":2,
535
+ "min":2,
473
536
  "pattern":"[A-Za-z]{2}"
474
537
  },
475
538
  "CreateCertificateAuthorityAuditReportRequest":{
@@ -481,7 +544,7 @@
481
544
  ],
482
545
  "members":{
483
546
  "CertificateAuthorityArn":{"shape":"Arn"},
484
- "S3BucketName":{"shape":"String"},
547
+ "S3BucketName":{"shape":"S3BucketName"},
485
548
  "AuditReportResponseFormat":{"shape":"AuditReportResponseFormat"}
486
549
  }
487
550
  },
@@ -489,7 +552,7 @@
489
552
  "type":"structure",
490
553
  "members":{
491
554
  "AuditReportId":{"shape":"AuditReportId"},
492
- "S3Key":{"shape":"String"}
555
+ "S3Key":{"shape":"S3Key"}
493
556
  }
494
557
  },
495
558
  "CreateCertificateAuthorityRequest":{
@@ -568,6 +631,13 @@
568
631
  "SourceAccount":{"shape":"AccountId"}
569
632
  }
570
633
  },
634
+ "DeletePolicyRequest":{
635
+ "type":"structure",
636
+ "required":["ResourceArn"],
637
+ "members":{
638
+ "ResourceArn":{"shape":"Arn"}
639
+ }
640
+ },
571
641
  "DescribeCertificateAuthorityAuditReportRequest":{
572
642
  "type":"structure",
573
643
  "required":[
@@ -583,8 +653,8 @@
583
653
  "type":"structure",
584
654
  "members":{
585
655
  "AuditReportStatus":{"shape":"AuditReportStatus"},
586
- "S3BucketName":{"shape":"String"},
587
- "S3Key":{"shape":"String"},
656
+ "S3BucketName":{"shape":"S3BucketName"},
657
+ "S3Key":{"shape":"S3Key"},
588
658
  "CreatedAt":{"shape":"TStamp"}
589
659
  }
590
660
  },
@@ -601,12 +671,6 @@
601
671
  "CertificateAuthority":{"shape":"CertificateAuthority"}
602
672
  }
603
673
  },
604
- "DistinguishedNameQualifierString":{
605
- "type":"string",
606
- "max":64,
607
- "min":0,
608
- "pattern":"[a-zA-Z0-9'()+-.?:/= ]*"
609
- },
610
674
  "FailureReason":{
611
675
  "type":"string",
612
676
  "enum":[
@@ -660,6 +724,19 @@
660
724
  "CertificateChain":{"shape":"CertificateChain"}
661
725
  }
662
726
  },
727
+ "GetPolicyRequest":{
728
+ "type":"structure",
729
+ "required":["ResourceArn"],
730
+ "members":{
731
+ "ResourceArn":{"shape":"Arn"}
732
+ }
733
+ },
734
+ "GetPolicyResponse":{
735
+ "type":"structure",
736
+ "members":{
737
+ "Policy":{"shape":"AWSPolicy"}
738
+ }
739
+ },
663
740
  "IdempotencyToken":{
664
741
  "type":"string",
665
742
  "max":36,
@@ -775,7 +852,8 @@
775
852
  "type":"structure",
776
853
  "members":{
777
854
  "NextToken":{"shape":"NextToken"},
778
- "MaxResults":{"shape":"MaxResults"}
855
+ "MaxResults":{"shape":"MaxResults"},
856
+ "ResourceOwner":{"shape":"ResourceOwner"}
779
857
  }
780
858
  },
781
859
  "ListCertificateAuthoritiesResponse":{
@@ -817,6 +895,13 @@
817
895
  "NextToken":{"shape":"NextToken"}
818
896
  }
819
897
  },
898
+ "LockoutPreventedException":{
899
+ "type":"structure",
900
+ "members":{
901
+ "message":{"shape":"String"}
902
+ },
903
+ "exception":true
904
+ },
820
905
  "MalformedCSRException":{
821
906
  "type":"structure",
822
907
  "members":{
@@ -851,10 +936,10 @@
851
936
  "members":{
852
937
  "CertificateAuthorityArn":{"shape":"Arn"},
853
938
  "CreatedAt":{"shape":"TStamp"},
854
- "Principal":{"shape":"String"},
855
- "SourceAccount":{"shape":"String"},
939
+ "Principal":{"shape":"Principal"},
940
+ "SourceAccount":{"shape":"AccountId"},
856
941
  "Actions":{"shape":"ActionList"},
857
- "Policy":{"shape":"String"}
942
+ "Policy":{"shape":"AWSPolicy"}
858
943
  }
859
944
  },
860
945
  "PermissionAlreadyExistsException":{
@@ -879,6 +964,17 @@
879
964
  "min":0,
880
965
  "pattern":"^[^*]+$"
881
966
  },
967
+ "PutPolicyRequest":{
968
+ "type":"structure",
969
+ "required":[
970
+ "ResourceArn",
971
+ "Policy"
972
+ ],
973
+ "members":{
974
+ "ResourceArn":{"shape":"Arn"},
975
+ "Policy":{"shape":"AWSPolicy"}
976
+ }
977
+ },
882
978
  "RequestAlreadyProcessedException":{
883
979
  "type":"structure",
884
980
  "members":{
@@ -907,6 +1003,13 @@
907
1003
  },
908
1004
  "exception":true
909
1005
  },
1006
+ "ResourceOwner":{
1007
+ "type":"string",
1008
+ "enum":[
1009
+ "SELF",
1010
+ "OTHER_ACCOUNTS"
1011
+ ]
1012
+ },
910
1013
  "RestoreCertificateAuthorityRequest":{
911
1014
  "type":"structure",
912
1015
  "required":["CertificateAuthorityArn"],
@@ -946,6 +1049,15 @@
946
1049
  "RevocationReason":{"shape":"RevocationReason"}
947
1050
  }
948
1051
  },
1052
+ "S3BucketName":{
1053
+ "type":"string",
1054
+ "max":63,
1055
+ "min":3
1056
+ },
1057
+ "S3Key":{
1058
+ "type":"string",
1059
+ "max":1024
1060
+ },
949
1061
  "SigningAlgorithm":{
950
1062
  "type":"string",
951
1063
  "enum":[
@@ -462,6 +462,7 @@
462
462
  "PCA_INVALID_ARGS",
463
463
  "PCA_INVALID_DURATION",
464
464
  "PCA_ACCESS_DENIED",
465
+ "SLR_NOT_FOUND",
465
466
  "OTHER"
466
467
  ]
467
468
  },
@@ -1487,6 +1487,10 @@
1487
1487
  "shape" : "__string",
1488
1488
  "locationName" : "apiEndpoint"
1489
1489
  },
1490
+ "ApiGatewayManaged" : {
1491
+ "shape" : "__boolean",
1492
+ "locationName" : "apiGatewayManaged"
1493
+ },
1490
1494
  "ApiId" : {
1491
1495
  "shape" : "Id",
1492
1496
  "locationName" : "apiId"
@@ -1920,6 +1924,10 @@
1920
1924
  "shape" : "__string",
1921
1925
  "locationName" : "apiEndpoint"
1922
1926
  },
1927
+ "ApiGatewayManaged" : {
1928
+ "shape" : "__boolean",
1929
+ "locationName" : "apiGatewayManaged"
1930
+ },
1923
1931
  "ApiId" : {
1924
1932
  "shape" : "Id",
1925
1933
  "locationName" : "apiId"
@@ -2241,6 +2249,10 @@
2241
2249
  "shape" : "StringWithLengthBetween1And64",
2242
2250
  "locationName" : "integrationMethod"
2243
2251
  },
2252
+ "IntegrationSubtype" : {
2253
+ "shape" : "StringWithLengthBetween1And128",
2254
+ "locationName" : "integrationSubtype"
2255
+ },
2244
2256
  "IntegrationType" : {
2245
2257
  "shape" : "IntegrationType",
2246
2258
  "locationName" : "integrationType"
@@ -2312,6 +2324,10 @@
2312
2324
  "shape" : "StringWithLengthBetween1And64",
2313
2325
  "locationName" : "integrationMethod"
2314
2326
  },
2327
+ "IntegrationSubtype" : {
2328
+ "shape" : "StringWithLengthBetween1And128",
2329
+ "locationName" : "integrationSubtype"
2330
+ },
2315
2331
  "IntegrationType" : {
2316
2332
  "shape" : "IntegrationType",
2317
2333
  "locationName" : "integrationType"
@@ -2390,6 +2406,10 @@
2390
2406
  "shape" : "SelectionExpression",
2391
2407
  "locationName" : "integrationResponseSelectionExpression"
2392
2408
  },
2409
+ "IntegrationSubtype" : {
2410
+ "shape" : "StringWithLengthBetween1And128",
2411
+ "locationName" : "integrationSubtype"
2412
+ },
2393
2413
  "IntegrationType" : {
2394
2414
  "shape" : "IntegrationType",
2395
2415
  "locationName" : "integrationType"
@@ -3612,6 +3632,10 @@
3612
3632
  "shape" : "__string",
3613
3633
  "locationName" : "apiEndpoint"
3614
3634
  },
3635
+ "ApiGatewayManaged" : {
3636
+ "shape" : "__boolean",
3637
+ "locationName" : "apiGatewayManaged"
3638
+ },
3615
3639
  "ApiId" : {
3616
3640
  "shape" : "Id",
3617
3641
  "locationName" : "apiId"
@@ -3979,6 +4003,10 @@
3979
4003
  "shape" : "SelectionExpression",
3980
4004
  "locationName" : "integrationResponseSelectionExpression"
3981
4005
  },
4006
+ "IntegrationSubtype" : {
4007
+ "shape" : "StringWithLengthBetween1And128",
4008
+ "locationName" : "integrationSubtype"
4009
+ },
3982
4010
  "IntegrationType" : {
3983
4011
  "shape" : "IntegrationType",
3984
4012
  "locationName" : "integrationType"
@@ -4689,6 +4717,10 @@
4689
4717
  "shape" : "__string",
4690
4718
  "locationName" : "apiEndpoint"
4691
4719
  },
4720
+ "ApiGatewayManaged" : {
4721
+ "shape" : "__boolean",
4722
+ "locationName" : "apiGatewayManaged"
4723
+ },
4692
4724
  "ApiId" : {
4693
4725
  "shape" : "Id",
4694
4726
  "locationName" : "apiId"
@@ -4797,6 +4829,10 @@
4797
4829
  "shape" : "SelectionExpression",
4798
4830
  "locationName" : "integrationResponseSelectionExpression"
4799
4831
  },
4832
+ "IntegrationSubtype" : {
4833
+ "shape" : "StringWithLengthBetween1And128",
4834
+ "locationName" : "integrationSubtype"
4835
+ },
4800
4836
  "IntegrationType" : {
4801
4837
  "shape" : "IntegrationType",
4802
4838
  "locationName" : "integrationType"
@@ -5052,6 +5088,10 @@
5052
5088
  "shape" : "__string",
5053
5089
  "locationName" : "apiEndpoint"
5054
5090
  },
5091
+ "ApiGatewayManaged" : {
5092
+ "shape" : "__boolean",
5093
+ "locationName" : "apiGatewayManaged"
5094
+ },
5055
5095
  "ApiId" : {
5056
5096
  "shape" : "Id",
5057
5097
  "locationName" : "apiId"
@@ -5676,6 +5716,10 @@
5676
5716
  "shape" : "__string",
5677
5717
  "locationName" : "apiEndpoint"
5678
5718
  },
5719
+ "ApiGatewayManaged" : {
5720
+ "shape" : "__boolean",
5721
+ "locationName" : "apiGatewayManaged"
5722
+ },
5679
5723
  "ApiId" : {
5680
5724
  "shape" : "Id",
5681
5725
  "locationName" : "apiId"
@@ -5986,6 +6030,10 @@
5986
6030
  "shape" : "StringWithLengthBetween1And64",
5987
6031
  "locationName" : "integrationMethod"
5988
6032
  },
6033
+ "IntegrationSubtype" : {
6034
+ "shape" : "StringWithLengthBetween1And128",
6035
+ "locationName" : "integrationSubtype"
6036
+ },
5989
6037
  "IntegrationType" : {
5990
6038
  "shape" : "IntegrationType",
5991
6039
  "locationName" : "integrationType"
@@ -6061,6 +6109,10 @@
6061
6109
  "shape" : "StringWithLengthBetween1And64",
6062
6110
  "locationName" : "integrationMethod"
6063
6111
  },
6112
+ "IntegrationSubtype" : {
6113
+ "shape" : "StringWithLengthBetween1And128",
6114
+ "locationName" : "integrationSubtype"
6115
+ },
6064
6116
  "IntegrationType" : {
6065
6117
  "shape" : "IntegrationType",
6066
6118
  "locationName" : "integrationType"
@@ -6139,6 +6191,10 @@
6139
6191
  "shape" : "SelectionExpression",
6140
6192
  "locationName" : "integrationResponseSelectionExpression"
6141
6193
  },
6194
+ "IntegrationSubtype" : {
6195
+ "shape" : "StringWithLengthBetween1And128",
6196
+ "locationName" : "integrationSubtype"
6197
+ },
6142
6198
  "IntegrationType" : {
6143
6199
  "shape" : "IntegrationType",
6144
6200
  "locationName" : "integrationType"