@aws-sdk/client-application-auto-scaling 3.590.0 → 3.596.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/index.js +0 -13
- package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutScalingPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutScheduledActionCommand.d.ts +2 -1
- package/dist-types/commands/RegisterScalableTargetCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ApplicationAutoScalingServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteScalingPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterScalableTargetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeScalableTargetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeScalingPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutScheduledActionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterScalableTargetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ApplicationAutoScalingServiceException.d.ts +2 -1
- 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) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteScalingPolicyRequest,
|
|
10
10
|
DeleteScalingPolicyResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ApplicationAutoScalingServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.
|
|
4
|
+
"version": "3.596.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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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.
|
|
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",
|