aws-sdk 2.566.0 → 2.570.0

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 (44) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/ce-2017-10-25.min.json +110 -71
  4. package/apis/cloudformation-2010-05-15.min.json +68 -29
  5. package/apis/cloudformation-2010-05-15.waiters2.json +56 -1
  6. package/apis/codepipeline-2015-07-09.min.json +58 -40
  7. package/apis/cognito-identity-2014-06-30.min.json +50 -42
  8. package/apis/dynamodb-2012-08-10.min.json +66 -40
  9. package/apis/marketplace-catalog-2018-09-17.examples.json +5 -0
  10. package/apis/marketplace-catalog-2018-09-17.min.json +305 -0
  11. package/apis/marketplace-catalog-2018-09-17.paginators.json +14 -0
  12. package/apis/metadata.json +11 -0
  13. package/apis/sso-2019-06-10.examples.json +5 -0
  14. package/apis/sso-2019-06-10.min.json +190 -0
  15. package/apis/sso-2019-06-10.paginators.json +16 -0
  16. package/apis/sso-oidc-2019-06-10.examples.json +5 -0
  17. package/apis/sso-oidc-2019-06-10.min.json +131 -0
  18. package/apis/sso-oidc-2019-06-10.paginators.json +4 -0
  19. package/clients/all.d.ts +3 -0
  20. package/clients/all.js +4 -1
  21. package/clients/cloudformation.d.ts +65 -15
  22. package/clients/codepipeline.d.ts +26 -0
  23. package/clients/cognitoidentity.d.ts +14 -5
  24. package/clients/comprehend.d.ts +2 -2
  25. package/clients/costexplorer.d.ts +66 -18
  26. package/clients/dynamodb.d.ts +85 -53
  27. package/clients/ecr.d.ts +4 -4
  28. package/clients/elbv2.d.ts +14 -14
  29. package/clients/marketplacecatalog.d.ts +421 -0
  30. package/clients/marketplacecatalog.js +18 -0
  31. package/clients/sso.d.ts +197 -0
  32. package/clients/sso.js +18 -0
  33. package/clients/ssooidc.d.ts +210 -0
  34. package/clients/ssooidc.js +18 -0
  35. package/clients/transcribeservice.d.ts +8 -5
  36. package/dist/aws-sdk-core-react-native.js +2 -2
  37. package/dist/aws-sdk-react-native.js +239 -76
  38. package/dist/aws-sdk.js +423 -227
  39. package/dist/aws-sdk.min.js +69 -69
  40. package/dist/xml2js.js +117 -65
  41. package/lib/config_service_placeholders.d.ts +6 -0
  42. package/lib/core.js +1 -1
  43. package/lib/dynamodb/document_client.d.ts +81 -49
  44. package/package.json +1 -1
@@ -139,47 +139,10 @@
139
139
  "shape": "S23"
140
140
  },
141
141
  "LocalSecondaryIndexes": {
142
- "type": "list",
143
- "member": {
144
- "type": "structure",
145
- "required": [
146
- "IndexName",
147
- "KeySchema",
148
- "Projection"
149
- ],
150
- "members": {
151
- "IndexName": {},
152
- "KeySchema": {
153
- "shape": "S23"
154
- },
155
- "Projection": {
156
- "shape": "S28"
157
- }
158
- }
159
- }
142
+ "shape": "S26"
160
143
  },
161
144
  "GlobalSecondaryIndexes": {
162
- "type": "list",
163
- "member": {
164
- "type": "structure",
165
- "required": [
166
- "IndexName",
167
- "KeySchema",
168
- "Projection"
169
- ],
170
- "members": {
171
- "IndexName": {},
172
- "KeySchema": {
173
- "shape": "S23"
174
- },
175
- "Projection": {
176
- "shape": "S28"
177
- },
178
- "ProvisionedThroughput": {
179
- "shape": "S2e"
180
- }
181
- }
182
- }
145
+ "shape": "S2c"
183
146
  },
184
147
  "BillingMode": {},
185
148
  "ProvisionedThroughput": {
@@ -752,7 +715,17 @@
752
715
  ],
