aws-sdk-core 2.11.554 → 2.11.559

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "PageSize"
12
12
  },
13
+ "ListCustomVerificationEmailTemplates": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "PageSize"
17
+ },
13
18
  "ListDedicatedIpPools": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",
@@ -30,6 +35,11 @@
30
35
  "output_token": "NextToken",
31
36
  "limit_key": "PageSize"
32
37
  },
38
+ "ListEmailTemplates": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "PageSize"
42
+ },
33
43
  "ListSuppressedDestinations": {
34
44
  "input_token": "NextToken",
35
45
  "output_token": "NextToken",
@@ -6,17 +6,185 @@
6
6
  "output_token": "NextToken",
7
7
  "result_key": "ActivationList"
8
8
  },
9
+ "DescribeAssociationExecutionTargets": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AssociationExecutionTargets"
14
+ },
15
+ "DescribeAssociationExecutions": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "AssociationExecutions"
20
+ },
21
+ "DescribeAutomationExecutions": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "AutomationExecutionMetadataList"
26
+ },
27
+ "DescribeAutomationStepExecutions": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "StepExecutions"
32
+ },
33
+ "DescribeAvailablePatches": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "Patches"
38
+ },
39
+ "DescribeEffectiveInstanceAssociations": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "Associations"
44
+ },
45
+ "DescribeEffectivePatchesForPatchBaseline": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "EffectivePatches"
50
+ },
51
+ "DescribeInstanceAssociationsStatus": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "InstanceAssociationStatusInfos"
56
+ },
9
57
  "DescribeInstanceInformation": {
10
58
  "input_token": "NextToken",
11
59
  "limit_key": "MaxResults",
12
60
  "output_token": "NextToken",
13
61
  "result_key": "InstanceInformationList"
14
62
  },
63
+ "DescribeInstancePatchStates": {
64
+ "input_token": "NextToken",
65
+ "limit_key": "MaxResults",
66
+ "output_token": "NextToken",
67
+ "result_key": "InstancePatchStates"
68
+ },
69
+ "DescribeInstancePatchStatesForPatchGroup": {
70
+ "input_token": "NextToken",
71
+ "limit_key": "MaxResults",
72
+ "output_token": "NextToken",
73
+ "result_key": "InstancePatchStates"
74
+ },
75
+ "DescribeInstancePatches": {
76
+ "input_token": "NextToken",
77
+ "limit_key": "MaxResults",
78
+ "output_token": "NextToken",
79
+ "result_key": "Patches"
80
+ },
81
+ "DescribeInventoryDeletions": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "InventoryDeletions"
86
+ },
87
+ "DescribeMaintenanceWindowExecutionTaskInvocations": {
88
+ "input_token": "NextToken",
89
+ "limit_key": "MaxResults",
90
+ "output_token": "NextToken",
91
+ "result_key": "WindowExecutionTaskInvocationIdentities"
92
+ },
93
+ "DescribeMaintenanceWindowExecutionTasks": {
94
+ "input_token": "NextToken",
95
+ "limit_key": "MaxResults",
96
+ "output_token": "NextToken",
97
+ "result_key": "WindowExecutionTaskIdentities"
98
+ },
99
+ "DescribeMaintenanceWindowExecutions": {
100
+ "input_token": "NextToken",
101
+ "limit_key": "MaxResults",
102
+ "output_token": "NextToken",
103
+ "result_key": "WindowExecutions"
104
+ },
105
+ "DescribeMaintenanceWindowSchedule": {
106
+ "input_token": "NextToken",
107
+ "limit_key": "MaxResults",
108
+ "output_token": "NextToken",
109
+ "result_key": "ScheduledWindowExecutions"
110
+ },
111
+ "DescribeMaintenanceWindowTargets": {
112
+ "input_token": "NextToken",
113
+ "limit_key": "MaxResults",
114
+ "output_token": "NextToken",
115
+ "result_key": "Targets"
116
+ },
117
+ "DescribeMaintenanceWindowTasks": {
118
+ "input_token": "NextToken",
119
+ "limit_key": "MaxResults",
120
+ "output_token": "NextToken",
121
+ "result_key": "Tasks"
122
+ },
123
+ "DescribeMaintenanceWindows": {
124
+ "input_token": "NextToken",
125
+ "limit_key": "MaxResults",
126
+ "output_token": "NextToken",
127
+ "result_key": "WindowIdentities"
128
+ },
129
+ "DescribeMaintenanceWindowsForTarget": {
130
+ "input_token": "NextToken",
131
+ "limit_key": "MaxResults",
132
+ "output_token": "NextToken",
133
+ "result_key": "WindowIdentities"
134
+ },
135
+ "DescribeOpsItems": {
136
+ "input_token": "NextToken",
137
+ "limit_key": "MaxResults",
138
+ "output_token": "NextToken",
139
+ "result_key": "OpsItemSummaries"
140
+ },
15
141
  "DescribeParameters": {
16
142
  "input_token": "NextToken",
17
143
  "limit_key": "MaxResults",
18
144
  "output_token": "NextToken"
19
145
  },
