aws-sdk-core 2.11.542 → 2.11.547

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/connect/2017-08-08/api-2.json +145 -0
  9. data/apis/ebs/2019-11-02/api-2.json +377 -9
  10. data/apis/ec2/2016-11-15/api-2.json +28 -4
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  14. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  15. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  16. data/apis/events/2015-10-07/api-2.json +76 -12
  17. data/apis/forecast/2018-06-26/api-2.json +136 -8
  18. data/apis/glue/2017-03-31/api-2.json +95 -10
  19. data/apis/ivs/2020-07-14/api-2.json +809 -0
  20. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  21. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  22. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  23. data/apis/macie2/2020-01-01/api-2.json +7 -1
  24. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  25. data/apis/organizations/2016-11-28/api-2.json +4 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  27. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  28. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  29. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  30. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  31. data/endpoints.json +122 -0
  32. data/lib/aws-sdk-core.rb +1 -0
  33. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  34. data/lib/aws-sdk-core/ivs.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +7 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "pagination": {
3
+ "ListChannels": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "channels"
8
+ },
9
+ "ListStreamKeys": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "streamKeys"
14
+ },
15
+ "ListStreams": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "streams"
20
+ },
21
+ "ListTagsForResource": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults"
25
+ }
26
+ }
27
+ }
@@ -335,13 +335,15 @@
335
335
  "members":{
336
336
  "DataLakeAdmins":{"shape":"DataLakePrincipalList"},
337
337
  "CreateDatabaseDefaultPermissions":{"shape":"PrincipalPermissionsList"},
338
- "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"}
338
+ "CreateTableDefaultPermissions":{"shape":"PrincipalPermissionsList"},
339
+ "TrustedResourceOwners":{"shape":"TrustedResourceOwners"}
339
340
  }
340
341
  },
341
342
  "DataLocationResource":{
342
343
  "type":"structure",
343
344
  "required":["ResourceArn"],
344
345
  "members":{
346
+ "CatalogId":{"shape":"CatalogIdString"},
345
347
  "ResourceArn":{"shape":"ResourceArnString"}
346
348
  }
347
349
  },
@@ -349,6 +351,7 @@
349
351
  "type":"structure",
350
352
  "required":["Name"],
351
353
  "members":{
354
+ "CatalogId":{"shape":"CatalogIdString"},
352
355
  "Name":{"shape":"NameString"}
353
356
  }
354
357
  },
@@ -559,6 +562,7 @@
559
562
  "DROP",
560
563
  "DELETE",
561
564
  "INSERT",
565
+ "DESCRIBE",
562
566
  "CREATE_DATABASE",
563
567
  "CREATE_TABLE",
564
568
  "DATA_LOCATION_ACCESS"
@@ -669,18 +673,27 @@
669
673
  },
670
674
  "TableResource":{
671
675
  "type":"structure",
672
- "required":[
673
- "DatabaseName",
674
- "Name"
675
- ],
676
+ "required":["DatabaseName"],
676
677
  "members":{
678
+ "CatalogId":{"shape":"CatalogIdString"},
677
679
  "DatabaseName":{"shape":"NameString"},
678
- "Name":{"shape":"NameString"}
680
+ "Name":{"shape":"NameString"},
681
+ "TableWildcard":{"shape":"TableWildcard"}
682
+ }
683
+ },
684
+ "TableWildcard":{
685
+ "type":"structure",
686
+ "members":{
679
687
  }
680
688
  },
681
689
  "TableWithColumnsResource":{
682
690
  "type":"structure",
691
+ "required":[
692
+ "DatabaseName",
693
+ "Name"
694
+ ],
683
695
  "members":{
696
+ "CatalogId":{"shape":"CatalogIdString"},
684
697
  "DatabaseName":{"shape":"NameString"},
685
698
  "Name":{"shape":"NameString"},
686
699
  "ColumnNames":{"shape":"ColumnNames"},
@@ -688,6 +701,10 @@
688
701
  }
689
702
  },
690
703
  "Token":{"type":"string"},
