@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 { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateCustomDomainCommand}.
8
10
  */
9
11
  export interface AssociateCustomDomainCommandInput extends AssociateCustomDomainRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateCustomDomainCommand}.
13
17
  */
14
18
  export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomainResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associate your own domain name with the App Runner subdomain URL of your App Runner service.</p>
18
23
  * <p>After you call <code>AssociateCustomDomain</code> and receive a successful response, use the information in the <a>CustomDomain</a> record
19
24
  * that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or
@@ -29,6 +34,8 @@ export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomai
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param AssociateCustomDomainCommandInput - {@link AssociateCustomDomainCommandInput}
38
+ * @returns {@link AssociateCustomDomainCommandOutput}
32
39
  * @see {@link AssociateCustomDomainCommandInput} for command's `input` shape.
33
40
  * @see {@link AssociateCustomDomainCommandOutput} for command's `response` shape.
34
41
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -47,11 +54,20 @@ export interface AssociateCustomDomainCommandOutput extends AssociateCustomDomai
47
54
  export declare class AssociateCustomDomainCommand extends $Command<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput, AppRunnerClientResolvedConfig> {
48
55
  readonly input: AssociateCustomDomainCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: AssociateCustomDomainCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateAutoScalingConfigurationRequest, CreateAutoScalingConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAutoScalingConfigurationCommand}.
8
10
  */
9
11
  export interface CreateAutoScalingConfigurationCommandInput extends CreateAutoScalingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAutoScalingConfigurationCommand}.
13
17
  */
14
18
  export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoScalingConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require
18
23
  * non-default auto scaling settings. You can share an auto scaling configuration across multiple services.</p>
19
24
  * <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>AutoScalingConfigurationName</code>. The call
@@ -33,6 +38,8 @@ export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoS
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateAutoScalingConfigurationCommandInput - {@link CreateAutoScalingConfigurationCommandInput}
42
+ * @returns {@link CreateAutoScalingConfigurationCommandOutput}
36
43
  * @see {@link CreateAutoScalingConfigurationCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateAutoScalingConfigurationCommandOutput} for command's `response` shape.
38
45
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -53,11 +60,20 @@ export interface CreateAutoScalingConfigurationCommandOutput extends CreateAutoS
53
60
  export declare class CreateAutoScalingConfigurationCommand extends $Command<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
54
61
  readonly input: CreateAutoScalingConfigurationCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CreateAutoScalingConfigurationCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConnectionCommand}.
8
10
  */
9
11
  export interface CreateConnectionCommandInput extends CreateConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConnectionCommand}.
13
17
  */
14
18
  export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from
18
23
  * certain third-party providers. You can share a connection across multiple services.</p>
19
24
  * <p>A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you
@@ -28,6 +33,8 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateConnectionCommandInput - {@link CreateConnectionCommandInput}
37
+ * @returns {@link CreateConnectionCommandOutput}
31
38
  * @see {@link CreateConnectionCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateConnectionCommandOutput} for command's `response` shape.
33
40
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateConnectionCommandOutput extends CreateConnectionResponse,
48
55
  export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, AppRunnerClientResolvedConfig> {
49
56
  readonly input: CreateConnectionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateConnectionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
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 { CreateObservabilityConfigurationRequest, CreateObservabilityConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateObservabilityConfigurationCommand}.
8
10
  */
9
11
  export interface CreateObservabilityConfigurationCommandInput extends CreateObservabilityConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateObservabilityConfigurationCommand}.
13
17
  */
14
18
  export interface CreateObservabilityConfigurationCommandOutput extends CreateObservabilityConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable
18
23
  * non-default observability features. You can share an observability configuration across multiple services.</p>
19
24
  * <p>Create multiple revisions of a configuration by calling this action multiple times using the same <code>ObservabilityConfigurationName</code>. The
@@ -33,6 +38,8 @@ export interface CreateObservabilityConfigurationCommandOutput extends CreateObs
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param CreateObservabilityConfigurationCommandInput - {@link CreateObservabilityConfigurationCommandInput}
42
+ * @returns {@link CreateObservabilityConfigurationCommandOutput}
36
43
  * @see {@link CreateObservabilityConfigurationCommandInput} for command's `input` shape.
37
44
  * @see {@link CreateObservabilityConfigurationCommandOutput} for command's `response` shape.
38
45
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -53,11 +60,20 @@ export interface CreateObservabilityConfigurationCommandOutput extends CreateObs
53
60
  export declare class CreateObservabilityConfigurationCommand extends $Command<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
54
61
  readonly input: CreateObservabilityConfigurationCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CreateObservabilityConfigurationCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateServiceCommand}.
8
10
  */
9
11
  export interface CreateServiceCommandInput extends CreateServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateServiceCommand}.
13
17
  */
14
18
  export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner service. After the service is created, the action also automatically starts a deployment.</p>
18
23
  * <p>This is an asynchronous operation. On a successful call, you can use the returned <code>OperationId</code> and the <a href="https://docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html">ListOperations</a> call to track the operation's progress.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateServiceCommandInput - {@link CreateServiceCommandInput}
