@aws-sdk/client-proton 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Proton.d.ts +1345 -380
- package/dist-types/ts3.4/ProtonClient.d.ts +554 -148
- package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +75 -75
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ProtonServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1720 -2202
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +21 -21
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +10 -10
- package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Proton } from "../Proton";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
4
|
-
export interface ProtonPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Proton } from "../Proton";
|
|
3
|
+
import { ProtonClient } from "../ProtonClient";
|
|
4
|
+
export interface ProtonPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Proton | ProtonClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComponentOutputsCommandInput,
|
|
4
|
+
ListComponentOutputsCommandOutput,
|
|
5
|
+
} from "../commands/ListComponentOutputsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListComponentOutputs(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListComponentOutputsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListComponentOutputsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComponentProvisionedResourcesCommandInput,
|
|
4
|
+
ListComponentProvisionedResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListComponentProvisionedResourcesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListComponentProvisionedResources(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListComponentProvisionedResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListComponentProvisionedResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListComponentsCommandInput,
|
|
4
|
+
ListComponentsCommandOutput,
|
|
5
|
+
} from "../commands/ListComponentsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListComponents(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListComponentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListComponentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentAccountConnectionsCommandInput,
|
|
4
|
+
ListEnvironmentAccountConnectionsCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentAccountConnectionsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironmentAccountConnections(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentAccountConnectionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentAccountConnectionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentOutputsCommandInput,
|
|
4
|
+
ListEnvironmentOutputsCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentOutputsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironmentOutputs(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentOutputsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentOutputsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentProvisionedResourcesCommandInput,
|
|
4
|
+
ListEnvironmentProvisionedResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentProvisionedResourcesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironmentProvisionedResources(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentProvisionedResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentProvisionedResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentTemplateVersionsCommandInput,
|
|
4
|
+
ListEnvironmentTemplateVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentTemplateVersionsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironmentTemplateVersions(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentTemplateVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentTemplateVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentTemplatesCommandInput,
|
|
4
|
+
ListEnvironmentTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentTemplatesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironmentTemplates(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEnvironmentsCommandInput,
|
|
4
|
+
ListEnvironmentsCommandOutput,
|
|
5
|
+
} from "../commands/ListEnvironmentsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEnvironments(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListEnvironmentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEnvironmentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositoriesCommandInput,
|
|
4
|
+
ListRepositoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositoriesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositories(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListRepositoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositoriesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositorySyncDefinitionsCommandInput,
|
|
4
|
+
ListRepositorySyncDefinitionsCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositorySyncDefinitions(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListRepositorySyncDefinitionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositorySyncDefinitionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceInstanceOutputsCommandInput,
|
|
4
|
+
ListServiceInstanceOutputsCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceInstanceOutputsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServiceInstanceOutputs(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServiceInstanceOutputsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServiceInstanceOutputsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceInstanceProvisionedResourcesCommandInput,
|
|
4
|
+
ListServiceInstanceProvisionedResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServiceInstanceProvisionedResources(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServiceInstanceProvisionedResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServiceInstanceProvisionedResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceInstancesCommandInput,
|
|
4
|
+
ListServiceInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceInstancesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServiceInstances(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServiceInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServiceInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServicePipelineOutputsCommandInput,
|
|
4
|
+
ListServicePipelineOutputsCommandOutput,
|
|
5
|
+
} from "../commands/ListServicePipelineOutputsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServicePipelineOutputs(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServicePipelineOutputsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServicePipelineOutputsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServicePipelineProvisionedResourcesCommandInput,
|
|
4
|
+
ListServicePipelineProvisionedResourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListServicePipelineProvisionedResourcesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServicePipelineProvisionedResources(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServicePipelineProvisionedResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServicePipelineProvisionedResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceTemplateVersionsCommandInput,
|
|
4
|
+
ListServiceTemplateVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceTemplateVersionsCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServiceTemplateVersions(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServiceTemplateVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServiceTemplateVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServiceTemplatesCommandInput,
|
|
4
|
+
ListServiceTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListServiceTemplatesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServiceTemplates(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServiceTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServiceTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListServicesCommandInput,
|
|
4
|
+
ListServicesCommandOutput,
|
|
5
|
+
} from "../commands/ListServicesCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListServices(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListServicesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListServicesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: ProtonPaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListComponentOutputsPaginator";
|
|
3
|
-
export * from "./ListComponentProvisionedResourcesPaginator";
|
|
4
|
-
export * from "./ListComponentsPaginator";
|
|
5
|
-
export * from "./ListEnvironmentAccountConnectionsPaginator";
|
|
6
|
-
export * from "./ListEnvironmentOutputsPaginator";
|
|
7
|
-
export * from "./ListEnvironmentProvisionedResourcesPaginator";
|
|
8
|
-
export * from "./ListEnvironmentTemplateVersionsPaginator";
|
|
9
|
-
export * from "./ListEnvironmentTemplatesPaginator";
|
|
10
|
-
export * from "./ListEnvironmentsPaginator";
|
|
11
|
-
export * from "./ListRepositoriesPaginator";
|
|
12
|
-
export * from "./ListRepositorySyncDefinitionsPaginator";
|
|
13
|
-
export * from "./ListServiceInstanceOutputsPaginator";
|
|
14
|
-
export * from "./ListServiceInstanceProvisionedResourcesPaginator";
|
|
15
|
-
export * from "./ListServiceInstancesPaginator";
|
|
16
|
-
export * from "./ListServicePipelineOutputsPaginator";
|
|
17
|
-
export * from "./ListServicePipelineProvisionedResourcesPaginator";
|
|
18
|
-
export * from "./ListServiceTemplateVersionsPaginator";
|
|
19
|
-
export * from "./ListServiceTemplatesPaginator";
|
|
20
|
-
export * from "./ListServicesPaginator";
|
|
21
|
-
export * from "./ListTagsForResourcePaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListComponentOutputsPaginator";
|
|
3
|
+
export * from "./ListComponentProvisionedResourcesPaginator";
|
|
4
|
+
export * from "./ListComponentsPaginator";
|
|
5
|
+
export * from "./ListEnvironmentAccountConnectionsPaginator";
|
|
6
|
+
export * from "./ListEnvironmentOutputsPaginator";
|
|
7
|
+
export * from "./ListEnvironmentProvisionedResourcesPaginator";
|
|
8
|
+
export * from "./ListEnvironmentTemplateVersionsPaginator";
|
|
9
|
+
export * from "./ListEnvironmentTemplatesPaginator";
|
|
10
|
+
export * from "./ListEnvironmentsPaginator";
|
|
11
|
+
export * from "./ListRepositoriesPaginator";
|
|
12
|
+
export * from "./ListRepositorySyncDefinitionsPaginator";
|
|
13
|
+
export * from "./ListServiceInstanceOutputsPaginator";
|
|
14
|
+
export * from "./ListServiceInstanceProvisionedResourcesPaginator";
|
|
15
|
+
export * from "./ListServiceInstancesPaginator";
|
|
16
|
+
export * from "./ListServicePipelineOutputsPaginator";
|
|
17
|
+
export * from "./ListServicePipelineProvisionedResourcesPaginator";
|
|
18
|
+
export * from "./ListServiceTemplateVersionsPaginator";
|
|
19
|
+
export * from "./ListServiceTemplatesPaginator";
|
|
20
|
+
export * from "./ListServicesPaginator";
|
|
21
|
+
export * from "./ListTagsForResourcePaginator";
|