704
+ "TrustedResourceOwners":{
705
+ "type":"list",
706
+ "member":{"shape":"CatalogIdString"}
707
+ },
691
708
  "UpdateResourceRequest":{
692
709
  "type":"structure",
693
710
  "required":[
@@ -3313,6 +3313,10 @@
3313
3313
  "FindingsFilterListItem": {
3314
3314
  "type": "structure",
3315
3315
  "members": {
3316
+ "action": {
3317
+ "shape": "FindingsFilterAction",
3318
+ "locationName": "action"
3319
+ },
3316
3320
  "arn": {
3317
3321
  "shape": "__string",
3318
3322
  "locationName": "arn"
@@ -4414,7 +4418,9 @@
4414
4418
  "Removed",
4415
4419
  "Resigned",
4416
4420
  "EmailVerificationInProgress",
4417
- "EmailVerificationFailed"
4421
+ "EmailVerificationFailed",
4422
+ "RegionDisabled",
4423
+ "AccountSuspended"
4418
4424
  ]
4419
4425
  },
4420
4426
  "ReplicationDetails": {
@@ -1,3 +1,58 @@
1
1
  {
2
- "pagination" : { }
3
- }
2
+ "pagination": {
3
+ "DescribeBuckets": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "buckets"
8
+ },
9
+ "GetUsageStatistics": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "records"
14
+ },
15
+ "ListClassificationJobs": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "items"
20
+ },
21
+ "ListCustomDataIdentifiers": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "items"
26
+ },
27
+ "ListFindings": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "findingIds"
32
+ },
33
+ "ListFindingsFilters": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "findingsFilterListItems"
38
+ },
39
+ "ListInvitations": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "invitations"
44
+ },
45
+ "ListMembers": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "members"
50
+ },
51
+ "ListOrganizationAdminAccounts": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "adminAccounts"
56
+ }
57
+ }
58
+ }
@@ -1588,7 +1588,8 @@
1588
1588
  "type":"string",
1589
1589
  "enum":[
1590
1590
  "TAG_POLICY",
1591
- "BACKUP_POLICY"
1591
+ "BACKUP_POLICY",
1592
+ "AISERVICES_OPT_OUT_POLICY"
1592
1593
  ]
1593
1594
  },
1594
1595
  "Email":{
@@ -2359,7 +2360,8 @@
2359
2360
  "enum":[
2360
2361
  "SERVICE_CONTROL_POLICY",
2361
2362
  "TAG_POLICY",
2362
- "BACKUP_POLICY"
2363
+ "BACKUP_POLICY",
2364
+ "AISERVICES_OPT_OUT_POLICY"
2363
2365
  ]
2364
2366
  },
2365
2367
  "PolicyTypeAlreadyEnabledException":{
@@ -446,6 +446,18 @@
446
446
  {"shape":"ResourceNotFound"}
447
447
  ]
448
448
  },
