@aws-sdk/client-arc-zonal-shift 3.300.0 → 3.303.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.
@@ -15,17 +15,15 @@ class AccessDeniedException extends ARCZonalShiftServiceException_1.ARCZonalShif
15
15
  }
16
16
  }
17
17
  exports.AccessDeniedException = AccessDeniedException;
18
- var AppliedStatus;
19
- (function (AppliedStatus) {
20
- AppliedStatus["APPLIED"] = "APPLIED";
21
- AppliedStatus["NOT_APPLIED"] = "NOT_APPLIED";
22
- })(AppliedStatus = exports.AppliedStatus || (exports.AppliedStatus = {}));
23
- var ConflictExceptionReason;
24
- (function (ConflictExceptionReason) {
25
- ConflictExceptionReason["SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT"] = "SimultaneousZonalShiftsConflict";
26
- ConflictExceptionReason["ZONAL_SHIFT_ALREADY_EXISTS"] = "ZonalShiftAlreadyExists";
27
- ConflictExceptionReason["ZONAL_SHIFT_STATUS_NOT_ACTIVE"] = "ZonalShiftStatusNotActive";
28
- })(ConflictExceptionReason = exports.ConflictExceptionReason || (exports.ConflictExceptionReason = {}));
18
+ exports.AppliedStatus = {
19
+ APPLIED: "APPLIED",
20
+ NOT_APPLIED: "NOT_APPLIED",
21
+ };
22
+ exports.ConflictExceptionReason = {
23
+ SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT: "SimultaneousZonalShiftsConflict",
24
+ ZONAL_SHIFT_ALREADY_EXISTS: "ZonalShiftAlreadyExists",
25
+ ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive",
26
+ };
29
27
  class ConflictException extends ARCZonalShiftServiceException_1.ARCZonalShiftServiceException {
30
28
  constructor(opts) {
31
29
  super({
@@ -80,16 +78,15 @@ class ThrottlingException extends ARCZonalShiftServiceException_1.ARCZonalShiftS
80
78
  }
81
79
  }
82
80
  exports.ThrottlingException = ThrottlingException;
83
- var ValidationExceptionReason;
84
- (function (ValidationExceptionReason) {
85
- ValidationExceptionReason["INVALID_AZ"] = "InvalidAz";
86
- ValidationExceptionReason["INVALID_EXPIRES_IN"] = "InvalidExpiresIn";
87
- ValidationExceptionReason["INVALID_RESOURCE_IDENTIFIER"] = "InvalidResourceIdentifier";
88
- ValidationExceptionReason["INVALID_STATUS"] = "InvalidStatus";
89
- ValidationExceptionReason["INVALID_TOKEN"] = "InvalidToken";
90
- ValidationExceptionReason["MISSING_VALUE"] = "MissingValue";
91
- ValidationExceptionReason["UNSUPPORTED_AZ"] = "UnsupportedAz";
92
- })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
81
+ exports.ValidationExceptionReason = {
82
+ INVALID_AZ: "InvalidAz",
83
+ INVALID_EXPIRES_IN: "InvalidExpiresIn",
84
+ INVALID_RESOURCE_IDENTIFIER: "InvalidResourceIdentifier",
85
+ INVALID_STATUS: "InvalidStatus",
86
+ INVALID_TOKEN: "InvalidToken",
87
+ MISSING_VALUE: "MissingValue",
88
+ UNSUPPORTED_AZ: "UnsupportedAz",
89
+ };
93
90
  class ValidationException extends ARCZonalShiftServiceException_1.ARCZonalShiftServiceException {
94
91
  constructor(opts) {
95
92
  super({
@@ -104,9 +101,8 @@ class ValidationException extends ARCZonalShiftServiceException_1.ARCZonalShiftS
104
101
  }
105
102
  }
106
103
  exports.ValidationException = ValidationException;
107
- var ZonalShiftStatus;
108
- (function (ZonalShiftStatus) {
109
- ZonalShiftStatus["ACTIVE"] = "ACTIVE";
110
- ZonalShiftStatus["CANCELED"] = "CANCELED";
111
- ZonalShiftStatus["EXPIRED"] = "EXPIRED";
112
- })(ZonalShiftStatus = exports.ZonalShiftStatus || (exports.ZonalShiftStatus = {}));
104
+ exports.ZonalShiftStatus = {
105
+ ACTIVE: "ACTIVE",
106
+ CANCELED: "CANCELED",
107
+ EXPIRED: "EXPIRED",
108
+ };
@@ -11,17 +11,15 @@ export class AccessDeniedException extends __BaseException {
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
14
- export var AppliedStatus;
15
- (function (AppliedStatus) {
16
- AppliedStatus["APPLIED"] = "APPLIED";
17
- AppliedStatus["NOT_APPLIED"] = "NOT_APPLIED";
18
- })(AppliedStatus || (AppliedStatus = {}));
19
- export var ConflictExceptionReason;
20
- (function (ConflictExceptionReason) {
21
- ConflictExceptionReason["SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT"] = "SimultaneousZonalShiftsConflict";
22
- ConflictExceptionReason["ZONAL_SHIFT_ALREADY_EXISTS"] = "ZonalShiftAlreadyExists";
23
- ConflictExceptionReason["ZONAL_SHIFT_STATUS_NOT_ACTIVE"] = "ZonalShiftStatusNotActive";
24
- })(ConflictExceptionReason || (ConflictExceptionReason = {}));
14
+ export const AppliedStatus = {
15
+ APPLIED: "APPLIED",
16
+ NOT_APPLIED: "NOT_APPLIED",
17
+ };
18
+ export const ConflictExceptionReason = {
19
+ SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT: "SimultaneousZonalShiftsConflict",
20
+ ZONAL_SHIFT_ALREADY_EXISTS: "ZonalShiftAlreadyExists",
21
+ ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive",
22
+ };
25
23
  export class ConflictException extends __BaseException {
26
24
  constructor(opts) {
27
25
  super({
@@ -72,16 +70,15 @@ export class ThrottlingException extends __BaseException {
72
70
  Object.setPrototypeOf(this, ThrottlingException.prototype);
73
71
  }
74
72
  }
75
- export var ValidationExceptionReason;
76
- (function (ValidationExceptionReason) {
77
- ValidationExceptionReason["INVALID_AZ"] = "InvalidAz";
78
- ValidationExceptionReason["INVALID_EXPIRES_IN"] = "InvalidExpiresIn";
79
- ValidationExceptionReason["INVALID_RESOURCE_IDENTIFIER"] = "InvalidResourceIdentifier";
80
- ValidationExceptionReason["INVALID_STATUS"] = "InvalidStatus";
81
- ValidationExceptionReason["INVALID_TOKEN"] = "InvalidToken";
82
- ValidationExceptionReason["MISSING_VALUE"] = "MissingValue";
83
- ValidationExceptionReason["UNSUPPORTED_AZ"] = "UnsupportedAz";
84
- })(ValidationExceptionReason || (ValidationExceptionReason = {}));
73
+ export const ValidationExceptionReason = {
74
+ INVALID_AZ: "InvalidAz",
75
+ INVALID_EXPIRES_IN: "InvalidExpiresIn",
76
+ INVALID_RESOURCE_IDENTIFIER: "InvalidResourceIdentifier",
77
+ INVALID_STATUS: "InvalidStatus",
78
+ INVALID_TOKEN: "InvalidToken",
79
+ MISSING_VALUE: "MissingValue",
80
+ UNSUPPORTED_AZ: "UnsupportedAz",
81
+ };
85
82
  export class ValidationException extends __BaseException {
86
83
  constructor(opts) {
87
84
  super({
@@ -95,9 +92,8 @@ export class ValidationException extends __BaseException {
95
92
  this.reason = opts.reason;
96
93
  }
97
94
  }
98
- export var ZonalShiftStatus;
99
- (function (ZonalShiftStatus) {
100
- ZonalShiftStatus["ACTIVE"] = "ACTIVE";
101
- ZonalShiftStatus["CANCELED"] = "CANCELED";
102
- ZonalShiftStatus["EXPIRED"] = "EXPIRED";
103
- })(ZonalShiftStatus || (ZonalShiftStatus = {}));
95
+ export const ZonalShiftStatus = {
96
+ ACTIVE: "ACTIVE",
97
+ CANCELED: "CANCELED",
98
+ EXPIRED: "EXPIRED",
99
+ };
@@ -26,7 +26,7 @@ export interface CancelZonalShiftCommandOutput extends ZonalShift, __MetadataBea
26
26
  * import { ARCZonalShiftClient, CancelZonalShiftCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
27
27
  * // const { ARCZonalShiftClient, CancelZonalShiftCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
28
28
  * const client = new ARCZonalShiftClient(config);
29
- * const input = {
29
+ * const input = { // CancelZonalShiftRequest
30
30
  * zonalShiftId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelZonalShiftCommand(input);
@@ -28,7 +28,7 @@ export interface GetManagedResourceCommandOutput extends GetManagedResourceRespo
28
28
  * import { ARCZonalShiftClient, GetManagedResourceCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
29
29
  * // const { ARCZonalShiftClient, GetManagedResourceCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
30
30
  * const client = new ARCZonalShiftClient(config);
31
- * const input = {
31
+ * const input = { // GetManagedResourceRequest
32
32
  * resourceIdentifier: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetManagedResourceCommand(input);
@@ -28,7 +28,7 @@ export interface ListManagedResourcesCommandOutput extends ListManagedResourcesR
28
28
  * import { ARCZonalShiftClient, ListManagedResourcesCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
29
29
  * // const { ARCZonalShiftClient, ListManagedResourcesCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
30
30
  * const client = new ARCZonalShiftClient(config);
31
- * const input = {
31
+ * const input = { // ListManagedResourcesRequest
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
34
34
  * };
@@ -26,7 +26,7 @@ export interface ListZonalShiftsCommandOutput extends ListZonalShiftsResponse, _
26
26
  * import { ARCZonalShiftClient, ListZonalShiftsCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
27
27
  * // const { ARCZonalShiftClient, ListZonalShiftsCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
28
28
  * const client = new ARCZonalShiftClient(config);
29
- * const input = {
29
+ * const input = { // ListZonalShiftsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * status: "ACTIVE" || "EXPIRED" || "CANCELED",
32
32
  * maxResults: Number("int"),
@@ -35,7 +35,7 @@ export interface StartZonalShiftCommandOutput extends ZonalShift, __MetadataBear
35
35
  * import { ARCZonalShiftClient, StartZonalShiftCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
36
36
  * // const { ARCZonalShiftClient, StartZonalShiftCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
37
37
  * const client = new ARCZonalShiftClient(config);
38
- * const input = {
38
+ * const input = { // StartZonalShiftRequest
39
39
  * resourceIdentifier: "STRING_VALUE", // required
40
40
  * awayFrom: "STRING_VALUE", // required
41
41
  * expiresIn: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface UpdateZonalShiftCommandOutput extends ZonalShift, __MetadataBea
27
27
  * import { ARCZonalShiftClient, UpdateZonalShiftCommand } from "@aws-sdk/client-arc-zonal-shift"; // ES Modules import
28
28
  * // const { ARCZonalShiftClient, UpdateZonalShiftCommand } = require("@aws-sdk/client-arc-zonal-shift"); // CommonJS import
29
29
  * const client = new ARCZonalShiftClient(config);
30
- * const input = {
30
+ * const input = { // UpdateZonalShiftRequest
31
31
  * zonalShiftId: "STRING_VALUE", // required
32
32
  * comment: "STRING_VALUE",
33
33
  * expiresIn: "STRING_VALUE",
@@ -14,11 +14,16 @@ export declare class AccessDeniedException extends __BaseException {
14
14
  }
15
15
  /**
16
16
  * @public
17
+ * @enum
17
18
  */
18
- export declare enum AppliedStatus {
19
- APPLIED = "APPLIED",
20
- NOT_APPLIED = "NOT_APPLIED"
21
- }
19
+ export declare const AppliedStatus: {
20
+ readonly APPLIED: "APPLIED";
21
+ readonly NOT_APPLIED: "NOT_APPLIED";
22
+ };
23
+ /**
24
+ * @public
25
+ */
26
+ export type AppliedStatus = (typeof AppliedStatus)[keyof typeof AppliedStatus];
22
27
  /**
23
28
  * @public
24
29
  */
@@ -30,12 +35,17 @@ export interface CancelZonalShiftRequest {
30
35
  }
31
36
  /**
32
37
  * @public
38
+ * @enum
33
39
  */
34
- export declare enum ConflictExceptionReason {
35
- SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT = "SimultaneousZonalShiftsConflict",
36
- ZONAL_SHIFT_ALREADY_EXISTS = "ZonalShiftAlreadyExists",
37
- ZONAL_SHIFT_STATUS_NOT_ACTIVE = "ZonalShiftStatusNotActive"
38
- }
40
+ export declare const ConflictExceptionReason: {
41
+ readonly SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT: "SimultaneousZonalShiftsConflict";
42
+ readonly ZONAL_SHIFT_ALREADY_EXISTS: "ZonalShiftAlreadyExists";
43
+ readonly ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive";
44
+ };
45
+ /**
46
+ * @public
47
+ */
48
+ export type ConflictExceptionReason = (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
39
49
  /**
40
50
  * @public
41
51
  * <p>The request could not be processed because of conflict in the current state of the resource.</p>
@@ -94,16 +104,21 @@ export declare class ThrottlingException extends __BaseException {
94
104
  }
95
105
  /**
96
106
  * @public
107
+ * @enum
97
108
  */
98
- export declare enum ValidationExceptionReason {
99
- INVALID_AZ = "InvalidAz",
100
- INVALID_EXPIRES_IN = "InvalidExpiresIn",
101
- INVALID_RESOURCE_IDENTIFIER = "InvalidResourceIdentifier",
102
- INVALID_STATUS = "InvalidStatus",
103
- INVALID_TOKEN = "InvalidToken",
104
- MISSING_VALUE = "MissingValue",
105
- UNSUPPORTED_AZ = "UnsupportedAz"
106
- }
109
+ export declare const ValidationExceptionReason: {
110
+ readonly INVALID_AZ: "InvalidAz";
111
+ readonly INVALID_EXPIRES_IN: "InvalidExpiresIn";
112
+ readonly INVALID_RESOURCE_IDENTIFIER: "InvalidResourceIdentifier";
113
+ readonly INVALID_STATUS: "InvalidStatus";
114
+ readonly INVALID_TOKEN: "InvalidToken";
115
+ readonly MISSING_VALUE: "MissingValue";
116
+ readonly UNSUPPORTED_AZ: "UnsupportedAz";
117
+ };
118
+ /**
119
+ * @public
120
+ */
121
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
107
122
  /**
108
123
  * @public
109
124
  * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
@@ -122,12 +137,17 @@ export declare class ValidationException extends __BaseException {
122
137
  }
123
138
  /**
124
139
  * @public
140
+ * @enum
125
141
  */
126
- export declare enum ZonalShiftStatus {
127
- ACTIVE = "ACTIVE",
128
- CANCELED = "CANCELED",
129
- EXPIRED = "EXPIRED"
130
- }
142
+ export declare const ZonalShiftStatus: {
143
+ readonly ACTIVE: "ACTIVE";
144
+ readonly CANCELED: "CANCELED";
145
+ readonly EXPIRED: "EXPIRED";
146
+ };
147
+ /**
148
+ * @public
149
+ */
150
+ export type ZonalShiftStatus = (typeof ZonalShiftStatus)[keyof typeof ZonalShiftStatus];
131
151
  /**
132
152
  * @public
133
153
  */
@@ -7,18 +7,21 @@ export declare class AccessDeniedException extends __BaseException {
7
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
8
  );
9
9
  }
10
- export declare enum AppliedStatus {
11
- APPLIED = "APPLIED",
12
- NOT_APPLIED = "NOT_APPLIED",
13
- }
10
+ export declare const AppliedStatus: {
11
+ readonly APPLIED: "APPLIED";
12
+ readonly NOT_APPLIED: "NOT_APPLIED";
13
+ };
14
+ export type AppliedStatus = (typeof AppliedStatus)[keyof typeof AppliedStatus];
14
15
  export interface CancelZonalShiftRequest {
15
16
  zonalShiftId: string | undefined;
16
17
  }
17
- export declare enum ConflictExceptionReason {
18
- SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT = "SimultaneousZonalShiftsConflict",
19
- ZONAL_SHIFT_ALREADY_EXISTS = "ZonalShiftAlreadyExists",
20
- ZONAL_SHIFT_STATUS_NOT_ACTIVE = "ZonalShiftStatusNotActive",
21
- }
18
+ export declare const ConflictExceptionReason: {
19
+ readonly SIMULTANEOUS_ZONAL_SHIFTS_CONFLICT: "SimultaneousZonalShiftsConflict";
20
+ readonly ZONAL_SHIFT_ALREADY_EXISTS: "ZonalShiftAlreadyExists";
21
+ readonly ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive";
22
+ };
23
+ export type ConflictExceptionReason =
24
+ (typeof ConflictExceptionReason)[keyof typeof ConflictExceptionReason];
22
25
  export declare class ConflictException extends __BaseException {
23
26
  readonly name: "ConflictException";
24
27
  readonly $fault: "client";
@@ -47,15 +50,17 @@ export declare class ThrottlingException extends __BaseException {
47
50
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
48
51
  );
49
52
  }
50
- export declare enum ValidationExceptionReason {
51
- INVALID_AZ = "InvalidAz",
52
- INVALID_EXPIRES_IN = "InvalidExpiresIn",
53
- INVALID_RESOURCE_IDENTIFIER = "InvalidResourceIdentifier",
54
- INVALID_STATUS = "InvalidStatus",
55
- INVALID_TOKEN = "InvalidToken",
56
- MISSING_VALUE = "MissingValue",
57
- UNSUPPORTED_AZ = "UnsupportedAz",
58
- }
53
+ export declare const ValidationExceptionReason: {
54
+ readonly INVALID_AZ: "InvalidAz";
55
+ readonly INVALID_EXPIRES_IN: "InvalidExpiresIn";
56
+ readonly INVALID_RESOURCE_IDENTIFIER: "InvalidResourceIdentifier";
57
+ readonly INVALID_STATUS: "InvalidStatus";
58
+ readonly INVALID_TOKEN: "InvalidToken";
59
+ readonly MISSING_VALUE: "MissingValue";
60
+ readonly UNSUPPORTED_AZ: "UnsupportedAz";
61
+ };
62
+ export type ValidationExceptionReason =
63
+ (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
59
64
  export declare class ValidationException extends __BaseException {
60
65
  readonly name: "ValidationException";
61
66
  readonly $fault: "client";
@@ -64,11 +69,13 @@ export declare class ValidationException extends __BaseException {
64
69
  opts: __ExceptionOptionType<ValidationException, __BaseException>
65
70
  );
66
71
  }
67
- export declare enum ZonalShiftStatus {
68
- ACTIVE = "ACTIVE",
69
- CANCELED = "CANCELED",
70
- EXPIRED = "EXPIRED",
71
- }
72
+ export declare const ZonalShiftStatus: {
73
+ readonly ACTIVE: "ACTIVE";
74
+ readonly CANCELED: "CANCELED";
75
+ readonly EXPIRED: "EXPIRED";
76
+ };
77
+ export type ZonalShiftStatus =
78
+ (typeof ZonalShiftStatus)[keyof typeof ZonalShiftStatus];
72
79
  export interface ZonalShift {
73
80
  zonalShiftId: string | undefined;
74
81
  resourceIdentifier: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-arc-zonal-shift",
3
3
  "description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.303.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,42 +21,42 @@
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.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.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.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-serde": "3.303.0",
37
+ "@aws-sdk/middleware-signing": "3.303.0",
38
+ "@aws-sdk/middleware-stack": "3.303.0",
39
+ "@aws-sdk/middleware-user-agent": "3.303.0",
40
+ "@aws-sdk/node-config-provider": "3.303.0",
41
+ "@aws-sdk/node-http-handler": "3.303.0",
42
+ "@aws-sdk/protocol-http": "3.303.0",
43
+ "@aws-sdk/smithy-client": "3.303.0",
44
+ "@aws-sdk/types": "3.303.0",
45
+ "@aws-sdk/url-parser": "3.303.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.303.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
+ "@aws-sdk/util-endpoints": "3.303.0",
52
+ "@aws-sdk/util-retry": "3.303.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
54
+ "@aws-sdk/util-user-agent-node": "3.303.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",