@aws-sdk/client-apprunner 3.168.0 → 3.170.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 (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppRunner.d.ts +550 -155
  3. package/dist-types/ts3.4/AppRunnerClient.d.ts +309 -103
  4. package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1084 -992
  40. package/dist-types/ts3.4/pagination/DescribeCustomDomainsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListAutoScalingConfigurationsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListObservabilityConfigurationsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListVpcConnectorsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  49. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +365 -92
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  54. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
- import { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0";
5
- export interface StartDeploymentCommandInput extends StartDeploymentRequest {
6
- }
7
- export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDeploymentCommand extends $Command<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig> {
11
- readonly input: StartDeploymentCommandInput;
12
- constructor(input: StartDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppRunnerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppRunnerClient";
13
+ import {
14
+ StartDeploymentRequest,
15
+ StartDeploymentResponse,
16
+ } from "../models/models_0";
17
+ export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
18
+ export interface StartDeploymentCommandOutput
19
+ extends StartDeploymentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StartDeploymentCommand extends $Command<
23
+ StartDeploymentCommandInput,
24
+ StartDeploymentCommandOutput,
25
+ AppRunnerClientResolvedConfig
26
+ > {
27
+ readonly input: StartDeploymentCommandInput;
28
+ constructor(input: StartDeploymentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppRunnerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppRunnerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppRunnerClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ AppRunnerClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppRunnerClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppRunnerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppRunnerClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ AppRunnerClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppRunnerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
4
- import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
5
- export interface UpdateServiceCommandInput extends UpdateServiceRequest {
6
- }
7
- export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig> {
11
- readonly input: UpdateServiceCommandInput;
12
- constructor(input: UpdateServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ AppRunnerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../AppRunnerClient";
13
+ import {
14
+ UpdateServiceRequest,
15
+ UpdateServiceResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateServiceCommandInput extends UpdateServiceRequest {}
18
+ export interface UpdateServiceCommandOutput
19
+ extends UpdateServiceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateServiceCommand extends $Command<
23
+ UpdateServiceCommandInput,
24
+ UpdateServiceCommandOutput,
25
+ AppRunnerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateServiceCommandInput;
28
+ constructor(input: UpdateServiceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AppRunnerClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,30 +1,30 @@
1
- export * from "./AssociateCustomDomainCommand";
2
- export * from "./CreateAutoScalingConfigurationCommand";
3
- export * from "./CreateConnectionCommand";
4
- export * from "./CreateObservabilityConfigurationCommand";
5
- export * from "./CreateServiceCommand";
6
- export * from "./CreateVpcConnectorCommand";
7
- export * from "./DeleteAutoScalingConfigurationCommand";
8
- export * from "./DeleteConnectionCommand";
9
- export * from "./DeleteObservabilityConfigurationCommand";
10
- export * from "./DeleteServiceCommand";
11
- export * from "./DeleteVpcConnectorCommand";
12
- export * from "./DescribeAutoScalingConfigurationCommand";
13
- export * from "./DescribeCustomDomainsCommand";
14
- export * from "./DescribeObservabilityConfigurationCommand";
15
- export * from "./DescribeServiceCommand";
16
- export * from "./DescribeVpcConnectorCommand";
17
- export * from "./DisassociateCustomDomainCommand";
18
- export * from "./ListAutoScalingConfigurationsCommand";
19
- export * from "./ListConnectionsCommand";
20
- export * from "./ListObservabilityConfigurationsCommand";
21
- export * from "./ListOperationsCommand";
22
- export * from "./ListServicesCommand";
23
- export * from "./ListTagsForResourceCommand";
24
- export * from "./ListVpcConnectorsCommand";
25
- export * from "./PauseServiceCommand";
26
- export * from "./ResumeServiceCommand";
27
- export * from "./StartDeploymentCommand";
28
- export * from "./TagResourceCommand";
29
- export * from "./UntagResourceCommand";
30
- export * from "./UpdateServiceCommand";
1
+ export * from "./AssociateCustomDomainCommand";
2
+ export * from "./CreateAutoScalingConfigurationCommand";
3
+ export * from "./CreateConnectionCommand";
4
+ export * from "./CreateObservabilityConfigurationCommand";
5
+ export * from "./CreateServiceCommand";
6
+ export * from "./CreateVpcConnectorCommand";
7
+ export * from "./DeleteAutoScalingConfigurationCommand";
8
+ export * from "./DeleteConnectionCommand";
9
+ export * from "./DeleteObservabilityConfigurationCommand";
10
+ export * from "./DeleteServiceCommand";
11
+ export * from "./DeleteVpcConnectorCommand";
12
+ export * from "./DescribeAutoScalingConfigurationCommand";
13
+ export * from "./DescribeCustomDomainsCommand";
14
+ export * from "./DescribeObservabilityConfigurationCommand";
15
+ export * from "./DescribeServiceCommand";
16
+ export * from "./DescribeVpcConnectorCommand";
17
+ export * from "./DisassociateCustomDomainCommand";
18
+ export * from "./ListAutoScalingConfigurationsCommand";
19
+ export * from "./ListConnectionsCommand";
20
+ export * from "./ListObservabilityConfigurationsCommand";
21
+ export * from "./ListOperationsCommand";
22
+ export * from "./ListServicesCommand";
23
+ export * from "./ListTagsForResourceCommand";
24
+ export * from "./ListVpcConnectorsCommand";
25
+ export * from "./PauseServiceCommand";
26
+ export * from "./ResumeServiceCommand";
27
+ export * from "./StartDeploymentCommand";
28
+ export * from "./TagResourceCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateServiceCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./AppRunner";
2
- export * from "./AppRunnerClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { AppRunnerServiceException } from "./models/AppRunnerServiceException";
1
+ export * from "./AppRunner";
2
+ export * from "./AppRunnerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { AppRunnerServiceException } from "./models/AppRunnerServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class AppRunnerServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class AppRunnerServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";