aws-sdk 2.902.0 → 2.906.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 +23 -1
- package/README.md +1 -1
- package/apis/config-2014-11-12.paginators.json +196 -2
- package/apis/connect-2017-08-08.min.json +8 -2
- package/apis/eks-2017-11-01.min.json +39 -11
- package/apis/iotwireless-2020-11-22.min.json +46 -17
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +64 -1
- package/apis/lakeformation-2017-03-31.min.json +465 -95
- package/apis/mediaconvert-2017-08-29.min.json +187 -107
- package/apis/metadata.json +8 -0
- package/apis/ssm-2014-11-06.min.json +461 -344
- package/apis/ssm-2014-11-06.paginators.json +6 -0
- package/apis/ssm-contacts-2021-05-03.examples.json +5 -0
- package/apis/ssm-contacts-2021-05-03.min.json +833 -0
- package/apis/ssm-contacts-2021-05-03.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.examples.json +5 -0
- package/apis/ssm-incidents-2018-05-10.min.json +1311 -0
- package/apis/ssm-incidents-2018-05-10.paginators.json +40 -0
- package/apis/ssm-incidents-2018-05-10.waiters2.json +53 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/codeartifact.d.ts +23 -23
- package/clients/connect.d.ts +36 -28
- package/clients/ec2.d.ts +3 -3
- package/clients/ecs.d.ts +8 -8
- package/clients/eks.d.ts +47 -7
- package/clients/iotwireless.d.ts +11 -0
- package/clients/kinesisanalyticsv2.d.ts +77 -8
- package/clients/lakeformation.d.ts +428 -4
- package/clients/lookoutmetrics.d.ts +16 -16
- package/clients/mediaconvert.d.ts +98 -3
- package/clients/s3control.d.ts +72 -72
- package/clients/ssm.d.ts +181 -3
- package/clients/ssmcontacts.d.ts +1079 -0
- package/clients/ssmcontacts.js +18 -0
- package/clients/ssmincidents.d.ts +1382 -0
- package/clients/ssmincidents.js +19 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +94 -13
- package/dist/aws-sdk.js +682 -351
- package/dist/aws-sdk.min.js +68 -68
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/http/node.js +6 -2
- package/package.json +1 -1
- package/scripts/changelog/change-creator.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.906.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.906.0
|
|
6
|
+
* feature: EC2: High Memory virtual instances are powered by Intel Sky Lake CPUs and offer up to 12TB of memory.
|
|
7
|
+
|
|
8
|
+
## 2.905.0
|
|
9
|
+
* bugfix: retry: Retry http request on ECONNRESET error
|
|
10
|
+
* feature: SSMContacts: AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post incident analysis
|
|
11
|
+
* feature: SSMIncidents: AWS Systems Manager Incident Manager enables faster resolution of critical application availability and performance issues, management of contacts and post-incident analysis
|
|
12
|
+
|
|
13
|
+
## 2.904.0
|
|
14
|
+
* feature: ConfigService: Adds paginator to multiple APIs: By default, the paginator allows user to iterate over the results and allows the CLI to return up to 1000 results.
|
|
15
|
+
* feature: EKS: This release updates create-nodegroup and update-nodegroup-config APIs for adding/updating taints on managed nodegroups.
|
|
16
|
+
* feature: IoTWireless: Add three new optional fields to support filtering and configurable sub-band in WirelessGateway APIs. The filtering is for all the RF region supported. The sub-band configuration is only applicable to LoRa gateways of US915 or AU915 RF region.
|
|
17
|
+
* feature: KinesisAnalyticsV2: Amazon Kinesis Analytics now supports ListApplicationVersions and DescribeApplicationVersion API for Apache Flink applications
|
|
18
|
+
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for Kantar SNAP File Audio Watermarking with a Kantar Watermarking account, and Display Definition Segment(DDS) segment data controls for DVB-Sub caption outputs.
|
|
19
|
+
* feature: SSM: This release adds new APIs to associate, disassociate and list related items in SSM OpsCenter; and this release adds DisplayName as a version-level attribute for SSM Documents and introduces two new document types: ProblemAnalysis, ProblemAnalysisTemplate.
|
|
20
|
+
|
|
21
|
+
## 2.903.0
|
|
22
|
+
* bugfix: changelog: switch replaceAll with replace in change-creator
|
|
23
|
+
* feature: Connect: Adds tagging support for Connect APIs CreateIntegrationAssociation and CreateUseCase.
|
|
24
|
+
* feature: LakeFormation: This release adds Tag Based Access Control to AWS Lake Formation service
|
|
25
|
+
* feature: LookoutMetrics: Enforcing UUID style for parameters that are already in UUID format today. Documentation specifying eventual consistency of lookoutmetrics resources.
|
|
26
|
+
|
|
5
27
|
## 2.902.0
|
|
6
28
|
* bugfix: EndpointCache: Only delete endpoint which has expired in EndpointCache
|
|
7
29
|
* feature: Kafka: IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.906.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -1,5 +1,103 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"DescribeAggregateComplianceByConfigRules": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "Limit",
|
|
6
|
+
"output_token": "NextToken"
|
|
7
|
+
},
|
|
8
|
+
"DescribeAggregateComplianceByConformancePacks": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"limit_key": "Limit",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"result_key": "AggregateComplianceByConformancePacks"
|
|
13
|
+
},
|
|
14
|
+
"DescribeAggregationAuthorizations": {
|
|
15
|
+
"input_token": "NextToken",
|
|
16
|
+
"limit_key": "Limit",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"result_key": "AggregationAuthorizations"
|
|
19
|
+
},
|
|
20
|
+
"DescribeComplianceByConfigRule": {
|
|
21
|
+
"input_token": "NextToken",
|
|
22
|
+
"output_token": "NextToken",
|
|
23
|
+
"result_key": "ComplianceByConfigRules"
|
|
24
|
+
},
|
|
25
|
+
"DescribeComplianceByResource": {
|
|
26
|
+
"input_token": "NextToken",
|
|
27
|
+
"limit_key": "Limit",
|
|
28
|
+
"output_token": "NextToken",
|
|
29
|
+
"result_key": "ComplianceByResources"
|
|
30
|
+
},
|
|
31
|
+
"DescribeConfigRuleEvaluationStatus": {
|
|
32
|
+
"input_token": "NextToken",
|
|
33
|
+
"limit_key": "Limit",
|
|
34
|
+
"output_token": "NextToken",
|
|
35
|
+
"result_key": "ConfigRulesEvaluationStatus"
|
|
36
|
+
},
|
|
37
|
+
"DescribeConfigRules": {
|
|
38
|
+
"input_token": "NextToken",
|
|
39
|
+
"output_token": "NextToken",
|
|
40
|
+
"result_key": "ConfigRules"
|
|
41
|
+
},
|
|
42
|
+
"DescribeConfigurationAggregatorSourcesStatus": {
|
|
43
|
+
"input_token": "NextToken",
|
|
44
|
+
"limit_key": "Limit",
|
|
45
|
+
"output_token": "NextToken",
|
|
46
|
+
"result_key": "AggregatedSourceStatusList"
|
|
47
|
+
},
|
|
48
|
+
"DescribeConfigurationAggregators": {
|
|
49
|
+
"input_token": "NextToken",
|
|
50
|
+
"limit_key": "Limit",
|
|
51
|
+
"output_token": "NextToken",
|
|
52
|
+
"result_key": "ConfigurationAggregators"
|
|
53
|
+
},
|
|
54
|
+
"DescribeConformancePackCompliance": {
|
|
55
|
+
"input_token": "NextToken",
|
|
56
|
+
"limit_key": "Limit",
|
|
57
|
+
"output_token": "NextToken"
|
|
58
|
+
},
|
|
59
|
+
"DescribeConformancePackStatus": {
|
|
60
|
+
"input_token": "NextToken",
|
|
61
|
+
"limit_key": "Limit",
|
|
62
|
+
"output_token": "NextToken",
|
|
63
|
+
"result_key": "ConformancePackStatusDetails"
|
|
64
|
+
},
|
|
65
|
+
"DescribeConformancePacks": {
|
|
66
|
+
"input_token": "NextToken",
|
|
67
|
+
"limit_key": "Limit",
|
|
68
|
+
"output_token": "NextToken",
|
|
69
|
+
"result_key": "ConformancePackDetails"
|
|
70
|
+
},
|
|
71
|
+
"DescribeOrganizationConfigRuleStatuses": {
|
|
72
|
+
"input_token": "NextToken",
|
|
73
|
+
"limit_key": "Limit",
|
|
74
|
+
"output_token": "NextToken",
|
|
75
|
+
"result_key": "OrganizationConfigRuleStatuses"
|
|
76
|
+
},
|
|
77
|
+
"DescribeOrganizationConfigRules": {
|
|
78
|
+
"input_token": "NextToken",
|
|
79
|
+
"limit_key": "Limit",
|
|
80
|
+
"output_token": "NextToken",
|
|
81
|
+
"result_key": "OrganizationConfigRules"
|
|
82
|
+
},
|
|
83
|
+
"DescribeOrganizationConformancePackStatuses": {
|
|
84
|
+
"input_token": "NextToken",
|
|
85
|
+
"limit_key": "Limit",
|
|
86
|
+
"output_token": "NextToken",
|
|
87
|
+
"result_key": "OrganizationConformancePackStatuses"
|
|
88
|
+
},
|
|
89
|
+
"DescribeOrganizationConformancePacks": {
|
|
90
|
+
"input_token": "NextToken",
|
|
91
|
+
"limit_key": "Limit",
|
|
92
|
+
"output_token": "NextToken",
|
|
93
|
+
"result_key": "OrganizationConformancePacks"
|
|
94
|
+
},
|
|
95
|
+
"DescribePendingAggregationRequests": {
|
|
96
|
+
"input_token": "NextToken",
|
|
97
|
+
"limit_key": "Limit",
|
|
98
|
+
"output_token": "NextToken",
|
|
99
|
+
"result_key": "PendingAggregationRequests"
|
|
100
|
+
},
|
|
3
101
|
"DescribeRemediationExceptions": {
|
|
4
102
|
"input_token": "NextToken",
|
|
5
103
|
"limit_key": "Limit",
|
|
@@ -11,21 +109,117 @@
|
|
|
11
109
|
"output_token": "NextToken",
|
|
12
110
|
"result_key": "RemediationExecutionStatuses"
|
|
13
111
|
},
|
|
112
|
+
"DescribeRetentionConfigurations": {
|
|
113
|
+
"input_token": "NextToken",
|
|
114
|
+
"output_token": "NextToken",
|
|
115
|
+
"result_key": "RetentionConfigurations"
|
|
116
|
+
},
|
|
117
|
+
"GetAggregateComplianceDetailsByConfigRule": {
|
|
118
|
+
"input_token": "NextToken",
|
|
119
|
+
"limit_key": "Limit",
|
|
120
|
+
"output_token": "NextToken",
|
|
121
|
+
"result_key": "AggregateEvaluationResults"
|
|
122
|
+
},
|
|
123
|
+
"GetAggregateConfigRuleComplianceSummary": {
|
|
124
|
+
"input_token": "NextToken",
|
|
125
|
+
"limit_key": "Limit",
|
|
126
|
+
"output_token": "NextToken"
|
|
127
|
+
},
|
|
128
|
+
"GetAggregateConformancePackComplianceSummary": {
|
|
129
|
+
"input_token": "NextToken",
|
|
130
|
+
"limit_key": "Limit",
|
|
131
|
+
"output_token": "NextToken"
|
|
132
|
+
},
|
|
133
|
+
"GetAggregateDiscoveredResourceCounts": {
|
|
134
|
+
"input_token": "NextToken",
|
|
135
|
+
"limit_key": "Limit",
|
|
136
|
+
"output_token": "NextToken"
|
|
137
|
+
},
|
|
138
|
+
"GetComplianceDetailsByConfigRule": {
|
|
139
|
+
"input_token": "NextToken",
|
|
140
|
+
"limit_key": "Limit",
|
|
141
|
+
"output_token": "NextToken",
|
|
142
|
+
"result_key": "EvaluationResults"
|
|
143
|
+
},
|
|
144
|
+
"GetComplianceDetailsByResource": {
|
|
145
|
+
"input_token": "NextToken",
|
|
146
|
+
"output_token": "NextToken",
|
|
147
|
+
"result_key": "EvaluationResults"
|
|
148
|
+
},
|
|
149
|
+
"GetConformancePackComplianceDetails": {
|
|
150
|
+
"input_token": "NextToken",
|
|
151
|
+
"limit_key": "Limit",
|
|
152
|
+
"output_token": "NextToken"
|
|
153
|
+
},
|
|
154
|
+
"GetConformancePackComplianceSummary": {
|
|
155
|
+
"input_token": "NextToken",
|
|
156
|
+
"limit_key": "Limit",
|
|
157
|
+
"output_token": "NextToken",
|
|
158
|
+
"result_key": "ConformancePackComplianceSummaryList"
|
|
159
|
+
},
|
|
160
|
+
"GetDiscoveredResourceCounts": {
|
|
161
|
+
"input_token": "nextToken",
|
|
162
|
+
"limit_key": "limit",
|
|
163
|
+
"output_token": "nextToken"
|
|
164
|
+
},
|
|
165
|
+
"GetOrganizationConfigRuleDetailedStatus": {
|
|
166
|
+
"input_token": "NextToken",
|
|
167
|
+
"limit_key": "Limit",
|
|
168
|
+
"output_token": "NextToken",
|
|
169
|
+
"result_key": "OrganizationConfigRuleDetailedStatus"
|
|
170
|
+
},
|
|
171
|
+
"GetOrganizationConformancePackDetailedStatus": {
|
|
172
|
+
"input_token": "NextToken",
|
|
173
|
+
"limit_key": "Limit",
|
|
174
|
+
"output_token": "NextToken",
|
|
175
|
+
"result_key": "OrganizationConformancePackDetailedStatuses"
|
|
176
|
+
},
|
|
14
177
|
"GetResourceConfigHistory": {
|
|
15
178
|
"input_token": "nextToken",
|
|
16
179
|
"limit_key": "limit",
|
|
17
180
|
"output_token": "nextToken",
|
|
18
181
|
"result_key": "configurationItems"
|
|
19
182
|
},
|
|
183
|
+
"ListAggregateDiscoveredResources": {
|
|
184
|
+
"input_token": "NextToken",
|
|
185
|
+
"limit_key": "Limit",
|
|
186
|
+
"output_token": "NextToken",
|
|
187
|
+
"result_key": "ResourceIdentifiers"
|
|
188
|
+
},
|
|
189
|
+
"ListDiscoveredResources": {
|
|
190
|
+
"input_token": "nextToken",
|
|
191
|
+
"limit_key": "limit",
|
|
192
|
+
"output_token": "nextToken",
|
|
193
|
+
"result_key": "resourceIdentifiers"
|
|
194
|
+
},
|
|
20
195
|
"ListStoredQueries": {
|
|
21
196
|
"input_token": "NextToken",
|
|
22
197
|
"limit_key": "MaxResults",
|
|
23
198
|
"output_token": "NextToken"
|
|
24
199
|
},
|
|
200
|
+
"ListTagsForResource": {
|
|
201
|
+
"input_token": "NextToken",
|
|
202
|
+
"limit_key": "Limit",
|
|
203
|
+
"output_token": "NextToken",
|
|
204
|
+
"result_key": "Tags"
|
|
205
|
+
},
|
|
25
206
|
"SelectAggregateResourceConfig": {
|
|
26
207
|
"input_token": "NextToken",
|
|
27
|
-
"limit_key": "
|
|
28
|
-
"
|
|
208
|
+
"limit_key": "Limit",
|
|
209
|
+
"non_aggregate_keys": [
|
|
210
|
+
"QueryInfo"
|
|
211
|
+
],
|
|
212
|
+
"output_token": "NextToken",
|
|
213
|
+
"result_key": "Results"
|
|
214
|
+
},
|
|
215
|
+
"SelectResourceConfig": {
|
|
216
|
+
"input_token": "NextToken",
|
|
217
|
+
"limit_key": "Limit",
|
|
218
|
+
"non_aggregate_keys": [
|
|
219
|
+
"QueryInfo"
|
|
220
|
+
],
|
|
221
|
+
"output_token": "NextToken",
|
|
222
|
+
"result_key": "Results"
|
|
29
223
|
}
|
|
30
224
|
}
|
|
31
225
|
}
|
|
@@ -277,7 +277,10 @@
|
|
|
277
277
|
"IntegrationArn": {},
|
|
278
278
|
"SourceApplicationUrl": {},
|
|
279
279
|
"SourceApplicationName": {},
|
|
280
|
-
"SourceType": {}
|
|
280
|
+
"SourceType": {},
|
|
281
|
+
"Tags": {
|
|
282
|
+
"shape": "S1b"
|
|
283
|
+
}
|
|
281
284
|
}
|
|
282
285
|
},
|
|
283
286
|
"output": {
|
|
@@ -427,7 +430,10 @@
|
|
|
427
430
|
"location": "uri",
|
|
428
431
|
"locationName": "IntegrationAssociationId"
|
|
429
432
|
},
|
|
430
|
-
"UseCaseType": {}
|
|
433
|
+
"UseCaseType": {},
|
|
434
|
+
"Tags": {
|
|
435
|
+
"shape": "S1b"
|
|
436
|
+
}
|
|
431
437
|
}
|
|
432
438
|
},
|
|
433
439
|
"output": {
|
|
@@ -262,6 +262,9 @@
|
|
|
262
262
|
"labels": {
|
|
263
263
|
"shape": "S1y"
|
|
264
264
|
},
|
|
265
|
+
"taints": {
|
|
266
|
+
"shape": "S21"
|
|
267
|
+
},
|
|
265
268
|
"tags": {
|
|
266
269
|
"shape": "Sn"
|
|
267
270
|
},
|
|
@@ -269,7 +272,7 @@
|
|
|
269
272
|
"idempotencyToken": true
|
|
270
273
|
},
|
|
271
274
|
"launchTemplate": {
|
|
272
|
-
"shape": "
|
|
275
|
+
"shape": "S26"
|
|
273
276
|
},
|
|
274
277
|
"capacityType": {},
|
|
275
278
|
"version": {},
|
|
@@ -280,7 +283,7 @@
|
|
|
280
283
|
"type": "structure",
|
|
281
284
|
"members": {
|
|
282
285
|
"nodegroup": {
|
|
283
|
-
"shape": "
|
|
286
|
+
"shape": "S29"
|
|
284
287
|
}
|
|
285
288
|
}
|
|
286
289
|
}
|
|
@@ -399,7 +402,7 @@
|
|
|
399
402
|
"type": "structure",
|
|
400
403
|
"members": {
|
|
401
404
|
"nodegroup": {
|
|
402
|
-
"shape": "
|
|
405
|
+
"shape": "S29"
|
|
403
406
|
}
|
|
404
407
|
}
|
|
405
408
|
}
|
|
@@ -579,7 +582,7 @@
|
|
|
579
582
|
"locationName": "name"
|
|
580
583
|
},
|
|
581
584
|
"identityProviderConfig": {
|
|
582
|
-
"shape": "
|
|
585
|
+
"shape": "S36"
|
|
583
586
|
}
|
|
584
587
|
}
|
|
585
588
|
},
|
|
@@ -641,7 +644,7 @@
|
|
|
641
644
|
"type": "structure",
|
|
642
645
|
"members": {
|
|
643
646
|
"nodegroup": {
|
|
644
|
-
"shape": "
|
|
647
|
+
"shape": "S29"
|
|
645
648
|
}
|
|
646
649
|
}
|
|
647
650
|
}
|
|
@@ -701,7 +704,7 @@
|
|
|
701
704
|
"locationName": "name"
|
|
702
705
|
},
|
|
703
706
|
"identityProviderConfig": {
|
|
704
|
-
"shape": "
|
|
707
|
+
"shape": "S36"
|
|
705
708
|
},
|
|
706
709
|
"clientRequestToken": {
|
|
707
710
|
"idempotencyToken": true
|
|
@@ -850,7 +853,7 @@
|
|
|
850
853
|
"identityProviderConfigs": {
|
|
851
854
|
"type": "list",
|
|
852
855
|
"member": {
|
|
853
|
-
"shape": "
|
|
856
|
+
"shape": "S36"
|
|
854
857
|
}
|
|
855
858
|
},
|
|
856
859
|
"nextToken": {}
|
|
@@ -1148,6 +1151,17 @@
|
|
|
1148
1151
|
}
|
|
1149
1152
|
}
|
|
1150
1153
|
},
|
|
1154
|
+
"taints": {
|
|
1155
|
+
"type": "structure",
|
|
1156
|
+
"members": {
|
|
1157
|
+
"addOrUpdateTaints": {
|
|
1158
|
+
"shape": "S21"
|
|
1159
|
+
},
|
|
1160
|
+
"removeTaints": {
|
|
1161
|
+
"shape": "S21"
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1151
1165
|
"scalingConfig": {
|
|
1152
1166
|
"shape": "S1s"
|
|
1153
1167
|
},
|
|
@@ -1187,7 +1201,7 @@
|
|
|
1187
1201
|
"version": {},
|
|
1188
1202
|
"releaseVersion": {},
|
|
1189
1203
|
"launchTemplate": {
|
|
1190
|
-
"shape": "
|
|
1204
|
+
"shape": "S26"
|
|
1191
1205
|
},
|
|
1192
1206
|
"force": {
|
|
1193
1207
|
"type": "boolean"
|
|
@@ -1486,6 +1500,17 @@
|
|
|
1486
1500
|
"value": {}
|
|
1487
1501
|
},
|
|
1488
1502
|
"S21": {
|
|
1503
|
+
"type": "list",
|
|
1504
|
+
"member": {
|
|
1505
|
+
"type": "structure",
|
|
1506
|
+
"members": {
|
|
1507
|
+
"key": {},
|
|
1508
|
+
"value": {},
|
|
1509
|
+
"effect": {}
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
"S26": {
|
|
1489
1514
|
"type": "structure",
|
|
1490
1515
|
"members": {
|
|
1491
1516
|
"name": {},
|
|
@@ -1493,7 +1518,7 @@
|
|
|
1493
1518
|
"id": {}
|
|
1494
1519
|
}
|
|
1495
1520
|
},
|
|
1496
|
-
"
|
|
1521
|
+
"S29": {
|
|
1497
1522
|
"type": "structure",
|
|
1498
1523
|
"members": {
|
|
1499
1524
|
"nodegroupName": {},
|
|
@@ -1526,6 +1551,9 @@
|
|
|
1526
1551
|
"labels": {
|
|
1527
1552
|
"shape": "S1y"
|
|
1528
1553
|
},
|
|
1554
|
+
"taints": {
|
|
1555
|
+
"shape": "S21"
|
|
1556
|
+
},
|
|
1529
1557
|
"resources": {
|
|
1530
1558
|
"type": "structure",
|
|
1531
1559
|
"members": {
|
|
@@ -1563,14 +1591,14 @@
|
|
|
1563
1591
|
}
|
|
1564
1592
|
},
|
|
1565
1593
|
"launchTemplate": {
|
|
1566
|
-
"shape": "
|
|
1594
|
+
"shape": "S26"
|
|
1567
1595
|
},
|
|
1568
1596
|
"tags": {
|
|
1569
1597
|
"shape": "Sn"
|
|
1570
1598
|
}
|
|
1571
1599
|
}
|
|
1572
1600
|
},
|
|
1573
|
-
"
|
|
1601
|
+
"S36": {
|
|
1574
1602
|
"type": "structure",
|
|
1575
1603
|
"required": [
|
|
1576
1604
|
"type",
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
},
|
|
325
325
|
"Name": {},
|
|
326
326
|
"Update": {
|
|
327
|
-
"shape": "
|
|
327
|
+
"shape": "S2x"
|
|
328
328
|
},
|
|
329
329
|
"ClientRequestToken": {
|
|
330
330
|
"idempotencyToken": true
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
"type": "structure",
|
|
685
685
|
"members": {
|
|
686
686
|
"Sidewalk": {
|
|
687
|
-
"shape": "
|
|
687
|
+
"shape": "S42"
|
|
688
688
|
},
|
|
689
689
|
"AccountLinked": {
|
|
690
690
|
"type": "boolean"
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
"SidewalkId": {},
|
|
840
840
|
"SidewalkManufacturingSn": {},
|
|
841
841
|
"DeviceCertificates": {
|
|
842
|
-
"shape": "
|
|
842
|
+
"shape": "S53"
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
845
|
}
|
|
@@ -1000,7 +1000,7 @@
|
|
|
1000
1000
|
"type": "structure",
|
|
1001
1001
|
"members": {
|
|
1002
1002
|
"CurrentVersion": {
|
|
1003
|
-
"shape": "
|
|
1003
|
+
"shape": "S32"
|
|
1004
1004
|
}
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
},
|
|
1088
1088
|
"Name": {},
|
|
1089
1089
|
"Update": {
|
|
1090
|
-
"shape": "
|
|
1090
|
+
"shape": "S2x"
|
|
1091
1091
|
},
|
|
1092
1092
|
"Arn": {}
|
|
1093
1093
|
}
|
|
@@ -1196,7 +1196,7 @@
|
|
|
1196
1196
|
"Sidewalk": {
|
|
1197
1197
|
"type": "list",
|
|
1198
1198
|
"member": {
|
|
1199
|
-
"shape": "
|
|
1199
|
+
"shape": "S42"
|
|
1200
1200
|
}
|
|
1201
1201
|
}
|
|
1202
1202
|
}
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"SidewalkId": {},
|
|
1329
1329
|
"SidewalkManufacturingSn": {},
|
|
1330
1330
|
"DeviceCertificates": {
|
|
1331
|
-
"shape": "
|
|
1331
|
+
"shape": "S53"
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
}
|
|
@@ -1375,10 +1375,10 @@
|
|
|
1375
1375
|
"type": "structure",
|
|
1376
1376
|
"members": {
|
|
1377
1377
|
"CurrentVersion": {
|
|
1378
|
-
"shape": "
|
|
1378
|
+
"shape": "S32"
|
|
1379
1379
|
},
|
|
1380
1380
|
"UpdateVersion": {
|
|
1381
|
-
"shape": "
|
|
1381
|
+
"shape": "S32"
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
1384
1384
|
},
|
|
@@ -1677,7 +1677,13 @@
|
|
|
1677
1677
|
"locationName": "Id"
|
|
1678
1678
|
},
|
|
1679
1679
|
"Name": {},
|
|
1680
|
-
"Description": {}
|
|
1680
|
+
"Description": {},
|
|
1681
|
+
"JoinEuiFilters": {
|
|
1682
|
+
"shape": "S2i"
|
|
1683
|
+
},
|
|
1684
|
+
"NetIdFilters": {
|
|
1685
|
+
"shape": "S2k"
|
|
1686
|
+
}
|
|
1681
1687
|
}
|
|
1682
1688
|
},
|
|
1683
1689
|
"output": {
|
|
@@ -1828,10 +1834,33 @@
|
|
|
1828
1834
|
"type": "structure",
|
|
1829
1835
|
"members": {
|
|
1830
1836
|
"GatewayEui": {},
|
|
1831
|
-
"RfRegion": {}
|
|
1837
|
+
"RfRegion": {},
|
|
1838
|
+
"JoinEuiFilters": {
|
|
1839
|
+
"shape": "S2i"
|
|
1840
|
+
},
|
|
1841
|
+
"NetIdFilters": {
|
|
1842
|
+
"shape": "S2k"
|
|
1843
|
+
},
|
|
1844
|
+
"SubBands": {
|
|
1845
|
+
"type": "list",
|
|
1846
|
+
"member": {
|
|
1847
|
+
"type": "integer"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"S2i": {
|
|
1853
|
+
"type": "list",
|
|
1854
|
+
"member": {
|
|
1855
|
+
"type": "list",
|
|
1856
|
+
"member": {}
|
|
1832
1857
|
}
|
|
1833
1858
|
},
|
|
1834
|
-
"
|
|
1859
|
+
"S2k": {
|
|
1860
|
+
"type": "list",
|
|
1861
|
+
"member": {}
|
|
1862
|
+
},
|
|
1863
|
+
"S2x": {
|
|
1835
1864
|
"type": "structure",
|
|
1836
1865
|
"members": {
|
|
1837
1866
|
"UpdateDataSource": {},
|
|
@@ -1844,16 +1873,16 @@
|
|
|
1844
1873
|
"type": "long"
|
|
1845
1874
|
},
|
|
1846
1875
|
"CurrentVersion": {
|
|
1847
|
-
"shape": "
|
|
1876
|
+
"shape": "S32"
|
|
1848
1877
|
},
|
|
1849
1878
|
"UpdateVersion": {
|
|
1850
|
-
"shape": "
|
|
1879
|
+
"shape": "S32"
|
|
1851
1880
|
}
|
|
1852
1881
|
}
|
|
1853
1882
|
}
|
|
1854
1883
|
}
|
|
1855
1884
|
},
|
|
1856
|
-
"
|
|
1885
|
+
"S32": {
|
|
1857
1886
|
"type": "structure",
|
|
1858
1887
|
"members": {
|
|
1859
1888
|
"PackageVersion": {},
|
|
@@ -1861,7 +1890,7 @@
|
|
|
1861
1890
|
"Station": {}
|
|
1862
1891
|
}
|
|
1863
1892
|
},
|
|
1864
|
-
"
|
|
1893
|
+
"S42": {
|
|
1865
1894
|
"type": "structure",
|
|
1866
1895
|
"members": {
|
|
1867
1896
|
"AmazonId": {},
|
|
@@ -1872,7 +1901,7 @@
|
|
|
1872
1901
|
"Arn": {}
|
|
1873
1902
|
}
|
|
1874
1903
|
},
|
|
1875
|
-
"
|
|
1904
|
+
"S53": {
|
|
1876
1905
|
"type": "list",
|
|
1877
1906
|
"member": {
|
|
1878
1907
|
"type": "structure",
|
|
@@ -641,6 +641,29 @@
|
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
643
|
},
|
|
644
|
+
"DescribeApplicationVersion": {
|
|
645
|
+
"input": {
|
|
646
|
+
"type": "structure",
|
|
647
|
+
"required": [
|
|
648
|
+
"ApplicationName",
|
|
649
|
+
"ApplicationVersionId"
|
|
650
|
+
],
|
|
651
|
+
"members": {
|
|
652
|
+
"ApplicationName": {},
|
|
653
|
+
"ApplicationVersionId": {
|
|
654
|
+
"type": "long"
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"output": {
|
|
659
|
+
"type": "structure",
|
|
660
|
+
"members": {
|
|
661
|
+
"ApplicationVersionDetail": {
|
|
662
|
+
"shape": "S3d"
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
},
|
|
644
667
|
"DiscoverInputSchema": {
|
|
645
668
|
"input": {
|
|
646
669
|
"type": "structure",
|
|
@@ -720,6 +743,43 @@
|
|
|
720
743
|
}
|
|
721
744
|
}
|
|
722
745
|
},
|
|
746
|
+
"ListApplicationVersions": {
|
|
747
|
+
"input": {
|
|
748
|
+
"type": "structure",
|
|
749
|
+
"required": [
|
|
750
|
+
"ApplicationName"
|
|
751
|
+
],
|
|
752
|
+
"members": {
|
|
753
|
+
"ApplicationName": {},
|
|
754
|
+
"Limit": {
|
|
755
|
+
"type": "integer"
|
|
756
|
+
},
|
|
757
|
+
"NextToken": {}
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"output": {
|
|
761
|
+
"type": "structure",
|
|
762
|
+
"members": {
|
|
763
|
+
"ApplicationVersionSummaries": {
|
|
764
|
+
"type": "list",
|
|
765
|
+
"member": {
|
|
766
|
+
"type": "structure",
|
|
767
|
+
"required": [
|
|
768
|
+
"ApplicationVersionId",
|
|
769
|
+
"ApplicationStatus"
|
|
770
|
+
],
|
|
771
|
+
"members": {
|
|
772
|
+
"ApplicationVersionId": {
|
|
773
|
+
"type": "long"
|
|
774
|
+
},
|
|
775
|
+
"ApplicationStatus": {}
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"NextToken": {}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
723
783
|
"ListApplications": {
|
|
724
784
|
"input": {
|
|
725
785
|
"type": "structure",
|
|
@@ -1845,7 +1905,10 @@
|
|
|
1845
1905
|
"ApplicationVersionRolledBackFrom": {
|
|
1846
1906
|
"type": "long"
|
|
1847
1907
|
},
|
|
1848
|
-
"ConditionalToken": {}
|
|
1908
|
+
"ConditionalToken": {},
|
|
1909
|
+
"ApplicationVersionRolledBackTo": {
|
|
1910
|
+
"type": "long"
|
|
1911
|
+
}
|
|
1849
1912
|
}
|
|
1850
1913
|
},
|
|
1851
1914
|
"S3o": {
|