@aws-sdk/client-apprunner 3.414.0 → 3.418.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/README.md +16 -0
- package/dist-cjs/AppRunner.js +4 -0
- package/dist-cjs/commands/AssociateCustomDomainCommand.js +5 -0
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/CreateServiceCommand.js +5 -0
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +5 -0
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DeleteServiceCommand.js +5 -0
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +5 -0
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +5 -0
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +5 -0
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DescribeServiceCommand.js +5 -0
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +5 -0
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +5 -0
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +5 -0
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/ListConnectionsCommand.js +5 -0
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +5 -0
- package/dist-cjs/commands/ListOperationsCommand.js +5 -0
- package/dist-cjs/commands/ListServicesCommand.js +5 -0
- package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +51 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +5 -0
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +5 -0
- package/dist-cjs/commands/PauseServiceCommand.js +5 -0
- package/dist-cjs/commands/ResumeServiceCommand.js +5 -0
- package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +51 -0
- package/dist-cjs/commands/UpdateServiceCommand.js +5 -0
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +5 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/pagination/ListServicesForAutoScalingConfigurationPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +128 -4
- package/dist-es/AppRunner.js +4 -0
- package/dist-es/commands/AssociateCustomDomainCommand.js +5 -0
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateConnectionCommand.js +5 -0
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/CreateServiceCommand.js +5 -0
- package/dist-es/commands/CreateVpcConnectorCommand.js +5 -0
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteConnectionCommand.js +5 -0
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/DeleteServiceCommand.js +5 -0
- package/dist-es/commands/DeleteVpcConnectorCommand.js +5 -0
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +5 -0
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +5 -0
- package/dist-es/commands/DescribeCustomDomainsCommand.js +5 -0
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +5 -0
- package/dist-es/commands/DescribeServiceCommand.js +5 -0
- package/dist-es/commands/DescribeVpcConnectorCommand.js +5 -0
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +5 -0
- package/dist-es/commands/DisassociateCustomDomainCommand.js +5 -0
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +5 -0
- package/dist-es/commands/ListConnectionsCommand.js +5 -0
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +5 -0
- package/dist-es/commands/ListOperationsCommand.js +5 -0
- package/dist-es/commands/ListServicesCommand.js +5 -0
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +47 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ListVpcConnectorsCommand.js +5 -0
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +5 -0
- package/dist-es/commands/PauseServiceCommand.js +5 -0
- package/dist-es/commands/ResumeServiceCommand.js +5 -0
- package/dist-es/commands/StartDeploymentCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +47 -0
- package/dist-es/commands/UpdateServiceCommand.js +5 -0
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +5 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/pagination/ListServicesForAutoScalingConfigurationPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +122 -2
- package/dist-types/AppRunner.d.ts +14 -0
- package/dist-types/AppRunnerClient.d.ts +4 -2
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -2
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +6 -2
- package/dist-types/commands/DeleteServiceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +4 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +4 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +96 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +4 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +135 -6
- package/dist-types/pagination/ListServicesForAutoScalingConfigurationPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +18 -0
- package/dist-types/ts3.4/AppRunner.d.ts +46 -0
- package/dist-types/ts3.4/AppRunnerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -0
- package/dist-types/ts3.4/pagination/ListServicesForAutoScalingConfigurationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +24 -0
- package/package.json +31 -31
|
@@ -98,6 +98,8 @@ export interface AutoScalingConfiguration {
|
|
|
98
98
|
MaxSize?: number;
|
|
99
99
|
CreatedAt?: Date;
|
|
100
100
|
DeletedAt?: Date;
|
|
101
|
+
HasAssociatedService?: boolean;
|
|
102
|
+
IsDefault?: boolean;
|
|
101
103
|
}
|
|
102
104
|
export interface CreateAutoScalingConfigurationResponse {
|
|
103
105
|
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
@@ -298,6 +300,10 @@ export interface AutoScalingConfigurationSummary {
|
|
|
298
300
|
AutoScalingConfigurationArn?: string;
|
|
299
301
|
AutoScalingConfigurationName?: string;
|
|
300
302
|
AutoScalingConfigurationRevision?: number;
|
|
303
|
+
Status?: AutoScalingConfigurationStatus | string;
|
|
304
|
+
CreatedAt?: Date;
|
|
305
|
+
HasAssociatedService?: boolean;
|
|
306
|
+
IsDefault?: boolean;
|
|
301
307
|
}
|
|
302
308
|
export declare const ServiceStatus: {
|
|
303
309
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -392,6 +398,7 @@ export interface CreateVpcIngressConnectionResponse {
|
|
|
392
398
|
}
|
|
393
399
|
export interface DeleteAutoScalingConfigurationRequest {
|
|
394
400
|
AutoScalingConfigurationArn: string | undefined;
|
|
401
|
+
DeleteAllRevisions?: boolean;
|
|
395
402
|
}
|
|
396
403
|
export interface DeleteAutoScalingConfigurationResponse {
|
|
397
404
|
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
@@ -587,6 +594,15 @@ export interface ListServicesResponse {
|
|
|
587
594
|
ServiceSummaryList: ServiceSummary[] | undefined;
|
|
588
595
|
NextToken?: string;
|
|
589
596
|
}
|
|
597
|
+
export interface ListServicesForAutoScalingConfigurationRequest {
|
|
598
|
+
AutoScalingConfigurationArn: string | undefined;
|
|
599
|
+
MaxResults?: number;
|
|
600
|
+
NextToken?: string;
|
|
601
|
+
}
|
|
602
|
+
export interface ListServicesForAutoScalingConfigurationResponse {
|
|
603
|
+
ServiceArnList: string[] | undefined;
|
|
604
|
+
NextToken?: string;
|
|
605
|
+
}
|
|
590
606
|
export interface ListTagsForResourceRequest {
|
|
591
607
|
ResourceArn: string | undefined;
|
|
592
608
|
}
|
|
@@ -648,6 +664,12 @@ export interface UntagResourceRequest {
|
|
|
648
664
|
TagKeys: string[] | undefined;
|
|
649
665
|
}
|
|
650
666
|
export interface UntagResourceResponse {}
|
|
667
|
+
export interface UpdateDefaultAutoScalingConfigurationRequest {
|
|
668
|
+
AutoScalingConfigurationArn: string | undefined;
|
|
669
|
+
}
|
|
670
|
+
export interface UpdateDefaultAutoScalingConfigurationResponse {
|
|
671
|
+
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
672
|
+
}
|
|
651
673
|
export interface UpdateServiceRequest {
|
|
652
674
|
ServiceArn: string | undefined;
|
|
653
675
|
SourceConfiguration?: SourceConfiguration;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServicesForAutoScalingConfigurationCommandInput,
|
|
4
|
+
ListServicesForAutoScalingConfigurationCommandOutput,
|
|
5
|
+
} from "../commands/ListServicesForAutoScalingConfigurationCommand";
|
|
6
|
+
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServicesForAutoScalingConfiguration(
|
|
8
|
+
config: AppRunnerPaginationConfiguration,
|
|
9
|
+
input: ListServicesForAutoScalingConfigurationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServicesForAutoScalingConfigurationCommandOutput>;
|
|
@@ -4,6 +4,7 @@ export * from "./ListAutoScalingConfigurationsPaginator";
|
|
|
4
4
|
export * from "./ListConnectionsPaginator";
|
|
5
5
|
export * from "./ListObservabilityConfigurationsPaginator";
|
|
6
6
|
export * from "./ListOperationsPaginator";
|
|
7
|
+
export * from "./ListServicesForAutoScalingConfigurationPaginator";
|
|
7
8
|
export * from "./ListServicesPaginator";
|
|
8
9
|
export * from "./ListVpcConnectorsPaginator";
|
|
9
10
|
export * from "./ListVpcIngressConnectionsPaginator";
|
|
@@ -103,6 +103,10 @@ import {
|
|
|
103
103
|
ListServicesCommandInput,
|
|
104
104
|
ListServicesCommandOutput,
|
|
105
105
|
} from "../commands/ListServicesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListServicesForAutoScalingConfigurationCommandInput,
|
|
108
|
+
ListServicesForAutoScalingConfigurationCommandOutput,
|
|
109
|
+
} from "../commands/ListServicesForAutoScalingConfigurationCommand";
|
|
106
110
|
import {
|
|
107
111
|
ListTagsForResourceCommandInput,
|
|
108
112
|
ListTagsForResourceCommandOutput,
|
|
@@ -135,6 +139,10 @@ import {
|
|
|
135
139
|
UntagResourceCommandInput,
|
|
136
140
|
UntagResourceCommandOutput,
|
|
137
141
|
} from "../commands/UntagResourceCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
144
|
+
UpdateDefaultAutoScalingConfigurationCommandOutput,
|
|
145
|
+
} from "../commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
138
146
|
import {
|
|
139
147
|
UpdateServiceCommandInput,
|
|
140
148
|
UpdateServiceCommandOutput,
|
|
@@ -243,6 +251,10 @@ export declare const se_ListServicesCommand: (
|
|
|
243
251
|
input: ListServicesCommandInput,
|
|
244
252
|
context: __SerdeContext
|
|
245
253
|
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_ListServicesForAutoScalingConfigurationCommand: (
|
|
255
|
+
input: ListServicesForAutoScalingConfigurationCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
246
258
|
export declare const se_ListTagsForResourceCommand: (
|
|
247
259
|
input: ListTagsForResourceCommandInput,
|
|
248
260
|
context: __SerdeContext
|
|
@@ -275,6 +287,10 @@ export declare const se_UntagResourceCommand: (
|
|
|
275
287
|
input: UntagResourceCommandInput,
|
|
276
288
|
context: __SerdeContext
|
|
277
289
|
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const se_UpdateDefaultAutoScalingConfigurationCommand: (
|
|
291
|
+
input: UpdateDefaultAutoScalingConfigurationCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
278
294
|
export declare const se_UpdateServiceCommand: (
|
|
279
295
|
input: UpdateServiceCommandInput,
|
|
280
296
|
context: __SerdeContext
|
|
@@ -383,6 +399,10 @@ export declare const de_ListServicesCommand: (
|
|
|
383
399
|
output: __HttpResponse,
|
|
384
400
|
context: __SerdeContext
|
|
385
401
|
) => Promise<ListServicesCommandOutput>;
|
|
402
|
+
export declare const de_ListServicesForAutoScalingConfigurationCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<ListServicesForAutoScalingConfigurationCommandOutput>;
|
|
386
406
|
export declare const de_ListTagsForResourceCommand: (
|
|
387
407
|
output: __HttpResponse,
|
|
388
408
|
context: __SerdeContext
|
|
@@ -415,6 +435,10 @@ export declare const de_UntagResourceCommand: (
|
|
|
415
435
|
output: __HttpResponse,
|
|
416
436
|
context: __SerdeContext
|
|
417
437
|
) => Promise<UntagResourceCommandOutput>;
|
|
438
|
+
export declare const de_UpdateDefaultAutoScalingConfigurationCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<UpdateDefaultAutoScalingConfigurationCommandOutput>;
|
|
418
442
|
export declare const de_UpdateServiceCommand: (
|
|
419
443
|
output: __HttpResponse,
|
|
420
444
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.418.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,39 +21,39 @@
|
|
|
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/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|