aws-sdk 2.987.0 → 2.991.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 +25 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +148 -139
- package/apis/comprehend-2017-11-27.min.json +114 -97
- package/apis/dms-2016-01-01.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +48 -48
- package/apis/es-2015-01-01.min.json +14 -4
- package/apis/iot-2015-05-28.min.json +136 -119
- package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/apis/macie2-2020-01-01.min.json +159 -108
- package/apis/metadata.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +14 -4
- package/apis/pinpoint-2016-12-01.min.json +719 -329
- package/apis/robomaker-2018-06-29.min.json +138 -86
- package/apis/s3-2006-03-01.examples.json +145 -145
- package/apis/s3-2006-03-01.min.json +80 -78
- package/apis/sagemaker-2017-07-24.min.json +71 -22
- package/apis/transcribe-2017-10-26.min.json +30 -6
- package/apis/wafv2-2019-07-29.min.json +1 -0
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chime.d.ts +10 -5
- package/clients/comprehend.d.ts +35 -0
- package/clients/dms.d.ts +14 -10
- package/clients/ec2.d.ts +73 -73
- package/clients/es.d.ts +18 -3
- package/clients/iot.d.ts +28 -2
- package/clients/kafkaconnect.d.ts +1132 -0
- package/clients/kafkaconnect.js +18 -0
- package/clients/macie2.d.ts +75 -23
- package/clients/opensearch.d.ts +22 -1
- package/clients/pinpoint.d.ts +408 -4
- package/clients/robomaker.d.ts +85 -4
- package/clients/s3.d.ts +53 -44
- package/clients/sagemaker.d.ts +90 -17
- package/clients/transcribeservice.d.ts +27 -0
- package/clients/wafv2.d.ts +22 -18
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +55 -18
- package/dist/aws-sdk.js +384 -345
- package/dist/aws-sdk.min.js +72 -72
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/apis/metadata.json
CHANGED
|
@@ -999,6 +999,15 @@
|
|
|
999
999
|
"method": "GET",
|
|
1000
1000
|
"requestUri": "/2021-01-01/domain"
|
|
1001
1001
|
},
|
|
1002
|
+
"input": {
|
|
1003
|
+
"type": "structure",
|
|
1004
|
+
"members": {
|
|
1005
|
+
"EngineType": {
|
|
1006
|
+
"location": "querystring",
|
|
1007
|
+
"locationName": "engineType"
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1002
1011
|
"output": {
|
|
1003
1012
|
"type": "structure",
|
|
1004
1013
|
"members": {
|
|
@@ -1007,7 +1016,8 @@
|
|
|
1007
1016
|
"member": {
|
|
1008
1017
|
"type": "structure",
|
|
1009
1018
|
"members": {
|
|
1010
|
-
"DomainName": {}
|
|
1019
|
+
"DomainName": {},
|
|
1020
|
+
"EngineType": {}
|
|
1011
1021
|
}
|
|
1012
1022
|
}
|
|
1013
1023
|
}
|
|
@@ -1044,7 +1054,7 @@
|
|
|
1044
1054
|
"type": "structure",
|
|
1045
1055
|
"members": {
|
|
1046
1056
|
"DomainPackageDetailsList": {
|
|
1047
|
-
"shape": "
|
|
1057
|
+
"shape": "S6w"
|
|
1048
1058
|
},
|
|
1049
1059
|
"NextToken": {}
|
|
1050
1060
|
}
|
|
@@ -1145,7 +1155,7 @@
|
|
|
1145
1155
|
"type": "structure",
|
|
1146
1156
|
"members": {
|
|
1147
1157
|
"DomainPackageDetailsList": {
|
|
1148
|
-
"shape": "
|
|
1158
|
+
"shape": "S6w"
|
|
1149
1159
|
},
|
|
1150
1160
|
"NextToken": {}
|
|
1151
1161
|
}
|
|
@@ -2206,7 +2216,7 @@
|
|
|
2206
2216
|
"type": "list",
|
|
2207
2217
|
"member": {}
|
|
2208
2218
|
},
|
|
2209
|
-
"
|
|
2219
|
+
"S6w": {
|
|
2210
2220
|
"type": "list",
|
|
2211
2221
|
"member": {
|
|
2212
2222
|
"shape": "Sm"
|