aws-sdk 2.925.0 → 2.929.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 +30 -1
- package/README.md +1 -1
- package/apis/appmesh-2019-01-25.min.json +322 -189
- package/apis/chime-2018-05-01.min.json +2 -1
- package/apis/cognito-idp-2016-04-18.min.json +41 -5
- package/apis/connect-2017-08-08.min.json +229 -124
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +728 -669
- package/apis/greengrassv2-2020-11-30.min.json +166 -28
- package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
- package/apis/iotanalytics-2017-11-27.min.json +68 -27
- package/apis/managedblockchain-2018-09-24.min.json +35 -32
- package/apis/mediaconnect-2018-11-14.min.json +49 -27
- package/apis/medialive-2017-10-14.min.json +172 -163
- package/apis/models.lex.v2-2020-08-07.min.json +60 -37
- package/apis/ram-2018-01-04.min.json +22 -11
- package/apis/ram-2018-01-04.paginators.json +15 -0
- package/apis/redshift-data-2019-12-20.min.json +26 -3
- package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
- package/apis/sagemaker-2017-07-24.min.json +479 -459
- package/apis/sagemaker-featurestore-runtime-2020-07-01.min.json +97 -6
- package/clients/appflow.d.ts +8 -2
- package/clients/appmesh.d.ts +216 -15
- package/clients/chime.d.ts +13 -9
- package/clients/cognitoidentityserviceprovider.d.ts +40 -4
- package/clients/connect.d.ts +184 -94
- package/clients/ec2.d.ts +81 -12
- package/clients/greengrassv2.d.ts +138 -2
- package/clients/iotanalytics.d.ts +51 -4
- package/clients/lexmodelsv2.d.ts +30 -4
- package/clients/lexruntimev2.d.ts +46 -36
- package/clients/lookoutmetrics.d.ts +4 -4
- package/clients/managedblockchain.d.ts +17 -5
- package/clients/mediaconnect.d.ts +23 -0
- package/clients/medialive.d.ts +18 -1
- package/clients/ram.d.ts +28 -8
- package/clients/redshiftdata.d.ts +25 -0
- package/clients/sagemaker.d.ts +42 -0
- package/clients/sagemakerfeaturestoreruntime.d.ts +80 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +20 -20
- package/dist/aws-sdk.js +1124 -863
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -1148,7 +1148,10 @@
|
|
|
1148
1148
|
"AnalyticsConfiguration": {
|
|
1149
1149
|
"shape": "S6q"
|
|
1150
1150
|
},
|
|
1151
|
-
"PreventUserExistenceErrors": {}
|
|
1151
|
+
"PreventUserExistenceErrors": {},
|
|
1152
|
+
"EnableTokenRevocation": {
|
|
1153
|
+
"type": "boolean"
|
|
1154
|
+
}
|
|
1152
1155
|
}
|
|
1153
1156
|
},
|
|
1154
1157
|
"output": {
|
|
@@ -2172,6 +2175,30 @@
|
|
|
2172
2175
|
},
|
|
2173
2176
|
"authtype": "none"
|
|
2174
2177
|
},
|
|
2178
|
+
"RevokeToken": {
|
|
2179
|
+
"input": {
|
|
2180
|
+
"type": "structure",
|
|
2181
|
+
"required": [
|
|
2182
|
+
"Token",
|
|
2183
|
+
"ClientId"
|
|
2184
|
+
],
|
|
2185
|
+
"members": {
|
|
2186
|
+
"Token": {
|
|
2187
|
+
"shape": "S1v"
|
|
2188
|
+
},
|
|
2189
|
+
"ClientId": {
|
|
2190
|
+
"shape": "S1j"
|
|
2191
|
+
},
|
|
2192
|
+
"ClientSecret": {
|
|
2193
|
+
"shape": "S6v"
|
|
2194
|
+
}
|
|
2195
|
+
}
|
|
2196
|
+
},
|
|
2197
|
+
"output": {
|
|
2198
|
+
"type": "structure",
|
|
2199
|
+
"members": {}
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2175
2202
|
"SetRiskConfiguration": {
|
|
2176
2203
|
"input": {
|
|
2177
2204
|
"type": "structure",
|
|
@@ -2723,7 +2750,10 @@
|
|
|
2723
2750
|
"AnalyticsConfiguration": {
|
|
2724
2751
|
"shape": "S6q"
|
|
2725
2752
|
},
|
|
2726
|
-
"PreventUserExistenceErrors": {}
|
|
2753
|
+
"PreventUserExistenceErrors": {},
|
|
2754
|
+
"EnableTokenRevocation": {
|
|
2755
|
+
"type": "boolean"
|
|
2756
|
+
}
|
|
2727
2757
|
}
|
|
2728
2758
|
},
|
|
2729
2759
|
"output": {
|
|
@@ -3486,8 +3516,7 @@
|
|
|
3486
3516
|
"shape": "S1j"
|
|
3487
3517
|
},
|
|
3488
3518
|
"ClientSecret": {
|
|
3489
|
-
"
|
|
3490
|
-
"sensitive": true
|
|
3519
|
+
"shape": "S6v"
|
|
3491
3520
|
},
|
|
3492
3521
|
"LastModifiedDate": {
|
|
3493
3522
|
"type": "timestamp"
|
|
@@ -3538,9 +3567,16 @@
|
|
|
3538
3567
|
"AnalyticsConfiguration": {
|
|
3539
3568
|
"shape": "S6q"
|
|
3540
3569
|
},
|
|
3541
|
-
"PreventUserExistenceErrors": {}
|
|
3570
|
+
"PreventUserExistenceErrors": {},
|
|
3571
|
+
"EnableTokenRevocation": {
|
|
3572
|
+
"type": "boolean"
|
|
3573
|
+
}
|
|
3542
3574
|
}
|
|
3543
3575
|
},
|
|
3576
|
+
"S6v": {
|
|
3577
|
+
"type": "string",
|
|
3578
|
+
"sensitive": true
|
|
3579
|
+
},
|
|
3544
3580
|
"S6x": {
|
|
3545
3581
|
"type": "structure",
|
|
3546
3582
|
"required": [
|