aws-sdk-core 2.11.625 → 2.11.630

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/backup/2018-11-15/api-2.json +54 -0
  3. data/apis/chime/2018-05-01/api-2.json +637 -1
  4. data/apis/cloudformation/2010-05-15/api-2.json +18 -5
  5. data/apis/codebuild/2016-10-06/api-2.json +9 -1
  6. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  7. data/apis/connect/2017-08-08/api-2.json +183 -0
  8. data/apis/dms/2016-01-01/api-2.json +35 -2
  9. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +9 -4
  10. data/apis/fms/2018-01-01/api-2.json +106 -5
  11. data/apis/iot/2015-05-28/api-2.json +5 -1
  12. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  13. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  14. data/apis/lex-models/2017-04-19/api-2.json +5 -1
  15. data/apis/lightsail/2016-11-28/api-2.json +688 -1
  16. data/apis/macie2/2020-01-01/api-2.json +24 -0
  17. data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
  18. data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
  19. data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
  20. data/apis/outposts/2019-12-03/api-2.json +4 -1
  21. data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
  22. data/apis/polly/2016-06-10/api-2.json +7 -4
  23. data/apis/quicksight/2018-04-01/api-2.json +7 -2
  24. data/apis/rds/2014-10-31/api-2.json +4 -2
  25. data/apis/robomaker/2018-06-29/api-2.json +6 -3
  26. data/apis/s3control/2018-08-20/api-2.json +501 -0
  27. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  28. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
  29. data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
  30. data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
  31. data/apis/servicecatalog/2015-12-10/api-2.json +45 -1
  32. data/apis/shield/2016-06-02/api-2.json +378 -4
  33. data/apis/shield/2016-06-02/paginators-1.json +10 -0
  34. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  35. data/apis/textract/2018-06-27/api-2.json +26 -2
  36. data/endpoints.json +31 -2
  37. data/lib/aws-sdk-core.rb +2 -0
  38. data/lib/aws-sdk-core/appregistry.rb +6 -0
  39. data/lib/aws-sdk-core/networkfirewall.rb +6 -0
  40. data/lib/aws-sdk-core/version.rb +1 -1
  41. data/service-models.json +8 -0
  42. metadata +10 -2
@@ -927,7 +927,8 @@
927
927
  "Add",
928
928
  "Modify",
929
929
  "Remove",
930
- "Import"
930
+ "Import",
931
+ "Dynamic"
931
932
  ]
932
933
  },
933
934
  "ChangeSetId":{
@@ -964,7 +965,10 @@
964
965
  "CREATE_PENDING",
965
966
  "CREATE_IN_PROGRESS",
966
967
  "CREATE_COMPLETE",
968
+ "DELETE_PENDING",
969
+ "DELETE_IN_PROGRESS",
967
970
  "DELETE_COMPLETE",
971
+ "DELETE_FAILED",
968
972
  "FAILED"
969
973
  ]
970
974
  },
@@ -984,7 +988,10 @@
984
988
  "Status":{"shape":"ChangeSetStatus"},
985
989
  "StatusReason":{"shape":"ChangeSetStatusReason"},
986
990
  "CreationTime":{"shape":"CreationTime"},
987
- "Description":{"shape":"Description"}
991
+ "Description":{"shape":"Description"},
992
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
993
+ "ParentChangeSetId":{"shape":"ChangeSetId"},
994
+ "RootChangeSetId":{"shape":"ChangeSetId"}
988
995
  }
989
996
  },
990
997
  "ChangeSetType":{
@@ -1061,7 +1068,8 @@
1061
1068
  "ClientToken":{"shape":"ClientToken"},
1062
1069
  "Description":{"shape":"Description"},
1063
1070
  "ChangeSetType":{"shape":"ChangeSetType"},
1064
- "ResourcesToImport":{"shape":"ResourcesToImport"}
1071
+ "ResourcesToImport":{"shape":"ResourcesToImport"},
1072
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"}
1065
1073
  }
1066
1074
  },
1067
1075
  "CreateChangeSetOutput":{
@@ -1294,7 +1302,10 @@
1294
1302
  "Capabilities":{"shape":"Capabilities"},
1295
1303
  "Tags":{"shape":"Tags"},
1296
1304
  "Changes":{"shape":"Changes"},
1297
- "NextToken":{"shape":"NextToken"}
1305
+ "NextToken":{"shape":"NextToken"},
1306
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
1307
+ "ParentChangeSetId":{"shape":"ChangeSetId"},
1308
+ "RootChangeSetId":{"shape":"ChangeSetId"}
1298
1309
  }
