aws-sdk 2.1404.0 → 2.1406.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 +19 -1
- package/README.md +1 -1
- package/apis/appfabric-2023-05-19.examples.json +5 -0
- package/apis/appfabric-2023-05-19.min.json +1254 -0
- package/apis/appfabric-2023-05-19.paginators.json +28 -0
- package/apis/appfabric-2023-05-19.waiters2.json +5 -0
- package/apis/appflow-2020-08-23.min.json +3 -0
- package/apis/connect-2017-08-08.min.json +79 -27
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/emr-serverless-2021-07-13.min.json +2 -1
- package/apis/glue-2017-03-31.min.json +358 -348
- package/apis/guardduty-2017-11-28.min.json +54 -49
- package/apis/iam-2010-05-08.min.json +85 -54
- package/apis/iam-2010-05-08.paginators.json +49 -0
- package/apis/ivs-2020-07-14.min.json +99 -23
- package/apis/kinesisvideo-2017-09-30.min.json +117 -25
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +202 -192
- package/apis/privatenetworks-2021-12-03.min.json +127 -69
- package/apis/sagemaker-2017-07-24.min.json +667 -647
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +30 -10
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appfabric.d.ts +1127 -0
- package/clients/appfabric.js +19 -0
- package/clients/appflow.d.ts +4 -0
- package/clients/connect.d.ts +82 -4
- package/clients/emrserverless.d.ts +10 -6
- package/clients/glue.d.ts +11 -2
- package/clients/guardduty.d.ts +7 -2
- package/clients/iam.d.ts +51 -12
- package/clients/ivs.d.ts +80 -0
- package/clients/kinesisvideo.d.ts +144 -10
- package/clients/macie2.d.ts +18 -18
- package/clients/pinpoint.d.ts +10 -0
- package/clients/privatenetworks.d.ts +67 -5
- package/clients/sagemaker.d.ts +27 -1
- package/clients/sagemakerfeaturestoreruntime.d.ts +36 -2
- package/clients/ssm.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +63 -19
- package/dist/aws-sdk.js +348 -109
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -27,7 +27,8 @@
|
|
27
27
|
"member": {
|
28
28
|
"shape": "S3"
|
29
29
|
}
|
30
|
-
}
|
30
|
+
},
|
31
|
+
"ExpirationTimeResponse": {}
|
31
32
|
}
|
32
33
|
},
|
33
34
|
"output": {
|
@@ -51,8 +52,9 @@
|
|
51
52
|
"FeatureGroupName": {},
|
52
53
|
"RecordIdentifierValueAsString": {},
|
53
54
|
"Record": {
|
54
|
-
"shape": "
|
55
|
-
}
|
55
|
+
"shape": "Sd"
|
56
|
+
},
|
57
|
+
"ExpiresAt": {}
|
56
58
|
}
|
57
59
|
}
|
58
60
|
},
|
@@ -109,7 +111,7 @@
|
|
109
111
|
"locationName": "EventTime"
|
110
112
|
},
|
111
113
|
"TargetStores": {
|
112
|
-
"shape": "
|
114
|
+
"shape": "Sl",
|
113
115
|
"location": "querystring",
|
114
116
|
"locationName": "TargetStores"
|
115
117
|
},
|
@@ -144,6 +146,10 @@
|
|
144
146
|
"shape": "S7",
|
145
147
|
"location": "querystring",
|
146
148
|
"locationName": "FeatureName"
|
149
|
+
},
|
150
|
+
"ExpirationTimeResponse": {
|
151
|
+
"location": "querystring",
|
152
|
+
"locationName": "ExpirationTimeResponse"
|
147
153
|
}
|
148
154
|
}
|
149
155
|
},
|
@@ -151,8 +157,9 @@
|
|
151
157
|
"type": "structure",
|
152
158
|
"members": {
|
153
159
|
"Record": {
|
154
|
-
"shape": "
|
155
|
-
}
|
160
|
+
"shape": "Sd"
|
161
|
+
},
|
162
|
+
"ExpiresAt": {}
|
156
163
|
}
|
157
164
|
}
|
158
165
|
},
|
@@ -173,10 +180,23 @@
|
|
173
180
|
"locationName": "FeatureGroupName"
|
174
181
|
},
|
175
182
|
"Record": {
|
176
|
-
"shape": "
|
183
|
+
"shape": "Sd"
|
177
184
|
},
|
178
185
|
"TargetStores": {
|
179
|
-
"shape": "
|
186
|
+
"shape": "Sl"
|
187
|
+
},
|
188
|
+
"TtlDuration": {
|
189
|
+
"type": "structure",
|
190
|
+
"required": [
|
191
|
+
"Unit",
|
192
|
+
"Value"
|
193
|
+
],
|
194
|
+
"members": {
|
195
|
+
"Unit": {},
|
196
|
+
"Value": {
|
197
|
+
"type": "integer"
|
198
|
+
}
|
199
|
+
}
|
180
200
|
}
|
181
201
|
}
|
182
202
|
}
|
@@ -204,7 +224,7 @@
|
|
204
224
|
"type": "list",
|
205
225
|
"member": {}
|
206
226
|
},
|
207
|
-
"
|
227
|
+
"Sd": {
|
208
228
|
"type": "list",
|
209
229
|
"member": {
|
210
230
|
"type": "structure",
|
@@ -218,7 +238,7 @@
|
|
218
238
|
}
|
219
239
|
}
|
220
240
|
},
|
221
|
-
"
|
241
|
+
"Sl": {
|
222
242
|
"type": "list",
|
223
243
|
"member": {}
|
224
244
|
}
|
package/clients/all.d.ts
CHANGED
@@ -348,3 +348,4 @@ export import PaymentCryptography = require('./paymentcryptography');
|
|
348
348
|
export import PaymentCryptographyData = require('./paymentcryptographydata');
|
349
349
|
export import CodeGuruSecurity = require('./codegurusecurity');
|
350
350
|
export import VerifiedPermissions = require('./verifiedpermissions');
|
351
|
+
export import AppFabric = require('./appfabric');
|
package/clients/all.js
CHANGED
@@ -349,5 +349,6 @@ module.exports = {
|
|
349
349
|
PaymentCryptography: require('./paymentcryptography'),
|
350
350
|
PaymentCryptographyData: require('./paymentcryptographydata'),
|
351
351
|
CodeGuruSecurity: require('./codegurusecurity'),
|
352
|
-
VerifiedPermissions: require('./verifiedpermissions')
|
352
|
+
VerifiedPermissions: require('./verifiedpermissions'),
|
353
|
+
AppFabric: require('./appfabric')
|
353
354
|
};
|