146
+ "DescribePatchBaselines": {
147
+ "input_token": "NextToken",
148
+ "limit_key": "MaxResults",
149
+ "output_token": "NextToken",
150
+ "result_key": "BaselineIdentities"
151
+ },
152
+ "DescribePatchGroups": {
153
+ "input_token": "NextToken",
154
+ "limit_key": "MaxResults",
155
+ "output_token": "NextToken",
156
+ "result_key": "Mappings"
157
+ },
158
+ "DescribePatchProperties": {
159
+ "input_token": "NextToken",
160
+ "limit_key": "MaxResults",
161
+ "output_token": "NextToken",
162
+ "result_key": "Properties"
163
+ },
164
+ "DescribeSessions": {
165
+ "input_token": "NextToken",
166
+ "limit_key": "MaxResults",
167
+ "output_token": "NextToken",
168
+ "result_key": "Sessions"
169
+ },
170
+ "GetInventory": {
171
+ "input_token": "NextToken",
172
+ "limit_key": "MaxResults",
173
+ "output_token": "NextToken",
174
+ "result_key": "Entities"
175
+ },
176
+ "GetInventorySchema": {
177
+ "input_token": "NextToken",
178
+ "limit_key": "MaxResults",
179
+ "output_token": "NextToken",
180
+ "result_key": "Schemas"
181
+ },
182
+ "GetOpsSummary": {
183
+ "input_token": "NextToken",
184
+ "limit_key": "MaxResults",
185
+ "output_token": "NextToken",
186
+ "result_key": "Entities"
187
+ },
20
188
  "GetParameterHistory": {
21
189
  "input_token": "NextToken",
22
190
  "limit_key": "MaxResults",
@@ -27,6 +195,12 @@
27
195
  "limit_key": "MaxResults",
28
196
  "output_token": "NextToken"
29
197
  },
198
+ "ListAssociationVersions": {
199
+ "input_token": "NextToken",
200
+ "limit_key": "MaxResults",
201
+ "output_token": "NextToken",
202
+ "result_key": "AssociationVersions"
203
+ },
30
204
  "ListAssociations": {
31
205
  "input_token": "NextToken",
32
206
  "limit_key": "MaxResults",
@@ -45,11 +219,41 @@
45
219
  "output_token": "NextToken",
46
220
  "result_key": "Commands"
47
221
  },
222
+ "ListComplianceItems": {
223
+ "input_token": "NextToken",
224
+ "limit_key": "MaxResults",
225
+ "output_token": "NextToken",
226
+ "result_key": "ComplianceItems"
227
+ },
228
+ "ListComplianceSummaries": {
229
+ "input_token": "NextToken",
230
+ "limit_key": "MaxResults",
231
+ "output_token": "NextToken",
232
+ "result_key": "ComplianceSummaryItems"
233
+ },
234
+ "ListDocumentVersions": {
235
+ "input_token": "NextToken",
236
+ "limit_key": "MaxResults",
237
+ "output_token": "NextToken",
238
+ "result_key": "DocumentVersions"
239
+ },
48
240
  "ListDocuments": {
49
241
  "input_token": "NextToken",
50
242
  "limit_key": "MaxResults",
51
243
  "output_token": "NextToken",
52
244
  "result_key": "DocumentIdentifiers"
245
+ },
246
+ "ListResourceComplianceSummaries": {
247
+ "input_token": "NextToken",
248
+ "limit_key": "MaxResults",
249
+ "output_token": "NextToken",
250
+ "result_key": "ResourceComplianceSummaryItems"
251
+ },
252
+ "ListResourceDataSync": {
253
+ "input_token": "NextToken",
254
+ "limit_key": "MaxResults",
255
+ "output_token": "NextToken",
256
+ "result_key": "ResourceDataSyncItems"
53
257
  }