1299
1310
  },
1300
1311
  "DescribeStackDriftDetectionStatusInput":{
@@ -1731,6 +1742,7 @@
1731
1742
  "type":"integer",
1732
1743
  "min":0
1733
1744
  },
1745
+ "IncludeNestedStacks":{"type":"boolean"},
1734
1746
  "InsufficientCapabilitiesException":{
1735
1747
  "type":"structure",
1736
1748
  "members":{
@@ -2353,7 +2365,8 @@
2353
2365
  "ResourceType":{"shape":"ResourceType"},
2354
2366
  "Replacement":{"shape":"Replacement"},
2355
2367
  "Scope":{"shape":"Scope"},
2356
- "Details":{"shape":"ResourceChangeDetails"}
2368
+ "Details":{"shape":"ResourceChangeDetails"},
2369
+ "ChangeSetId":{"shape":"ChangeSetId"}
2357
2370
  }
2358
2371
  },
2359
2372
  "ResourceChangeDetail":{
@@ -1911,7 +1911,8 @@
1911
1911
  "exportConfig":{"shape":"ReportExportConfig"},
1912
1912
  "created":{"shape":"Timestamp"},
1913
1913
  "lastModified":{"shape":"Timestamp"},
1914
- "tags":{"shape":"TagList"}
1914
+ "tags":{"shape":"TagList"},
1915
+ "status":{"shape":"ReportGroupStatusType"}
1915
1916
  }
1916
1917
  },
1917
1918
  "ReportGroupArns":{
@@ -1933,6 +1934,13 @@
1933
1934
  "LAST_MODIFIED_TIME"
1934
1935
  ]
1935
1936
  },
