aws-sdk 2.1422.0 → 2.1424.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 +15 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +54 -16
- package/apis/autoscaling-2011-01-01.min.json +3 -0
- package/apis/autoscaling-2011-01-01.paginators.json +6 -0
- package/apis/ebs-2019-11-02.min.json +2 -1
- package/apis/ec2-2016-11-15.min.json +795 -780
- package/apis/ec2-2016-11-15.waiters2.json +25 -0
- package/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/apis/entityresolution-2018-05-10.min.json +823 -0
- package/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/apis/glue-2017-03-31.min.json +390 -318
- package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/apis/metadata.json +7 -0
- package/apis/sagemaker-2017-07-24.min.json +3 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/autoscaling.d.ts +7 -7
- package/clients/cloudcontrol.d.ts +1 -1
- package/clients/ebs.d.ts +17 -12
- package/clients/ec2.d.ts +29 -0
- package/clients/eks.d.ts +1 -1
- package/clients/entityresolution.d.ts +815 -0
- package/clients/entityresolution.js +18 -0
- package/clients/glue.d.ts +123 -1
- package/clients/healthlake.d.ts +70 -70
- package/clients/managedblockchainquery.d.ts +494 -0
- package/clients/managedblockchainquery.js +19 -0
- package/clients/mediaconvert.d.ts +421 -414
- package/clients/opensearchserverless.d.ts +1 -1
- package/clients/polly.d.ts +2 -2
- package/clients/route53.d.ts +13 -13
- package/clients/sagemaker.d.ts +1 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +92 -11
- package/dist/aws-sdk.js +839 -783
- package/dist/aws-sdk.min.js +98 -98
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,438 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2023-05-04",
|
5
|
+
"endpointPrefix": "managedblockchain-query",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"ripServiceName": "chainquery",
|
9
|
+
"serviceFullName": "Amazon Managed Blockchain Query",
|
10
|
+
"serviceId": "ManagedBlockchain Query",
|
11
|
+
"signatureVersion": "v4",
|
12
|
+
"signingName": "managedblockchain-query",
|
13
|
+
"uid": "managedblockchain-query-2023-05-04"
|
14
|
+
},
|
15
|
+
"operations": {
|
16
|
+
"BatchGetTokenBalance": {
|
17
|
+
"http": {
|
18
|
+
"requestUri": "/batch-get-token-balance",
|
19
|
+
"responseCode": 200
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"members": {
|
24
|
+
"getTokenBalanceInputs": {
|
25
|
+
"type": "list",
|
26
|
+
"member": {
|
27
|
+
"type": "structure",
|
28
|
+
"required": [
|
29
|
+
"tokenIdentifier",
|
30
|
+
"ownerIdentifier"
|
31
|
+
],
|
32
|
+
"members": {
|
33
|
+
"tokenIdentifier": {
|
34
|
+
"shape": "S4"
|
35
|
+
},
|
36
|
+
"ownerIdentifier": {
|
37
|
+
"shape": "S8"
|
38
|
+
},
|
39
|
+
"atBlockchainInstant": {
|
40
|
+
"shape": "S9"
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"output": {
|
48
|
+
"type": "structure",
|
49
|
+
"required": [
|
50
|
+
"tokenBalances",
|
51
|
+
"errors"
|
52
|
+
],
|
53
|
+
"members": {
|
54
|
+
"tokenBalances": {
|
55
|
+
"type": "list",
|
56
|
+
"member": {
|
57
|
+
"type": "structure",
|
58
|
+
"required": [
|
59
|
+
"balance",
|
60
|
+
"atBlockchainInstant"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"ownerIdentifier": {
|
64
|
+
"shape": "S8"
|
65
|
+
},
|
66
|
+
"tokenIdentifier": {
|
67
|
+
"shape": "S4"
|
68
|
+
},
|
69
|
+
"balance": {},
|
70
|
+
"atBlockchainInstant": {
|
71
|
+
"shape": "S9"
|
72
|
+
},
|
73
|
+
"lastUpdatedTime": {
|
74
|
+
"shape": "S9"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
},
|
79
|
+
"errors": {
|
80
|
+
"type": "list",
|
81
|
+
"member": {
|
82
|
+
"type": "structure",
|
83
|
+
"required": [
|
84
|
+
"errorCode",
|
85
|
+
"errorMessage",
|
86
|
+
"errorType"
|
87
|
+
],
|
88
|
+
"members": {
|
89
|
+
"tokenIdentifier": {
|
90
|
+
"shape": "S4"
|
91
|
+
},
|
92
|
+
"ownerIdentifier": {
|
93
|
+
"shape": "S8"
|
94
|
+
},
|
95
|
+
"atBlockchainInstant": {
|
96
|
+
"shape": "S9"
|
97
|
+
},
|
98
|
+
"errorCode": {},
|
99
|
+
"errorMessage": {},
|
100
|
+
"errorType": {}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
}
|
104
|
+
}
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"GetTokenBalance": {
|
108
|
+
"http": {
|
109
|
+
"requestUri": "/get-token-balance",
|
110
|
+
"responseCode": 200
|
111
|
+
},
|
112
|
+
"input": {
|
113
|
+
"type": "structure",
|
114
|
+
"required": [
|
115
|
+
"tokenIdentifier",
|
116
|
+
"ownerIdentifier"
|
117
|
+
],
|
118
|
+
"members": {
|
119
|
+
"tokenIdentifier": {
|
120
|
+
"shape": "S4"
|
121
|
+
},
|
122
|
+
"ownerIdentifier": {
|
123
|
+
"shape": "S8"
|
124
|
+
},
|
125
|
+
"atBlockchainInstant": {
|
126
|
+
"shape": "S9"
|
127
|
+
}
|
128
|
+
}
|
129
|
+
},
|
130
|
+
"output": {
|
131
|
+
"type": "structure",
|
132
|
+
"required": [
|
133
|
+
"balance",
|
134
|
+
"atBlockchainInstant"
|
135
|
+
],
|
136
|
+
"members": {
|
137
|
+
"ownerIdentifier": {
|
138
|
+
"shape": "S8"
|
139
|
+
},
|
140
|
+
"tokenIdentifier": {
|
141
|
+
"shape": "S4"
|
142
|
+
},
|
143
|
+
"balance": {},
|
144
|
+
"atBlockchainInstant": {
|
145
|
+
"shape": "S9"
|
146
|
+
},
|
147
|
+
"lastUpdatedTime": {
|
148
|
+
"shape": "S9"
|
149
|
+
}
|
150
|
+
}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"GetTransaction": {
|
154
|
+
"http": {
|
155
|
+
"requestUri": "/get-transaction",
|
156
|
+
"responseCode": 200
|
157
|
+
},
|
158
|
+
"input": {
|
159
|
+
"type": "structure",
|
160
|
+
"required": [
|
161
|
+
"transactionHash",
|
162
|
+
"network"
|
163
|
+
],
|
164
|
+
"members": {
|
165
|
+
"transactionHash": {},
|
166
|
+
"network": {}
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"output": {
|
170
|
+
"type": "structure",
|
171
|
+
"required": [
|
172
|
+
"transaction"
|
173
|
+
],
|
174
|
+
"members": {
|
175
|
+
"transaction": {
|
176
|
+
"type": "structure",
|
177
|
+
"required": [
|
178
|
+
"network",
|
179
|
+
"transactionHash",
|
180
|
+
"transactionTimestamp",
|
181
|
+
"transactionIndex",
|
182
|
+
"numberOfTransactions",
|
183
|
+
"status",
|
184
|
+
"to"
|
185
|
+
],
|
186
|
+
"members": {
|
187
|
+
"network": {},
|
188
|
+
"blockHash": {},
|
189
|
+
"transactionHash": {},
|
190
|
+
"blockNumber": {},
|
191
|
+
"transactionTimestamp": {
|
192
|
+
"type": "timestamp"
|
193
|
+
},
|
194
|
+
"transactionIndex": {
|
195
|
+
"type": "long"
|
196
|
+
},
|
197
|
+
"numberOfTransactions": {
|
198
|
+
"type": "long"
|
199
|
+
},
|
200
|
+
"status": {},
|
201
|
+
"to": {},
|
202
|
+
"from": {},
|
203
|
+
"contractAddress": {},
|
204
|
+
"gasUsed": {},
|
205
|
+
"cumulativeGasUsed": {},
|
206
|
+
"effectiveGasPrice": {},
|
207
|
+
"signatureV": {
|
208
|
+
"type": "integer"
|
209
|
+
},
|
210
|
+
"signatureR": {},
|
211
|
+
"signatureS": {},
|
212
|
+
"transactionFee": {},
|
213
|
+
"transactionId": {}
|
214
|
+
}
|
215
|
+
}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"ListTokenBalances": {
|
220
|
+
"http": {
|
221
|
+
"requestUri": "/list-token-balances",
|
222
|
+
"responseCode": 200
|
223
|
+
},
|
224
|
+
"input": {
|
225
|
+
"type": "structure",
|
226
|
+
"required": [
|
227
|
+
"tokenFilter"
|
228
|
+
],
|
229
|
+
"members": {
|
230
|
+
"ownerFilter": {
|
231
|
+
"type": "structure",
|
232
|
+
"required": [
|
233
|
+
"address"
|
234
|
+
],
|
235
|
+
"members": {
|
236
|
+
"address": {}
|
237
|
+
}
|
238
|
+
},
|
239
|
+
"tokenFilter": {
|
240
|
+
"type": "structure",
|
241
|
+
"required": [
|
242
|
+
"network"
|
243
|
+
],
|
244
|
+
"members": {
|
245
|
+
"network": {},
|
246
|
+
"contractAddress": {},
|
247
|
+
"tokenId": {}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"nextToken": {},
|
251
|
+
"maxResults": {
|
252
|
+
"type": "integer"
|
253
|
+
}
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"output": {
|
257
|
+
"type": "structure",
|
258
|
+
"required": [
|
259
|
+
"tokenBalances"
|
260
|
+
],
|
261
|
+
"members": {
|
262
|
+
"tokenBalances": {
|
263
|
+
"type": "list",
|
264
|
+
"member": {
|
265
|
+
"type": "structure",
|
266
|
+
"required": [
|
267
|
+
"balance",
|
268
|
+
"atBlockchainInstant"
|
269
|
+
],
|
270
|
+
"members": {
|
271
|
+
"ownerIdentifier": {
|
272
|
+
"shape": "S8"
|
273
|
+
},
|
274
|
+
"tokenIdentifier": {
|
275
|
+
"shape": "S4"
|
276
|
+
},
|
277
|
+
"balance": {},
|
278
|
+
"atBlockchainInstant": {
|
279
|
+
"shape": "S9"
|
280
|
+
},
|
281
|
+
"lastUpdatedTime": {
|
282
|
+
"shape": "S9"
|
283
|
+
}
|
284
|
+
}
|
285
|
+
}
|
286
|
+
},
|
287
|
+
"nextToken": {}
|
288
|
+
}
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"ListTransactionEvents": {
|
292
|
+
"http": {
|
293
|
+
"requestUri": "/list-transaction-events",
|
294
|
+
"responseCode": 200
|
295
|
+
},
|
296
|
+
"input": {
|
297
|
+
"type": "structure",
|
298
|
+
"required": [
|
299
|
+
"transactionHash",
|
300
|
+
"network"
|
301
|
+
],
|
302
|
+
"members": {
|
303
|
+
"transactionHash": {},
|
304
|
+
"network": {},
|
305
|
+
"nextToken": {},
|
306
|
+
"maxResults": {
|
307
|
+
"type": "integer"
|
308
|
+
}
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"output": {
|
312
|
+
"type": "structure",
|
313
|
+
"required": [
|
314
|
+
"events"
|
315
|
+
],
|
316
|
+
"members": {
|
317
|
+
"events": {
|
318
|
+
"type": "list",
|
319
|
+
"member": {
|
320
|
+
"type": "structure",
|
321
|
+
"required": [
|
322
|
+
"network",
|
323
|
+
"transactionHash",
|
324
|
+
"eventType"
|
325
|
+
],
|
326
|
+
"members": {
|
327
|
+
"network": {},
|
328
|
+
"transactionHash": {},
|
329
|
+
"eventType": {},
|
330
|
+
"from": {},
|
331
|
+
"to": {},
|
332
|
+
"value": {},
|
333
|
+
"contractAddress": {},
|
334
|
+
"tokenId": {},
|
335
|
+
"transactionId": {},
|
336
|
+
"voutIndex": {
|
337
|
+
"type": "integer"
|
338
|
+
}
|
339
|
+
}
|
340
|
+
}
|
341
|
+
},
|
342
|
+
"nextToken": {}
|
343
|
+
}
|
344
|
+
}
|
345
|
+
},
|
346
|
+
"ListTransactions": {
|
347
|
+
"http": {
|
348
|
+
"requestUri": "/list-transactions",
|
349
|
+
"responseCode": 200
|
350
|
+
},
|
351
|
+
"input": {
|
352
|
+
"type": "structure",
|
353
|
+
"required": [
|
354
|
+
"address",
|
355
|
+
"network"
|
356
|
+
],
|
357
|
+
"members": {
|
358
|
+
"address": {},
|
359
|
+
"network": {},
|
360
|
+
"fromBlockchainInstant": {
|
361
|
+
"shape": "S9"
|
362
|
+
},
|
363
|
+
"toBlockchainInstant": {
|
364
|
+
"shape": "S9"
|
365
|
+
},
|
366
|
+
"sort": {
|
367
|
+
"type": "structure",
|
368
|
+
"members": {
|
369
|
+
"sortBy": {},
|
370
|
+
"sortOrder": {}
|
371
|
+
}
|
372
|
+
},
|
373
|
+
"nextToken": {},
|
374
|
+
"maxResults": {
|
375
|
+
"type": "integer"
|
376
|
+
}
|
377
|
+
}
|
378
|
+
},
|
379
|
+
"output": {
|
380
|
+
"type": "structure",
|
381
|
+
"required": [
|
382
|
+
"transactions"
|
383
|
+
],
|
384
|
+
"members": {
|
385
|
+
"transactions": {
|
386
|
+
"type": "list",
|
387
|
+
"member": {
|
388
|
+
"type": "structure",
|
389
|
+
"required": [
|
390
|
+
"transactionHash",
|
391
|
+
"network",
|
392
|
+
"transactionTimestamp"
|
393
|
+
],
|
394
|
+
"members": {
|
395
|
+
"transactionHash": {},
|
396
|
+
"network": {},
|
397
|
+
"transactionTimestamp": {
|
398
|
+
"type": "timestamp"
|
399
|
+
}
|
400
|
+
}
|
401
|
+
}
|
402
|
+
},
|
403
|
+
"nextToken": {}
|
404
|
+
}
|
405
|
+
}
|
406
|
+
}
|
407
|
+
},
|
408
|
+
"shapes": {
|
409
|
+
"S4": {
|
410
|
+
"type": "structure",
|
411
|
+
"required": [
|
412
|
+
"network"
|
413
|
+
],
|
414
|
+
"members": {
|
415
|
+
"network": {},
|
416
|
+
"contractAddress": {},
|
417
|
+
"tokenId": {}
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"S8": {
|
421
|
+
"type": "structure",
|
422
|
+
"required": [
|
423
|
+
"address"
|
424
|
+
],
|
425
|
+
"members": {
|
426
|
+
"address": {}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"S9": {
|
430
|
+
"type": "structure",
|
431
|
+
"members": {
|
432
|
+
"time": {
|
433
|
+
"type": "timestamp"
|
434
|
+
}
|
435
|
+
}
|
436
|
+
}
|
437
|
+
}
|
438
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListTokenBalances": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "tokenBalances"
|
8
|
+
},
|
9
|
+
"ListTransactionEvents": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "events"
|
14
|
+
},
|
15
|
+
"ListTransactions": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "transactions"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
package/apis/metadata.json
CHANGED
@@ -1321,5 +1321,12 @@
|
|
1321
1321
|
"medicalimaging": {
|
1322
1322
|
"prefix": "medical-imaging",
|
1323
1323
|
"name": "MedicalImaging"
|
1324
|
+
},
|
1325
|
+
"entityresolution": {
|
1326
|
+
"name": "EntityResolution"
|
1327
|
+
},
|
1328
|
+
"managedblockchainquery": {
|
1329
|
+
"prefix": "managedblockchain-query",
|
1330
|
+
"name": "ManagedBlockchainQuery"
|
1324
1331
|
}
|
1325
1332
|
}
|
@@ -16886,6 +16886,9 @@
|
|
16886
16886
|
"DebugRuleEvaluationStatuses": {
|
16887
16887
|
"shape": "S12a"
|
16888
16888
|
},
|
16889
|
+
"ProfilerConfig": {
|
16890
|
+
"shape": "Spk"
|
16891
|
+
},
|
16889
16892
|
"Environment": {
|
16890
16893
|
"shape": "Spq"
|
16891
16894
|
},
|
package/clients/all.d.ts
CHANGED
@@ -350,3 +350,5 @@ export import CodeGuruSecurity = require('./codegurusecurity');
|
|
350
350
|
export import VerifiedPermissions = require('./verifiedpermissions');
|
351
351
|
export import AppFabric = require('./appfabric');
|
352
352
|
export import MedicalImaging = require('./medicalimaging');
|
353
|
+
export import EntityResolution = require('./entityresolution');
|
354
|
+
export import ManagedBlockchainQuery = require('./managedblockchainquery');
|
package/clients/all.js
CHANGED
@@ -351,5 +351,7 @@ module.exports = {
|
|
351
351
|
CodeGuruSecurity: require('./codegurusecurity'),
|
352
352
|
VerifiedPermissions: require('./verifiedpermissions'),
|
353
353
|
AppFabric: require('./appfabric'),
|
354
|
-
MedicalImaging: require('./medicalimaging')
|
354
|
+
MedicalImaging: require('./medicalimaging'),
|
355
|
+
EntityResolution: require('./entityresolution'),
|
356
|
+
ManagedBlockchainQuery: require('./managedblockchainquery')
|
355
357
|
};
|
package/clients/autoscaling.d.ts
CHANGED
@@ -68,11 +68,11 @@ declare class AutoScaling extends Service {
|
|
68
68
|
*/
|
69
69
|
cancelInstanceRefresh(callback?: (err: AWSError, data: AutoScaling.Types.CancelInstanceRefreshAnswer) => void): Request<AutoScaling.Types.CancelInstanceRefreshAnswer, AWSError>;
|
70
70
|
/**
|
71
|
-
* Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see
|
71
|
+
* Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Complete a lifecycle action in the Amazon EC2 Auto Scaling User Guide.
|
72
72
|
*/
|
73
73
|
completeLifecycleAction(params: AutoScaling.Types.CompleteLifecycleActionType, callback?: (err: AWSError, data: AutoScaling.Types.CompleteLifecycleActionAnswer) => void): Request<AutoScaling.Types.CompleteLifecycleActionAnswer, AWSError>;
|
74
74
|
/**
|
75
|
-
* Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see
|
75
|
+
* Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Complete a lifecycle action in the Amazon EC2 Auto Scaling User Guide.
|
76
76
|
*/
|
77
77
|
completeLifecycleAction(callback?: (err: AWSError, data: AutoScaling.Types.CompleteLifecycleActionAnswer) => void): Request<AutoScaling.Types.CompleteLifecycleActionAnswer, AWSError>;
|
78
78
|
/**
|
@@ -328,11 +328,11 @@ declare class AutoScaling extends Service {
|
|
328
328
|
*/
|
329
329
|
detachLoadBalancers(callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancersResultType) => void): Request<AutoScaling.Types.DetachLoadBalancersResultType, AWSError>;
|
330
330
|
/**
|
331
|
-
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a
|
331
|
+
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a traffic source, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
|
332
332
|
*/
|
333
333
|
detachTrafficSources(params: AutoScaling.Types.DetachTrafficSourcesType, callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
|
334
334
|
/**
|
335
|
-
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a
|
335
|
+
* Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a traffic source, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
|
336
336
|
*/
|
337
337
|
detachTrafficSources(callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
|
338
338
|
/**
|
@@ -2846,7 +2846,7 @@ declare namespace AutoScaling {
|
|
2846
2846
|
*/
|
2847
2847
|
MinAdjustmentMagnitude?: MinAdjustmentMagnitude;
|
2848
2848
|
/**
|
2849
|
-
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a
|
2849
|
+
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value. Required if the policy type is SimpleScaling. (Not used with any other policy type.)
|
2850
2850
|
*/
|
2851
2851
|
ScalingAdjustment?: PolicyIncrement;
|
2852
2852
|
/**
|
@@ -3035,7 +3035,7 @@ declare namespace AutoScaling {
|
|
3035
3035
|
/**
|
3036
3036
|
* The name of the Auto Scaling group.
|
3037
3037
|
*/
|
3038
|
-
AutoScalingGroupName
|
3038
|
+
AutoScalingGroupName: XmlStringMaxLen255;
|
3039
3039
|
}
|
3040
3040
|
export type ScaleInProtectedInstances = "Refresh"|"Ignore"|"Wait"|string;
|
3041
3041
|
export type ScalingActivityStatusCode = "PendingSpotBidPlacement"|"WaitingForSpotInstanceRequestId"|"WaitingForSpotInstanceId"|"WaitingForInstanceId"|"PreInService"|"InProgress"|"WaitingForELBConnectionDraining"|"MidLifecycleAction"|"WaitingForInstanceWarmup"|"Successful"|"Failed"|"Cancelled"|"WaitingForConnectionDraining"|string;
|
@@ -3295,7 +3295,7 @@ declare namespace AutoScaling {
|
|
3295
3295
|
*/
|
3296
3296
|
MetricIntervalUpperBound?: MetricScale;
|
3297
3297
|
/**
|
3298
|
-
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity.
|
3298
|
+
* The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value.
|
3299
3299
|
*/
|
3300
3300
|
ScalingAdjustment: PolicyIncrement;
|
3301
3301
|
}
|
@@ -114,7 +114,7 @@ declare namespace CloudControl {
|
|
114
114
|
*/
|
115
115
|
ClientToken?: ClientToken;
|
116
116
|
/**
|
117
|
-
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format.
|
117
|
+
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format. Specify the desired state as one of the following: A JSON blob A local path containing the desired state in JSON data format For more information, see Composing the desired state of the resource in the Amazon Web Services Cloud Control API User Guide. For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
|
118
118
|
*/
|
119
119
|
DesiredState: Properties;
|
120
120
|
}
|