@aws-sdk/client-apprunner 3.296.0 → 3.298.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 (118) hide show
  1. package/dist-cjs/commands/AssociateCustomDomainCommand.js +2 -3
  2. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -3
  6. package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteServiceCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeServiceCommand.js +1 -1
  17. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -3
  19. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -3
  20. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -3
  21. package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
  22. package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -3
  23. package/dist-cjs/commands/ListOperationsCommand.js +2 -3
  24. package/dist-cjs/commands/ListServicesCommand.js +2 -3
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  26. package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -3
  27. package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -3
  28. package/dist-cjs/commands/PauseServiceCommand.js +1 -1
  29. package/dist-cjs/commands/ResumeServiceCommand.js +1 -1
  30. package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -3
  34. package/dist-cjs/models/models_0.js +1 -359
  35. package/dist-es/commands/AssociateCustomDomainCommand.js +2 -3
  36. package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -3
  37. package/dist-es/commands/CreateConnectionCommand.js +2 -3
  38. package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -3
  39. package/dist-es/commands/CreateVpcConnectorCommand.js +2 -3
  40. package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -3
  41. package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
  42. package/dist-es/commands/DeleteConnectionCommand.js +2 -3
  43. package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -3
  44. package/dist-es/commands/DeleteServiceCommand.js +2 -2
  45. package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -3
  46. package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -3
  47. package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
  48. package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -3
  49. package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -3
  50. package/dist-es/commands/DescribeServiceCommand.js +2 -2
  51. package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -3
  52. package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -3
  53. package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -3
  54. package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -3
  55. package/dist-es/commands/ListConnectionsCommand.js +2 -3
  56. package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -3
  57. package/dist-es/commands/ListOperationsCommand.js +2 -3
  58. package/dist-es/commands/ListServicesCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/ListVpcConnectorsCommand.js +2 -3
  61. package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -3
  62. package/dist-es/commands/PauseServiceCommand.js +2 -2
  63. package/dist-es/commands/ResumeServiceCommand.js +2 -2
  64. package/dist-es/commands/StartDeploymentCommand.js +2 -3
  65. package/dist-es/commands/TagResourceCommand.js +2 -3
  66. package/dist-es/commands/UntagResourceCommand.js +2 -3
  67. package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -3
  68. package/dist-es/models/models_0.js +0 -267
  69. package/dist-types/AppRunner.d.ts +36 -0
  70. package/dist-types/AppRunnerClient.d.ts +24 -4
  71. package/dist-types/commands/AssociateCustomDomainCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateConnectionCommand.d.ts +16 -0
  74. package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +16 -0
  75. package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
  76. package/dist-types/commands/CreateVpcConnectorCommand.d.ts +16 -0
  77. package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +16 -0
  83. package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +16 -0
  84. package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +16 -0
  85. package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +16 -0
  87. package/dist-types/commands/DescribeServiceCommand.d.ts +16 -0
  88. package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +16 -0
  89. package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +16 -0
  90. package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +16 -0
  91. package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListConnectionsCommand.d.ts +16 -0
  93. package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListOperationsCommand.d.ts +16 -0
  95. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  97. package/dist-types/commands/ListVpcConnectorsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +16 -0
  99. package/dist-types/commands/PauseServiceCommand.d.ts +16 -0
  100. package/dist-types/commands/ResumeServiceCommand.d.ts +16 -0
  101. package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
  102. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  103. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +16 -0
  106. package/dist-types/models/AppRunnerServiceException.d.ts +2 -0
  107. package/dist-types/models/models_0.d.ts +303 -356
  108. package/dist-types/pagination/DescribeCustomDomainsPaginator.d.ts +3 -0
  109. package/dist-types/pagination/Interfaces.d.ts +3 -0
  110. package/dist-types/pagination/ListAutoScalingConfigurationsPaginator.d.ts +3 -0
  111. package/dist-types/pagination/ListConnectionsPaginator.d.ts +3 -0
  112. package/dist-types/pagination/ListObservabilityConfigurationsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/ListOperationsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  115. package/dist-types/pagination/ListVpcConnectorsPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListVpcIngressConnectionsPaginator.d.ts +3 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +0 -257
  118. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListServicesRequest, ListServicesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListServicesCommand}.
