@aws-sdk/client-proton 3.1019.0 → 3.1021.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-es/Proton.js +2 -2
- package/dist-es/waiters/waitForComponentDeleted.js +1 -1
- package/dist-es/waiters/waitForComponentDeployed.js +1 -1
- package/dist-es/waiters/waitForEnvironmentDeployed.js +1 -1
- package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +1 -1
- package/dist-es/waiters/waitForServiceCreated.js +1 -1
- package/dist-es/waiters/waitForServiceDeleted.js +1 -1
- package/dist-es/waiters/waitForServiceInstanceDeployed.js +1 -1
- package/dist-es/waiters/waitForServicePipelineDeployed.js +1 -1
- package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +1 -1
- package/dist-es/waiters/waitForServiceUpdated.js +1 -1
- package/dist-types/Proton.d.ts +87 -87
- package/dist-types/ProtonClient.d.ts +90 -90
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/ProtonClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/waiters/waitForComponentDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForComponentDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForEnvironmentDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForServiceCreated.d.ts +3 -3
- package/dist-types/waiters/waitForServiceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForServiceInstanceDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForServicePipelineDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForServiceTemplateVersionRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForServiceUpdated.d.ts +3 -3
- package/package.json +15 -15
package/dist-es/Proton.js
CHANGED
|
@@ -38,7 +38,7 @@ import { GetEnvironmentTemplateVersionCommand, } from "./commands/GetEnvironment
|
|
|
38
38
|
import { GetRepositoryCommand, } from "./commands/GetRepositoryCommand";
|
|
39
39
|
import { GetRepositorySyncStatusCommand, } from "./commands/GetRepositorySyncStatusCommand";
|
|
40
40
|
import { GetResourcesSummaryCommand, } from "./commands/GetResourcesSummaryCommand";
|
|
41
|
-
import { GetServiceCommand } from "./commands/GetServiceCommand";
|
|
41
|
+
import { GetServiceCommand, } from "./commands/GetServiceCommand";
|
|
42
42
|
import { GetServiceInstanceCommand, } from "./commands/GetServiceInstanceCommand";
|
|
43
43
|
import { GetServiceInstanceSyncStatusCommand, } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
44
44
|
import { GetServiceSyncBlockerSummaryCommand, } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
@@ -70,7 +70,7 @@ import { ListServiceTemplateVersionsCommand, } from "./commands/ListServiceTempl
|
|
|
70
70
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
71
71
|
import { NotifyResourceDeploymentStatusChangeCommand, } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
72
72
|
import { RejectEnvironmentAccountConnectionCommand, } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
73
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
73
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
74
74
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
75
75
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
76
76
|
import { UpdateComponentCommand, } from "./commands/UpdateComponentCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetComponentCommand } from "../commands/GetComponentCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetComponentCommand } from "../commands/GetComponentCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetEnvironmentCommand } from "../commands/GetEnvironmentCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetEnvironmentTemplateVersionCommand, } from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceCommand } from "../commands/GetServiceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceCommand } from "../commands/GetServiceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceInstanceCommand } from "../commands/GetServiceInstanceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceCommand } from "../commands/GetServiceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceTemplateVersionCommand, } from "../commands/GetServiceTemplateVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetServiceCommand } from "../commands/GetServiceCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/Proton.d.ts
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
4
|
-
import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
5
|
-
import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
6
|
-
import { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
|
|
7
|
-
import { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
|
|
8
|
-
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
9
|
-
import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
|
|
10
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
11
|
-
import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
|
|
12
|
-
import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
13
|
-
import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
|
|
14
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
|
-
import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
|
|
16
|
-
import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
|
|
17
|
-
import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
|
|
18
|
-
import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
|
|
19
|
-
import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
|
|
20
|
-
import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
21
|
-
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
22
|
-
import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
|
|
23
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
24
|
-
import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
|
|
25
|
-
import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
26
|
-
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
27
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
28
|
-
import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
|
|
29
|
-
import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
|
|
30
|
-
import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
31
|
-
import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
32
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
33
|
-
import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
34
|
-
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
35
|
-
import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
|
|
36
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
37
|
-
import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
|
|
38
|
-
import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
|
|
39
|
-
import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
|
|
40
|
-
import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
|
|
41
|
-
import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
|
|
42
|
-
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
43
|
-
import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
|
|
44
|
-
import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
45
|
-
import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
46
|
-
import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
|
|
47
|
-
import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
|
|
48
|
-
import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
|
|
49
|
-
import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
|
|
50
|
-
import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
|
|
51
|
-
import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
|
|
52
|
-
import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
|
|
53
|
-
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
54
|
-
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
55
|
-
import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
|
|
56
|
-
import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
|
|
57
|
-
import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
|
|
58
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
59
|
-
import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
|
|
60
|
-
import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
|
|
61
|
-
import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
|
|
62
|
-
import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
63
|
-
import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
|
|
64
|
-
import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
65
|
-
import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
|
|
66
|
-
import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
|
|
67
|
-
import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
|
|
68
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
69
|
-
import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
|
|
70
|
-
import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
|
|
71
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
72
|
-
import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
73
|
-
import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
74
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
77
|
-
import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
|
|
78
|
-
import { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
|
|
79
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
80
|
-
import { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
|
|
81
|
-
import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
|
|
82
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
83
|
-
import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
|
|
84
|
-
import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
|
|
85
|
-
import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
|
|
86
|
-
import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
|
|
87
|
-
import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
|
|
88
|
-
import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
89
|
-
import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
3
|
+
import { type AcceptEnvironmentAccountConnectionCommandInput, type AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
4
|
+
import { type CancelComponentDeploymentCommandInput, type CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
5
|
+
import { type CancelEnvironmentDeploymentCommandInput, type CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
6
|
+
import { type CancelServiceInstanceDeploymentCommandInput, type CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
|
|
7
|
+
import { type CancelServicePipelineDeploymentCommandInput, type CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
|
|
8
|
+
import { type CreateComponentCommandInput, type CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
9
|
+
import { type CreateEnvironmentAccountConnectionCommandInput, type CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
|
|
10
|
+
import { type CreateEnvironmentCommandInput, type CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
11
|
+
import { type CreateEnvironmentTemplateCommandInput, type CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
|
|
12
|
+
import { type CreateEnvironmentTemplateVersionCommandInput, type CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
13
|
+
import { type CreateRepositoryCommandInput, type CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
|
|
14
|
+
import { type CreateServiceCommandInput, type CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
|
+
import { type CreateServiceInstanceCommandInput, type CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
|
|
16
|
+
import { type CreateServiceSyncConfigCommandInput, type CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
|
|
17
|
+
import { type CreateServiceTemplateCommandInput, type CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
|
|
18
|
+
import { type CreateServiceTemplateVersionCommandInput, type CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
|
|
19
|
+
import { type CreateTemplateSyncConfigCommandInput, type CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
|
|
20
|
+
import { type DeleteComponentCommandInput, type DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
21
|
+
import { type DeleteDeploymentCommandInput, type DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
22
|
+
import { type DeleteEnvironmentAccountConnectionCommandInput, type DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
|
|
23
|
+
import { type DeleteEnvironmentCommandInput, type DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
24
|
+
import { type DeleteEnvironmentTemplateCommandInput, type DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
|
|
25
|
+
import { type DeleteEnvironmentTemplateVersionCommandInput, type DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
26
|
+
import { type DeleteRepositoryCommandInput, type DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
27
|
+
import { type DeleteServiceCommandInput, type DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
28
|
+
import { type DeleteServiceSyncConfigCommandInput, type DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
|
|
29
|
+
import { type DeleteServiceTemplateCommandInput, type DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
|
|
30
|
+
import { type DeleteServiceTemplateVersionCommandInput, type DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
31
|
+
import { type DeleteTemplateSyncConfigCommandInput, type DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
32
|
+
import { type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
33
|
+
import { type GetComponentCommandInput, type GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
34
|
+
import { type GetDeploymentCommandInput, type GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
35
|
+
import { type GetEnvironmentAccountConnectionCommandInput, type GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
|
|
36
|
+
import { type GetEnvironmentCommandInput, type GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
37
|
+
import { type GetEnvironmentTemplateCommandInput, type GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
|
|
38
|
+
import { type GetEnvironmentTemplateVersionCommandInput, type GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
|
|
39
|
+
import { type GetRepositoryCommandInput, type GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
|
|
40
|
+
import { type GetRepositorySyncStatusCommandInput, type GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
|
|
41
|
+
import { type GetResourcesSummaryCommandInput, type GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
|
|
42
|
+
import { type GetServiceCommandInput, type GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
43
|
+
import { type GetServiceInstanceCommandInput, type GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
|
|
44
|
+
import { type GetServiceInstanceSyncStatusCommandInput, type GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
45
|
+
import { type GetServiceSyncBlockerSummaryCommandInput, type GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
46
|
+
import { type GetServiceSyncConfigCommandInput, type GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
|
|
47
|
+
import { type GetServiceTemplateCommandInput, type GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
|
|
48
|
+
import { type GetServiceTemplateVersionCommandInput, type GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
|
|
49
|
+
import { type GetTemplateSyncConfigCommandInput, type GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
|
|
50
|
+
import { type GetTemplateSyncStatusCommandInput, type GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
|
|
51
|
+
import { type ListComponentOutputsCommandInput, type ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
|
|
52
|
+
import { type ListComponentProvisionedResourcesCommandInput, type ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
|
|
53
|
+
import { type ListComponentsCommandInput, type ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
54
|
+
import { type ListDeploymentsCommandInput, type ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
55
|
+
import { type ListEnvironmentAccountConnectionsCommandInput, type ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
|
|
56
|
+
import { type ListEnvironmentOutputsCommandInput, type ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
|
|
57
|
+
import { type ListEnvironmentProvisionedResourcesCommandInput, type ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
|
|
58
|
+
import { type ListEnvironmentsCommandInput, type ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
59
|
+
import { type ListEnvironmentTemplatesCommandInput, type ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
|
|
60
|
+
import { type ListEnvironmentTemplateVersionsCommandInput, type ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
|
|
61
|
+
import { type ListRepositoriesCommandInput, type ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
|
|
62
|
+
import { type ListRepositorySyncDefinitionsCommandInput, type ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
63
|
+
import { type ListServiceInstanceOutputsCommandInput, type ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
|
|
64
|
+
import { type ListServiceInstanceProvisionedResourcesCommandInput, type ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
65
|
+
import { type ListServiceInstancesCommandInput, type ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
|
|
66
|
+
import { type ListServicePipelineOutputsCommandInput, type ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
|
|
67
|
+
import { type ListServicePipelineProvisionedResourcesCommandInput, type ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
|
|
68
|
+
import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
69
|
+
import { type ListServiceTemplatesCommandInput, type ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
|
|
70
|
+
import { type ListServiceTemplateVersionsCommandInput, type ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
|
|
71
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
72
|
+
import { type NotifyResourceDeploymentStatusChangeCommandInput, type NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
73
|
+
import { type RejectEnvironmentAccountConnectionCommandInput, type RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
74
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
75
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
76
|
+
import { type UpdateAccountSettingsCommandInput, type UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
77
|
+
import { type UpdateComponentCommandInput, type UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
|
|
78
|
+
import { type UpdateEnvironmentAccountConnectionCommandInput, type UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
|
|
79
|
+
import { type UpdateEnvironmentCommandInput, type UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
80
|
+
import { type UpdateEnvironmentTemplateCommandInput, type UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
|
|
81
|
+
import { type UpdateEnvironmentTemplateVersionCommandInput, type UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
|
|
82
|
+
import { type UpdateServiceCommandInput, type UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
83
|
+
import { type UpdateServiceInstanceCommandInput, type UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
|
|
84
|
+
import { type UpdateServicePipelineCommandInput, type UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
|
|
85
|
+
import { type UpdateServiceSyncBlockerCommandInput, type UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
|
|
86
|
+
import { type UpdateServiceSyncConfigCommandInput, type UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
|
|
87
|
+
import { type UpdateServiceTemplateCommandInput, type UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
|
|
88
|
+
import { type UpdateServiceTemplateVersionCommandInput, type UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
89
|
+
import { type UpdateTemplateSyncConfigCommandInput, type UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
90
90
|
import { ProtonClient } from "./ProtonClient";
|
|
91
91
|
export interface Proton {
|
|
92
92
|
/**
|
|
@@ -5,96 +5,96 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
11
|
-
import { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
12
|
-
import { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
13
|
-
import { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
|
|
14
|
-
import { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
|
|
15
|
-
import { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
16
|
-
import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
|
|
17
|
-
import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
18
|
-
import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
|
|
19
|
-
import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
20
|
-
import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
|
|
21
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
22
|
-
import { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
|
|
23
|
-
import { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
|
|
24
|
-
import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
|
|
25
|
-
import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
|
|
26
|
-
import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
|
|
27
|
-
import { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
28
|
-
import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
29
|
-
import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
|
|
30
|
-
import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
31
|
-
import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
|
|
32
|
-
import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
33
|
-
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
34
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
35
|
-
import { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
|
|
36
|
-
import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
|
|
37
|
-
import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
38
|
-
import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
39
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
40
|
-
import { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
41
|
-
import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
42
|
-
import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
|
|
43
|
-
import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
44
|
-
import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
|
|
45
|
-
import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
|
|
46
|
-
import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
|
|
47
|
-
import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
|
|
48
|
-
import { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
|
|
49
|
-
import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
50
|
-
import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
|
|
51
|
-
import { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
52
|
-
import { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
53
|
-
import { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
|
|
54
|
-
import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
|
|
55
|
-
import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
|
|
56
|
-
import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
|
|
57
|
-
import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
|
|
58
|
-
import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
|
|
59
|
-
import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
|
|
60
|
-
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
61
|
-
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
62
|
-
import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
|
|
63
|
-
import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
|
|
64
|
-
import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
|
|
65
|
-
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
66
|
-
import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
|
|
67
|
-
import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
|
|
68
|
-
import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
|
|
69
|
-
import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
70
|
-
import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
|
|
71
|
-
import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
72
|
-
import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
|
|
73
|
-
import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
|
|
74
|
-
import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
|
|
75
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
76
|
-
import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
|
|
77
|
-
import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
|
|
78
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
79
|
-
import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
80
|
-
import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
81
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
82
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
83
|
-
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
84
|
-
import { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
|
|
85
|
-
import { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
|
|
86
|
-
import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
87
|
-
import { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
|
|
88
|
-
import { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
|
|
89
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
90
|
-
import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
|
|
91
|
-
import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
|
|
92
|
-
import { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
|
|
93
|
-
import { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
|
|
94
|
-
import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
|
|
95
|
-
import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
96
|
-
import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
97
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput } from "./commands/AcceptEnvironmentAccountConnectionCommand";
|
|
11
|
+
import type { CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput } from "./commands/CancelComponentDeploymentCommand";
|
|
12
|
+
import type { CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput } from "./commands/CancelEnvironmentDeploymentCommand";
|
|
13
|
+
import type { CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput } from "./commands/CancelServiceInstanceDeploymentCommand";
|
|
14
|
+
import type { CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput } from "./commands/CancelServicePipelineDeploymentCommand";
|
|
15
|
+
import type { CreateComponentCommandInput, CreateComponentCommandOutput } from "./commands/CreateComponentCommand";
|
|
16
|
+
import type { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput } from "./commands/CreateEnvironmentAccountConnectionCommand";
|
|
17
|
+
import type { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
|
|
18
|
+
import type { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
|
|
19
|
+
import type { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
20
|
+
import type { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
|
|
21
|
+
import type { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
22
|
+
import type { CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput } from "./commands/CreateServiceInstanceCommand";
|
|
23
|
+
import type { CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput } from "./commands/CreateServiceSyncConfigCommand";
|
|
24
|
+
import type { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
|
|
25
|
+
import type { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
|
|
26
|
+
import type { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
|
|
27
|
+
import type { DeleteComponentCommandInput, DeleteComponentCommandOutput } from "./commands/DeleteComponentCommand";
|
|
28
|
+
import type { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
|
|
29
|
+
import type { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
|
|
30
|
+
import type { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
|
|
31
|
+
import type { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
|
|
32
|
+
import type { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
33
|
+
import type { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
34
|
+
import type { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
35
|
+
import type { DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput } from "./commands/DeleteServiceSyncConfigCommand";
|
|
36
|
+
import type { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
|
|
37
|
+
import type { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
38
|
+
import type { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
39
|
+
import type { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
40
|
+
import type { GetComponentCommandInput, GetComponentCommandOutput } from "./commands/GetComponentCommand";
|
|
41
|
+
import type { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
|
|
42
|
+
import type { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
|
|
43
|
+
import type { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
|
|
44
|
+
import type { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
|
|
45
|
+
import type { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
|
|
46
|
+
import type { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
|
|
47
|
+
import type { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
|
|
48
|
+
import type { GetResourcesSummaryCommandInput, GetResourcesSummaryCommandOutput } from "./commands/GetResourcesSummaryCommand";
|
|
49
|
+
import type { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
|
|
50
|
+
import type { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
|
|
51
|
+
import type { GetServiceInstanceSyncStatusCommandInput, GetServiceInstanceSyncStatusCommandOutput } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
52
|
+
import type { GetServiceSyncBlockerSummaryCommandInput, GetServiceSyncBlockerSummaryCommandOutput } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
53
|
+
import type { GetServiceSyncConfigCommandInput, GetServiceSyncConfigCommandOutput } from "./commands/GetServiceSyncConfigCommand";
|
|
54
|
+
import type { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
|
|
55
|
+
import type { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
|
|
56
|
+
import type { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
|
|
57
|
+
import type { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
|
|
58
|
+
import type { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "./commands/ListComponentOutputsCommand";
|
|
59
|
+
import type { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "./commands/ListComponentProvisionedResourcesCommand";
|
|
60
|
+
import type { ListComponentsCommandInput, ListComponentsCommandOutput } from "./commands/ListComponentsCommand";
|
|
61
|
+
import type { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
62
|
+
import type { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
|
|
63
|
+
import type { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
|
|
64
|
+
import type { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
|
|
65
|
+
import type { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
|
|
66
|
+
import type { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
|
|
67
|
+
import type { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
|
|
68
|
+
import type { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
|
|
69
|
+
import type { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
70
|
+
import type { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
|
|
71
|
+
import type { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
72
|
+
import type { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
|
|
73
|
+
import type { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
|
|
74
|
+
import type { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
|
|
75
|
+
import type { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
76
|
+
import type { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
|
|
77
|
+
import type { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
|
|
78
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
79
|
+
import type { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
80
|
+
import type { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
81
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
82
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
83
|
+
import type { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
84
|
+
import type { UpdateComponentCommandInput, UpdateComponentCommandOutput } from "./commands/UpdateComponentCommand";
|
|
85
|
+
import type { UpdateEnvironmentAccountConnectionCommandInput, UpdateEnvironmentAccountConnectionCommandOutput } from "./commands/UpdateEnvironmentAccountConnectionCommand";
|
|
86
|
+
import type { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
|
|
87
|
+
import type { UpdateEnvironmentTemplateCommandInput, UpdateEnvironmentTemplateCommandOutput } from "./commands/UpdateEnvironmentTemplateCommand";
|
|
88
|
+
import type { UpdateEnvironmentTemplateVersionCommandInput, UpdateEnvironmentTemplateVersionCommandOutput } from "./commands/UpdateEnvironmentTemplateVersionCommand";
|
|
89
|
+
import type { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
90
|
+
import type { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput } from "./commands/UpdateServiceInstanceCommand";
|
|
91
|
+
import type { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
|
|
92
|
+
import type { UpdateServiceSyncBlockerCommandInput, UpdateServiceSyncBlockerCommandOutput } from "./commands/UpdateServiceSyncBlockerCommand";
|
|
93
|
+
import type { UpdateServiceSyncConfigCommandInput, UpdateServiceSyncConfigCommandOutput } from "./commands/UpdateServiceSyncConfigCommand";
|
|
94
|
+
import type { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
|
|
95
|
+
import type { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
96
|
+
import type { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
97
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
98
98
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
99
99
|
export { __Client };
|
|
100
100
|
/**
|
|
@@ -203,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
203
203
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
204
204
|
* @internal
|
|
205
205
|
*/
|
|
206
|
-
defaultUserAgentProvider?:
|
|
206
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
207
207
|
/**
|
|
208
208
|
* Default credentials provider; Not available in browser runtime.
|
|
209
209
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { ProtonHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
*/
|
|
134
134
|
export * from "./ProtonClient";
|
|
135
135
|
export * from "./Proton";
|
|
136
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
136
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
137
137
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
138
138
|
export type { ProtonExtensionConfiguration } from "./extensionConfiguration";
|
|
139
139
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlockerStatus, BlockerType, ComponentDeploymentUpdateType, DeploymentStatus, DeploymentTargetResourceType, DeploymentUpdateType, EnvironmentAccountConnectionRequesterAccountType, EnvironmentAccountConnectionStatus, ListServiceInstancesFilterBy, ListServiceInstancesSortBy, ProvisionedResourceEngine, Provisioning, RepositoryProvider, RepositorySyncStatus, ResourceDeploymentStatus, ResourceSyncStatus, ServiceStatus, ServiceTemplateSupportedComponentSourceType, SortOrder, SyncType, TemplateType, TemplateVersionStatus } from "./enums";
|
|
1
|
+
import type { BlockerStatus, BlockerType, ComponentDeploymentUpdateType, DeploymentStatus, DeploymentTargetResourceType, DeploymentUpdateType, EnvironmentAccountConnectionRequesterAccountType, EnvironmentAccountConnectionStatus, ListServiceInstancesFilterBy, ListServiceInstancesSortBy, ProvisionedResourceEngine, Provisioning, RepositoryProvider, RepositorySyncStatus, ResourceDeploymentStatus, ResourceSyncStatus, ServiceStatus, ServiceTemplateSupportedComponentSourceType, SortOrder, SyncType, TemplateType, TemplateVersionStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput } from "../commands/ListComponentOutputsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput } from "../commands/ListComponentProvisionedResourcesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListComponentsCommandInput, ListComponentsCommandOutput } from "../commands/ListComponentsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "../commands/ListEnvironmentAccountConnectionsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "../commands/ListEnvironmentOutputsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "../commands/ListEnvironmentProvisionedResourcesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "../commands/ListEnvironmentTemplateVersionsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "../commands/ListEnvironmentTemplatesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "../commands/ListRepositoriesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "../commands/ListServiceInstanceOutputsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "../commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "../commands/ListServiceInstancesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "../commands/ListServicePipelineOutputsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "../commands/ListServicePipelineProvisionedResourcesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "../commands/ListServiceTemplateVersionsCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "../commands/ListServiceTemplatesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { ProtonPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { ProtonPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -594,7 +593,7 @@ export interface ClientDefaults
|
|
|
594
593
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
595
594
|
region?: string | __Provider<string>;
|
|
596
595
|
profile?: string;
|
|
597
|
-
defaultUserAgentProvider?:
|
|
596
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
598
597
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
599
598
|
maxAttempts?: number | __Provider<number>;
|
|
600
599
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Component is deleted. Use this after invoking DeleteComponent
|
|
6
6
|
* @deprecated Use waitUntilComponentDeleted instead. waitForComponentDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetComponentCommandInput } from "../commands/GetComponentCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent
|
|
6
6
|
* @deprecated Use waitUntilComponentDeployed instead. waitForComponentDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetEnvironmentCommandInput } from "../commands/GetEnvironmentCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetEnvironmentCommandInput } from "../commands/GetEnvironmentCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an Environment is deployed. Use this after invoking CreateEnvironment or UpdateEnvironment
|
|
6
6
|
* @deprecated Use waitUntilEnvironmentDeployed instead. waitForEnvironmentDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetEnvironmentTemplateVersionCommandInput } from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetEnvironmentTemplateVersionCommandInput } from "../commands/GetEnvironmentTemplateVersionCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an EnvironmentTemplateVersion is registered. Use this after invoking CreateEnvironmentTemplateVersion
|
|
6
6
|
* @deprecated Use waitUntilEnvironmentTemplateVersionRegistered instead. waitForEnvironmentTemplateVersionRegistered does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an Service has deployed its instances and possibly pipeline. Use this after invoking CreateService
|
|
6
6
|
* @deprecated Use waitUntilServiceCreated instead. waitForServiceCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Service, its instances, and possibly pipeline have been deleted after DeleteService is invoked
|
|
6
6
|
* @deprecated Use waitUntilServiceDeleted instead. waitForServiceDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceInstanceCommandInput } from "../commands/GetServiceInstanceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceInstanceCommandInput } from "../commands/GetServiceInstanceCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a ServiceInstance is deployed. Use this after invoking CreateService or UpdateServiceInstance
|
|
6
6
|
* @deprecated Use waitUntilServiceInstanceDeployed instead. waitForServiceInstanceDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an ServicePipeline is deployed. Use this after invoking CreateService or UpdateServicePipeline
|
|
6
6
|
* @deprecated Use waitUntilServicePipelineDeployed instead. waitForServicePipelineDeployed does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceTemplateVersionCommandInput } from "../commands/GetServiceTemplateVersionCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceTemplateVersionCommandInput } from "../commands/GetServiceTemplateVersionCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a ServiceTemplateVersion is registered. Use this after invoking CreateServiceTemplateVersion
|
|
6
6
|
* @deprecated Use waitUntilServiceTemplateVersionRegistered instead. waitForServiceTemplateVersionRegistered does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
-
import { ProtonClient } from "../ProtonClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetServiceCommandInput } from "../commands/GetServiceCommand";
|
|
3
|
+
import type { ProtonClient } from "../ProtonClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Service, its instances, and possibly pipeline have been deployed after UpdateService is invoked
|
|
6
6
|
* @deprecated Use waitUntilServiceUpdated instead. waitForServiceUpdated does not throw error in non-success cases.
|
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.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-proton",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|