@aws-sdk/client-application-auto-scaling 3.588.0 → 3.592.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.
Files changed (35) hide show
  1. package/dist-cjs/index.js +0 -13
  2. package/dist-types/ApplicationAutoScalingClient.d.ts +4 -4
  3. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
  5. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +2 -1
  6. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +2 -1
  7. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -1
  10. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/PutScheduledActionCommand.d.ts +2 -1
  13. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +2 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  16. package/dist-types/index.d.ts +2 -2
  17. package/dist-types/models/ApplicationAutoScalingServiceException.d.ts +2 -1
  18. package/dist-types/runtimeConfig.native.d.ts +1 -1
  19. package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +1 -1
  20. package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/models/ApplicationAutoScalingServiceException.d.ts +2 -1
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  35. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -212,7 +212,6 @@ var ApplicationAutoScalingClient = _ApplicationAutoScalingClient;
212
212
 
213
213
  var import_middleware_serde = require("@smithy/middleware-serde");
214
214
 
215
- var import_types = require("@smithy/types");
216
215
 
217
216
  // src/protocols/Aws_json1_1.ts
218
217
  var import_core2 = require("@aws-sdk/core");
@@ -1109,7 +1108,6 @@ var DeleteScalingPolicyCommand = _DeleteScalingPolicyCommand;
1109
1108
 
1110
1109
 
1111
1110
 
1112
-
1113
1111
  var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
1114
1112
  ...commonParams