35
+ * @returns {@link CreateServiceCommandOutput}
29
36
  * @see {@link CreateServiceCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateServiceCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
46
53
  export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, AppRunnerClientResolvedConfig> {
47
54
  readonly input: CreateServiceCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateServiceCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateServiceCommandInput, CreateServiceCommandOutput>;
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 { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVpcConnectorCommand}.
8
10
  */
9
11
  export interface CreateVpcConnectorCommandInput extends CreateVpcConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVpcConnectorCommand}.
13
17
  */
14
18
  export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud
18
23
  * (Amazon VPC).</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateVpcConnectorCommandInput - {@link CreateVpcConnectorCommandInput}
35
+ * @returns {@link CreateVpcConnectorCommandOutput}
29
36
  * @see {@link CreateVpcConnectorCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateVpcConnectorCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateVpcConnectorCommandOutput extends CreateVpcConnectorRespo
46
53
  export declare class CreateVpcConnectorCommand extends $Command<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
47
54
  readonly input: CreateVpcConnectorCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateVpcConnectorCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput>;
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 { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVpcIngressConnectionCommand}.
8
10
  */
9
11
  export interface CreateVpcIngressConnectionCommandInput extends CreateVpcIngressConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVpcIngressConnectionCommand}.
13
17
  */
14
18
  export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngressConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.</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 CreateVpcIngressConnectionCommandOutput extends CreateVpcIngres
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateVpcIngressConnectionCommandInput - {@link CreateVpcIngressConnectionCommandInput}
34
+ * @returns {@link CreateVpcIngressConnectionCommandOutput}
28
35
  * @see {@link CreateVpcIngressConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateVpcIngressConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -48,11 +55,20 @@ export interface CreateVpcIngressConnectionCommandOutput extends CreateVpcIngres
48
55
  export declare class CreateVpcIngressConnectionCommand extends $Command<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput, AppRunnerClientResolvedConfig> {
49
56
  readonly input: CreateVpcIngressConnectionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: CreateVpcIngressConnectionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput>;
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 { DeleteAutoScalingConfigurationRequest, DeleteAutoScalingConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAutoScalingConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteAutoScalingConfigurationCommandInput extends DeleteAutoScalingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAutoScalingConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoScalingConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
18
23
  * configuration that's used by one or more App Runner services.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoS
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteAutoScalingConfigurationCommandInput - {@link DeleteAutoScalingConfigurationCommandInput}
35
+ * @returns {@link DeleteAutoScalingConfigurationCommandOutput}
29
36
  * @see {@link DeleteAutoScalingConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteAutoScalingConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteAutoScalingConfigurationCommandOutput extends DeleteAutoS
44
51
  export declare class DeleteAutoScalingConfigurationCommand extends $Command<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
45
52
  readonly input: DeleteAutoScalingConfigurationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteAutoScalingConfigurationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteConnectionCommand}.
8
10
  */
9
11
  export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteConnectionCommand}.
13
17
  */
14
18
  export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the
18
23
  * <code>DeleteConnection</code> action fails.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteConnectionCommandInput - {@link DeleteConnectionCommandInput}
35
+ * @returns {@link DeleteConnectionCommandOutput}
29
36
  * @see {@link DeleteConnectionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse,
44
51
  export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, AppRunnerClientResolvedConfig> {
45
52
  readonly input: DeleteConnectionCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteConnectionCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteObservabilityConfigurationRequest, DeleteObservabilityConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteObservabilityConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteObservabilityConfigurationCommandInput extends DeleteObservabilityConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteObservabilityConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObservabilityConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a
18
23
  * configuration that's used by one or more App Runner services.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObs
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteObservabilityConfigurationCommandInput - {@link DeleteObservabilityConfigurationCommandInput}
35
+ * @returns {@link DeleteObservabilityConfigurationCommandOutput}
29
36
  * @see {@link DeleteObservabilityConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteObservabilityConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteObservabilityConfigurationCommandOutput extends DeleteObs
44
51
  export declare class DeleteObservabilityConfigurationCommand extends $Command<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput, AppRunnerClientResolvedConfig> {
45
52
  readonly input: DeleteObservabilityConfigurationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteObservabilityConfigurationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteServiceCommand}.
8
10
  */
9
11
  export interface DeleteServiceCommandInput extends DeleteServiceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteServiceCommand}.
13
17
  */
14
18
  export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an App Runner 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>
@@ -31,6 +36,8 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param DeleteServiceCommandInput - {@link DeleteServiceCommandInput}
40
+ * @returns {@link DeleteServiceCommandOutput}
34
41
  * @see {@link DeleteServiceCommandInput} for command's `input` shape.
35
42
  * @see {@link DeleteServiceCommandOutput} for command's `response` shape.
36
43
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
52
59
  export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, AppRunnerClientResolvedConfig> {
53
60
  readonly input: DeleteServiceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteServiceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteServiceCommandInput, DeleteServiceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppRunnerClient";
5
5
  import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVpcConnectorCommand}.
8
10
  */
9
11
  export interface DeleteVpcConnectorCommandInput extends DeleteVpcConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVpcConnectorCommand}.
13
17
  */
14
18
  export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Delete an App Runner VPC connector resource. You can't delete a
18
23
  * connector that's used by one or more App Runner services.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteVpcConnectorCommandInput - {@link DeleteVpcConnectorCommandInput}
35
+ * @returns {@link DeleteVpcConnectorCommandOutput}
29
36
  * @see {@link DeleteVpcConnectorCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteVpcConnectorCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppRunnerClientResolvedConfig | config} for AppRunnerClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DeleteVpcConnectorCommandOutput extends DeleteVpcConnectorRespo
44
51
  export declare class DeleteVpcConnectorCommand extends $Command<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput, AppRunnerClientResolvedConfig> {
45
52
  readonly input: DeleteVpcConnectorCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DeleteVpcConnectorCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppRunnerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }