aws-sdk 2.1644.0 → 2.1646.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/README.md +1 -1
- package/apis/artifact-2018-05-10.examples.json +113 -0
- package/apis/artifact-2018-05-10.min.json +47 -41
- package/apis/artifact-2018-05-10.waiters2.json +5 -0
- package/apis/athena-2017-05-18.min.json +4 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/cur-2017-01-06.min.json +7 -1
- package/apis/directconnect-2012-10-25.min.json +7 -1
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/elastictranscoder-2012-09-25.min.json +7 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/opensearch-2021-01-01.min.json +137 -112
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/clients/artifact.d.ts +68 -64
- package/clients/artifact.js +1 -0
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/opensearch.d.ts +48 -2
- package/clients/sagemaker.d.ts +134 -34
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +347 -326
- package/dist/aws-sdk.js +36 -9
- package/dist/aws-sdk.min.js +105 -105
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "cur",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Cost and Usage Report Service",
|
9
12
|
"serviceId": "Cost and Usage Report Service",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "cur",
|
12
15
|
"targetPrefix": "AWSOrigamiServiceGatewayService",
|
13
|
-
"uid": "cur-2017-01-06"
|
16
|
+
"uid": "cur-2017-01-06",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"DeleteReportDefinition": {
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "directconnect",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Direct Connect",
|
9
12
|
"serviceId": "Direct Connect",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "OvertureService",
|
12
|
-
"uid": "directconnect-2012-10-25"
|
15
|
+
"uid": "directconnect-2012-10-25",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AcceptDirectConnectGatewayAssociationProposal": {
|
@@ -13,7 +13,10 @@
|
|
13
13
|
"serviceId": "DynamoDB",
|
14
14
|
"signatureVersion": "v4",
|
15
15
|
"targetPrefix": "DynamoDB_20120810",
|
16
|
-
"uid": "dynamodb-2012-08-10"
|
16
|
+
"uid": "dynamodb-2012-08-10",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
17
20
|
},
|
18
21
|
"operations": {
|
19
22
|
"BatchExecuteStatement": {
|
@@ -4,10 +4,16 @@
|
|
4
4
|
"apiVersion": "2012-09-25",
|
5
5
|
"endpointPrefix": "elastictranscoder",
|
6
6
|
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
7
10
|
"serviceFullName": "Amazon Elastic Transcoder",
|
8
11
|
"serviceId": "Elastic Transcoder",
|
9
12
|
"signatureVersion": "v4",
|
10
|
-
"uid": "elastictranscoder-2012-09-25"
|
13
|
+
"uid": "elastictranscoder-2012-09-25",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
11
17
|
},
|
12
18
|
"operations": {
|
13
19
|
"CancelJob": {
|
@@ -43,12 +43,14 @@
|
|
43
43
|
"GetJobRuns": {
|
44
44
|
"input_token": "NextToken",
|
45
45
|
"limit_key": "MaxResults",
|
46
|
-
"output_token": "NextToken"
|
46
|
+
"output_token": "NextToken",
|
47
|
+
"result_key": "JobRuns"
|
47
48
|
},
|
48
49
|
"GetJobs": {
|
49
50
|
"input_token": "NextToken",
|
50
51
|
"limit_key": "MaxResults",
|
51
|
-
"output_token": "NextToken"
|
52
|
+
"output_token": "NextToken",
|
53
|
+
"result_key": "Jobs"
|
52
54
|
},
|
53
55
|
"GetMLTaskRuns": {
|
54
56
|
"input_token": "NextToken",
|
@@ -95,7 +97,8 @@
|
|
95
97
|
"GetTriggers": {
|
96
98
|
"input_token": "NextToken",
|
97
99
|
"limit_key": "MaxResults",
|
98
|
-
"output_token": "NextToken"
|
100
|
+
"output_token": "NextToken",
|
101
|
+
"result_key": "Triggers"
|
99
102
|
},
|
100
103
|
"GetUnfilteredPartitionsMetadata": {
|
101
104
|
"input_token": "NextToken",
|
@@ -110,12 +113,14 @@
|
|
110
113
|
"GetWorkflowRuns": {
|
111
114
|
"input_token": "NextToken",
|
112
115
|
"limit_key": "MaxResults",
|
113
|
-
"output_token": "NextToken"
|
116
|
+
"output_token": "NextToken",
|
117
|
+
"result_key": "Runs"
|
114
118
|
},
|
115
119
|
"ListBlueprints": {
|
116
120
|
"input_token": "NextToken",
|
117
121
|
"limit_key": "MaxResults",
|
118
|
-
"output_token": "NextToken"
|
122
|
+
"output_token": "NextToken",
|
123
|
+
"result_key": "Blueprints"
|
119
124
|
},
|
120
125
|
"ListColumnStatisticsTaskRuns": {
|
121
126
|
"input_token": "NextToken",
|
@@ -160,7 +165,8 @@
|
|
160
165
|
"ListJobs": {
|
161
166
|
"input_token": "NextToken",
|
162
167
|
"limit_key": "MaxResults",
|
163
|
-
"output_token": "NextToken"
|
168
|
+
"output_token": "NextToken",
|
169
|
+
"result_key": "JobNames"
|
164
170
|
},
|
165
171
|
"ListMLTransforms": {
|
166
172
|
"input_token": "NextToken",
|
@@ -198,7 +204,8 @@
|
|
198
204
|
"ListTriggers": {
|
199
205
|
"input_token": "NextToken",
|
200
206
|
"limit_key": "MaxResults",
|
201
|
-
"output_token": "NextToken"
|
207
|
+
"output_token": "NextToken",
|
208
|
+
"result_key": "TriggerNames"
|
202
209
|
},
|
203
210
|
"ListUsageProfiles": {
|
204
211
|
"input_token": "NextToken",
|
@@ -209,7 +216,8 @@
|
|
209
216
|
"ListWorkflows": {
|
210
217
|
"input_token": "NextToken",
|
211
218
|
"limit_key": "MaxResults",
|
212
|
-
"output_token": "NextToken"
|
219
|
+
"output_token": "NextToken",
|
220
|
+
"result_key": "Workflows"
|
213
221
|
},
|
214
222
|
"SearchTables": {
|
215
223
|
"input_token": "NextToken",
|