1115
1113
  }).m(function(Command, cs, config, o) {
@@ -1126,7 +1124,6 @@ var DeleteScheduledActionCommand = _DeleteScheduledActionCommand;
1126
1124
 
1127
1125
 
1128
1126
 
1129
-
1130
1127
  var _DeregisterScalableTargetCommand = class _DeregisterScalableTargetCommand extends import_smithy_client.Command.classBuilder().ep({
1131
1128
  ...commonParams
1132
1129
  }).m(function(Command, cs, config, o) {
@@ -1143,7 +1140,6 @@ var DeregisterScalableTargetCommand = _DeregisterScalableTargetCommand;
1143
1140
 
1144
1141
 
1145
1142
 
1146
-
1147
1143
  var _DescribeScalableTargetsCommand = class _DescribeScalableTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
1148
1144
  ...commonParams
1149
1145
  }).m(function(Command, cs, config, o) {
@@ -1160,7 +1156,6 @@ var DescribeScalableTargetsCommand = _DescribeScalableTargetsCommand;
1160
1156
 
1161
1157
 
1162
1158
 
1163
-
1164
1159
  var _DescribeScalingActivitiesCommand = class _DescribeScalingActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
1165
1160
  ...commonParams
1166
1161
  }).m(function(Command, cs, config, o) {
@@ -1177,7 +1172,6 @@ var DescribeScalingActivitiesCommand = _DescribeScalingActivitiesCommand;
1177
1172
 
1178
1173
 
1179
1174
 
1180
-
1181
1175
  var _DescribeScalingPoliciesCommand = class _DescribeScalingPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
1182
1176
  ...commonParams
1183
1177
  }).m(function(Command, cs, config, o) {
@@ -1194,7 +1188,6 @@ var DescribeScalingPoliciesCommand = _DescribeScalingPoliciesCommand;
1194
1188
 
1195
1189
 
1196
1190
 
1197
-
1198
1191
  var _DescribeScheduledActionsCommand = class _DescribeScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep({
1199
1192
  ...commonParams
1200
1193
  }).m(function(Command, cs, config, o) {
@@ -1211,7 +1204,6 @@ var DescribeScheduledActionsCommand = _DescribeScheduledActionsCommand;
1211
1204
 
1212
1205
 
1213
1206
 
1214
-
1215
1207
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1216
1208
  ...commonParams
1217
1209
  }).m(function(Command, cs, config, o) {
@@ -1228,7 +1220,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1228
1220
 
1229
1221
 
1230
1222
 
1231
-
1232
1223
  var _PutScalingPolicyCommand = class _PutScalingPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1233
1224
  ...commonParams
1234
1225
  }).m(function(Command, cs, config, o) {
@@ -1245,7 +1236,6 @@ var PutScalingPolicyCommand = _PutScalingPolicyCommand;
1245
1236
 
1246
1237
 
1247
1238
 
1248
-
1249
1239
  var _PutScheduledActionCommand = class _PutScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
1250
1240
  ...commonParams
1251
1241
  }).m(function(Command, cs, config, o) {
@@ -1262,7 +1252,6 @@ var PutScheduledActionCommand = _PutScheduledActionCommand;
1262
1252
 
1263
1253
 
1264
1254
 
1265
-
1266
1255
  var _RegisterScalableTargetCommand = class _RegisterScalableTargetCommand extends import_smithy_client.Command.classBuilder().ep({
1267
1256
  ...commonParams
1268
1257
  }).m(function(Command, cs, config, o) {
@@ -1279,7 +1268,6 @@ var RegisterScalableTargetCommand = _RegisterScalableTargetCommand;
1279
1268
 
1280
1269
 
1281
1270
 
1282
-
1283
1271
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1284
1272
  ...commonParams
1285
1273
  }).m(function(Command, cs, config, o) {
@@ -1296,7 +1284,6 @@ var TagResourceCommand = _TagResourceCommand;
1296
1284
 
1297
1285
 
1298
1286
 
1299
-
1300
1287
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1301
1288
  ...commonParams
1302
1289
  }).m(function(Command, cs, config, o) {
@@ -103,15 +103,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
103
103
  * Enables FIPS compatible endpoints.
104
104
  */
105
105
  useFipsEndpoint?: boolean | __Provider<boolean>;
106
+ /**
107
+ * The AWS region to which this client will send requests
108
+ */
109
+ region?: string | __Provider<string>;
106
110
  /**
107
111
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
108
112
  * @internal
109
113
  */
110
114
  defaultUserAgentProvider?: Provider<__UserAgent>;
111
- /**
112
- * The AWS region to which this client will send requests
113
- */
114
- region?: string | __Provider<string>;
115
115
  /**
116
116
  * Default credentials provider; Not available in browser runtime.
117
117
  * @deprecated
@@ -5,7 +5,8 @@ import { DeleteScalingPolicyRequest, DeleteScalingPolicyResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeregisterScalableTargetRequest, DeregisterScalableTargetResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScalableTargetsRequest, DescribeScalableTargetsResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScalingActivitiesRequest, DescribeScalingActivitiesResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScalingPoliciesRequest, DescribeScalingPoliciesResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScheduledActionsRequest, DescribeScheduledActionsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutScheduledActionRequest, PutScheduledActionResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterScalableTargetRequest, RegisterScalableTargetResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -82,8 +82,8 @@
82
82
  export * from "./ApplicationAutoScalingClient";
83
83
  export * from "./ApplicationAutoScaling";
84
84
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
85
- export { RuntimeExtension } from "./runtimeExtensions";
86
- export { ApplicationAutoScalingExtensionConfiguration } from "./extensionConfiguration";
85
+ export type { RuntimeExtension } from "./runtimeExtensions";
86
+ export type { ApplicationAutoScalingExtensionConfiguration } from "./extensionConfiguration";
87
87
  export * from "./commands";
88
88
  export * from "./pagination";
89
89
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ApplicationAutoScalingClientConf
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -148,8 +148,8 @@ export interface ClientDefaults
148
148
  serviceId?: string;
149
149
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
150
  useFipsEndpoint?: boolean | __Provider<boolean>;
151
- defaultUserAgentProvider?: Provider<__UserAgent>;
152
151
  region?: string | __Provider<string>;
152
+ defaultUserAgentProvider?: Provider<__UserAgent>;
153
153
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
154
154
  maxAttempts?: number | __Provider<number>;
155
155
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  DeleteScalingPolicyRequest,
10
10
  DeleteScalingPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteScalingPolicyCommandInput
14
15
  extends DeleteScalingPolicyRequest {}
15
16
  export interface DeleteScalingPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteScheduledActionRequest,
10
10
  DeleteScheduledActionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteScheduledActionCommandInput
14
15
  extends DeleteScheduledActionRequest {}
15
16
  export interface DeleteScheduledActionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterScalableTargetRequest,
10
10
  DeregisterScalableTargetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterScalableTargetCommandInput
14
15
  extends DeregisterScalableTargetRequest {}
15
16
  export interface DeregisterScalableTargetCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScalableTargetsRequest,
10
10
  DescribeScalableTargetsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScalableTargetsCommandInput
14
15
  extends DescribeScalableTargetsRequest {}
15
16
  export interface DescribeScalableTargetsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScalingActivitiesRequest,
10
10
  DescribeScalingActivitiesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScalingActivitiesCommandInput
14
15
  extends DescribeScalingActivitiesRequest {}
15
16
  export interface DescribeScalingActivitiesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScalingPoliciesRequest,
10
10
  DescribeScalingPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScalingPoliciesCommandInput
14
15
  extends DescribeScalingPoliciesRequest {}
15
16
  export interface DescribeScalingPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScheduledActionsRequest,
10
10
  DescribeScheduledActionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScheduledActionsCommandInput
14
15
  extends DescribeScheduledActionsRequest {}
15
16
  export interface DescribeScheduledActionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutScalingPolicyRequest,
10
10
  PutScalingPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutScalingPolicyCommandInput extends PutScalingPolicyRequest {}
14
15
  export interface PutScalingPolicyCommandOutput
15
16
  extends PutScalingPolicyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  PutScheduledActionRequest,
10
10
  PutScheduledActionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutScheduledActionCommandInput
14
15
  extends PutScheduledActionRequest {}
15
16
  export interface PutScheduledActionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RegisterScalableTargetRequest,
10
10
  RegisterScalableTargetResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RegisterScalableTargetCommandInput
14
15
  extends RegisterScalableTargetRequest {}
15
16
  export interface RegisterScalableTargetCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ApplicationAutoScalingClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ApplicationAutoScalingServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-auto-scaling",
3
3
  "description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-application-auto-scaling",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",