cdk-lambda-subminute 2.0.408 → 2.0.410
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +107 -95
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +321 -258
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +305 -258
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +57 -39
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +9 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +130 -35
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/savingsplans-2019-06-28.min.json +25 -1
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +24 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +51 -51
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +32 -23
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +154 -67
- package/node_modules/aws-sdk/clients/ec2.d.ts +49 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +37 -13
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +134 -21
- package/node_modules/aws-sdk/clients/savingsplans.d.ts +53 -25
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +644 -520
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +128 -65
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -28,11 +28,11 @@ declare class SavingsPlans extends Service {
|
|
28
28
|
*/
|
29
29
|
deleteQueuedSavingsPlan(callback?: (err: AWSError, data: SavingsPlans.Types.DeleteQueuedSavingsPlanResponse) => void): Request<SavingsPlans.Types.DeleteQueuedSavingsPlanResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Describes the specified Savings
|
31
|
+
* Describes the rates for the specified Savings Plan.
|
32
32
|
*/
|
33
33
|
describeSavingsPlanRates(params: SavingsPlans.Types.DescribeSavingsPlanRatesRequest, callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlanRatesResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlanRatesResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Describes the specified Savings
|
35
|
+
* Describes the rates for the specified Savings Plan.
|
36
36
|
*/
|
37
37
|
describeSavingsPlanRates(callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlanRatesResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlanRatesResponse, AWSError>;
|
38
38
|
/**
|
@@ -44,19 +44,19 @@ declare class SavingsPlans extends Service {
|
|
44
44
|
*/
|
45
45
|
describeSavingsPlans(callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlansResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlansResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Describes the specified Savings Plans
|
47
|
+
* Describes the offering rates for the specified Savings Plans.
|
48
48
|
*/
|
49
49
|
describeSavingsPlansOfferingRates(params: SavingsPlans.Types.DescribeSavingsPlansOfferingRatesRequest, callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlansOfferingRatesResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlansOfferingRatesResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Describes the specified Savings Plans
|
51
|
+
* Describes the offering rates for the specified Savings Plans.
|
52
52
|
*/
|
53
53
|
describeSavingsPlansOfferingRates(callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlansOfferingRatesResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlansOfferingRatesResponse, AWSError>;
|
54
54
|
/**
|
55
|
-
* Describes the specified Savings Plans
|
55
|
+
* Describes the offerings for the specified Savings Plans.
|
56
56
|
*/
|
57
57
|
describeSavingsPlansOfferings(params: SavingsPlans.Types.DescribeSavingsPlansOfferingsRequest, callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlansOfferingsResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlansOfferingsResponse, AWSError>;
|
58
58
|
/**
|
59
|
-
* Describes the specified Savings Plans
|
59
|
+
* Describes the offerings for the specified Savings Plans.
|
60
60
|
*/
|
61
61
|
describeSavingsPlansOfferings(callback?: (err: AWSError, data: SavingsPlans.Types.DescribeSavingsPlansOfferingsResponse) => void): Request<SavingsPlans.Types.DescribeSavingsPlansOfferingsResponse, AWSError>;
|
62
62
|
/**
|
@@ -67,6 +67,14 @@ declare class SavingsPlans extends Service {
|
|
67
67
|
* Lists the tags for the specified resource.
|
68
68
|
*/
|
69
69
|
listTagsForResource(callback?: (err: AWSError, data: SavingsPlans.Types.ListTagsForResourceResponse) => void): Request<SavingsPlans.Types.ListTagsForResourceResponse, AWSError>;
|
70
|
+
/**
|
71
|
+
* Returns the specified Savings Plan.
|
72
|
+
*/
|
73
|
+
returnSavingsPlan(params: SavingsPlans.Types.ReturnSavingsPlanRequest, callback?: (err: AWSError, data: SavingsPlans.Types.ReturnSavingsPlanResponse) => void): Request<SavingsPlans.Types.ReturnSavingsPlanResponse, AWSError>;
|
74
|
+
/**
|
75
|
+
* Returns the specified Savings Plan.
|
76
|
+
*/
|
77
|
+
returnSavingsPlan(callback?: (err: AWSError, data: SavingsPlans.Types.ReturnSavingsPlanResponse) => void): Request<SavingsPlans.Types.ReturnSavingsPlanResponse, AWSError>;
|
70
78
|
/**
|
71
79
|
* Adds the specified tags to the specified resource.
|
72
80
|
*/
|
@@ -93,19 +101,19 @@ declare namespace SavingsPlans {
|
|
93
101
|
*/
|
94
102
|
savingsPlanOfferingId: SavingsPlanOfferingId;
|
95
103
|
/**
|
96
|
-
* The hourly commitment, in
|
104
|
+
* The hourly commitment, in the same currency of the savingsPlanOfferingId. This is a value between 0.001 and 1 million. You cannot specify more than five digits after the decimal point.
|
97
105
|
*/
|
98
106
|
commitment: Amount;
|
99
107
|
/**
|
100
|
-
* The up-front payment amount. This is a whole number between 50 and 99 percent of the total value of the Savings Plan. This parameter is supported
|
108
|
+
* The up-front payment amount. This is a whole number between 50 and 99 percent of the total value of the Savings Plan. This parameter is only supported if the payment option is Partial Upfront.
|
101
109
|
*/
|
102
110
|
upfrontPaymentAmount?: Amount;
|
103
111
|
/**
|
104
|
-
* The time
|
112
|
+
* The purchase time of the Savings Plan in UTC format (YYYY-MM-DDTHH:MM:SSZ).
|
105
113
|
*/
|
106
114
|
purchaseTime?: DateTime;
|
107
115
|
/**
|
108
|
-
*
|
116
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
109
117
|
*/
|
110
118
|
clientToken?: ClientToken;
|
111
119
|
/**
|
@@ -154,11 +162,11 @@ declare namespace SavingsPlans {
|
|
154
162
|
*/
|
155
163
|
savingsPlanId?: SavingsPlanId;
|
156
164
|
/**
|
157
|
-
* Information about the Savings
|
165
|
+
* Information about the Savings Plan rates.
|
158
166
|
*/
|
159
167
|
searchResults?: SavingsPlanRateList;
|
160
168
|
/**
|
161
|
-
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
169
|
+
* The token to use to retrieve the next page of results. This value is null when there are no more results to return.
|
162
170
|
*/
|
163
171
|
nextToken?: PaginationToken;
|
164
172
|
}
|
@@ -176,7 +184,7 @@ declare namespace SavingsPlans {
|
|
176
184
|
*/
|
177
185
|
savingsPlanTypes?: SavingsPlanTypeList;
|
178
186
|
/**
|
179
|
-
* The
|
187
|
+
* The Amazon Web Services products.
|
180
188
|
*/
|
181
189
|
products?: SavingsPlanProductTypeList;
|
182
190
|
/**
|
@@ -188,7 +196,7 @@ declare namespace SavingsPlans {
|
|
188
196
|
*/
|
189
197
|
usageTypes?: SavingsPlanRateUsageTypeList;
|
190
198
|
/**
|
191
|
-
* The specific
|
199
|
+
* The specific Amazon Web Services operation for the line item in the billing report.
|
192
200
|
*/
|
193
201
|
operations?: SavingsPlanRateOperationList;
|
194
202
|
/**
|
@@ -228,11 +236,11 @@ declare namespace SavingsPlans {
|
|
228
236
|
*/
|
229
237
|
productType?: SavingsPlanProductType;
|
230
238
|
/**
|
231
|
-
* The plan
|
239
|
+
* The plan types.
|
232
240
|
*/
|
233
241
|
planTypes?: SavingsPlanTypeList;
|
234
242
|
/**
|
235
|
-
* The
|
243
|
+
* The duration, in seconds.
|
236
244
|
*/
|
237
245
|
durations?: DurationsList;
|
238
246
|
/**
|
@@ -252,7 +260,7 @@ declare namespace SavingsPlans {
|
|
252
260
|
*/
|
253
261
|
usageTypes?: SavingsPlanUsageTypeList;
|
254
262
|
/**
|
255
|
-
* The specific
|
263
|
+
* The specific Amazon Web Services operation for the line item in the billing report.
|
256
264
|
*/
|
257
265
|
operations?: SavingsPlanOperationList;
|
258
266
|
/**
|
@@ -296,7 +304,7 @@ declare namespace SavingsPlans {
|
|
296
304
|
*/
|
297
305
|
maxResults?: MaxResults;
|
298
306
|
/**
|
299
|
-
* The states.
|
307
|
+
* The current states of the Savings Plans.
|
300
308
|
*/
|
301
309
|
states?: SavingsPlanStateList;
|
302
310
|
/**
|
@@ -361,6 +369,22 @@ declare namespace SavingsPlans {
|
|
361
369
|
planDescription?: SavingsPlanDescription;
|
362
370
|
}
|
363
371
|
export type Region = string;
|
372
|
+
export interface ReturnSavingsPlanRequest {
|
373
|
+
/**
|
374
|
+
* The ID of the Savings Plan.
|
375
|
+
*/
|
376
|
+
savingsPlanId: SavingsPlanId;
|
377
|
+
/**
|
378
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
379
|
+
*/
|
380
|
+
clientToken?: ClientToken;
|
381
|
+
}
|
382
|
+
export interface ReturnSavingsPlanResponse {
|
383
|
+
/**
|
384
|
+
* The ID of the Savings Plan.
|
385
|
+
*/
|
386
|
+
savingsPlanId?: SavingsPlanId;
|
387
|
+
}
|
364
388
|
export interface SavingsPlan {
|
365
389
|
/**
|
366
390
|
* The ID of the offering.
|
@@ -387,11 +411,11 @@ declare namespace SavingsPlans {
|
|
387
411
|
*/
|
388
412
|
end?: String;
|
389
413
|
/**
|
390
|
-
* The state.
|
414
|
+
* The current state.
|
391
415
|
*/
|
392
416
|
state?: SavingsPlanState;
|
393
417
|
/**
|
394
|
-
* The
|
418
|
+
* The Amazon Web Services Region.
|
395
419
|
*/
|
396
420
|
region?: Region;
|
397
421
|
/**
|
@@ -415,7 +439,7 @@ declare namespace SavingsPlans {
|
|
415
439
|
*/
|
416
440
|
currency?: CurrencyCode;
|
417
441
|
/**
|
418
|
-
* The hourly commitment
|
442
|
+
* The hourly commitment amount in the specified currency.
|
419
443
|
*/
|
420
444
|
commitment?: Amount;
|
421
445
|
/**
|
@@ -434,6 +458,10 @@ declare namespace SavingsPlans {
|
|
434
458
|
* One or more tags.
|
435
459
|
*/
|
436
460
|
tags?: TagMap;
|
461
|
+
/**
|
462
|
+
* The time until when a return for the Savings Plan can be requested. If the Savings Plan is not returnable, the field reflects the Savings Plan start time.
|
463
|
+
*/
|
464
|
+
returnableUntil?: String;
|
437
465
|
}
|
438
466
|
export type SavingsPlanArn = string;
|
439
467
|
export type SavingsPlanArnList = SavingsPlanArn[];
|
@@ -491,7 +519,7 @@ declare namespace SavingsPlans {
|
|
491
519
|
*/
|
492
520
|
usageType?: SavingsPlanUsageType;
|
493
521
|
/**
|
494
|
-
* The specific
|
522
|
+
* The specific Amazon Web Services operation for the line item in the billing report.
|
495
523
|
*/
|
496
524
|
operation?: SavingsPlanOperation;
|
497
525
|
/**
|
@@ -550,7 +578,7 @@ declare namespace SavingsPlans {
|
|
550
578
|
*/
|
551
579
|
usageType?: SavingsPlanRateUsageType;
|
552
580
|
/**
|
553
|
-
* The specific
|
581
|
+
* The specific Amazon Web Services operation for the line item in the billing report.
|
554
582
|
*/
|
555
583
|
operation?: SavingsPlanRateOperation;
|
556
584
|
/**
|
@@ -614,7 +642,7 @@ declare namespace SavingsPlans {
|
|
614
642
|
*/
|
615
643
|
usageType?: SavingsPlanRateUsageType;
|
616
644
|
/**
|
617
|
-
* The specific
|
645
|
+
* The specific Amazon Web Services operation for the line item in the billing report.
|
618
646
|
*/
|
619
647
|
operation?: SavingsPlanRateOperation;
|
620
648
|
/**
|
@@ -658,7 +686,7 @@ declare namespace SavingsPlans {
|
|
658
686
|
export type SavingsPlanRateUsageTypeList = SavingsPlanRateUsageType[];
|
659
687
|
export type SavingsPlanServiceCode = string;
|
660
688
|
export type SavingsPlanServiceCodeList = SavingsPlanServiceCode[];
|
661
|
-
export type SavingsPlanState = "payment-pending"|"payment-failed"|"active"|"retired"|"queued"|"queued-deleted"|string;
|
689
|
+
export type SavingsPlanState = "payment-pending"|"payment-failed"|"active"|"retired"|"queued"|"queued-deleted"|"pending-return"|"returned"|string;
|
662
690
|
export type SavingsPlanStateList = SavingsPlanState[];
|
663
691
|
export type SavingsPlanType = "Compute"|"EC2Instance"|"SageMaker"|string;
|
664
692
|
export type SavingsPlanTypeList = SavingsPlanType[];
|