54
258
  }
55
259
  }
@@ -0,0 +1,60 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "CommandExecuted": {
5
+ "delay": 5,
6
+ "operation": "GetCommandInvocation",
7
+ "maxAttempts": 20,
8
+ "acceptors": [
9
+ {
10
+ "expected": "Pending",
11
+ "matcher": "path",
12
+ "state": "retry",
13
+ "argument": "Status"
14
+ },
15
+ {
16
+ "expected": "InProgress",
17
+ "matcher": "path",
18
+ "state": "retry",
19
+ "argument": "Status"
20
+ },
21
+ {
22
+ "expected": "Delayed",
23
+ "matcher": "path",
24
+ "state": "retry",
25
+ "argument": "Status"
26
+ },
27
+ {
28
+ "expected": "Success",
29
+ "matcher": "path",
30
+ "state": "success",
31
+ "argument": "Status"
32
+ },
33
+ {
34
+ "expected": "Cancelled",
35
+ "matcher": "path",
36
+ "state": "failure",
37
+ "argument": "Status"
38
+ },
39
+ {
40
+ "expected": "TimedOut",
41
+ "matcher": "path",
42
+ "state": "failure",
43
+ "argument": "Status"
44
+ },
45
+ {
46
+ "expected": "Failed",
47
+ "matcher": "path",
48
+ "state": "failure",
49
+ "argument": "Status"
50
+ },
51
+ {
52
+ "expected": "Cancelling",
53
+ "matcher": "path",
54
+ "state": "failure",
55
+ "argument": "Status"
56
+ }
57
+ ]
58
+ }
59
+ }
60
+ }
@@ -1701,6 +1701,11 @@
1701
1701
  "VolumeARN":{"shape":"VolumeARN"}
1702
1702
  }
1703
1703
  },
1704
+ "DeprecationDate":{
1705
+ "type":"string",
1706
+ "max":25,
1707
+ "min":1
1708
+ },
1704
1709
  "DescribeAvailabilityMonitorTestInput":{
1705
1710
  "type":"structure",
1706
1711
  "required":["GatewayARN"],
@@ -1801,7 +1806,9 @@
1801
1806
  "VPCEndpoint":{"shape":"string"},
1802
1807
  "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
1803
1808
  "HostEnvironment":{"shape":"HostEnvironment"},
1804
- "EndpointType":{"shape":"EndpointType"}
1809
+ "EndpointType":{"shape":"EndpointType"},
1810
+ "SoftwareUpdatesEndDate":{"shape":"SoftwareUpdatesEndDate"},
1811
+ "DeprecationDate":{"shape":"DeprecationDate"}
1805
1812
  }
1806
1813
  },
1807
1814
  "DescribeMaintenanceStartTimeInput":{
@@ -2897,6 +2904,11 @@
2897
2904
  "type":"string",
2898
2905
  "pattern":"\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
2899
2906
  },
2907
+ "SoftwareUpdatesEndDate":{
2908
+ "type":"string",
2909
+ "max":25,
2910
+ "min":1
2911
+ },
2900
2912
  "Squash":{
2901
2913
  "type":"string",
2902
2914
  "max":15,
@@ -1823,7 +1823,8 @@
1823
1823
  "members":{
1824
1824
  "ResourceArn":{"shape":"ResourceArn"},
1825
1825
  "LogDestinationConfigs":{"shape":"LogDestinationConfigs"},
1826
- "RedactedFields":{"shape":"RedactedFields"}
1826
+ "RedactedFields":{"shape":"RedactedFields"},
1827
+ "ManagedByFirewallManager":{"shape":"Boolean"}
1827
1828
  }
1828
1829
  },
1829
1830
  "LoggingConfigurations":{
@@ -2314,7 +2315,7 @@
2314
2315
  "type":"string",
2315
2316
  "max":128,
2316
2317
  "min":1,
2317
- "pattern":".*\\S.*"
2318
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2318
2319
  },