1937
+ "ReportGroupStatusType":{
1938
+ "type":"string",
1939
+ "enum":[
1940
+ "ACTIVE",
1941
+ "DELETING"
1942
+ ]
1943
+ },
1936
1944
  "ReportGroups":{
1937
1945
  "type":"list",
1938
1946
  "member":{"shape":"ReportGroup"},
@@ -462,6 +462,7 @@
462
462
  "output":{"shape":"RetryStageExecutionOutput"},
463
463
  "errors":[
464
464
  {"shape":"ValidationException"},
465
+ {"shape":"ConflictException"},
465
466
  {"shape":"PipelineNotFoundException"},
466
467
  {"shape":"StageNotFoundException"},
467
468
  {"shape":"StageNotRetryableException"},
@@ -478,6 +479,7 @@
478
479
  "output":{"shape":"StartPipelineExecutionOutput"},
479
480
  "errors":[
480
481
  {"shape":"ValidationException"},
482
+ {"shape":"ConflictException"},
481
483
  {"shape":"PipelineNotFoundException"}
482
484
  ]
483
485
  },
@@ -491,6 +493,7 @@
491
493
  "output":{"shape":"StopPipelineExecutionOutput"},
492
494
  "errors":[
493
495
  {"shape":"ValidationException"},
496
+ {"shape":"ConflictException"},
494
497
  {"shape":"PipelineNotFoundException"},
495
498
  {"shape":"PipelineExecutionNotStoppableException"},
496
499
  {"shape":"DuplicatedStopRequestException"}
@@ -705,6 +708,7 @@
705
708
  "ActionExecution":{
706
709
  "type":"structure",
707
710
  "members":{
711
+ "actionExecutionId":{"shape":"ActionExecutionId"},
708
712
  "status":{"shape":"ActionExecutionStatus"},
709
713
  "summary":{"shape":"ExecutionSummary"},
710
714
  "lastStatusChange":{"shape":"Timestamp"},
@@ -1063,6 +1067,13 @@
1063
1067
  },
1064
1068
  "exception":true
1065
1069
  },
1070
+ "ConflictException":{
1071
+ "type":"structure",
1072
+ "members":{
1073
+ "message":{"shape":"Message"}
1074
+ },
1075
+ "exception":true
1076
+ },
1066
1077
  "ContinuationToken":{
1067
1078
  "type":"string",
1068
1079
  "max":2048,
@@ -1227,7 +1238,7 @@
1227
1238
  },
1228
1239
  "EncryptionKeyId":{
1229
1240
  "type":"string",
1230
- "max":100,
1241
+ "max":400,
1231
1242
  "min":1
1232
1243
  },
1233
1244
  "EncryptionKeyType":{
@@ -2189,6 +2200,7 @@
2189
2200
  "type":"structure",
2190
2201
  "members":{
2191
2202
  "stageName":{"shape":"StageName"},
2203
+ "inboundExecution":{"shape":"StageExecution"},
2192
2204
  "inboundTransitionState":{"shape":"TransitionState"},
2193
2205
  "actionStates":{"shape":"ActionStateList"},
2194
2206
  "latestExecution":{"shape":"StageExecution"}
@@ -83,6 +83,24 @@
83
83
  {"shape":"InternalServiceException"}
84
84
  ]
85
85
  },
86
+ "CreateUserHierarchyGroup":{
87
+ "name":"CreateUserHierarchyGroup",
88
+ "http":{
89
+ "method":"PUT",
90
+ "requestUri":"/user-hierarchy-groups/{InstanceId}"
91
+ },
92
+ "input":{"shape":"CreateUserHierarchyGroupRequest"},
93
+ "output":{"shape":"CreateUserHierarchyGroupResponse"},
94
+ "errors":[
95
+ {"shape":"InvalidRequestException"},
96
+ {"shape":"InvalidParameterException"},
97
+ {"shape":"DuplicateResourceException"},
98
+ {"shape":"LimitExceededException"},
99
+ {"shape":"ResourceNotFoundException"},
100
+ {"shape":"ThrottlingException"},
101
+ {"shape":"InternalServiceException"}
102
+ ]
103
+ },
86
104
  "DeleteUser":{
87
105
  "name":"DeleteUser",
88
106
  "http":{
@@ -98,6 +116,22 @@
98
116
  {"shape":"InternalServiceException"}
99
117
  ]
100
118
  },
119
+ "DeleteUserHierarchyGroup":{
120
+ "name":"DeleteUserHierarchyGroup",
121
+ "http":{
122
+ "method":"DELETE",
123
+ "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}"
124
+ },
125
+ "input":{"shape":"DeleteUserHierarchyGroupRequest"},
126
+ "errors":[
127
+ {"shape":"InvalidRequestException"},
128
+ {"shape":"InvalidParameterException"},
129
+ {"shape":"ResourceNotFoundException"},
130
+ {"shape":"ResourceInUseException"},
131
+ {"shape":"ThrottlingException"},
132
+ {"shape":"InternalServiceException"}
133
+ ]
134
+ },
101
135
  "DescribeContactFlow":{
102
136
  "name":"DescribeContactFlow",
103
137
  "http":{
@@ -693,6 +727,38 @@
693
727
  {"shape":"InternalServiceException"}
694
728
  ]
695
729
  },
730
+ "UpdateUserHierarchyGroupName":{
731
+ "name":"UpdateUserHierarchyGroupName",
732
+ "http":{
733
+ "method":"POST",
734
+ "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name"
735
+ },
736
+ "input":{"shape":"UpdateUserHierarchyGroupNameRequest"},
737
+ "errors":[
738
+ {"shape":"InvalidRequestException"},
739
+ {"shape":"InvalidParameterException"},
740
+ {"shape":"DuplicateResourceException"},
741
+ {"shape":"ResourceNotFoundException"},
742
+ {"shape":"ThrottlingException"},
743
+ {"shape":"InternalServiceException"}
744
+ ]
745
+ },
746
+ "UpdateUserHierarchyStructure":{
747
+ "name":"UpdateUserHierarchyStructure",
748
+ "http":{
749
+ "method":"POST",
750
+ "requestUri":"/user-hierarchy-structure/{InstanceId}"
751
+ },
752
+ "input":{"shape":"UpdateUserHierarchyStructureRequest"},
753
+ "errors":[
754
+ {"shape":"InvalidRequestException"},
755
+ {"shape":"InvalidParameterException"},
756
+ {"shape":"ResourceNotFoundException"},
757
+ {"shape":"ResourceInUseException"},
758
+ {"shape":"ThrottlingException"},
759
+ {"shape":"InternalServiceException"}
760
+ ]
761
+ },
696
762
  "UpdateUserIdentityInfo":{
697
763
  "name":"UpdateUserIdentityInfo",
698
764
  "http":{
@@ -991,6 +1057,29 @@
991
1057
  "RoutingProfileId":{"shape":"RoutingProfileId"}
992
1058
  }
993
1059
  },
1060
+ "CreateUserHierarchyGroupRequest":{
1061
+ "type":"structure",
1062
+ "required":[
1063
+ "Name",
1064
+ "InstanceId"
1065
+ ],
1066
+ "members":{
1067
+ "Name":{"shape":"HierarchyGroupName"},
1068
+ "ParentGroupId":{"shape":"HierarchyGroupId"},
1069
+ "InstanceId":{
1070
+ "shape":"InstanceId",
1071
+ "location":"uri",
1072
+ "locationName":"InstanceId"
1073
+ }
1074
+ }
1075
+ },
1076
+ "CreateUserHierarchyGroupResponse":{
1077
+ "type":"structure",
1078
+ "members":{
1079
+ "HierarchyGroupId":{"shape":"HierarchyGroupId"},
1080
+ "HierarchyGroupArn":{"shape":"ARN"}
1081
+ }
1082
+ },
994
1083
  "CreateUserRequest":{
995
1084
  "type":"structure",
996
1085
  "required":[
@@ -1092,6 +1181,25 @@
1092
1181
  "max":9999,
1093
1182
  "min":0
1094
1183
  },
1184
+ "DeleteUserHierarchyGroupRequest":{
1185
+ "type":"structure",
1186
+ "required":[
1187
+ "HierarchyGroupId",
1188
+ "InstanceId"
1189
+ ],
1190
+ "members":{
1191
+ "HierarchyGroupId":{
1192
+ "shape":"HierarchyGroupId",
1193
+ "location":"uri",
1194
+ "locationName":"HierarchyGroupId"
1195
+ },
1196
+ "InstanceId":{
1197
+ "shape":"InstanceId",
1198
+ "location":"uri",
1199
+ "locationName":"InstanceId"
1200
+ }
1201
+ }
1202
+ },
1095
1203
  "DeleteUserRequest":{
1096
1204
  "type":"structure",
1097
1205
  "required":[
@@ -1439,6 +1547,13 @@
1439
1547
  },
1440
1548
  "HierarchyLevelId":{"type":"string"},
1441
1549
  "HierarchyLevelName":{"type":"string"},
1550
+ "HierarchyLevelUpdate":{
1551
+ "type":"structure",
1552
+ "required":["Name"],
1553
+ "members":{
1554
+ "Name":{"shape":"HierarchyLevelName"}
1555
+ }
1556
+ },
1442
1557
  "HierarchyPath":{
1443
1558
  "type":"structure",
1444
1559
  "members":{
@@ -1459,6 +1574,16 @@
1459
1574
  "LevelFive":{"shape":"HierarchyLevel"}
1460
1575
  }
1461
1576
  },
1577
+ "HierarchyStructureUpdate":{
1578
+ "type":"structure",
1579
+ "members":{
1580
+ "LevelOne":{"shape":"HierarchyLevelUpdate"},
1581
+ "LevelTwo":{"shape":"HierarchyLevelUpdate"},
1582
+ "LevelThree":{"shape":"HierarchyLevelUpdate"},
1583
+ "LevelFour":{"shape":"HierarchyLevelUpdate"},
1584
+ "LevelFive":{"shape":"HierarchyLevelUpdate"}
1585
+ }
1586
+ },
1462
1587
  "HistoricalMetric":{
1463
1588
  "type":"structure",
1464
1589
  "members":{
@@ -2346,6 +2471,16 @@
2346
2471
  "max":100,
2347
2472
  "min":1
2348
2473
  },
2474
+ "ResourceInUseException":{
2475
+ "type":"structure",
2476
+ "members":{
2477
+ "Message":{"shape":"Message"},
2478
+ "ResourceType":{"shape":"ResourceType"},
2479
+ "ResourceId":{"shape":"ARN"}
2480
+ },
2481
+ "error":{"httpStatusCode":409},
2482
+ "exception":true
2483
+ },
2349
2484
  "ResourceNotFoundException":{
2350
2485
  "type":"structure",
2351
2486
  "members":{
@@ -2354,6 +2489,18 @@
2354
2489
  "error":{"httpStatusCode":404},
2355
2490
  "exception":true
2356
2491
  },
2492
+ "ResourceType":{
2493
+ "type":"string",
2494
+ "enum":[
2495
+ "CONTACT",
2496
+ "CONTACT_FLOW",
2497
+ "INSTANCE",
2498
+ "PARTICIPANT",
2499
+ "HIERARCHY_LEVEL",
2500
+ "HIERARCHY_GROUP",
2501
+ "USER"
2502
+ ]
2503
+ },
2357
2504
  "ResumeContactRecordingRequest":{
2358
2505
  "type":"structure",
2359
2506
  "required":[
@@ -2856,6 +3003,27 @@
2856
3003
  "QueueConfigs":{"shape":"RoutingProfileQueueConfigList"}
2857
3004
  }
2858
3005
  },
3006
+ "UpdateUserHierarchyGroupNameRequest":{
3007
+ "type":"structure",
3008
+ "required":[
3009
+ "Name",
3010
+ "HierarchyGroupId",
3011
+ "InstanceId"
3012
+ ],
3013
+ "members":{
3014
+ "Name":{"shape":"HierarchyGroupName"},
3015
+ "HierarchyGroupId":{
3016
+ "shape":"HierarchyGroupId",
3017
+ "location":"uri",
3018
+ "locationName":"HierarchyGroupId"
3019
+ },
3020
+ "InstanceId":{
3021
+ "shape":"InstanceId",
3022
+ "location":"uri",
3023
+ "locationName":"InstanceId"
3024
+ }
3025
+ }
3026
+ },
2859
3027
  "UpdateUserHierarchyRequest":{
2860
3028
  "type":"structure",
2861
3029
  "required":[
@@ -2876,6 +3044,21 @@
2876
3044
  }
2877
3045
  }
2878
3046
  },
3047
+ "UpdateUserHierarchyStructureRequest":{
3048
+ "type":"structure",
3049
+ "required":[
3050
+ "HierarchyStructure",
3051
+ "InstanceId"
3052
+ ],
3053
+ "members":{
3054
+ "HierarchyStructure":{"shape":"HierarchyStructureUpdate"},
3055
+ "InstanceId":{
3056
+ "shape":"InstanceId",
3057
+ "location":"uri",
3058
+ "locationName":"InstanceId"
3059
+ }
3060
+ }
3061
+ },
2879
3062
  "UpdateUserIdentityInfoRequest":{
2880
3063
  "type":"structure",
2881
3064
  "required":[
@@ -64,7 +64,8 @@
64
64
  {"shape":"ResourceQuotaExceededFault"},
65
65
  {"shape":"InvalidResourceStateFault"},
66
66
  {"shape":"ResourceNotFoundFault"},
67
- {"shape":"AccessDeniedFault"}
67
+ {"shape":"AccessDeniedFault"},
68
+ {"shape":"S3AccessDeniedFault"}
68
69
  ]
69
70
  },
70
71
  "CreateEventSubscription":{
@@ -604,6 +605,20 @@
604
605
  {"shape":"KMSKeyNotAccessibleFault"}
605
606
  ]
606
607
  },
608
+ "MoveReplicationTask":{
609
+ "name":"MoveReplicationTask",
610
+ "http":{
611
+ "method":"POST",
612
+ "requestUri":"/"
613
+ },
614
+ "input":{"shape":"MoveReplicationTaskMessage"},
615
+ "output":{"shape":"MoveReplicationTaskResponse"},
616
+ "errors":[
617
+ {"shape":"AccessDeniedFault"},
618
+ {"shape":"InvalidResourceStateFault"},
619
+ {"shape":"ResourceNotFoundFault"}
620
+ ]
621
+ },
607
622
  "RebootReplicationInstance":{
608
623
  "name":"RebootReplicationInstance",
609
624
  "http":{
@@ -2002,6 +2017,23 @@
2002
2017
  "KmsKeyId":{"shape":"String"}
2003
2018
  }
2004
2019
  },
2020
+ "MoveReplicationTaskMessage":{
2021
+ "type":"structure",
2022
+ "required":[
2023
+ "ReplicationTaskArn",
2024
+ "TargetReplicationInstanceArn"
2025
+ ],
2026
+ "members":{
2027
+ "ReplicationTaskArn":{"shape":"String"},
2028
+ "TargetReplicationInstanceArn":{"shape":"String"}
2029
+ }
2030
+ },
2031
+ "MoveReplicationTaskResponse":{
2032
+ "type":"structure",
2033
+ "members":{
2034
+ "ReplicationTask":{"shape":"ReplicationTask"}
2035
+ }
2036
+ },
2005
2037
  "MySQLSettings":{
2006
2038
  "type":"structure",
2007
2039
  "members":{
@@ -2379,7 +2411,8 @@
2379
2411
  "RecoveryCheckpoint":{"shape":"String"},
2380
2412
  "ReplicationTaskArn":{"shape":"String"},
2381
2413
  "ReplicationTaskStats":{"shape":"ReplicationTaskStats"},
2382
- "TaskData":{"shape":"String"}
2414
+ "TaskData":{"shape":"String"},
2415
+ "TargetReplicationInstanceArn":{"shape":"String"}
2383
2416
  }
2384
2417
  },
2385
2418
  "ReplicationTaskAssessmentResult":{