@aws-sdk/client-apprunner 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +2 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesCommand.d.ts +2 -0
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +2 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +2 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -37,6 +37,8 @@ declare const AssociateCustomDomainCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppRunnerClient, AssociateCustomDomainCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
39
39
|
* // const { AppRunnerClient, AssociateCustomDomainCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
40
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
41
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
40
42
|
* const client = new AppRunnerClient(config);
|
|
41
43
|
* const input = { // AssociateCustomDomainRequest
|
|
42
44
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const CreateAutoScalingConfigurationCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AppRunnerClient, CreateAutoScalingConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
43
43
|
* // const { AppRunnerClient, CreateAutoScalingConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
44
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
45
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
44
46
|
* const client = new AppRunnerClient(config);
|
|
45
47
|
* const input = { // CreateAutoScalingConfigurationRequest
|
|
46
48
|
* AutoScalingConfigurationName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateConnectionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppRunnerClient, CreateConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
39
39
|
* // const { AppRunnerClient, CreateConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
40
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
41
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
40
42
|
* const client = new AppRunnerClient(config);
|
|
41
43
|
* const input = { // CreateConnectionRequest
|
|
42
44
|
* ConnectionName: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const CreateObservabilityConfigurationCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AppRunnerClient, CreateObservabilityConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
43
43
|
* // const { AppRunnerClient, CreateObservabilityConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
44
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
45
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
44
46
|
* const client = new AppRunnerClient(config);
|
|
45
47
|
* const input = { // CreateObservabilityConfigurationRequest
|
|
46
48
|
* ObservabilityConfigurationName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateServiceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, CreateServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, CreateServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // CreateServiceRequest
|
|
39
41
|
* ServiceName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateVpcConnectorCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, CreateVpcConnectorCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, CreateVpcConnectorCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // CreateVpcConnectorRequest
|
|
39
41
|
* VpcConnectorName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateVpcIngressConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, CreateVpcIngressConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, CreateVpcIngressConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // CreateVpcIngressConnectionRequest
|
|
38
40
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppRunnerClient, DeleteAutoScalingConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
37
37
|
* // const { AppRunnerClient, DeleteAutoScalingConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
38
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
39
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
38
40
|
* const client = new AppRunnerClient(config);
|
|
39
41
|
* const input = { // DeleteAutoScalingConfigurationRequest
|
|
40
42
|
* AutoScalingConfigurationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteConnectionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, DeleteConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, DeleteConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // DeleteConnectionRequest
|
|
39
41
|
* ConnectionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteObservabilityConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, DeleteObservabilityConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, DeleteObservabilityConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // DeleteObservabilityConfigurationRequest
|
|
39
41
|
* ObservabilityConfigurationArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteServiceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AppRunnerClient, DeleteServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
41
41
|
* // const { AppRunnerClient, DeleteServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
42
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
43
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
42
44
|
* const client = new AppRunnerClient(config);
|
|
43
45
|
* const input = { // DeleteServiceRequest
|
|
44
46
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteVpcConnectorCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, DeleteVpcConnectorCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, DeleteVpcConnectorCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // DeleteVpcConnectorRequest
|
|
39
41
|
* VpcConnectorArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const DeleteVpcIngressConnectionCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { AppRunnerClient, DeleteVpcIngressConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
58
58
|
* // const { AppRunnerClient, DeleteVpcIngressConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
59
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
60
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
59
61
|
* const client = new AppRunnerClient(config);
|
|
60
62
|
* const input = { // DeleteVpcIngressConnectionRequest
|
|
61
63
|
* VpcIngressConnectionArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeAutoScalingConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeAutoScalingConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeAutoScalingConfigurationRequest
|
|
38
40
|
* AutoScalingConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCustomDomainsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeCustomDomainsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeCustomDomainsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeCustomDomainsRequest
|
|
38
40
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeObservabilityConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeObservabilityConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeObservabilityConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeObservabilityConfigurationRequest
|
|
38
40
|
* ObservabilityConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeServiceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeServiceRequest
|
|
38
40
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeVpcConnectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeVpcConnectorCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeVpcConnectorCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeVpcConnectorRequest
|
|
38
40
|
* VpcConnectorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeVpcIngressConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, DescribeVpcIngressConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, DescribeVpcIngressConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // DescribeVpcIngressConnectionRequest
|
|
38
40
|
* VpcIngressConnectionArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DisassociateCustomDomainCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppRunnerClient, DisassociateCustomDomainCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
38
38
|
* // const { AppRunnerClient, DisassociateCustomDomainCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
39
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
40
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
39
41
|
* const client = new AppRunnerClient(config);
|
|
40
42
|
* const input = { // DisassociateCustomDomainRequest
|
|
41
43
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListAutoScalingConfigurationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppRunnerClient, ListAutoScalingConfigurationsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
39
39
|
* // const { AppRunnerClient, ListAutoScalingConfigurationsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
40
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
41
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
40
42
|
* const client = new AppRunnerClient(config);
|
|
41
43
|
* const input = { // ListAutoScalingConfigurationsRequest
|
|
42
44
|
* AutoScalingConfigurationName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListConnectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListConnectionsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListConnectionsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListConnectionsRequest
|
|
38
40
|
* ConnectionName: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListObservabilityConfigurationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AppRunnerClient, ListObservabilityConfigurationsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
39
39
|
* // const { AppRunnerClient, ListObservabilityConfigurationsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
40
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
41
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
40
42
|
* const client = new AppRunnerClient(config);
|
|
41
43
|
* const input = { // ListObservabilityConfigurationsRequest
|
|
42
44
|
* ObservabilityConfigurationName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListOperationsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppRunnerClient, ListOperationsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
37
37
|
* // const { AppRunnerClient, ListOperationsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
38
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
39
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
38
40
|
* const client = new AppRunnerClient(config);
|
|
39
41
|
* const input = { // ListOperationsRequest
|
|
40
42
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListServicesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListServicesCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListServicesCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListServicesRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListServicesForAutoScalingConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListServicesForAutoScalingConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListServicesForAutoScalingConfigurationRequest
|
|
38
40
|
* AutoScalingConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListTagsForResourceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListVpcConnectorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListVpcConnectorsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListVpcConnectorsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListVpcConnectorsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListVpcIngressConnectionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, ListVpcIngressConnectionsCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, ListVpcIngressConnectionsCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // ListVpcIngressConnectionsRequest
|
|
38
40
|
* Filter: { // ListVpcIngressConnectionsFilter
|
|
@@ -36,6 +36,8 @@ declare const PauseServiceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppRunnerClient, PauseServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
38
38
|
* // const { AppRunnerClient, PauseServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
39
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
40
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
39
41
|
* const client = new AppRunnerClient(config);
|
|
40
42
|
* const input = { // PauseServiceRequest
|
|
41
43
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ResumeServiceCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppRunnerClient, ResumeServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
37
37
|
* // const { AppRunnerClient, ResumeServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
38
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
39
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
38
40
|
* const client = new AppRunnerClient(config);
|
|
39
41
|
* const input = { // ResumeServiceRequest
|
|
40
42
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const StartDeploymentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AppRunnerClient, StartDeploymentCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
40
40
|
* // const { AppRunnerClient, StartDeploymentCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
41
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
42
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
41
43
|
* const client = new AppRunnerClient(config);
|
|
42
44
|
* const input = { // StartDeploymentRequest
|
|
43
45
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, TagResourceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, TagResourceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppRunnerClient, UntagResourceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
35
35
|
* // const { AppRunnerClient, UntagResourceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
36
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
37
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
36
38
|
* const client = new AppRunnerClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppRunnerClient, UpdateDefaultAutoScalingConfigurationCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
36
36
|
* // const { AppRunnerClient, UpdateDefaultAutoScalingConfigurationCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
37
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
38
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
37
39
|
* const client = new AppRunnerClient(config);
|
|
38
40
|
* const input = { // UpdateDefaultAutoScalingConfigurationRequest
|
|
39
41
|
* AutoScalingConfigurationArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const UpdateServiceCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AppRunnerClient, UpdateServiceCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
40
40
|
* // const { AppRunnerClient, UpdateServiceCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
41
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
42
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
41
43
|
* const client = new AppRunnerClient(config);
|
|
42
44
|
* const input = { // UpdateServiceRequest
|
|
43
45
|
* ServiceArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const UpdateVpcIngressConnectionCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { AppRunnerClient, UpdateVpcIngressConnectionCommand } from "@aws-sdk/client-apprunner"; // ES Modules import
|
|
52
52
|
* // const { AppRunnerClient, UpdateVpcIngressConnectionCommand } = require("@aws-sdk/client-apprunner"); // CommonJS import
|
|
53
|
+
* // import type { AppRunnerClientConfig } from "@aws-sdk/client-apprunner";
|
|
54
|
+
* const config = {}; // type is AppRunnerClientConfig
|
|
53
55
|
* const client = new AppRunnerClient(config);
|
|
54
56
|
* const input = { // UpdateVpcIngressConnectionRequest
|
|
55
57
|
* VpcIngressConnectionArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apprunner",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|