449
+ "DeleteHumanTaskUi":{
450
+ "name":"DeleteHumanTaskUi",
451
+ "http":{
452
+ "method":"POST",
453
+ "requestUri":"/"
454
+ },
455
+ "input":{"shape":"DeleteHumanTaskUiRequest"},
456
+ "output":{"shape":"DeleteHumanTaskUiResponse"},
457
+ "errors":[
458
+ {"shape":"ResourceNotFound"}
459
+ ]
460
+ },
449
461
  "DeleteModel":{
450
462
  "name":"DeleteModel",
451
463
  "http":{
@@ -3290,6 +3302,18 @@
3290
3302
  "members":{
3291
3303
  }
3292
3304
  },
3305
+ "DeleteHumanTaskUiRequest":{
3306
+ "type":"structure",
3307
+ "required":["HumanTaskUiName"],
3308
+ "members":{
3309
+ "HumanTaskUiName":{"shape":"HumanTaskUiName"}
3310
+ }
3311
+ },
3312
+ "DeleteHumanTaskUiResponse":{
3313
+ "type":"structure",
3314
+ "members":{
3315
+ }
3316
+ },
3293
3317
  "DeleteModelInput":{
3294
3318
  "type":"structure",
3295
3319
  "required":["ModelName"],
@@ -3718,6 +3742,7 @@
3718
3742
  "members":{
3719
3743
  "HumanTaskUiArn":{"shape":"HumanTaskUiArn"},
3720
3744
  "HumanTaskUiName":{"shape":"HumanTaskUiName"},
3745
+ "HumanTaskUiStatus":{"shape":"HumanTaskUiStatus"},
3721
3746
  "CreationTime":{"shape":"Timestamp"},
3722
3747
  "UiTemplate":{"shape":"UiTemplateInfo"}
3723
3748
  }
@@ -4852,6 +4877,13 @@
4852
4877
  "min":1,
4853
4878
  "pattern":"^[a-z0-9](-*[a-z0-9])*"
4854
4879
  },
4880
+ "HumanTaskUiStatus":{
4881
+ "type":"string",
4882
+ "enum":[
4883
+ "Active",
4884
+ "Deleting"
4885
+ ]
4886
+ },
4855
4887
  "HumanTaskUiSummaries":{
4856
4888
  "type":"list",
4857
4889
  "member":{"shape":"HumanTaskUiSummary"}
@@ -175,7 +175,8 @@
175
175
  {"shape":"ResourceNotFoundException"},
176
176
  {"shape":"InvalidParameterException"},
177
177
  {"shape":"InternalServiceError"},
178
- {"shape":"InvalidRequestException"}
178
+ {"shape":"InvalidRequestException"},
179
+ {"shape":"PublicPolicyException"}
179
180
  ]
180
181
  },
181
182
  "PutSecretValue":{
@@ -289,6 +290,22 @@
289
290
  {"shape":"LimitExceededException"},
290
291
  {"shape":"InternalServiceError"}
291
292
  ]
293
+ },
294
+ "ValidateResourcePolicy":{
295
+ "name":"ValidateResourcePolicy",
296
+ "http":{
297
+ "method":"POST",
298
+ "requestUri":"/"
299
+ },
300
+ "input":{"shape":"ValidateResourcePolicyRequest"},
301
+ "output":{"shape":"ValidateResourcePolicyResponse"},
302
+ "errors":[
303
+ {"shape":"MalformedPolicyDocumentException"},
304
+ {"shape":"ResourceNotFoundException"},
305
+ {"shape":"InvalidParameterException"},
306
+ {"shape":"InternalServiceError"},
307
+ {"shape":"InvalidRequestException"}
308
+ ]
292
309
  }
293
310
  },
294
311
  "shapes":{
@@ -430,7 +447,11 @@
430
447
  },
431
448
  "Tags":{"shape":"TagListType"},
432
449
  "VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"},
433
- "OwningService":{"shape":"OwningServiceType"}
450
+ "OwningService":{"shape":"OwningServiceType"},
451
+ "CreatedDate":{
452
+ "shape":"TimestampType",
453
+ "box":true
454
+ }
434
455
  }
435
456
  },
436
457
  "DescriptionType":{
@@ -454,6 +475,40 @@
454
475
  "ExcludeNumbersType":{"type":"boolean"},
455
476
  "ExcludePunctuationType":{"type":"boolean"},
456
477
  "ExcludeUppercaseType":{"type":"boolean"},
478
+ "Filter":{
479
+ "type":"structure",
480
+ "members":{
481
+ "Key":{"shape":"FilterNameStringType"},
482
+ "Values":{"shape":"FilterValuesStringList"}
483
+ }
484
+ },
485
+ "FilterNameStringType":{
486
+ "type":"string",
487
+ "enum":[
488
+ "description",
489
+ "name",
490
+ "tag-key",
491
+ "tag-value",
492
+ "all"
493
+ ]
494
+ },
495
+ "FilterValueStringType":{
496
+ "type":"string",
497
+ "max":512,
498
+ "min":1,
499
+ "pattern":"[a-zA-Z0-9 :_@\\/\\+\\=\\.\\-]+"
500
+ },
501
+ "FilterValuesStringList":{
502
+ "type":"list",
503
+ "member":{"shape":"FilterValueStringType"},
504
+ "max":10,
505
+ "min":1
506
+ },
507
+ "FiltersListType":{
508
+ "type":"list",
509
+ "member":{"shape":"Filter"},
510
+ "max":10
511
+ },
457
512
  "GetRandomPasswordRequest":{
458
513
  "type":"structure",
459
514
  "members":{
@@ -610,7 +665,9 @@
610
665
  "shape":"MaxResultsType",
611
666
  "box":true
612
667
  },
613
- "NextToken":{"shape":"NextTokenType"}
668
+ "NextToken":{"shape":"NextTokenType"},
669
+ "Filters":{"shape":"FiltersListType"},
670
+ "SortOrder":{"shape":"SortOrderType"}
614
671
  }
615
672
  },
