@aws-sdk/client-savingsplans 3.301.0 → 3.306.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/dist-cjs/models/models_0.js +80 -92
- package/dist-es/models/models_0.js +80 -92
- package/dist-types/models/models_0.d.ts +140 -80
- package/dist-types/ts3.4/models/models_0.d.ts +104 -80
- package/package.json +34 -34
|
@@ -54,95 +54,83 @@ class ValidationException extends SavingsplansServiceException_1.SavingsplansSer
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
exports.ValidationException = ValidationException;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
SavingsPlanRateFilterAttribute["TENANCY"] = "tenancy";
|
|
138
|
-
})(SavingsPlanRateFilterAttribute = exports.SavingsPlanRateFilterAttribute || (exports.SavingsPlanRateFilterAttribute = {}));
|
|
139
|
-
var SavingsPlanOfferingFilterAttribute;
|
|
140
|
-
(function (SavingsPlanOfferingFilterAttribute) {
|
|
141
|
-
SavingsPlanOfferingFilterAttribute["instanceFamily"] = "instanceFamily";
|
|
142
|
-
SavingsPlanOfferingFilterAttribute["region"] = "region";
|
|
143
|
-
})(SavingsPlanOfferingFilterAttribute = exports.SavingsPlanOfferingFilterAttribute || (exports.SavingsPlanOfferingFilterAttribute = {}));
|
|
144
|
-
var SavingsPlanOfferingPropertyKey;
|
|
145
|
-
(function (SavingsPlanOfferingPropertyKey) {
|
|
146
|
-
SavingsPlanOfferingPropertyKey["INSTANCE_FAMILY"] = "instanceFamily";
|
|
147
|
-
SavingsPlanOfferingPropertyKey["REGION"] = "region";
|
|
148
|
-
})(SavingsPlanOfferingPropertyKey = exports.SavingsPlanOfferingPropertyKey || (exports.SavingsPlanOfferingPropertyKey = {}));
|
|
57
|
+
exports.SavingsPlanRateFilterName = {
|
|
58
|
+
INSTANCE_TYPE: "instanceType",
|
|
59
|
+
OPERATION: "operation",
|
|
60
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
61
|
+
PRODUCT_TYPE: "productType",
|
|
62
|
+
REGION: "region",
|
|
63
|
+
SERVICE_CODE: "serviceCode",
|
|
64
|
+
TENANCY: "tenancy",
|
|
65
|
+
USAGE_TYPE: "usageType",
|
|
66
|
+
};
|
|
67
|
+
exports.SavingsPlanProductType = {
|
|
68
|
+
EC2: "EC2",
|
|
69
|
+
FARGATE: "Fargate",
|
|
70
|
+
LAMBDA: "Lambda",
|
|
71
|
+
SAGEMAKER: "SageMaker",
|
|
72
|
+
};
|
|
73
|
+
exports.SavingsPlanRatePropertyKey = {
|
|
74
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
75
|
+
INSTANCE_TYPE: "instanceType",
|
|
76
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
77
|
+
REGION: "region",
|
|
78
|
+
TENANCY: "tenancy",
|
|
79
|
+
};
|
|
80
|
+
exports.SavingsPlanRateServiceCode = {
|
|
81
|
+
EC2: "AmazonEC2",
|
|
82
|
+
FARGATE: "AmazonECS",
|
|
83
|
+
FARGATE_EKS: "AmazonEKS",
|
|
84
|
+
LAMBDA: "AWSLambda",
|
|
85
|
+
SAGEMAKER: "AmazonSageMaker",
|
|
86
|
+
};
|
|
87
|
+
exports.SavingsPlanRateUnit = {
|
|
88
|
+
HOURS: "Hrs",
|
|
89
|
+
LAMBDA_GB_SECOND: "Lambda-GB-Second",
|
|
90
|
+
REQUEST: "Request",
|
|
91
|
+
};
|
|
92
|
+
exports.SavingsPlansFilterName = {
|
|
93
|
+
COMMITMENT: "commitment",
|
|
94
|
+
EC2_INSTANCE_FAMILY: "ec2-instance-family",
|
|
95
|
+
END: "end",
|
|
96
|
+
PAYMENT_OPTION: "payment-option",
|
|
97
|
+
REGION: "region",
|
|
98
|
+
SAVINGS_PLAN_TYPE: "savings-plan-type",
|
|
99
|
+
START: "start",
|
|
100
|
+
TERM: "term",
|
|
101
|
+
UPFRONT: "upfront",
|
|
102
|
+
};
|
|
103
|
+
exports.SavingsPlanState = {
|
|
104
|
+
ACTIVE: "active",
|
|
105
|
+
PAYMENT_FAILED: "payment-failed",
|
|
106
|
+
PAYMENT_PENDING: "payment-pending",
|
|
107
|
+
QUEUED: "queued",
|
|
108
|
+
QUEUED_DELETED: "queued-deleted",
|
|
109
|
+
RETIRED: "retired",
|
|
110
|
+
};
|
|
111
|
+
exports.SavingsPlanPaymentOption = {
|
|
112
|
+
ALL_UPFRONT: "All Upfront",
|
|
113
|
+
NO_UPFRONT: "No Upfront",
|
|
114
|
+
PARTIAL_UPFRONT: "Partial Upfront",
|
|
115
|
+
};
|
|
116
|
+
exports.SavingsPlanType = {
|
|
117
|
+
COMPUTE: "Compute",
|
|
118
|
+
EC2_INSTANCE: "EC2Instance",
|
|
119
|
+
SAGEMAKER: "SageMaker",
|
|
120
|
+
};
|
|
121
|
+
exports.SavingsPlanRateFilterAttribute = {
|
|
122
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
123
|
+
INSTANCE_TYPE: "instanceType",
|
|
124
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
125
|
+
PRODUCT_ID: "productId",
|
|
126
|
+
REGION: "region",
|
|
127
|
+
TENANCY: "tenancy",
|
|
128
|
+
};
|
|
129
|
+
exports.SavingsPlanOfferingFilterAttribute = {
|
|
130
|
+
instanceFamily: "instanceFamily",
|
|
131
|
+
region: "region",
|
|
132
|
+
};
|
|
133
|
+
exports.SavingsPlanOfferingPropertyKey = {
|
|
134
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
135
|
+
REGION: "region",
|
|
136
|
+
};
|
|
@@ -47,95 +47,83 @@ export class ValidationException extends __BaseException {
|
|
|
47
47
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
export
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
SavingsPlanRateFilterAttribute["TENANCY"] = "tenancy";
|
|
131
|
-
})(SavingsPlanRateFilterAttribute || (SavingsPlanRateFilterAttribute = {}));
|
|
132
|
-
export var SavingsPlanOfferingFilterAttribute;
|
|
133
|
-
(function (SavingsPlanOfferingFilterAttribute) {
|
|
134
|
-
SavingsPlanOfferingFilterAttribute["instanceFamily"] = "instanceFamily";
|
|
135
|
-
SavingsPlanOfferingFilterAttribute["region"] = "region";
|
|
136
|
-
})(SavingsPlanOfferingFilterAttribute || (SavingsPlanOfferingFilterAttribute = {}));
|
|
137
|
-
export var SavingsPlanOfferingPropertyKey;
|
|
138
|
-
(function (SavingsPlanOfferingPropertyKey) {
|
|
139
|
-
SavingsPlanOfferingPropertyKey["INSTANCE_FAMILY"] = "instanceFamily";
|
|
140
|
-
SavingsPlanOfferingPropertyKey["REGION"] = "region";
|
|
141
|
-
})(SavingsPlanOfferingPropertyKey || (SavingsPlanOfferingPropertyKey = {}));
|
|
50
|
+
export const SavingsPlanRateFilterName = {
|
|
51
|
+
INSTANCE_TYPE: "instanceType",
|
|
52
|
+
OPERATION: "operation",
|
|
53
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
54
|
+
PRODUCT_TYPE: "productType",
|
|
55
|
+
REGION: "region",
|
|
56
|
+
SERVICE_CODE: "serviceCode",
|
|
57
|
+
TENANCY: "tenancy",
|
|
58
|
+
USAGE_TYPE: "usageType",
|
|
59
|
+
};
|
|
60
|
+
export const SavingsPlanProductType = {
|
|
61
|
+
EC2: "EC2",
|
|
62
|
+
FARGATE: "Fargate",
|
|
63
|
+
LAMBDA: "Lambda",
|
|
64
|
+
SAGEMAKER: "SageMaker",
|
|
65
|
+
};
|
|
66
|
+
export const SavingsPlanRatePropertyKey = {
|
|
67
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
68
|
+
INSTANCE_TYPE: "instanceType",
|
|
69
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
70
|
+
REGION: "region",
|
|
71
|
+
TENANCY: "tenancy",
|
|
72
|
+
};
|
|
73
|
+
export const SavingsPlanRateServiceCode = {
|
|
74
|
+
EC2: "AmazonEC2",
|
|
75
|
+
FARGATE: "AmazonECS",
|
|
76
|
+
FARGATE_EKS: "AmazonEKS",
|
|
77
|
+
LAMBDA: "AWSLambda",
|
|
78
|
+
SAGEMAKER: "AmazonSageMaker",
|
|
79
|
+
};
|
|
80
|
+
export const SavingsPlanRateUnit = {
|
|
81
|
+
HOURS: "Hrs",
|
|
82
|
+
LAMBDA_GB_SECOND: "Lambda-GB-Second",
|
|
83
|
+
REQUEST: "Request",
|
|
84
|
+
};
|
|
85
|
+
export const SavingsPlansFilterName = {
|
|
86
|
+
COMMITMENT: "commitment",
|
|
87
|
+
EC2_INSTANCE_FAMILY: "ec2-instance-family",
|
|
88
|
+
END: "end",
|
|
89
|
+
PAYMENT_OPTION: "payment-option",
|
|
90
|
+
REGION: "region",
|
|
91
|
+
SAVINGS_PLAN_TYPE: "savings-plan-type",
|
|
92
|
+
START: "start",
|
|
93
|
+
TERM: "term",
|
|
94
|
+
UPFRONT: "upfront",
|
|
95
|
+
};
|
|
96
|
+
export const SavingsPlanState = {
|
|
97
|
+
ACTIVE: "active",
|
|
98
|
+
PAYMENT_FAILED: "payment-failed",
|
|
99
|
+
PAYMENT_PENDING: "payment-pending",
|
|
100
|
+
QUEUED: "queued",
|
|
101
|
+
QUEUED_DELETED: "queued-deleted",
|
|
102
|
+
RETIRED: "retired",
|
|
103
|
+
};
|
|
104
|
+
export const SavingsPlanPaymentOption = {
|
|
105
|
+
ALL_UPFRONT: "All Upfront",
|
|
106
|
+
NO_UPFRONT: "No Upfront",
|
|
107
|
+
PARTIAL_UPFRONT: "Partial Upfront",
|
|
108
|
+
};
|
|
109
|
+
export const SavingsPlanType = {
|
|
110
|
+
COMPUTE: "Compute",
|
|
111
|
+
EC2_INSTANCE: "EC2Instance",
|
|
112
|
+
SAGEMAKER: "SageMaker",
|
|
113
|
+
};
|
|
114
|
+
export const SavingsPlanRateFilterAttribute = {
|
|
115
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
116
|
+
INSTANCE_TYPE: "instanceType",
|
|
117
|
+
PRODUCT_DESCRIPTION: "productDescription",
|
|
118
|
+
PRODUCT_ID: "productId",
|
|
119
|
+
REGION: "region",
|
|
120
|
+
TENANCY: "tenancy",
|
|
121
|
+
};
|
|
122
|
+
export const SavingsPlanOfferingFilterAttribute = {
|
|
123
|
+
instanceFamily: "instanceFamily",
|
|
124
|
+
region: "region",
|
|
125
|
+
};
|
|
126
|
+
export const SavingsPlanOfferingPropertyKey = {
|
|
127
|
+
INSTANCE_FAMILY: "instanceFamily",
|
|
128
|
+
REGION: "region",
|
|
129
|
+
};
|
|
@@ -104,17 +104,22 @@ export interface DeleteQueuedSavingsPlanResponse {
|
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* @public
|
|
107
|
+
* @enum
|
|
107
108
|
*/
|
|
108
|
-
export declare
|
|
109
|
-
INSTANCE_TYPE
|
|
110
|
-
OPERATION
|
|
111
|
-
PRODUCT_DESCRIPTION
|
|
112
|
-
PRODUCT_TYPE
|
|
113
|
-
REGION
|
|
114
|
-
SERVICE_CODE
|
|
115
|
-
TENANCY
|
|
116
|
-
USAGE_TYPE
|
|
117
|
-
}
|
|
109
|
+
export declare const SavingsPlanRateFilterName: {
|
|
110
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
111
|
+
readonly OPERATION: "operation";
|
|
112
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
113
|
+
readonly PRODUCT_TYPE: "productType";
|
|
114
|
+
readonly REGION: "region";
|
|
115
|
+
readonly SERVICE_CODE: "serviceCode";
|
|
116
|
+
readonly TENANCY: "tenancy";
|
|
117
|
+
readonly USAGE_TYPE: "usageType";
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export type SavingsPlanRateFilterName = (typeof SavingsPlanRateFilterName)[keyof typeof SavingsPlanRateFilterName];
|
|
118
123
|
/**
|
|
119
124
|
* @public
|
|
120
125
|
* <p>Information about a filter.</p>
|
|
@@ -157,23 +162,33 @@ export interface DescribeSavingsPlanRatesRequest {
|
|
|
157
162
|
export type CurrencyCode = "CNY" | "USD";
|
|
158
163
|
/**
|
|
159
164
|
* @public
|
|
165
|
+
* @enum
|
|
160
166
|
*/
|
|
161
|
-
export declare
|
|
162
|
-
EC2
|
|
163
|
-
FARGATE
|
|
164
|
-
LAMBDA
|
|
165
|
-
SAGEMAKER
|
|
166
|
-
}
|
|
167
|
+
export declare const SavingsPlanProductType: {
|
|
168
|
+
readonly EC2: "EC2";
|
|
169
|
+
readonly FARGATE: "Fargate";
|
|
170
|
+
readonly LAMBDA: "Lambda";
|
|
171
|
+
readonly SAGEMAKER: "SageMaker";
|
|
172
|
+
};
|
|
167
173
|
/**
|
|
168
174
|
* @public
|
|
169
175
|
*/
|
|
170
|
-
export
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
176
|
+
export type SavingsPlanProductType = (typeof SavingsPlanProductType)[keyof typeof SavingsPlanProductType];
|
|
177
|
+
/**
|
|
178
|
+
* @public
|
|
179
|
+
* @enum
|
|
180
|
+
*/
|
|
181
|
+
export declare const SavingsPlanRatePropertyKey: {
|
|
182
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
183
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
184
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
185
|
+
readonly REGION: "region";
|
|
186
|
+
readonly TENANCY: "tenancy";
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export type SavingsPlanRatePropertyKey = (typeof SavingsPlanRatePropertyKey)[keyof typeof SavingsPlanRatePropertyKey];
|
|
177
192
|
/**
|
|
178
193
|
* @public
|
|
179
194
|
* <p>Information about a property.</p>
|
|
@@ -190,22 +205,32 @@ export interface SavingsPlanRateProperty {
|
|
|
190
205
|
}
|
|
191
206
|
/**
|
|
192
207
|
* @public
|
|
208
|
+
* @enum
|
|
193
209
|
*/
|
|
194
|
-
export declare
|
|
195
|
-
EC2
|
|
196
|
-
FARGATE
|
|
197
|
-
FARGATE_EKS
|
|
198
|
-
LAMBDA
|
|
199
|
-
SAGEMAKER
|
|
200
|
-
}
|
|
210
|
+
export declare const SavingsPlanRateServiceCode: {
|
|
211
|
+
readonly EC2: "AmazonEC2";
|
|
212
|
+
readonly FARGATE: "AmazonECS";
|
|
213
|
+
readonly FARGATE_EKS: "AmazonEKS";
|
|
214
|
+
readonly LAMBDA: "AWSLambda";
|
|
215
|
+
readonly SAGEMAKER: "AmazonSageMaker";
|
|
216
|
+
};
|
|
201
217
|
/**
|
|
202
218
|
* @public
|
|
203
219
|
*/
|
|
204
|
-
export
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
220
|
+
export type SavingsPlanRateServiceCode = (typeof SavingsPlanRateServiceCode)[keyof typeof SavingsPlanRateServiceCode];
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
* @enum
|
|
224
|
+
*/
|
|
225
|
+
export declare const SavingsPlanRateUnit: {
|
|
226
|
+
readonly HOURS: "Hrs";
|
|
227
|
+
readonly LAMBDA_GB_SECOND: "Lambda-GB-Second";
|
|
228
|
+
readonly REQUEST: "Request";
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
export type SavingsPlanRateUnit = (typeof SavingsPlanRateUnit)[keyof typeof SavingsPlanRateUnit];
|
|
209
234
|
/**
|
|
210
235
|
* @public
|
|
211
236
|
* <p>Information about a Savings Plan rate.</p>
|
|
@@ -264,18 +289,23 @@ export interface DescribeSavingsPlanRatesResponse {
|
|
|
264
289
|
}
|
|
265
290
|
/**
|
|
266
291
|
* @public
|
|
292
|
+
* @enum
|
|
267
293
|
*/
|
|
268
|
-
export declare
|
|
269
|
-
COMMITMENT
|
|
270
|
-
EC2_INSTANCE_FAMILY
|
|
271
|
-
END
|
|
272
|
-
PAYMENT_OPTION
|
|
273
|
-
REGION
|
|
274
|
-
SAVINGS_PLAN_TYPE
|
|
275
|
-
START
|
|
276
|
-
TERM
|
|
277
|
-
UPFRONT
|
|
278
|
-
}
|
|
294
|
+
export declare const SavingsPlansFilterName: {
|
|
295
|
+
readonly COMMITMENT: "commitment";
|
|
296
|
+
readonly EC2_INSTANCE_FAMILY: "ec2-instance-family";
|
|
297
|
+
readonly END: "end";
|
|
298
|
+
readonly PAYMENT_OPTION: "payment-option";
|
|
299
|
+
readonly REGION: "region";
|
|
300
|
+
readonly SAVINGS_PLAN_TYPE: "savings-plan-type";
|
|
301
|
+
readonly START: "start";
|
|
302
|
+
readonly TERM: "term";
|
|
303
|
+
readonly UPFRONT: "upfront";
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export type SavingsPlansFilterName = (typeof SavingsPlansFilterName)[keyof typeof SavingsPlansFilterName];
|
|
279
309
|
/**
|
|
280
310
|
* @public
|
|
281
311
|
* <p>Information about a filter.</p>
|
|
@@ -292,15 +322,20 @@ export interface SavingsPlanFilter {
|
|
|
292
322
|
}
|
|
293
323
|
/**
|
|
294
324
|
* @public
|
|
325
|
+
* @enum
|
|
295
326
|
*/
|
|
296
|
-
export declare
|
|
297
|
-
ACTIVE
|
|
298
|
-
PAYMENT_FAILED
|
|
299
|
-
PAYMENT_PENDING
|
|
300
|
-
QUEUED
|
|
301
|
-
QUEUED_DELETED
|
|
302
|
-
RETIRED
|
|
303
|
-
}
|
|
327
|
+
export declare const SavingsPlanState: {
|
|
328
|
+
readonly ACTIVE: "active";
|
|
329
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
330
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
331
|
+
readonly QUEUED: "queued";
|
|
332
|
+
readonly QUEUED_DELETED: "queued-deleted";
|
|
333
|
+
readonly RETIRED: "retired";
|
|
334
|
+
};
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
export type SavingsPlanState = (typeof SavingsPlanState)[keyof typeof SavingsPlanState];
|
|
304
339
|
/**
|
|
305
340
|
* @public
|
|
306
341
|
*/
|
|
@@ -333,20 +368,30 @@ export interface DescribeSavingsPlansRequest {
|
|
|
333
368
|
}
|
|
334
369
|
/**
|
|
335
370
|
* @public
|
|
371
|
+
* @enum
|
|
336
372
|
*/
|
|
337
|
-
export declare
|
|
338
|
-
ALL_UPFRONT
|
|
339
|
-
NO_UPFRONT
|
|
340
|
-
PARTIAL_UPFRONT
|
|
341
|
-
}
|
|
373
|
+
export declare const SavingsPlanPaymentOption: {
|
|
374
|
+
readonly ALL_UPFRONT: "All Upfront";
|
|
375
|
+
readonly NO_UPFRONT: "No Upfront";
|
|
376
|
+
readonly PARTIAL_UPFRONT: "Partial Upfront";
|
|
377
|
+
};
|
|
342
378
|
/**
|
|
343
379
|
* @public
|
|
344
380
|
*/
|
|
345
|
-
export
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
381
|
+
export type SavingsPlanPaymentOption = (typeof SavingsPlanPaymentOption)[keyof typeof SavingsPlanPaymentOption];
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
* @enum
|
|
385
|
+
*/
|
|
386
|
+
export declare const SavingsPlanType: {
|
|
387
|
+
readonly COMPUTE: "Compute";
|
|
388
|
+
readonly EC2_INSTANCE: "EC2Instance";
|
|
389
|
+
readonly SAGEMAKER: "SageMaker";
|
|
390
|
+
};
|
|
391
|
+
/**
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
export type SavingsPlanType = (typeof SavingsPlanType)[keyof typeof SavingsPlanType];
|
|
350
395
|
/**
|
|
351
396
|
* @public
|
|
352
397
|
* <p>Information about a Savings Plan.</p>
|
|
@@ -441,15 +486,20 @@ export interface DescribeSavingsPlansResponse {
|
|
|
441
486
|
}
|
|
442
487
|
/**
|
|
443
488
|
* @public
|
|
489
|
+
* @enum
|
|
444
490
|
*/
|
|
445
|
-
export declare
|
|
446
|
-
INSTANCE_FAMILY
|
|
447
|
-
INSTANCE_TYPE
|
|
448
|
-
PRODUCT_DESCRIPTION
|
|
449
|
-
PRODUCT_ID
|
|
450
|
-
REGION
|
|
451
|
-
TENANCY
|
|
452
|
-
}
|
|
491
|
+
export declare const SavingsPlanRateFilterAttribute: {
|
|
492
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
493
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
494
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
495
|
+
readonly PRODUCT_ID: "productId";
|
|
496
|
+
readonly REGION: "region";
|
|
497
|
+
readonly TENANCY: "tenancy";
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* @public
|
|
501
|
+
*/
|
|
502
|
+
export type SavingsPlanRateFilterAttribute = (typeof SavingsPlanRateFilterAttribute)[keyof typeof SavingsPlanRateFilterAttribute];
|
|
453
503
|
/**
|
|
454
504
|
* @public
|
|
455
505
|
* <p>Information about a filter.</p>
|
|
@@ -608,11 +658,16 @@ export interface DescribeSavingsPlansOfferingRatesResponse {
|
|
|
608
658
|
}
|
|
609
659
|
/**
|
|
610
660
|
* @public
|
|
661
|
+
* @enum
|
|
611
662
|
*/
|
|
612
|
-
export declare
|
|
613
|
-
instanceFamily
|
|
614
|
-
region
|
|
615
|
-
}
|
|
663
|
+
export declare const SavingsPlanOfferingFilterAttribute: {
|
|
664
|
+
readonly instanceFamily: "instanceFamily";
|
|
665
|
+
readonly region: "region";
|
|
666
|
+
};
|
|
667
|
+
/**
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
export type SavingsPlanOfferingFilterAttribute = (typeof SavingsPlanOfferingFilterAttribute)[keyof typeof SavingsPlanOfferingFilterAttribute];
|
|
616
671
|
/**
|
|
617
672
|
* @public
|
|
618
673
|
* <p>Information about a filter.</p>
|
|
@@ -687,11 +742,16 @@ export interface DescribeSavingsPlansOfferingsRequest {
|
|
|
687
742
|
}
|
|
688
743
|
/**
|
|
689
744
|
* @public
|
|
745
|
+
* @enum
|
|
690
746
|
*/
|
|
691
|
-
export declare
|
|
692
|
-
INSTANCE_FAMILY
|
|
693
|
-
REGION
|
|
694
|
-
}
|
|
747
|
+
export declare const SavingsPlanOfferingPropertyKey: {
|
|
748
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
749
|
+
readonly REGION: "region";
|
|
750
|
+
};
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export type SavingsPlanOfferingPropertyKey = (typeof SavingsPlanOfferingPropertyKey)[keyof typeof SavingsPlanOfferingPropertyKey];
|
|
695
755
|
/**
|
|
696
756
|
* @public
|
|
697
757
|
* <p>Information about a property.</p>
|
|
@@ -43,16 +43,18 @@ export interface DeleteQueuedSavingsPlanRequest {
|
|
|
43
43
|
savingsPlanId: string | undefined;
|
|
44
44
|
}
|
|
45
45
|
export interface DeleteQueuedSavingsPlanResponse {}
|
|
46
|
-
export declare
|
|
47
|
-
INSTANCE_TYPE
|
|
48
|
-
OPERATION
|
|
49
|
-
PRODUCT_DESCRIPTION
|
|
50
|
-
PRODUCT_TYPE
|
|
51
|
-
REGION
|
|
52
|
-
SERVICE_CODE
|
|
53
|
-
TENANCY
|
|
54
|
-
USAGE_TYPE
|
|
55
|
-
}
|
|
46
|
+
export declare const SavingsPlanRateFilterName: {
|
|
47
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
48
|
+
readonly OPERATION: "operation";
|
|
49
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
50
|
+
readonly PRODUCT_TYPE: "productType";
|
|
51
|
+
readonly REGION: "region";
|
|
52
|
+
readonly SERVICE_CODE: "serviceCode";
|
|
53
|
+
readonly TENANCY: "tenancy";
|
|
54
|
+
readonly USAGE_TYPE: "usageType";
|
|
55
|
+
};
|
|
56
|
+
export type SavingsPlanRateFilterName =
|
|
57
|
+
(typeof SavingsPlanRateFilterName)[keyof typeof SavingsPlanRateFilterName];
|
|
56
58
|
export interface SavingsPlanRateFilter {
|
|
57
59
|
name?: SavingsPlanRateFilterName | string;
|
|
58
60
|
values?: string[];
|
|
@@ -64,35 +66,43 @@ export interface DescribeSavingsPlanRatesRequest {
|
|
|
64
66
|
maxResults?: number;
|
|
65
67
|
}
|
|
66
68
|
export type CurrencyCode = "CNY" | "USD";
|
|
67
|
-
export declare
|
|
68
|
-
EC2
|
|
69
|
-
FARGATE
|
|
70
|
-
LAMBDA
|
|
71
|
-
SAGEMAKER
|
|
72
|
-
}
|
|
73
|
-
export
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
69
|
+
export declare const SavingsPlanProductType: {
|
|
70
|
+
readonly EC2: "EC2";
|
|
71
|
+
readonly FARGATE: "Fargate";
|
|
72
|
+
readonly LAMBDA: "Lambda";
|
|
73
|
+
readonly SAGEMAKER: "SageMaker";
|
|
74
|
+
};
|
|
75
|
+
export type SavingsPlanProductType =
|
|
76
|
+
(typeof SavingsPlanProductType)[keyof typeof SavingsPlanProductType];
|
|
77
|
+
export declare const SavingsPlanRatePropertyKey: {
|
|
78
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
79
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
80
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
81
|
+
readonly REGION: "region";
|
|
82
|
+
readonly TENANCY: "tenancy";
|
|
83
|
+
};
|
|
84
|
+
export type SavingsPlanRatePropertyKey =
|
|
85
|
+
(typeof SavingsPlanRatePropertyKey)[keyof typeof SavingsPlanRatePropertyKey];
|
|
80
86
|
export interface SavingsPlanRateProperty {
|
|
81
87
|
name?: SavingsPlanRatePropertyKey | string;
|
|
82
88
|
value?: string;
|
|
83
89
|
}
|
|
84
|
-
export declare
|
|
85
|
-
EC2
|
|
86
|
-
FARGATE
|
|
87
|
-
FARGATE_EKS
|
|
88
|
-
LAMBDA
|
|
89
|
-
SAGEMAKER
|
|
90
|
-
}
|
|
91
|
-
export
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
90
|
+
export declare const SavingsPlanRateServiceCode: {
|
|
91
|
+
readonly EC2: "AmazonEC2";
|
|
92
|
+
readonly FARGATE: "AmazonECS";
|
|
93
|
+
readonly FARGATE_EKS: "AmazonEKS";
|
|
94
|
+
readonly LAMBDA: "AWSLambda";
|
|
95
|
+
readonly SAGEMAKER: "AmazonSageMaker";
|
|
96
|
+
};
|
|
97
|
+
export type SavingsPlanRateServiceCode =
|
|
98
|
+
(typeof SavingsPlanRateServiceCode)[keyof typeof SavingsPlanRateServiceCode];
|
|
99
|
+
export declare const SavingsPlanRateUnit: {
|
|
100
|
+
readonly HOURS: "Hrs";
|
|
101
|
+
readonly LAMBDA_GB_SECOND: "Lambda-GB-Second";
|
|
102
|
+
readonly REQUEST: "Request";
|
|
103
|
+
};
|
|
104
|
+
export type SavingsPlanRateUnit =
|
|
105
|
+
(typeof SavingsPlanRateUnit)[keyof typeof SavingsPlanRateUnit];
|
|
96
106
|
export interface SavingsPlanRate {
|
|
97
107
|
rate?: string;
|
|
98
108
|
currency?: CurrencyCode | string;
|
|
@@ -108,29 +118,33 @@ export interface DescribeSavingsPlanRatesResponse {
|
|
|
108
118
|
searchResults?: SavingsPlanRate[];
|
|
109
119
|
nextToken?: string;
|
|
110
120
|
}
|
|
111
|
-
export declare
|
|
112
|
-
COMMITMENT
|
|
113
|
-
EC2_INSTANCE_FAMILY
|
|
114
|
-
END
|
|
115
|
-
PAYMENT_OPTION
|
|
116
|
-
REGION
|
|
117
|
-
SAVINGS_PLAN_TYPE
|
|
118
|
-
START
|
|
119
|
-
TERM
|
|
120
|
-
UPFRONT
|
|
121
|
-
}
|
|
121
|
+
export declare const SavingsPlansFilterName: {
|
|
122
|
+
readonly COMMITMENT: "commitment";
|
|
123
|
+
readonly EC2_INSTANCE_FAMILY: "ec2-instance-family";
|
|
124
|
+
readonly END: "end";
|
|
125
|
+
readonly PAYMENT_OPTION: "payment-option";
|
|
126
|
+
readonly REGION: "region";
|
|
127
|
+
readonly SAVINGS_PLAN_TYPE: "savings-plan-type";
|
|
128
|
+
readonly START: "start";
|
|
129
|
+
readonly TERM: "term";
|
|
130
|
+
readonly UPFRONT: "upfront";
|
|
131
|
+
};
|
|
132
|
+
export type SavingsPlansFilterName =
|
|
133
|
+
(typeof SavingsPlansFilterName)[keyof typeof SavingsPlansFilterName];
|
|
122
134
|
export interface SavingsPlanFilter {
|
|
123
135
|
name?: SavingsPlansFilterName | string;
|
|
124
136
|
values?: string[];
|
|
125
137
|
}
|
|
126
|
-
export declare
|
|
127
|
-
ACTIVE
|
|
128
|
-
PAYMENT_FAILED
|
|
129
|
-
PAYMENT_PENDING
|
|
130
|
-
QUEUED
|
|
131
|
-
QUEUED_DELETED
|
|
132
|
-
RETIRED
|
|
133
|
-
}
|
|
138
|
+
export declare const SavingsPlanState: {
|
|
139
|
+
readonly ACTIVE: "active";
|
|
140
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
141
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
142
|
+
readonly QUEUED: "queued";
|
|
143
|
+
readonly QUEUED_DELETED: "queued-deleted";
|
|
144
|
+
readonly RETIRED: "retired";
|
|
145
|
+
};
|
|
146
|
+
export type SavingsPlanState =
|
|
147
|
+
(typeof SavingsPlanState)[keyof typeof SavingsPlanState];
|
|
134
148
|
export interface DescribeSavingsPlansRequest {
|
|
135
149
|
savingsPlanArns?: string[];
|
|
136
150
|
savingsPlanIds?: string[];
|
|
@@ -139,16 +153,20 @@ export interface DescribeSavingsPlansRequest {
|
|
|
139
153
|
states?: (SavingsPlanState | string)[];
|
|
140
154
|
filters?: SavingsPlanFilter[];
|
|
141
155
|
}
|
|
142
|
-
export declare
|
|
143
|
-
ALL_UPFRONT
|
|
144
|
-
NO_UPFRONT
|
|
145
|
-
PARTIAL_UPFRONT
|
|
146
|
-
}
|
|
147
|
-
export
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
156
|
+
export declare const SavingsPlanPaymentOption: {
|
|
157
|
+
readonly ALL_UPFRONT: "All Upfront";
|
|
158
|
+
readonly NO_UPFRONT: "No Upfront";
|
|
159
|
+
readonly PARTIAL_UPFRONT: "Partial Upfront";
|
|
160
|
+
};
|
|
161
|
+
export type SavingsPlanPaymentOption =
|
|
162
|
+
(typeof SavingsPlanPaymentOption)[keyof typeof SavingsPlanPaymentOption];
|
|
163
|
+
export declare const SavingsPlanType: {
|
|
164
|
+
readonly COMPUTE: "Compute";
|
|
165
|
+
readonly EC2_INSTANCE: "EC2Instance";
|
|
166
|
+
readonly SAGEMAKER: "SageMaker";
|
|
167
|
+
};
|
|
168
|
+
export type SavingsPlanType =
|
|
169
|
+
(typeof SavingsPlanType)[keyof typeof SavingsPlanType];
|
|
152
170
|
export interface SavingsPlan {
|
|
153
171
|
offeringId?: string;
|
|
154
172
|
savingsPlanId?: string;
|
|
@@ -173,14 +191,16 @@ export interface DescribeSavingsPlansResponse {
|
|
|
173
191
|
savingsPlans?: SavingsPlan[];
|
|
174
192
|
nextToken?: string;
|
|
175
193
|
}
|
|
176
|
-
export declare
|
|
177
|
-
INSTANCE_FAMILY
|
|
178
|
-
INSTANCE_TYPE
|
|
179
|
-
PRODUCT_DESCRIPTION
|
|
180
|
-
PRODUCT_ID
|
|
181
|
-
REGION
|
|
182
|
-
TENANCY
|
|
183
|
-
}
|
|
194
|
+
export declare const SavingsPlanRateFilterAttribute: {
|
|
195
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
196
|
+
readonly INSTANCE_TYPE: "instanceType";
|
|
197
|
+
readonly PRODUCT_DESCRIPTION: "productDescription";
|
|
198
|
+
readonly PRODUCT_ID: "productId";
|
|
199
|
+
readonly REGION: "region";
|
|
200
|
+
readonly TENANCY: "tenancy";
|
|
201
|
+
};
|
|
202
|
+
export type SavingsPlanRateFilterAttribute =
|
|
203
|
+
(typeof SavingsPlanRateFilterAttribute)[keyof typeof SavingsPlanRateFilterAttribute];
|
|
184
204
|
export interface SavingsPlanOfferingRateFilterElement {
|
|
185
205
|
name?: SavingsPlanRateFilterAttribute | string;
|
|
186
206
|
values?: string[];
|
|
@@ -223,10 +243,12 @@ export interface DescribeSavingsPlansOfferingRatesResponse {
|
|
|
223
243
|
searchResults?: SavingsPlanOfferingRate[];
|
|
224
244
|
nextToken?: string;
|
|
225
245
|
}
|
|
226
|
-
export declare
|
|
227
|
-
instanceFamily
|
|
228
|
-
region
|
|
229
|
-
}
|
|
246
|
+
export declare const SavingsPlanOfferingFilterAttribute: {
|
|
247
|
+
readonly instanceFamily: "instanceFamily";
|
|
248
|
+
readonly region: "region";
|
|
249
|
+
};
|
|
250
|
+
export type SavingsPlanOfferingFilterAttribute =
|
|
251
|
+
(typeof SavingsPlanOfferingFilterAttribute)[keyof typeof SavingsPlanOfferingFilterAttribute];
|
|
230
252
|
export interface SavingsPlanOfferingFilterElement {
|
|
231
253
|
name?: SavingsPlanOfferingFilterAttribute | string;
|
|
232
254
|
values?: string[];
|
|
@@ -246,10 +268,12 @@ export interface DescribeSavingsPlansOfferingsRequest {
|
|
|
246
268
|
nextToken?: string;
|
|
247
269
|
maxResults?: number;
|
|
248
270
|
}
|
|
249
|
-
export declare
|
|
250
|
-
INSTANCE_FAMILY
|
|
251
|
-
REGION
|
|
252
|
-
}
|
|
271
|
+
export declare const SavingsPlanOfferingPropertyKey: {
|
|
272
|
+
readonly INSTANCE_FAMILY: "instanceFamily";
|
|
273
|
+
readonly REGION: "region";
|
|
274
|
+
};
|
|
275
|
+
export type SavingsPlanOfferingPropertyKey =
|
|
276
|
+
(typeof SavingsPlanOfferingPropertyKey)[keyof typeof SavingsPlanOfferingPropertyKey];
|
|
253
277
|
export interface SavingsPlanOfferingProperty {
|
|
254
278
|
name?: SavingsPlanOfferingPropertyKey | string;
|
|
255
279
|
value?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-savingsplans",
|
|
3
3
|
"description": "AWS SDK for JavaScript Savingsplans Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.306.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|