@aws-sdk/client-scheduler 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.
@@ -2,11 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ScheduleGroupState = exports.ServiceQuotaExceededException = exports.PropagateTags = exports.PlacementStrategyType = exports.PlacementConstraintType = exports.LaunchType = exports.ScheduleState = exports.FlexibleTimeWindowMode = exports.ConflictException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AssignPublicIp = void 0;
4
4
  const SchedulerServiceException_1 = require("./SchedulerServiceException");
5
- var AssignPublicIp;
6
- (function (AssignPublicIp) {
7
- AssignPublicIp["DISABLED"] = "DISABLED";
8
- AssignPublicIp["ENABLED"] = "ENABLED";
9
- })(AssignPublicIp = exports.AssignPublicIp || (exports.AssignPublicIp = {}));
5
+ exports.AssignPublicIp = {
6
+ DISABLED: "DISABLED",
7
+ ENABLED: "ENABLED",
8
+ };
10
9
  class InternalServerException extends SchedulerServiceException_1.SchedulerServiceException {
11
10
  constructor(opts) {
12
11
  super({
@@ -77,37 +76,31 @@ class ConflictException extends SchedulerServiceException_1.SchedulerServiceExce
77
76
  }
78
77
  }
79
78
  exports.ConflictException = ConflictException;
80
- var FlexibleTimeWindowMode;
81
- (function (FlexibleTimeWindowMode) {
82
- FlexibleTimeWindowMode["FLEXIBLE"] = "FLEXIBLE";
83
- FlexibleTimeWindowMode["OFF"] = "OFF";
84
- })(FlexibleTimeWindowMode = exports.FlexibleTimeWindowMode || (exports.FlexibleTimeWindowMode = {}));
85
- var ScheduleState;
86
- (function (ScheduleState) {
87
- ScheduleState["DISABLED"] = "DISABLED";
88
- ScheduleState["ENABLED"] = "ENABLED";
89
- })(ScheduleState = exports.ScheduleState || (exports.ScheduleState = {}));
90
- var LaunchType;
91
- (function (LaunchType) {
92
- LaunchType["EC2"] = "EC2";
93
- LaunchType["EXTERNAL"] = "EXTERNAL";
94
- LaunchType["FARGATE"] = "FARGATE";
95
- })(LaunchType = exports.LaunchType || (exports.LaunchType = {}));
96
- var PlacementConstraintType;
97
- (function (PlacementConstraintType) {
98
- PlacementConstraintType["DISTINCT_INSTANCE"] = "distinctInstance";
99
- PlacementConstraintType["MEMBER_OF"] = "memberOf";
100
- })(PlacementConstraintType = exports.PlacementConstraintType || (exports.PlacementConstraintType = {}));
101
- var PlacementStrategyType;
102
- (function (PlacementStrategyType) {
103
- PlacementStrategyType["BINPACK"] = "binpack";
104
- PlacementStrategyType["RANDOM"] = "random";
105
- PlacementStrategyType["SPREAD"] = "spread";
106
- })(PlacementStrategyType = exports.PlacementStrategyType || (exports.PlacementStrategyType = {}));
107
- var PropagateTags;
108
- (function (PropagateTags) {
109
- PropagateTags["TASK_DEFINITION"] = "TASK_DEFINITION";
110
- })(PropagateTags = exports.PropagateTags || (exports.PropagateTags = {}));
79
+ exports.FlexibleTimeWindowMode = {
80
+ FLEXIBLE: "FLEXIBLE",
81
+ OFF: "OFF",
82
+ };
83
+ exports.ScheduleState = {
84
+ DISABLED: "DISABLED",
85
+ ENABLED: "ENABLED",
86
+ };
87
+ exports.LaunchType = {
88
+ EC2: "EC2",
89
+ EXTERNAL: "EXTERNAL",
90
+ FARGATE: "FARGATE",
91
+ };
92
+ exports.PlacementConstraintType = {
93
+ DISTINCT_INSTANCE: "distinctInstance",
94
+ MEMBER_OF: "memberOf",
95
+ };
96
+ exports.PlacementStrategyType = {
97
+ BINPACK: "binpack",
98
+ RANDOM: "random",
99
+ SPREAD: "spread",
100
+ };
101
+ exports.PropagateTags = {
102
+ TASK_DEFINITION: "TASK_DEFINITION",
103
+ };
111
104
  class ServiceQuotaExceededException extends SchedulerServiceException_1.SchedulerServiceException {
112
105
  constructor(opts) {
113
106
  super({
@@ -122,8 +115,7 @@ class ServiceQuotaExceededException extends SchedulerServiceException_1.Schedule
122
115
  }
123
116
  }
124
117
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
125
- var ScheduleGroupState;
126
- (function (ScheduleGroupState) {
127
- ScheduleGroupState["ACTIVE"] = "ACTIVE";
128
- ScheduleGroupState["DELETING"] = "DELETING";
129
- })(ScheduleGroupState = exports.ScheduleGroupState || (exports.ScheduleGroupState = {}));
118
+ exports.ScheduleGroupState = {
119
+ ACTIVE: "ACTIVE",
120
+ DELETING: "DELETING",
121
+ };
@@ -1,9 +1,8 @@
1
1
  import { SchedulerServiceException as __BaseException } from "./SchedulerServiceException";
2
- export var AssignPublicIp;
3
- (function (AssignPublicIp) {
4
- AssignPublicIp["DISABLED"] = "DISABLED";
5
- AssignPublicIp["ENABLED"] = "ENABLED";
6
- })(AssignPublicIp || (AssignPublicIp = {}));
2
+ export const AssignPublicIp = {
3
+ DISABLED: "DISABLED",
4
+ ENABLED: "ENABLED",
5
+ };
7
6
  export class InternalServerException extends __BaseException {
8
7
  constructor(opts) {
9
8
  super({
@@ -69,37 +68,31 @@ export class ConflictException extends __BaseException {
69
68
  this.Message = opts.Message;
70
69
  }
71
70
  }
72
- export var FlexibleTimeWindowMode;
73
- (function (FlexibleTimeWindowMode) {
74
- FlexibleTimeWindowMode["FLEXIBLE"] = "FLEXIBLE";
75
- FlexibleTimeWindowMode["OFF"] = "OFF";
76
- })(FlexibleTimeWindowMode || (FlexibleTimeWindowMode = {}));
77
- export var ScheduleState;
78
- (function (ScheduleState) {
79
- ScheduleState["DISABLED"] = "DISABLED";
80
- ScheduleState["ENABLED"] = "ENABLED";
81
- })(ScheduleState || (ScheduleState = {}));
82
- export var LaunchType;
83
- (function (LaunchType) {
84
- LaunchType["EC2"] = "EC2";
85
- LaunchType["EXTERNAL"] = "EXTERNAL";
86
- LaunchType["FARGATE"] = "FARGATE";
87
- })(LaunchType || (LaunchType = {}));
88
- export var PlacementConstraintType;
89
- (function (PlacementConstraintType) {
90
- PlacementConstraintType["DISTINCT_INSTANCE"] = "distinctInstance";
91
- PlacementConstraintType["MEMBER_OF"] = "memberOf";
92
- })(PlacementConstraintType || (PlacementConstraintType = {}));
93
- export var PlacementStrategyType;
94
- (function (PlacementStrategyType) {
95
- PlacementStrategyType["BINPACK"] = "binpack";
96
- PlacementStrategyType["RANDOM"] = "random";
97
- PlacementStrategyType["SPREAD"] = "spread";
98
- })(PlacementStrategyType || (PlacementStrategyType = {}));
99
- export var PropagateTags;
100
- (function (PropagateTags) {
101
- PropagateTags["TASK_DEFINITION"] = "TASK_DEFINITION";
102
- })(PropagateTags || (PropagateTags = {}));
71
+ export const FlexibleTimeWindowMode = {
72
+ FLEXIBLE: "FLEXIBLE",
73
+ OFF: "OFF",
74
+ };
75
+ export const ScheduleState = {
76
+ DISABLED: "DISABLED",
77
+ ENABLED: "ENABLED",
78
+ };
79
+ export const LaunchType = {
80
+ EC2: "EC2",
81
+ EXTERNAL: "EXTERNAL",
82
+ FARGATE: "FARGATE",
83
+ };
84
+ export const PlacementConstraintType = {
85
+ DISTINCT_INSTANCE: "distinctInstance",
86
+ MEMBER_OF: "memberOf",
87
+ };
88
+ export const PlacementStrategyType = {
89
+ BINPACK: "binpack",
90
+ RANDOM: "random",
91
+ SPREAD: "spread",
92
+ };
93
+ export const PropagateTags = {
94
+ TASK_DEFINITION: "TASK_DEFINITION",
95
+ };
103
96
  export class ServiceQuotaExceededException extends __BaseException {
104
97
  constructor(opts) {
105
98
  super({
@@ -113,8 +106,7 @@ export class ServiceQuotaExceededException extends __BaseException {
113
106
  this.Message = opts.Message;
114
107
  }
115
108
  }
116
- export var ScheduleGroupState;
117
- (function (ScheduleGroupState) {
118
- ScheduleGroupState["ACTIVE"] = "ACTIVE";
119
- ScheduleGroupState["DELETING"] = "DELETING";
120
- })(ScheduleGroupState || (ScheduleGroupState = {}));
109
+ export const ScheduleGroupState = {
110
+ ACTIVE: "ACTIVE",
111
+ DELETING: "DELETING",
112
+ };
@@ -2,11 +2,16 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { SchedulerServiceException as __BaseException } from "./SchedulerServiceException";
3
3
  /**
4
4
  * @public
5
+ * @enum
5
6
  */
6
- export declare enum AssignPublicIp {
7
- DISABLED = "DISABLED",
8
- ENABLED = "ENABLED"
9
- }
7
+ export declare const AssignPublicIp: {
8
+ readonly DISABLED: "DISABLED";
9
+ readonly ENABLED: "ENABLED";
10
+ };
11
+ /**
12
+ * @public
13
+ */
14
+ export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
10
15
  /**
11
16
  * @public
12
17
  * <p>Unexpected error encountered while processing the request.</p>
@@ -106,11 +111,16 @@ export declare class ConflictException extends __BaseException {
106
111
  }
107
112
  /**
108
113
  * @public
114
+ * @enum
109
115
  */
110
- export declare enum FlexibleTimeWindowMode {
111
- FLEXIBLE = "FLEXIBLE",
112
- OFF = "OFF"
113
- }
116
+ export declare const FlexibleTimeWindowMode: {
117
+ readonly FLEXIBLE: "FLEXIBLE";
118
+ readonly OFF: "OFF";
119
+ };
120
+ /**
121
+ * @public
122
+ */
123
+ export type FlexibleTimeWindowMode = (typeof FlexibleTimeWindowMode)[keyof typeof FlexibleTimeWindowMode];
114
124
  /**
115
125
  * @public
116
126
  * <p>Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.</p>
@@ -127,11 +137,16 @@ export interface FlexibleTimeWindow {
127
137
  }
128
138
  /**
129
139
  * @public
140
+ * @enum
130
141
  */
131
- export declare enum ScheduleState {
132
- DISABLED = "DISABLED",
133
- ENABLED = "ENABLED"
134
- }
142
+ export declare const ScheduleState: {
143
+ readonly DISABLED: "DISABLED";
144
+ readonly ENABLED: "ENABLED";
145
+ };
146
+ /**
147
+ * @public
148
+ */
149
+ export type ScheduleState = (typeof ScheduleState)[keyof typeof ScheduleState];
135
150
  /**
136
151
  * @public
137
152
  * <p>An object that contains information about an Amazon SQS queue that EventBridge Scheduler uses as a dead-letter queue for your schedule. If specified, EventBridge Scheduler delivers failed events that could not be successfully delivered to a target to the queue.</p>
@@ -164,12 +179,17 @@ export interface CapacityProviderStrategyItem {
164
179
  }
165
180
  /**
166
181
  * @public
182
+ * @enum
167
183
  */
168
- export declare enum LaunchType {
169
- EC2 = "EC2",
170
- EXTERNAL = "EXTERNAL",
171
- FARGATE = "FARGATE"
172
- }
184
+ export declare const LaunchType: {
185
+ readonly EC2: "EC2";
186
+ readonly EXTERNAL: "EXTERNAL";
187
+ readonly FARGATE: "FARGATE";
188
+ };
189
+ /**
190
+ * @public
191
+ */
192
+ export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
173
193
  /**
174
194
  * @public
175
195
  * <p>This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.</p>
@@ -201,11 +221,16 @@ export interface NetworkConfiguration {
201
221
  }
202
222
  /**
203
223
  * @public
224
+ * @enum
204
225
  */
205
- export declare enum PlacementConstraintType {
206
- DISTINCT_INSTANCE = "distinctInstance",
207
- MEMBER_OF = "memberOf"
208
- }
226
+ export declare const PlacementConstraintType: {
227
+ readonly DISTINCT_INSTANCE: "distinctInstance";
228
+ readonly MEMBER_OF: "memberOf";
229
+ };
230
+ /**
231
+ * @public
232
+ */
233
+ export type PlacementConstraintType = (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
209
234
  /**
210
235
  * @public
211
236
  * <p>An object representing a constraint on task placement.</p>
@@ -223,12 +248,17 @@ export interface PlacementConstraint {
223
248
  }
224
249
  /**
225
250
  * @public
251
+ * @enum
226
252
  */
227
- export declare enum PlacementStrategyType {
228
- BINPACK = "binpack",
229
- RANDOM = "random",
230
- SPREAD = "spread"
231
- }
253
+ export declare const PlacementStrategyType: {
254
+ readonly BINPACK: "binpack";
255
+ readonly RANDOM: "random";
256
+ readonly SPREAD: "spread";
257
+ };
258
+ /**
259
+ * @public
260
+ */
261
+ export type PlacementStrategyType = (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
232
262
  /**
233
263
  * @public
234
264
  * <p>The task placement strategy for a task or service.</p>
@@ -249,10 +279,15 @@ export interface PlacementStrategy {
249
279
  }
250
280
  /**
251
281
  * @public
282
+ * @enum
252
283
  */
253
- export declare enum PropagateTags {
254
- TASK_DEFINITION = "TASK_DEFINITION"
255
- }
284
+ export declare const PropagateTags: {
285
+ readonly TASK_DEFINITION: "TASK_DEFINITION";
286
+ };
287
+ /**
288
+ * @public
289
+ */
290
+ export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
256
291
  /**
257
292
  * @public
258
293
  * <p>The templated target type for the Amazon ECS <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html">
@@ -973,11 +1008,16 @@ export interface GetScheduleGroupInput {
973
1008
  }
974
1009
  /**
975
1010
  * @public
1011
+ * @enum
976
1012
  */
977
- export declare enum ScheduleGroupState {
978
- ACTIVE = "ACTIVE",
979
- DELETING = "DELETING"
980
- }
1013
+ export declare const ScheduleGroupState: {
1014
+ readonly ACTIVE: "ACTIVE";
1015
+ readonly DELETING: "DELETING";
1016
+ };
1017
+ /**
1018
+ * @public
1019
+ */
1020
+ export type ScheduleGroupState = (typeof ScheduleGroupState)[keyof typeof ScheduleGroupState];
981
1021
  /**
982
1022
  * @public
983
1023
  */
@@ -1,9 +1,11 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SchedulerServiceException as __BaseException } from "./SchedulerServiceException";
3
- export declare enum AssignPublicIp {
4
- DISABLED = "DISABLED",
5
- ENABLED = "ENABLED",
6
- }
3
+ export declare const AssignPublicIp: {
4
+ readonly DISABLED: "DISABLED";
5
+ readonly ENABLED: "ENABLED";
6
+ };
7
+ export type AssignPublicIp =
8
+ (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
7
9
  export declare class InternalServerException extends __BaseException {
8
10
  readonly name: "InternalServerException";
9
11
  readonly $fault: "server";
@@ -52,18 +54,21 @@ export declare class ConflictException extends __BaseException {
52
54
  Message: string | undefined;
53
55
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
54
56
  }
55
- export declare enum FlexibleTimeWindowMode {
56
- FLEXIBLE = "FLEXIBLE",
57
- OFF = "OFF",
58
- }
57
+ export declare const FlexibleTimeWindowMode: {
58
+ readonly FLEXIBLE: "FLEXIBLE";
59
+ readonly OFF: "OFF";
60
+ };
61
+ export type FlexibleTimeWindowMode =
62
+ (typeof FlexibleTimeWindowMode)[keyof typeof FlexibleTimeWindowMode];
59
63
  export interface FlexibleTimeWindow {
60
64
  Mode: FlexibleTimeWindowMode | string | undefined;
61
65
  MaximumWindowInMinutes?: number;
62
66
  }
63
- export declare enum ScheduleState {
64
- DISABLED = "DISABLED",
65
- ENABLED = "ENABLED",
66
- }
67
+ export declare const ScheduleState: {
68
+ readonly DISABLED: "DISABLED";
69
+ readonly ENABLED: "ENABLED";
70
+ };
71
+ export type ScheduleState = (typeof ScheduleState)[keyof typeof ScheduleState];
67
72
  export interface DeadLetterConfig {
68
73
  Arn?: string;
69
74
  }
@@ -72,11 +77,12 @@ export interface CapacityProviderStrategyItem {
72
77
  weight?: number;
73
78
  base?: number;
74
79
  }
75
- export declare enum LaunchType {
76
- EC2 = "EC2",
77
- EXTERNAL = "EXTERNAL",
78
- FARGATE = "FARGATE",
79
- }
80
+ export declare const LaunchType: {
81
+ readonly EC2: "EC2";
82
+ readonly EXTERNAL: "EXTERNAL";
83
+ readonly FARGATE: "FARGATE";
84
+ };
85
+ export type LaunchType = (typeof LaunchType)[keyof typeof LaunchType];
80
86
  export interface AwsVpcConfiguration {
81
87
  Subnets: string[] | undefined;
82
88
  SecurityGroups?: string[];
@@ -85,26 +91,31 @@ export interface AwsVpcConfiguration {
85
91
  export interface NetworkConfiguration {
86
92
  awsvpcConfiguration?: AwsVpcConfiguration;
87
93
  }
88
- export declare enum PlacementConstraintType {
89
- DISTINCT_INSTANCE = "distinctInstance",
90
- MEMBER_OF = "memberOf",
91
- }
94
+ export declare const PlacementConstraintType: {
95
+ readonly DISTINCT_INSTANCE: "distinctInstance";
96
+ readonly MEMBER_OF: "memberOf";
97
+ };
98
+ export type PlacementConstraintType =
99
+ (typeof PlacementConstraintType)[keyof typeof PlacementConstraintType];
92
100
  export interface PlacementConstraint {
93
101
  type?: PlacementConstraintType | string;
94
102
  expression?: string;
95
103
  }
96
- export declare enum PlacementStrategyType {
97
- BINPACK = "binpack",
98
- RANDOM = "random",
99
- SPREAD = "spread",
100
- }
104
+ export declare const PlacementStrategyType: {
105
+ readonly BINPACK: "binpack";
106
+ readonly RANDOM: "random";
107
+ readonly SPREAD: "spread";
108
+ };
109
+ export type PlacementStrategyType =
110
+ (typeof PlacementStrategyType)[keyof typeof PlacementStrategyType];
101
111
  export interface PlacementStrategy {
102
112
  type?: PlacementStrategyType | string;
103
113
  field?: string;
104
114
  }
105
- export declare enum PropagateTags {
106
- TASK_DEFINITION = "TASK_DEFINITION",
107
- }
115
+ export declare const PropagateTags: {
116
+ readonly TASK_DEFINITION: "TASK_DEFINITION";
117
+ };
118
+ export type PropagateTags = (typeof PropagateTags)[keyof typeof PropagateTags];
108
119
  export interface EcsParameters {
109
120
  TaskDefinitionArn: string | undefined;
110
121
  TaskCount?: number;
@@ -261,10 +272,12 @@ export interface DeleteScheduleGroupOutput {}
261
272
  export interface GetScheduleGroupInput {
262
273
  Name: string | undefined;
263
274
  }
264
- export declare enum ScheduleGroupState {
265
- ACTIVE = "ACTIVE",
266
- DELETING = "DELETING",
267
- }
275
+ export declare const ScheduleGroupState: {
276
+ readonly ACTIVE: "ACTIVE";
277
+ readonly DELETING: "DELETING";
278
+ };
279
+ export type ScheduleGroupState =
280
+ (typeof ScheduleGroupState)[keyof typeof ScheduleGroupState];
268
281
  export interface GetScheduleGroupOutput {
269
282
  Arn?: string;
270
283
  Name?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-scheduler",
3
3
  "description": "AWS SDK for JavaScript Scheduler Client for Node.js, Browser and React Native",
4
- "version": "3.301.0",
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.301.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.301.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
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.295.0",
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",