aws-sdk 2.583.0 → 2.587.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 +26 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +632 -201
- package/apis/ebs-2019-11-02.examples.json +5 -0
- package/apis/ebs-2019-11-02.min.json +195 -0
- package/apis/ebs-2019-11-02.paginators.json +14 -0
- package/apis/kafka-2018-11-14.min.json +170 -34
- package/apis/kendra-2019-02-03.min.json +2 -1
- package/apis/kinesis-video-signaling-2019-12-04.examples.json +5 -0
- package/apis/kinesis-video-signaling-2019-12-04.min.json +79 -0
- package/apis/kinesis-video-signaling-2019-12-04.paginators.json +4 -0
- package/apis/kinesisvideo-2017-09-30.min.json +281 -8
- package/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/apis/lambda-2015-03-31.min.json +217 -25
- package/apis/lambda-2015-03-31.paginators.json +6 -0
- package/apis/metadata.json +8 -0
- package/apis/rds-2014-10-31.min.json +495 -101
- package/apis/rds-2014-10-31.paginators.json +18 -0
- package/apis/rekognition-2016-06-27.min.json +409 -85
- package/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/apis/rekognition-2016-06-27.waiters2.json +45 -0
- package/apis/sagemaker-2017-07-24.min.json +3471 -472
- package/apis/sagemaker-2017-07-24.paginators.json +128 -16
- package/apis/sagemaker-2017-07-24.waiters2.json +30 -0
- package/apis/ssm-2014-11-06.min.json +94 -71
- package/apis/states-2016-11-23.min.json +92 -55
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/apigatewayv2.d.ts +856 -1161
- package/clients/applicationautoscaling.d.ts +32 -32
- package/clients/browser_default.d.ts +1 -0
- package/clients/browser_default.js +2 -1
- package/clients/ebs.d.ts +211 -0
- package/clients/ebs.js +18 -0
- package/clients/kafka.d.ts +152 -0
- package/clients/kendra.d.ts +7 -3
- package/clients/kinesisvideo.d.ts +312 -1
- package/clients/kinesisvideosignalingchannels.d.ts +121 -0
- package/clients/kinesisvideosignalingchannels.js +18 -0
- package/clients/kms.d.ts +6 -6
- package/clients/lambda.d.ts +199 -2
- package/clients/quicksight.d.ts +223 -223
- package/clients/rds.d.ts +549 -0
- package/clients/rekognition.d.ts +423 -8
- package/clients/rekognition.js +1 -0
- package/clients/sagemaker.d.ts +4588 -610
- package/clients/ssm.d.ts +42 -6
- package/clients/stepfunctions.d.ts +54 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1182 -1102
- package/dist/aws-sdk.js +2265 -859
- package/dist/aws-sdk.min.js +35 -35
- package/lib/config.d.ts +12 -0
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/services/s3.js +5 -4
- package/lib/services/sts.js +2 -4
- package/package.json +1 -1
- package/scripts/region-checker/whitelist.js +5 -5
|
@@ -1,84 +1,196 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"ListAlgorithms": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "AlgorithmSummaryList"
|
|
8
|
+
},
|
|
9
|
+
"ListApps": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "Apps"
|
|
14
|
+
},
|
|
15
|
+
"ListAutoMLJobs": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "AutoMLJobSummaries"
|
|
20
|
+
},
|
|
21
|
+
"ListCandidatesForAutoMLJob": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "Candidates"
|
|
26
|
+
},
|
|
27
|
+
"ListCodeRepositories": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "CodeRepositorySummaryList"
|
|
32
|
+
},
|
|
3
33
|
"ListCompilationJobs": {
|
|
4
34
|
"input_token": "NextToken",
|
|
5
35
|
"output_token": "NextToken",
|
|
6
|
-
"limit_key": "MaxResults"
|
|
36
|
+
"limit_key": "MaxResults",
|
|
37
|
+
"result_key": "CompilationJobSummaries"
|
|
38
|
+
},
|
|
39
|
+
"ListDomains": {
|
|
40
|
+
"input_token": "NextToken",
|
|
41
|
+
"output_token": "NextToken",
|
|
42
|
+
"limit_key": "MaxResults",
|
|
43
|
+
"result_key": "Domains"
|
|
7
44
|
},
|
|
8
45
|
"ListEndpointConfigs": {
|
|
9
46
|
"input_token": "NextToken",
|
|
10
47
|
"output_token": "NextToken",
|
|
11
|
-
"limit_key": "MaxResults"
|
|
48
|
+
"limit_key": "MaxResults",
|
|
49
|
+
"result_key": "EndpointConfigs"
|
|
12
50
|
},
|
|
13
51
|
"ListEndpoints": {
|
|
14
52
|
"input_token": "NextToken",
|
|
15
53
|
"output_token": "NextToken",
|
|
16
|
-
"limit_key": "MaxResults"
|
|
54
|
+
"limit_key": "MaxResults",
|
|
55
|
+
"result_key": "Endpoints"
|
|
56
|
+
},
|
|
57
|
+
"ListExperiments": {
|
|
58
|
+
"input_token": "NextToken",
|
|
59
|
+
"output_token": "NextToken",
|
|
60
|
+
"limit_key": "MaxResults",
|
|
61
|
+
"result_key": "ExperimentSummaries"
|
|
62
|
+
},
|
|
63
|
+
"ListFlowDefinitions": {
|
|
64
|
+
"input_token": "NextToken",
|
|
65
|
+
"output_token": "NextToken",
|
|
66
|
+
"limit_key": "MaxResults",
|
|
67
|
+
"result_key": "FlowDefinitionSummaries"
|
|
68
|
+
},
|
|
69
|
+
"ListHumanTaskUis": {
|
|
70
|
+
"input_token": "NextToken",
|
|
71
|
+
"output_token": "NextToken",
|
|
72
|
+
"limit_key": "MaxResults",
|
|
73
|
+
"result_key": "HumanTaskUiSummaries"
|
|
17
74
|
},
|
|
18
75
|
"ListHyperParameterTuningJobs": {
|
|
19
76
|
"input_token": "NextToken",
|
|
20
77
|
"output_token": "NextToken",
|
|
21
|
-
"limit_key": "MaxResults"
|
|
78
|
+
"limit_key": "MaxResults",
|
|
79
|
+
"result_key": "HyperParameterTuningJobSummaries"
|
|
22
80
|
},
|
|
23
81
|
"ListLabelingJobs": {
|
|
24
82
|
"input_token": "NextToken",
|
|
25
83
|
"output_token": "NextToken",
|
|
26
|
-
"limit_key": "MaxResults"
|
|
84
|
+
"limit_key": "MaxResults",
|
|
85
|
+
"result_key": "LabelingJobSummaryList"
|
|
27
86
|
},
|
|
28
87
|
"ListLabelingJobsForWorkteam": {
|
|
29
88
|
"input_token": "NextToken",
|
|
30
89
|
"output_token": "NextToken",
|
|
31
|
-
"limit_key": "MaxResults"
|
|
90
|
+
"limit_key": "MaxResults",
|
|
91
|
+
"result_key": "LabelingJobSummaryList"
|
|
92
|
+
},
|
|
93
|
+
"ListModelPackages": {
|
|
94
|
+
"input_token": "NextToken",
|
|
95
|
+
"output_token": "NextToken",
|
|
96
|
+
"limit_key": "MaxResults",
|
|
97
|
+
"result_key": "ModelPackageSummaryList"
|
|
32
98
|
},
|
|
33
99
|
"ListModels": {
|
|
34
100
|
"input_token": "NextToken",
|
|
35
101
|
"output_token": "NextToken",
|
|
36
|
-
"limit_key": "MaxResults"
|
|
102
|
+
"limit_key": "MaxResults",
|
|
103
|
+
"result_key": "Models"
|
|
104
|
+
},
|
|
105
|
+
"ListMonitoringExecutions": {
|
|
106
|
+
"input_token": "NextToken",
|
|
107
|
+
"output_token": "NextToken",
|
|
108
|
+
"limit_key": "MaxResults",
|
|
109
|
+
"result_key": "MonitoringExecutionSummaries"
|
|
110
|
+
},
|
|
111
|
+
"ListMonitoringSchedules": {
|
|
112
|
+
"input_token": "NextToken",
|
|
113
|
+
"output_token": "NextToken",
|
|
114
|
+
"limit_key": "MaxResults",
|
|
115
|
+
"result_key": "MonitoringScheduleSummaries"
|
|
37
116
|
},
|
|
38
117
|
"ListNotebookInstanceLifecycleConfigs": {
|
|
39
118
|
"input_token": "NextToken",
|
|
40
119
|
"output_token": "NextToken",
|
|
41
|
-
"limit_key": "MaxResults"
|
|
120
|
+
"limit_key": "MaxResults",
|
|
121
|
+
"result_key": "NotebookInstanceLifecycleConfigs"
|
|
42
122
|
},
|
|
43
123
|
"ListNotebookInstances": {
|
|
44
124
|
"input_token": "NextToken",
|
|
45
125
|
"output_token": "NextToken",
|
|
46
|
-
"limit_key": "MaxResults"
|
|
126
|
+
"limit_key": "MaxResults",
|
|
127
|
+
"result_key": "NotebookInstances"
|
|
128
|
+
},
|
|
129
|
+
"ListProcessingJobs": {
|
|
130
|
+
"input_token": "NextToken",
|
|
131
|
+
"output_token": "NextToken",
|
|
132
|
+
"limit_key": "MaxResults",
|
|
133
|
+
"result_key": "ProcessingJobSummaries"
|
|
47
134
|
},
|
|
48
135
|
"ListSubscribedWorkteams": {
|
|
49
136
|
"input_token": "NextToken",
|
|
50
137
|
"output_token": "NextToken",
|
|
51
|
-
"limit_key": "MaxResults"
|
|
138
|
+
"limit_key": "MaxResults",
|
|
139
|
+
"result_key": "SubscribedWorkteams"
|
|
52
140
|
},
|
|
53
141
|
"ListTags": {
|
|
54
142
|
"input_token": "NextToken",
|
|
55
143
|
"output_token": "NextToken",
|
|
56
|
-
"limit_key": "MaxResults"
|
|
144
|
+
"limit_key": "MaxResults",
|
|
145
|
+
"result_key": "Tags"
|
|
57
146
|
},
|
|
58
147
|
"ListTrainingJobs": {
|
|
59
148
|
"input_token": "NextToken",
|
|
60
149
|
"output_token": "NextToken",
|
|
61
|
-
"limit_key": "MaxResults"
|
|
150
|
+
"limit_key": "MaxResults",
|
|
151
|
+
"result_key": "TrainingJobSummaries"
|
|
62
152
|
},
|
|
63
153
|
"ListTrainingJobsForHyperParameterTuningJob": {
|
|
64
154
|
"input_token": "NextToken",
|
|
65
155
|
"output_token": "NextToken",
|
|
66
|
-
"limit_key": "MaxResults"
|
|
156
|
+
"limit_key": "MaxResults",
|
|
157
|
+
"result_key": "TrainingJobSummaries"
|
|
67
158
|
},
|
|
68
159
|
"ListTransformJobs": {
|
|
69
160
|
"input_token": "NextToken",
|
|
70
161
|
"output_token": "NextToken",
|
|
71
|
-
"limit_key": "MaxResults"
|
|
162
|
+
"limit_key": "MaxResults",
|
|
163
|
+
"result_key": "TransformJobSummaries"
|
|
164
|
+
},
|
|
165
|
+
"ListTrialComponents": {
|
|
166
|
+
"input_token": "NextToken",
|
|
167
|
+
"output_token": "NextToken",
|
|
168
|
+
"limit_key": "MaxResults",
|
|
169
|
+
"result_key": "TrialComponentSummaries"
|
|
170
|
+
},
|
|
171
|
+
"ListTrials": {
|
|
172
|
+
"input_token": "NextToken",
|
|
173
|
+
"output_token": "NextToken",
|
|
174
|
+
"limit_key": "MaxResults",
|
|
175
|
+
"result_key": "TrialSummaries"
|
|
176
|
+
},
|
|
177
|
+
"ListUserProfiles": {
|
|
178
|
+
"input_token": "NextToken",
|
|
179
|
+
"output_token": "NextToken",
|
|
180
|
+
"limit_key": "MaxResults",
|
|
181
|
+
"result_key": "UserProfiles"
|
|
72
182
|
},
|
|
73
183
|
"ListWorkteams": {
|
|
74
184
|
"input_token": "NextToken",
|
|
75
185
|
"output_token": "NextToken",
|
|
76
|
-
"limit_key": "MaxResults"
|
|
186
|
+
"limit_key": "MaxResults",
|
|
187
|
+
"result_key": "Workteams"
|
|
77
188
|
},
|
|
78
189
|
"Search": {
|
|
79
190
|
"input_token": "NextToken",
|
|
80
191
|
"output_token": "NextToken",
|
|
81
|
-
"limit_key": "MaxResults"
|
|
192
|
+
"limit_key": "MaxResults",
|
|
193
|
+
"result_key": "Results"
|
|
82
194
|
}
|
|
83
195
|
}
|
|
84
196
|
}
|
|
@@ -158,6 +158,36 @@
|
|
|
158
158
|
"state": "failure"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
|
+
},
|
|
162
|
+
"ProcessingJobCompletedOrStopped": {
|
|
163
|
+
"delay": 60,
|
|
164
|
+
"maxAttempts": 60,
|
|
165
|
+
"operation": "DescribeProcessingJob",
|
|
166
|
+
"acceptors": [
|
|
167
|
+
{
|
|
168
|
+
"expected": "Completed",
|
|
169
|
+
"matcher": "path",
|
|
170
|
+
"state": "success",
|
|
171
|
+
"argument": "ProcessingJobStatus"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"expected": "Stopped",
|
|
175
|
+
"matcher": "path",
|
|
176
|
+
"state": "success",
|
|
177
|
+
"argument": "ProcessingJobStatus"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"expected": "Failed",
|
|
181
|
+
"matcher": "path",
|
|
182
|
+
"state": "failure",
|
|
183
|
+
"argument": "ProcessingJobStatus"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"expected": "ValidationException",
|
|
187
|
+
"matcher": "error",
|
|
188
|
+
"state": "failure"
|
|
189
|
+
}
|
|
190
|
+
]
|
|
161
191
|
}
|
|
162
192
|
}
|
|
163
193
|
}
|