2319
2320
  "TagKeyList":{
2320
2321
  "type":"list",
@@ -2346,7 +2347,7 @@
2346
2347
  "type":"string",
2347
2348
  "max":256,
2348
2349
  "min":0,
2349
- "pattern":".*"
2350
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2350
2351
  },
2351
2352
  "TextTransformation":{
2352
2353
  "type":"structure",
@@ -93,6 +93,36 @@
93
93
  "eu-west-1" : { },
94
94
  "eu-west-2" : { },
95
95
  "eu-west-3" : { },
96
+ "fips-ca-central-1" : {
97
+ "credentialScope" : {
98
+ "region" : "ca-central-1"
99
+ },
100
+ "hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
101
+ },
102
+ "fips-us-east-1" : {
103
+ "credentialScope" : {
104
+ "region" : "us-east-1"
105
+ },
106
+ "hostname" : "access-analyzer-fips.us-east-1.amazonaws.com"
107
+ },
108
+ "fips-us-east-2" : {
109
+ "credentialScope" : {
110
+ "region" : "us-east-2"
111
+ },
112
+ "hostname" : "access-analyzer-fips.us-east-2.amazonaws.com"
113
+ },
114
+ "fips-us-west-1" : {
115
+ "credentialScope" : {
116
+ "region" : "us-west-1"
117
+ },
118
+ "hostname" : "access-analyzer-fips.us-west-1.amazonaws.com"
119
+ },
120
+ "fips-us-west-2" : {
121
+ "credentialScope" : {
122
+ "region" : "us-west-2"
123
+ },
124
+ "hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
125
+ },
96
126
  "me-south-1" : { },
97
127
  "sa-east-1" : { },
98
128
  "us-east-1" : { },
@@ -579,6 +609,7 @@
579
609
  "ca-central-1" : { },
580
610
  "eu-central-1" : { },
581
611
  "eu-north-1" : { },
612
+ "eu-south-1" : { },
582
613
  "eu-west-1" : { },
583
614
  "eu-west-2" : { },
584
615
  "eu-west-3" : { },
@@ -783,6 +814,7 @@
783
814
  "ca-central-1" : { },
784
815
  "eu-central-1" : { },
785
816
  "eu-north-1" : { },
817
+ "eu-south-1" : { },
786
818
  "eu-west-1" : { },
787
819
  "eu-west-2" : { },
788
820
  "eu-west-3" : { },
@@ -1695,6 +1727,7 @@
1695
1727
  },
1696
1728
  "ds" : {
1697
1729
  "endpoints" : {
1730
+ "af-south-1" : { },
1698
1731
  "ap-east-1" : { },
1699
1732
  "ap-northeast-1" : { },
1700
1733
  "ap-northeast-2" : { },
@@ -1704,6 +1737,7 @@
1704
1737
  "ca-central-1" : { },
1705
1738
  "eu-central-1" : { },
1706
1739
  "eu-north-1" : { },
1740
+ "eu-south-1" : { },
1707
1741
  "eu-west-1" : { },
1708
1742
  "eu-west-2" : { },
1709
1743
  "eu-west-3" : { },
@@ -2757,6 +2791,18 @@
2757
2791
  "ap-southeast-2" : { },
2758
2792
  "eu-north-1" : { },
2759
2793
  "eu-west-1" : { },
2794
+ "fips-us-east-2" : {
2795
+ "credentialScope" : {
2796
+ "region" : "us-east-2"
2797
+ },
2798
+ "hostname" : "groundstation-fips.us-east-2.amazonaws.com"
2799
+ },
2800
+ "fips-us-west-2" : {
2801
+ "credentialScope" : {
2802
+ "region" : "us-west-2"
2803
+ },
2804
+ "hostname" : "groundstation-fips.us-west-2.amazonaws.com"
2805
+ },
2760
2806
  "me-south-1" : { },
2761
2807
  "us-east-2" : { },
2762
2808
  "us-west-2" : { }
@@ -2767,6 +2813,7 @@
2767
2813
  "protocols" : [ "https" ]
2768
2814
  },
2769
2815
  "endpoints" : {
2816
+ "af-south-1" : { },
2770
2817
  "ap-east-1" : { },
2771
2818
  "ap-northeast-1" : { },
2772
2819
  "ap-northeast-2" : { },
@@ -2776,6 +2823,7 @@
2776
2823
  "ca-central-1" : { },
2777
2824
  "eu-central-1" : { },
2778
2825
  "eu-north-1" : { },
2826
+ "eu-south-1" : { },
2779
2827
  "eu-west-1" : { },
2780
2828
  "eu-west-2" : { },
2781
2829
  "eu-west-3" : { },
@@ -3856,6 +3904,12 @@
3856
3904
  },
3857
3905
  "hostname" : "oidc.eu-central-1.amazonaws.com"
3858
3906
  },
