@aws-sdk/client-proton 3.278.0 → 3.281.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +611 -0
- package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +6 -0
- package/dist-types/commands/CreateComponentCommand.d.ts +6 -0
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +6 -0
- package/dist-types/commands/DeleteComponentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/GetComponentCommand.d.ts +6 -0
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +6 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -0
- package/dist-types/commands/GetResourcesSummaryCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +6 -0
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +6 -0
- package/dist-types/commands/ListComponentOutputsCommand.d.ts +6 -0
- package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListComponentsCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -0
- package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +6 -0
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +6 -0
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListServicesCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +6 -0
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateComponentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListComponentOutputsInput, ListComponentOutputsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListComponentOutputsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListComponentOutputsCommandInput extends ListComponentOutputsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListComponentOutputsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListComponentOutputsCommandOutput extends ListComponentOutputsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListComponentProvisionedResourcesInput, ListComponentProvisionedResourcesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListComponentProvisionedResourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListComponentProvisionedResourcesCommandInput extends ListComponentProvisionedResourcesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListComponentProvisionedResourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListComponentProvisionedResourcesCommandOutput extends ListComponentProvisionedResourcesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListComponentsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListComponentsCommandInput extends ListComponentsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListComponentsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListComponentsCommandOutput extends ListComponentsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentAccountConnectionsInput, ListEnvironmentAccountConnectionsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentAccountConnectionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentAccountConnectionsCommandInput extends ListEnvironmentAccountConnectionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentAccountConnectionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvironmentAccountConnectionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentOutputsInput, ListEnvironmentOutputsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentOutputsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentOutputsCommandInput extends ListEnvironmentOutputsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentOutputsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutputsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentProvisionedResourcesInput, ListEnvironmentProvisionedResourcesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentProvisionedResourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentProvisionedResourcesCommandInput extends ListEnvironmentProvisionedResourcesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentProvisionedResourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentProvisionedResourcesCommandOutput extends ListEnvironmentProvisionedResourcesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentTemplateVersionsInput, ListEnvironmentTemplateVersionsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentTemplateVersionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentTemplateVersionsCommandInput extends ListEnvironmentTemplateVersionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentTemplateVersionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentTemplateVersionsCommandOutput extends ListEnvironmentTemplateVersionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentTemplatesInput, ListEnvironmentTemplatesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentTemplatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentTemplatesCommandInput extends ListEnvironmentTemplatesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentTemplatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentTemplatesCommandOutput extends ListEnvironmentTemplatesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListEnvironmentsInput, ListEnvironmentsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListEnvironmentsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListEnvironmentsCommandInput extends ListEnvironmentsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListEnvironmentsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListEnvironmentsCommandOutput extends ListEnvironmentsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRepositoriesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRepositoriesCommandInput extends ListRepositoriesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRepositoriesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRepositoriesCommandOutput extends ListRepositoriesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListRepositorySyncDefinitionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListRepositorySyncDefinitionsCommandInput extends ListRepositorySyncDefinitionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListRepositorySyncDefinitionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListRepositorySyncDefinitionsCommandOutput extends ListRepositorySyncDefinitionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServiceInstanceOutputsInput, ListServiceInstanceOutputsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServiceInstanceOutputsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServiceInstanceOutputsCommandInput extends ListServiceInstanceOutputsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServiceInstanceOutputsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServiceInstanceOutputsCommandOutput extends ListServiceInstanceOutputsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServiceInstanceProvisionedResourcesInput, ListServiceInstanceProvisionedResourcesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServiceInstanceProvisionedResourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServiceInstanceProvisionedResourcesCommandInput extends ListServiceInstanceProvisionedResourcesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServiceInstanceProvisionedResourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServiceInstanceProvisionedResourcesCommandOutput extends ListServiceInstanceProvisionedResourcesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServiceInstancesInput, ListServiceInstancesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServiceInstancesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServiceInstancesCommandInput extends ListServiceInstancesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServiceInstancesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServiceInstancesCommandOutput extends ListServiceInstancesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServicePipelineOutputsInput, ListServicePipelineOutputsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServicePipelineOutputsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServicePipelineOutputsCommandInput extends ListServicePipelineOutputsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServicePipelineOutputsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServicePipelineOutputsCommandOutput extends ListServicePipelineOutputsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServicePipelineProvisionedResourcesInput, ListServicePipelineProvisionedResourcesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServicePipelineProvisionedResourcesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServicePipelineProvisionedResourcesCommandInput extends ListServicePipelineProvisionedResourcesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServicePipelineProvisionedResourcesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServicePipelineProvisionedResourcesCommandOutput extends ListServicePipelineProvisionedResourcesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServiceTemplateVersionsInput, ListServiceTemplateVersionsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServiceTemplateVersionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServiceTemplateVersionsCommandInput extends ListServiceTemplateVersionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServiceTemplateVersionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServiceTemplateVersionsCommandOutput extends ListServiceTemplateVersionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServiceTemplatesInput, ListServiceTemplatesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServiceTemplatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServiceTemplatesCommandInput extends ListServiceTemplatesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServiceTemplatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServiceTemplatesCommandOutput extends ListServiceTemplatesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServicesInput, ListServicesOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServicesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServicesCommandInput extends ListServicesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServicesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServicesCommandOutput extends ListServicesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { NotifyResourceDeploymentStatusChangeInput, NotifyResourceDeploymentStatusChangeOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link NotifyResourceDeploymentStatusChangeCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface NotifyResourceDeploymentStatusChangeCommandInput extends NotifyResourceDeploymentStatusChangeInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link NotifyResourceDeploymentStatusChangeCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface NotifyResourceDeploymentStatusChangeCommandOutput extends NotifyResourceDeploymentStatusChangeOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RejectEnvironmentAccountConnectionInput, RejectEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RejectEnvironmentAccountConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RejectEnvironmentAccountConnectionCommandInput extends RejectEnvironmentAccountConnectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RejectEnvironmentAccountConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RejectEnvironmentAccountConnectionCommandOutput extends RejectEnvironmentAccountConnectionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateAccountSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettingsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateAccountSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateComponentInput, UpdateComponentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateComponentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateComponentCommandInput extends UpdateComponentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateComponentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateComponentCommandOutput extends UpdateComponentOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEnvironmentAccountConnectionInput, UpdateEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateEnvironmentAccountConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateEnvironmentAccountConnectionCommandInput extends UpdateEnvironmentAccountConnectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateEnvironmentAccountConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateEnvironmentAccountConnectionCommandOutput extends UpdateEnvironmentAccountConnectionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEnvironmentInput, UpdateEnvironmentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateEnvironmentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateEnvironmentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEnvironmentTemplateInput, UpdateEnvironmentTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateEnvironmentTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateEnvironmentTemplateCommandInput extends UpdateEnvironmentTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateEnvironmentTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateEnvironmentTemplateCommandOutput extends UpdateEnvironmentTemplateOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateEnvironmentTemplateVersionInput, UpdateEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateEnvironmentTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateEnvironmentTemplateVersionCommandInput extends UpdateEnvironmentTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateEnvironmentTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateEnvironmentTemplateVersionCommandOutput extends UpdateEnvironmentTemplateVersionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServiceInput, UpdateServiceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServiceCommandInput extends UpdateServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServiceCommandOutput extends UpdateServiceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServiceInstanceInput, UpdateServiceInstanceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServiceInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServiceInstanceCommandInput extends UpdateServiceInstanceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServiceInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServicePipelineInput, UpdateServicePipelineOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServicePipelineCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServicePipelineCommandInput extends UpdateServicePipelineInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServicePipelineCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelineOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServiceTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServiceTemplateCommandInput extends UpdateServiceTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServiceTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServiceTemplateCommandOutput extends UpdateServiceTemplateOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateServiceTemplateVersionInput, UpdateServiceTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateServiceTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateServiceTemplateVersionCommandInput extends UpdateServiceTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateServiceTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateServiceTemplateVersionCommandOutput extends UpdateServiceTemplateVersionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateTemplateSyncConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateTemplateSyncConfigCommandInput extends UpdateTemplateSyncConfigInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateTemplateSyncConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyncConfigOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.281.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.281.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.272.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.281.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.272.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.272.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.272.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"@aws-sdk/node-config-provider": "3.272.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.272.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.272.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.279.0",
|
|
43
43
|
"@aws-sdk/types": "3.272.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.272.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.279.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.279.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.272.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.272.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.272.0",
|