@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 { CancelComponentDeploymentInput, CancelComponentDeploymentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelComponentDeploymentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelComponentDeploymentCommandInput extends CancelComponentDeploymentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelComponentDeploymentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelComponentDeploymentCommandOutput extends CancelComponentDeploymentOutput, __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 { CancelEnvironmentDeploymentInput, CancelEnvironmentDeploymentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelEnvironmentDeploymentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelEnvironmentDeploymentCommandInput extends CancelEnvironmentDeploymentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelEnvironmentDeploymentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironmentDeploymentOutput, __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 { CancelServiceInstanceDeploymentInput, CancelServiceInstanceDeploymentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelServiceInstanceDeploymentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelServiceInstanceDeploymentCommandInput extends CancelServiceInstanceDeploymentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelServiceInstanceDeploymentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServiceInstanceDeploymentOutput, __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 { CancelServicePipelineDeploymentInput, CancelServicePipelineDeploymentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelServicePipelineDeploymentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelServicePipelineDeploymentCommandInput extends CancelServicePipelineDeploymentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelServicePipelineDeploymentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelServicePipelineDeploymentCommandOutput extends CancelServicePipelineDeploymentOutput, __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 { CreateComponentInput, CreateComponentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateComponentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateComponentCommandInput extends CreateComponentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateComponentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateComponentCommandOutput extends CreateComponentOutput, __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 { CreateEnvironmentAccountConnectionInput, CreateEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateEnvironmentAccountConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateEnvironmentAccountConnectionCommandInput extends CreateEnvironmentAccountConnectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateEnvironmentAccountConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateEnvironmentAccountConnectionOutput, __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 { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateEnvironmentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateEnvironmentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __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 { CreateEnvironmentTemplateInput, CreateEnvironmentTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateEnvironmentTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateEnvironmentTemplateCommandInput extends CreateEnvironmentTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateEnvironmentTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmentTemplateOutput, __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 { CreateEnvironmentTemplateVersionInput, CreateEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateEnvironmentTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateEnvironmentTemplateVersionCommandInput extends CreateEnvironmentTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateEnvironmentTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnvironmentTemplateVersionOutput, __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 { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateRepositoryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateRepositoryCommandInput extends CreateRepositoryInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateRepositoryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __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 { CreateServiceInput, CreateServiceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateServiceCommandInput extends CreateServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateServiceCommandOutput extends CreateServiceOutput, __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 { CreateServiceTemplateInput, CreateServiceTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateServiceTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateServiceTemplateCommandInput extends CreateServiceTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateServiceTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplateOutput, __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 { CreateServiceTemplateVersionInput, CreateServiceTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateServiceTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateServiceTemplateVersionCommandInput extends CreateServiceTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateServiceTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateServiceTemplateVersionCommandOutput extends CreateServiceTemplateVersionOutput, __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 { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateTemplateSyncConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateTemplateSyncConfigCommandInput extends CreateTemplateSyncConfigInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateTemplateSyncConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyncConfigOutput, __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 { DeleteComponentInput, DeleteComponentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteComponentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteComponentCommandInput extends DeleteComponentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteComponentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __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 { DeleteEnvironmentAccountConnectionInput, DeleteEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteEnvironmentAccountConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteEnvironmentAccountConnectionCommandInput extends DeleteEnvironmentAccountConnectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteEnvironmentAccountConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteEnvironmentAccountConnectionOutput, __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 { DeleteEnvironmentInput, DeleteEnvironmentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteEnvironmentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteEnvironmentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput, __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 { DeleteEnvironmentTemplateInput, DeleteEnvironmentTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteEnvironmentTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteEnvironmentTemplateCommandInput extends DeleteEnvironmentTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteEnvironmentTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmentTemplateOutput, __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 { DeleteEnvironmentTemplateVersionInput, DeleteEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteEnvironmentTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteEnvironmentTemplateVersionCommandInput extends DeleteEnvironmentTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteEnvironmentTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnvironmentTemplateVersionOutput, __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 { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRepositoryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRepositoryCommandInput extends DeleteRepositoryInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRepositoryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, __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 { DeleteServiceInput, DeleteServiceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteServiceCommandInput extends DeleteServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __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 { DeleteServiceTemplateInput, DeleteServiceTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteServiceTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteServiceTemplateCommandInput extends DeleteServiceTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteServiceTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplateOutput, __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 { DeleteServiceTemplateVersionInput, DeleteServiceTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteServiceTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteServiceTemplateVersionCommandInput extends DeleteServiceTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteServiceTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteServiceTemplateVersionCommandOutput extends DeleteServiceTemplateVersionOutput, __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 { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteTemplateSyncConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteTemplateSyncConfigCommandInput extends DeleteTemplateSyncConfigInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteTemplateSyncConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyncConfigOutput, __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 { GetAccountSettingsInput, GetAccountSettingsOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetAccountSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetAccountSettingsCommandInput extends GetAccountSettingsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetAccountSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutput, __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 { GetComponentInput, GetComponentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetComponentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetComponentCommandInput extends GetComponentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetComponentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetComponentCommandOutput extends GetComponentOutput, __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 { GetEnvironmentAccountConnectionInput, GetEnvironmentAccountConnectionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEnvironmentAccountConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEnvironmentAccountConnectionCommandInput extends GetEnvironmentAccountConnectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEnvironmentAccountConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnvironmentAccountConnectionOutput, __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 { GetEnvironmentInput, GetEnvironmentOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEnvironmentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEnvironmentCommandInput extends GetEnvironmentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEnvironmentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __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 { GetEnvironmentTemplateInput, GetEnvironmentTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEnvironmentTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEnvironmentTemplateCommandInput extends GetEnvironmentTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEnvironmentTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTemplateOutput, __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 { GetEnvironmentTemplateVersionInput, GetEnvironmentTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetEnvironmentTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetEnvironmentTemplateVersionCommandInput extends GetEnvironmentTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetEnvironmentTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironmentTemplateVersionOutput, __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 { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetRepositoryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetRepositoryCommandInput extends GetRepositoryInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetRepositoryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __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 { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetRepositorySyncStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetRepositorySyncStatusCommandInput extends GetRepositorySyncStatusInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetRepositorySyncStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncStatusOutput, __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 { GetResourcesSummaryInput, GetResourcesSummaryOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetResourcesSummaryCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetResourcesSummaryCommandInput extends GetResourcesSummaryInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetResourcesSummaryCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetResourcesSummaryCommandOutput extends GetResourcesSummaryOutput, __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 { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetServiceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetServiceCommandInput extends GetServiceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetServiceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetServiceCommandOutput extends GetServiceOutput, __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 { GetServiceInstanceInput, GetServiceInstanceOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetServiceInstanceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetServiceInstanceCommandInput extends GetServiceInstanceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetServiceInstanceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutput, __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 { GetServiceTemplateInput, GetServiceTemplateOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetServiceTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetServiceTemplateCommandInput extends GetServiceTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetServiceTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutput, __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 { GetServiceTemplateVersionInput, GetServiceTemplateVersionOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetServiceTemplateVersionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetServiceTemplateVersionCommandInput extends GetServiceTemplateVersionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetServiceTemplateVersionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetServiceTemplateVersionCommandOutput extends GetServiceTemplateVersionOutput, __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 { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetTemplateSyncConfigCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetTemplateSyncConfigCommandInput extends GetTemplateSyncConfigInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetTemplateSyncConfigCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfigOutput, __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 { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../models/models_0";
|
|
5
5
|
import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetTemplateSyncStatusCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetTemplateSyncStatusCommandInput extends GetTemplateSyncStatusInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetTemplateSyncStatusCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatusOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|