3907
+ "eu-north-1" : {
3908
+ "credentialScope" : {
3909
+ "region" : "eu-north-1"
3910
+ },
3911
+ "hostname" : "oidc.eu-north-1.amazonaws.com"
3912
+ },
3859
3913
  "eu-west-1" : {
3860
3914
  "credentialScope" : {
3861
3915
  "region" : "eu-west-1"
@@ -3999,6 +4053,7 @@
3999
4053
  }
4000
4054
  },
4001
4055
  "endpoints" : {
4056
+ "ap-northeast-2" : { },
4002
4057
  "ap-south-1" : { },
4003
4058
  "ap-southeast-2" : { },
4004
4059
  "eu-central-1" : { },
@@ -4991,6 +5046,31 @@
4991
5046
  "us-west-2" : { }
4992
5047
  }
4993
5048
  },
5049
+ "servicequotas" : {
5050
+ "defaults" : {
5051
+ "protocols" : [ "https" ]
5052
+ },
5053
+ "endpoints" : {
5054
+ "ap-east-1" : { },
5055
+ "ap-northeast-1" : { },
5056
+ "ap-northeast-2" : { },
5057
+ "ap-south-1" : { },
5058
+ "ap-southeast-1" : { },
5059
+ "ap-southeast-2" : { },
5060
+ "ca-central-1" : { },
5061
+ "eu-central-1" : { },
5062
+ "eu-north-1" : { },
5063
+ "eu-west-1" : { },
5064
+ "eu-west-2" : { },
5065
+ "eu-west-3" : { },
5066
+ "me-south-1" : { },
5067
+ "sa-east-1" : { },
5068
+ "us-east-1" : { },
5069
+ "us-east-2" : { },
5070
+ "us-west-1" : { },
5071
+ "us-west-2" : { }
5072
+ }
5073
+ },
4994
5074
  "session.qldb" : {
4995
5075
  "endpoints" : {
4996
5076
  "ap-northeast-1" : { },
@@ -5424,6 +5504,12 @@
5424
5504
  "eu-west-1" : { },
5425
5505
  "eu-west-2" : { },
5426
5506
  "eu-west-3" : { },
5507
+ "fips" : {
5508
+ "credentialScope" : {
5509
+ "region" : "ca-central-1"
5510
+ },
5511
+ "hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
5512
+ },
5427
5513
  "me-south-1" : { },
5428
5514
  "sa-east-1" : { },
5429
5515
  "us-east-1" : { },
@@ -6082,6 +6168,12 @@
6082
6168
  }
6083
6169
  },
6084
6170
  "services" : {
6171
+ "access-analyzer" : {
6172
+ "endpoints" : {
6173
+ "cn-north-1" : { },
6174
+ "cn-northwest-1" : { }
6175
+ }
6176
+ },
6085
6177
  "acm" : {
6086
6178
  "endpoints" : {
6087
6179
  "cn-north-1" : { },
@@ -6776,8 +6868,18 @@
6776
6868
  "services" : {
6777
6869
  "access-analyzer" : {
6778
6870
  "endpoints" : {
6779
- "us-gov-east-1" : { },
6780
- "us-gov-west-1" : { }
6871
+ "us-gov-east-1" : {
6872
+ "credentialScope" : {
6873
+ "region" : "us-gov-east-1"
6874
+ },
6875
+ "hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
6876
+ },
6877
+ "us-gov-west-1" : {
6878
+ "credentialScope" : {
6879
+ "region" : "us-gov-west-1"
6880
+ },
6881
+ "hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
6882
+ }
6781
6883
  }
6782
6884
  },
6783
6885
  "acm" : {