aws-sdk 2.1020.0 → 2.1024.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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,26 @@
|
|
|
32
32
|
"federationMode": {},
|
|
33
33
|
"federationParameters": {
|
|
34
34
|
"shape": "S9"
|
|
35
|
+
},
|
|
36
|
+
"superuserParameters": {
|
|
37
|
+
"type": "structure",
|
|
38
|
+
"required": [
|
|
39
|
+
"emailAddress",
|
|
40
|
+
"firstName",
|
|
41
|
+
"lastName"
|
|
42
|
+
],
|
|
43
|
+
"members": {
|
|
44
|
+
"emailAddress": {
|
|
45
|
+
"type": "string",
|
|
46
|
+
"sensitive": true
|
|
47
|
+
},
|
|
48
|
+
"firstName": {},
|
|
49
|
+
"lastName": {}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"dataBundles": {
|
|
53
|
+
"type": "list",
|
|
54
|
+
"member": {}
|
|
35
55
|
}
|
|
36
56
|
}
|
|
37
57
|
},
|
|
@@ -87,7 +107,7 @@
|
|
|
87
107
|
"type": "structure",
|
|
88
108
|
"members": {
|
|
89
109
|
"environment": {
|
|
90
|
-
"shape": "
|
|
110
|
+
"shape": "Ss"
|
|
91
111
|
}
|
|
92
112
|
}
|
|
93
113
|
}
|
|
@@ -117,7 +137,7 @@
|
|
|
117
137
|
"environments": {
|
|
118
138
|
"type": "list",
|
|
119
139
|
"member": {
|
|
120
|
-
"shape": "
|
|
140
|
+
"shape": "Ss"
|
|
121
141
|
}
|
|
122
142
|
},
|
|
123
143
|
"nextToken": {}
|
|
@@ -231,7 +251,7 @@
|
|
|
231
251
|
"type": "structure",
|
|
232
252
|
"members": {
|
|
233
253
|
"environment": {
|
|
234
|
-
"shape": "
|
|
254
|
+
"shape": "Ss"
|
|
235
255
|
}
|
|
236
256
|
}
|
|
237
257
|
}
|
|
@@ -258,7 +278,7 @@
|
|
|
258
278
|
}
|
|
259
279
|
}
|
|
260
280
|
},
|
|
261
|
-
"
|
|
281
|
+
"Ss": {
|
|
262
282
|
"type": "structure",
|
|
263
283
|
"members": {
|
|
264
284
|
"name": {},
|