753
716
  "members": {
754
717
  "TargetTableName": {},
755
- "BackupArn": {}
718
+ "BackupArn": {},
719
+ "BillingModeOverride": {},
720
+ "GlobalSecondaryIndexOverride": {
721
+ "shape": "S2c"
722
+ },
723
+ "LocalSecondaryIndexOverride": {
724
+ "shape": "S26"
725
+ },
726
+ "ProvisionedThroughputOverride": {
727
+ "shape": "S2e"
728
+ }
756
729
  }
757
730
  },
758
731
  "output": {
@@ -780,6 +753,16 @@
780
753
  },
781
754
  "RestoreDateTime": {
782
755
  "type": "timestamp"
756
+ },
757
+ "BillingModeOverride": {},
758
+ "GlobalSecondaryIndexOverride": {
759
+ "shape": "S2c"
760
+ },
761
+ "LocalSecondaryIndexOverride": {
762
+ "shape": "S26"
763
+ },
764
+ "ProvisionedThroughputOverride": {
765
+ "shape": "S2e"
783
766
  }
784
767
  }
785
768
  },
@@ -1702,6 +1685,26 @@
1702
1685
  }
1703
1686
  }
1704
1687
  },
1688
+ "S26": {
1689
+ "type": "list",
1690
+ "member": {
1691
+ "type": "structure",
1692
+ "required": [
1693
+ "IndexName",
1694
+ "KeySchema",
1695
+ "Projection"
1696
+ ],
1697
+ "members": {
1698
+ "IndexName": {},
1699
+ "KeySchema": {
1700
+ "shape": "S23"
1701
+ },
1702
+ "Projection": {
1703
+ "shape": "S28"
1704
+ }
1705
+ }
1706
+ }
1707
+ },
1705
1708
  "S28": {
1706
1709
  "type": "structure",
1707
1710
  "members": {
@@ -1712,6 +1715,29 @@
1712
1715
  }
1713
1716
  }
1714
1717
  },