8
10
  */
9
11
  export interface ListServicesCommandInput extends ListServicesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListServicesCommand}.
13
17
  */
14
18
  export interface ListServicesCommandOutput extends ListServicesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of running App Runner services in your Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListServicesCommandInput - {@link ListServicesCommandInput}
34
+ * @returns {@link ListServicesCommandOutput}
28
35
  * @see {@link ListServicesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListServicesCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListServicesCommandOutput extends ListServicesResponse, __Metad
40
47
  export declare class ListServicesCommand extends $Command<ListServicesCommandInput, ListServicesCommandOutput, AppRunnerClientResolvedConfig> {
41
48
  readonly input: ListServicesCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListServicesCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicesCommandInput, ListServicesCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
46
53
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppRunnerClientResolvedConfig> {
47
54
  readonly input: ListTagsForResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListTagsForResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVpcConnectorsCommand}.
8
10
  */
9
11
  export interface ListVpcConnectorsCommandInput extends ListVpcConnectorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVpcConnectorsCommand}.
13
17
  */
14
18
  export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of App Runner VPC connectors in your Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListVpcConnectorsCommandInput - {@link ListVpcConnectorsCommandInput}
34
+ * @returns {@link ListVpcConnectorsCommandOutput}
28
35
  * @see {@link ListVpcConnectorsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListVpcConnectorsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListVpcConnectorsCommandOutput extends ListVpcConnectorsRespons
40
47
  export declare class ListVpcConnectorsCommand extends $Command<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput, AppRunnerClientResolvedConfig> {
41
48
  readonly input: ListVpcConnectorsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListVpcConnectorsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVpcIngressConnectionsCommand}.
8
10
  */
9
11
  export interface ListVpcIngressConnectionsCommandInput extends ListVpcIngressConnectionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVpcIngressConnectionsCommand}.
13
17
  */
14
18
  export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressConnectionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressCo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListVpcIngressConnectionsCommandInput - {@link ListVpcIngressConnectionsCommandInput}
34
+ * @returns {@link ListVpcIngressConnectionsCommandOutput}
28
35
  * @see {@link ListVpcIngressConnectionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListVpcIngressConnectionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListVpcIngressConnectionsCommandOutput extends ListVpcIngressCo
40
47
  export declare class ListVpcIngressConnectionsCommand extends $Command<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput, AppRunnerClientResolvedConfig> {
41
48
  readonly input: ListVpcIngressConnectionsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListVpcIngressConnectionsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { PauseServiceRequest, PauseServiceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PauseServiceCommand}.
8
10
  */
9
11
  export interface PauseServiceCommandInput extends PauseServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PauseServiceCommand}.
13
17
  */
14
18
  export interface PauseServiceCommandOutput extends PauseServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is
18
23
  * removed).</p>
19
24
  * <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
@@ -28,6 +33,8 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PauseServiceCommandInput - {@link PauseServiceCommandInput}
37
+ * @returns {@link PauseServiceCommandOutput}
31
38
  * @see {@link PauseServiceCommandInput} for command's `input` shape.
32
39
  * @see {@link PauseServiceCommandOutput} for command's `response` shape.
33
40
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad
49
56
  export declare class PauseServiceCommand extends $Command<PauseServiceCommandInput, PauseServiceCommandOutput, AppRunnerClientResolvedConfig> {
50
57
  readonly input: PauseServiceCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: PauseServiceCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PauseServiceCommandInput, PauseServiceCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { ResumeServiceRequest, ResumeServiceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ResumeServiceCommand}.
8
10
  */
9
11
  export interface ResumeServiceCommandInput extends ResumeServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ResumeServiceCommand}.
13
17
  */
14
18
  export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Resume an active App Runner service. App Runner provisions compute capacity for the service.</p>
18
23
  * <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a>ListOperations</a>
19
24
  * call to track the operation's progress.</p>
@@ -27,6 +32,8 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ResumeServiceCommandInput - {@link ResumeServiceCommandInput}
36
+ * @returns {@link ResumeServiceCommandOutput}
30
37
  * @see {@link ResumeServiceCommandInput} for command's `input` shape.
31
38
  * @see {@link ResumeServiceCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met
48
55
  export declare class ResumeServiceCommand extends $Command<ResumeServiceCommandInput, ResumeServiceCommandOutput, AppRunnerClientResolvedConfig> {
49
56
  readonly input: ResumeServiceCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ResumeServiceCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResumeServiceCommandInput, ResumeServiceCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartDeploymentCommand}.
8
10
  */
9
11
  export interface StartDeploymentCommandInput extends StartDeploymentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartDeploymentCommand}.
13
17
  */
14
18
  export interface StartDeploymentCommandOutput extends StartDeploymentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner
18
23
  * service.</p>
19
24
  * <p>For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker
@@ -30,6 +35,8 @@ export interface StartDeploymentCommandOutput extends StartDeploymentResponse, _
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param StartDeploymentCommandInput - {@link StartDeploymentCommandInput}
39
+ * @returns {@link StartDeploymentCommandOutput}
33
40
  * @see {@link StartDeploymentCommandInput} for command's `input` shape.
34
41
  * @see {@link StartDeploymentCommandOutput} for command's `response` shape.
35
42
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -48,11 +55,20 @@ export interface StartDeploymentCommandOutput extends StartDeploymentResponse, _
48
55
  export declare class StartDeploymentCommand extends $Command<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppRunnerClientResolvedConfig> {
49
56
  readonly input: StartDeploymentCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: StartDeploymentCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
46
53
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppRunnerClientResolvedConfig> {
47
54
  readonly input: TagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: TagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove tags from an App Runner resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
46
53
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppRunnerClientResolvedConfig> {
47
54
  readonly input: UntagResourceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UntagResourceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateServiceCommand}.
8
10
  */
9
11
  export interface UpdateServiceCommandInput extends UpdateServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateServiceCommand}.
13
17
  */
14
18
  export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto
18
23
  * scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service.
19
24
  * These can be set only when you create the service.</p>
@@ -30,6 +35,8 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param UpdateServiceCommandInput - {@link UpdateServiceCommandInput}
39
+ * @returns {@link UpdateServiceCommandOutput}
33
40
  * @see {@link UpdateServiceCommandInput} for command's `input` shape.
34
41
  * @see {@link UpdateServiceCommandOutput} for command's `response` shape.
35
42
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
51
58
  export declare class UpdateServiceCommand extends $Command<UpdateServiceCommandInput, UpdateServiceCommandOutput, AppRunnerClientResolvedConfig> {
52
59
  readonly input: UpdateServiceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateServiceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceCommandInput, UpdateServiceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateVpcIngressConnectionCommand}.
8
10
  */
9
11
  export interface UpdateVpcIngressConnectionCommandInput extends UpdateVpcIngressConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateVpcIngressConnectionCommand}.
13
17
  */
14
18
  export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngressConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:</p>
18
23
  * <ul>
19
24
  * <li>
@@ -42,6 +47,8 @@ export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngres
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param UpdateVpcIngressConnectionCommandInput - {@link UpdateVpcIngressConnectionCommandInput}
51
+ * @returns {@link UpdateVpcIngressConnectionCommandOutput}
45
52
  * @see {@link UpdateVpcIngressConnectionCommandInput} for command's `input` shape.
46
53
  * @see {@link UpdateVpcIngressConnectionCommandOutput} for command's `response` shape.
47
54
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -63,11 +70,20 @@ export interface UpdateVpcIngressConnectionCommandOutput extends UpdateVpcIngres
63
70
  export declare class UpdateVpcIngressConnectionCommand extends $Command<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
64
71
  readonly input: UpdateVpcIngressConnectionCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: UpdateVpcIngressConnectionCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from AppRunner service.
4
6
  */
5
7
  export declare class AppRunnerServiceException extends __ServiceException {