616
673
  "ListSecretsResponse":{
@@ -664,6 +721,13 @@
664
721
  },
665
722
  "exception":true
666
723
  },
724
+ "PublicPolicyException":{
725
+ "type":"structure",
726
+ "members":{
727
+ "Message":{"shape":"ErrorMessage"}
728
+ },
729
+ "exception":true
730
+ },
667
731
  "PutResourcePolicyRequest":{
668
732
  "type":"structure",
669
733
  "required":[
@@ -672,7 +736,11 @@
672
736
  ],
673
737
  "members":{
674
738
  "SecretId":{"shape":"SecretIdType"},
675
- "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
739
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"},
740
+ "BlockPublicPolicy":{
741
+ "shape":"BooleanType",
742
+ "box":true
743
+ }
676
744
  }
677
745
  },
678
746
  "PutResourcePolicyResponse":{
@@ -824,7 +892,11 @@
824
892
  "DeletedDate":{"shape":"DeletedDateType"},
825
893
  "Tags":{"shape":"TagListType"},
826
894
  "SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"},
827
- "OwningService":{"shape":"OwningServiceType"}
895
+ "OwningService":{"shape":"OwningServiceType"},
896
+ "CreatedDate":{
897
+ "shape":"TimestampType",
898
+ "box":true
899
+ }
828
900
  }
829
901
  },
830
902
  "SecretListType":{
@@ -882,6 +954,13 @@
882
954
  "key":{"shape":"SecretVersionIdType"},
883
955
  "value":{"shape":"SecretVersionStagesType"}
884
956
  },
957
+ "SortOrderType":{
958
+ "type":"string",
959
+ "enum":[
960
+ "asc",
961
+ "desc"
962
+ ]
963
+ },
885
964
  "Tag":{
886
965
  "type":"structure",
887
966
  "members":{
@@ -918,6 +997,7 @@
918
997
  "max":256,
919
998
  "min":0
920
999
  },
1000
+ "TimestampType":{"type":"timestamp"},
921
1001
  "UntagResourceRequest":{
922
1002
  "type":"structure",
923
1003
  "required":[
@@ -977,6 +1057,32 @@
977
1057
  "ARN":{"shape":"SecretARNType"},
978
1058
  "Name":{"shape":"SecretNameType"}
979
1059
  }
1060
+ },
1061
+ "ValidateResourcePolicyRequest":{
1062
+ "type":"structure",
1063
+ "required":["ResourcePolicy"],
1064
+ "members":{
1065
+ "SecretId":{"shape":"SecretIdType"},
1066
+ "ResourcePolicy":{"shape":"NonEmptyResourcePolicyType"}
1067
+ }
1068
+ },
1069
+ "ValidateResourcePolicyResponse":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "PolicyValidationPassed":{"shape":"BooleanType"},
1073
+ "ValidationErrors":{"shape":"ValidationErrorsType"}
1074
+ }
1075
+ },
1076
+ "ValidationErrorsEntry":{
1077
+ "type":"structure",
1078
+ "members":{
1079
+ "CheckName":{"shape":"NameType"},
1080
+ "ErrorMessage":{"shape":"ErrorMessage"}
1081
+ }
1082
+ },
1083
+ "ValidationErrorsType":{
1084
+ "type":"list",
1085
+ "member":{"shape":"ValidationErrorsEntry"}
980
1086
  }
981
1087
  }
982
1088
  }