1718
+ "S2c": {
1719
+ "type": "list",
1720
+ "member": {
1721
+ "type": "structure",
1722
+ "required": [
1723
+ "IndexName",
1724
+ "KeySchema",
1725
+ "Projection"
1726
+ ],
1727
+ "members": {
1728
+ "IndexName": {},
1729
+ "KeySchema": {
1730
+ "shape": "S23"
1731
+ },
1732
+ "Projection": {
1733
+ "shape": "S28"
1734
+ },
1735
+ "ProvisionedThroughput": {
1736
+ "shape": "S2e"
1737
+ }
1738
+ }
1739
+ }
1740
+ },
1715
1741
  "S2e": {
1716
1742
  "type": "structure",
1717
1743
  "required": [
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,305 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-09-17",
5
+ "endpointPrefix": "catalog.marketplace",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "AWS Marketplace Catalog",
9
+ "serviceFullName": "AWS Marketplace Catalog Service",
10
+ "serviceId": "Marketplace Catalog",
11
+ "signatureVersion": "v4",
12
+ "signingName": "aws-marketplace",
13
+ "uid": "marketplace-catalog-2018-09-17"
14
+ },
15
+ "operations": {
16
+ "CancelChangeSet": {
17
+ "http": {
18
+ "method": "PATCH",
19
+ "requestUri": "/CancelChangeSet"
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "Catalog",
25
+ "ChangeSetId"
26
+ ],
27
+ "members": {
28
+ "Catalog": {
29
+ "location": "querystring",
30
+ "locationName": "catalog"
31
+ },
32
+ "ChangeSetId": {
33
+ "location": "querystring",
34
+ "locationName": "changeSetId"
35
+ }
36
+ }
37
+ },
38
+ "output": {
39
+ "type": "structure",
40
+ "members": {
41
+ "ChangeSetId": {},
42
+ "ChangeSetArn": {}
43
+ }
44
+ }
45
+ },
46
+ "DescribeChangeSet": {
47
+ "http": {
48
+ "method": "GET",
49
+ "requestUri": "/DescribeChangeSet"
50
+ },
51
+ "input": {
52
+ "type": "structure",
53
+ "required": [
54
+ "Catalog",
55
+ "ChangeSetId"
56
+ ],
57
+ "members": {
58
+ "Catalog": {
59
+ "location": "querystring",
60
+ "locationName": "catalog"
61
+ },
62
+ "ChangeSetId": {
63
+ "location": "querystring",
64
+ "locationName": "changeSetId"
65
+ }
66
+ }
67
+ },
68
+ "output": {
69
+ "type": "structure",
70
+ "members": {
71
+ "ChangeSetId": {},
72
+ "ChangeSetArn": {},
73
+ "ChangeSetName": {},
74
+ "StartTime": {},
75
+ "EndTime": {},
76
+ "Status": {},
77
+ "FailureDescription": {},
78
+ "ChangeSet": {
79
+ "type": "list",
80
+ "member": {
81
+ "type": "structure",
82
+ "members": {
83
+ "ChangeType": {},
84
+ "Entity": {
85
+ "shape": "Sf"
86
+ },
87
+ "ErrorDetailList": {
88
+ "type": "list",
89
+ "member": {
90
+ "type": "structure",
91
+ "members": {
92
+ "ErrorCode": {},
93
+ "ErrorMessage": {}
94
+ }
95
+ }
96
+ }
97
+ }
98
+ }
99
+ }
100
+ }
101
+ }
102
+ },
103
+ "DescribeEntity": {
104
+ "http": {
105
+ "method": "GET",
106
+ "requestUri": "/DescribeEntity"
107
+ },
108
+ "input": {
109
+ "type": "structure",
110
+ "required": [
111
+ "Catalog",
112
+ "EntityId"
113
+ ],
114
+ "members": {
115
+ "Catalog": {
116
+ "location": "querystring",
117
+ "locationName": "catalog"
118
+ },
119
+ "EntityId": {
120
+ "location": "querystring",
121
+ "locationName": "entityId"
122
+ }
123
+ }
124
+ },
125
+ "output": {
126
+ "type": "structure",
127
+ "members": {
128
+ "EntityType": {},
129
+ "EntityIdentifier": {},
130
+ "EntityArn": {},
131
+ "LastModifiedDate": {},
132
+ "Details": {}
133
+ }
134
+ }
135
+ },
136
+ "ListChangeSets": {
137
+ "http": {
138
+ "requestUri": "/ListChangeSets"
139
+ },
140
+ "input": {
141
+ "type": "structure",
142
+ "required": [
143
+ "Catalog"
144
+ ],
145
+ "members": {
146
+ "Catalog": {},
147
+ "FilterList": {
148
+ "shape": "So"
149
+ },
150
+ "Sort": {
151
+ "shape": "Ss"
152
+ },
153
+ "MaxResults": {
154
+ "type": "integer"
155
+ },
156
+ "NextToken": {}
157
+ }
158
+ },
159
+ "output": {
160
+ "type": "structure",
161
+ "members": {
162
+ "ChangeSetSummaryList": {
163
+ "type": "list",
164
+ "member": {
165
+ "type": "structure",
166
+ "members": {
167
+ "ChangeSetId": {},
168
+ "ChangeSetArn": {},
169
+ "ChangeSetName": {},
170
+ "StartTime": {},
171
+ "EndTime": {},
172
+ "Status": {},
173
+ "EntityIdList": {
174
+ "type": "list",
175
+ "member": {}
176
+ }
177
+ }
178
+ }
179
+ },
180
+ "NextToken": {}
181
+ }
182
+ }
183
+ },
184
+ "ListEntities": {
185
+ "http": {
186
+ "requestUri": "/ListEntities"
187
+ },
188
+ "input": {
189
+ "type": "structure",
190
+ "required": [
191
+ "Catalog",
192
+ "EntityType"
193
+ ],
194
+ "members": {
195
+ "Catalog": {},
196
+ "EntityType": {},
197
+ "FilterList": {
198
+ "shape": "So"
199
+ },
200
+ "Sort": {
201
+ "shape": "Ss"
202
+ },
203
+ "NextToken": {},
204
+ "MaxResults": {
205
+ "type": "integer"
206
+ }
207
+ }
208
+ },
209
+ "output": {
210
+ "type": "structure",
211
+ "members": {
212
+ "EntitySummaryList": {
213
+ "type": "list",
214
+ "member": {
215
+ "type": "structure",
216
+ "members": {
217
+ "Name": {},
218
+ "EntityType": {},
219
+ "EntityId": {},
220
+ "EntityArn": {},
221
+ "LastModifiedDate": {},
222
+ "Visibility": {}
223
+ }
224
+ }
225
+ },
226
+ "NextToken": {}
227
+ }
228
+ }
229
+ },
230
+ "StartChangeSet": {
231
+ "http": {
232
+ "requestUri": "/StartChangeSet"
233
+ },
234
+ "input": {
235
+ "type": "structure",
236
+ "required": [
237
+ "Catalog",
238
+ "ChangeSet"
239
+ ],
240
+ "members": {
241
+ "Catalog": {},
242
+ "ChangeSet": {
243
+ "type": "list",
244
+ "member": {
245
+ "type": "structure",
246
+ "required": [
247
+ "ChangeType",
248
+ "Entity",
249
+ "Details"
250
+ ],
251
+ "members": {
252
+ "ChangeType": {},
253
+ "Entity": {
254
+ "shape": "Sf"
255
+ },
256
+ "Details": {}
257
+ }
258
+ }
259
+ },
260
+ "ChangeSetName": {},
261
+ "ClientRequestToken": {}
262
+ }
263
+ },
264
+ "output": {
265
+ "type": "structure",
266
+ "members": {
267
+ "ChangeSetId": {},
268
+ "ChangeSetArn": {}
269
+ }
270
+ }
271
+ }
272
+ },
273
+ "shapes": {
274
+ "Sf": {
275
+ "type": "structure",
276
+ "required": [
277
+ "Type"
278
+ ],
279
+ "members": {
280
+ "Type": {},
281
+ "Identifier": {}
282
+ }
283
+ },
284
+ "So": {
285
+ "type": "list",
286
+ "member": {
287
+ "type": "structure",
288
+ "members": {
289
+ "Name": {},
290
+ "ValueList": {
291
+ "type": "list",
292
+ "member": {}
293
+ }
294
+ }
295
+ }
296
+ },
297
+ "Ss": {
298
+ "type": "structure",
299
+ "members": {
300
+ "SortBy": {},
301
+ "SortOrder": {}
302
+ }
303
+ }
304
+ }
305
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListChangeSets": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListEntities": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -776,5 +776,16 @@
776
776
  },
777
777
  "savingsplans": {
778
778
  "name": "SavingsPlans"
779
+ },
780
+ "sso": {
781
+ "name": "SSO"
782
+ },
783
+ "ssooidc": {
784
+ "prefix": "sso-oidc",
785
+ "name": "SSOOIDC"
786
+ },
787
+ "marketplacecatalog": {
788
+ "prefix": "marketplace-catalog",
789
+ "name": "MarketplaceCatalog"
779
790
  }
780
791
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,190 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2019-06-10",
5
+ "endpointPrefix": "portal.sso",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "SSO",
9
+ "serviceFullName": "AWS Single Sign-On",
10
+ "serviceId": "SSO",
11
+ "signatureVersion": "v4",
12
+ "signingName": "awsssoportal",
13
+ "uid": "sso-2019-06-10"
14
+ },
15
+ "operations": {
16
+ "GetRoleCredentials": {
17
+ "http": {
18
+ "method": "GET",
19
+ "requestUri": "/federation/credentials"
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "roleName",
25
+ "accountId",
26
+ "accessToken"
27
+ ],
28
+ "members": {
29
+ "roleName": {
30
+ "location": "querystring",
31
+ "locationName": "role_name"
32
+ },
33
+ "accountId": {
34
+ "location": "querystring",
35
+ "locationName": "account_id"
36
+ },
37
+ "accessToken": {
38
+ "shape": "S4",
39
+ "location": "header",
40
+ "locationName": "x-amz-sso_bearer_token"
41
+ }
42
+ }
43
+ },
44
+ "output": {
45
+ "type": "structure",
46
+ "members": {
47
+ "roleCredentials": {
48
+ "type": "structure",
49
+ "members": {
50
+ "accessKeyId": {},
51
+ "secretAccessKey": {
52
+ "type": "string",
53
+ "sensitive": true
54
+ },
55
+ "sessionToken": {
56
+ "type": "string",
57
+ "sensitive": true
58
+ },
59
+ "expiration": {
60
+ "type": "long"
61
+ }
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "authtype": "none"
67
+ },
68
+ "ListAccountRoles": {
69
+ "http": {
70
+ "method": "GET",
71
+ "requestUri": "/assignment/roles"
72
+ },
73
+ "input": {
74
+ "type": "structure",
75
+ "required": [
76
+ "accessToken",
77
+ "accountId"
78
+ ],
79
+ "members": {
80
+ "nextToken": {
81
+ "location": "querystring",
82
+ "locationName": "next_token"
83
+ },
84
+ "maxResults": {
85
+ "location": "querystring",
86
+ "locationName": "max_result",
87
+ "type": "integer"
88
+ },
89
+ "accessToken": {
90
+ "shape": "S4",
91
+ "location": "header",
92
+ "locationName": "x-amz-sso_bearer_token"
93
+ },
94
+ "accountId": {
95
+ "location": "querystring",
96
+ "locationName": "account_id"
97
+ }
98
+ }
99
+ },
100
+ "output": {
101
+ "type": "structure",
102
+ "members": {
103
+ "nextToken": {},
104
+ "roleList": {
105
+ "type": "list",
106
+ "member": {
107
+ "type": "structure",
108
+ "members": {
109
+ "roleName": {},
110
+ "accountId": {}
111
+ }
112
+ }
113
+ }
114
+ }
115
+ },
116
+ "authtype": "none"
117
+ },
118
+ "ListAccounts": {
119
+ "http": {
120
+ "method": "GET",
121
+ "requestUri": "/assignment/accounts"
122
+ },
123
+ "input": {
124
+ "type": "structure",
125
+ "required": [
126
+ "accessToken"
127
+ ],
128
+ "members": {
129
+ "nextToken": {
130
+ "location": "querystring",
131
+ "locationName": "next_token"
132
+ },
133
+ "maxResults": {
134
+ "location": "querystring",
135
+ "locationName": "max_result",
136
+ "type": "integer"
137
+ },
138
+ "accessToken": {
139
+ "shape": "S4",
140
+ "location": "header",
141
+ "locationName": "x-amz-sso_bearer_token"
142
+ }
143
+ }
144
+ },
145
+ "output": {
146
+ "type": "structure",
147
+ "members": {
148
+ "nextToken": {},
149
+ "accountList": {
150
+ "type": "list",
151
+ "member": {
152
+ "type": "structure",
153
+ "members": {
154
+ "accountId": {},
155
+ "accountName": {},
156
+ "emailAddress": {}
157
+ }
158
+ }
159
+ }
160
+ }
161
+ },
162
+ "authtype": "none"
163
+ },
164
+ "Logout": {
165
+ "http": {
166
+ "requestUri": "/logout"
167
+ },
168
+ "input": {
169
+ "type": "structure",
170
+ "required": [
171
+ "accessToken"
172
+ ],
173
+ "members": {
174
+ "accessToken": {
175
+ "shape": "S4",
176
+ "location": "header",
177
+ "locationName": "x-amz-sso_bearer_token"
178
+ }
179
+ }
180
+ },
181
+ "authtype": "none"
182
+ }
183
+ },
184
+ "shapes": {
185
+ "S4": {
186
+ "type": "string",
187
+ "sensitive": true
188
+ }
189
+ }
190
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccountRoles": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "roleList"
8
+ },
9
+ "ListAccounts": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "accountList"
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }