@aws-sdk/client-proton 3.927.0 → 3.929.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-cjs/index.js +2765 -3968
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ProtonClient.js +2 -0
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -10
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -10
- package/dist-es/commands/CreateComponentCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateRepositoryCommand.js +3 -9
- package/dist-es/commands/CreateServiceCommand.js +3 -10
- package/dist-es/commands/CreateServiceInstanceCommand.js +3 -10
- package/dist-es/commands/CreateServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/CreateServiceTemplateCommand.js +3 -10
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/DeleteComponentCommand.js +3 -10
- package/dist-es/commands/DeleteDeploymentCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -10
- package/dist-es/commands/DeleteServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -10
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
- package/dist-es/commands/GetComponentCommand.js +3 -10
- package/dist-es/commands/GetDeploymentCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/GetEnvironmentCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/GetRepositoryCommand.js +3 -9
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -9
- package/dist-es/commands/GetResourcesSummaryCommand.js +3 -9
- package/dist-es/commands/GetServiceCommand.js +3 -10
- package/dist-es/commands/GetServiceInstanceCommand.js +3 -10
- package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +3 -9
- package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +3 -9
- package/dist-es/commands/GetServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetServiceTemplateCommand.js +3 -10
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -9
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -9
- package/dist-es/commands/ListComponentOutputsCommand.js +3 -10
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListComponentsCommand.js +3 -10
- package/dist-es/commands/ListDeploymentsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -10
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
- package/dist-es/commands/ListRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -9
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -10
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListServiceInstancesCommand.js +3 -10
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -10
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -9
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -10
- package/dist-es/commands/ListServiceTemplatesCommand.js +3 -10
- package/dist-es/commands/ListServicesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -10
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateComponentCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -9
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -10
- package/dist-es/commands/UpdateServiceCommand.js +3 -10
- package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -10
- package/dist-es/commands/UpdateServicePipelineCommand.js +3 -10
- package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +3 -9
- package/dist-es/commands/UpdateServiceSyncConfigCommand.js +3 -9
- package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -10
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -446
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2572 -0
- package/dist-types/ProtonClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -368
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +358 -0
- package/dist-types/ts3.4/ProtonClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -266
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +364 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_0.js +0 -2805
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -785
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -1049
|
@@ -1,785 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
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";
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_json1_0AcceptEnvironmentAccountConnectionCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_AcceptEnvironmentAccountConnectionCommand: (input: AcceptEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_json1_0CancelComponentDeploymentCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_CancelComponentDeploymentCommand: (input: CancelComponentDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_json1_0CancelEnvironmentDeploymentCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_CancelEnvironmentDeploymentCommand: (input: CancelEnvironmentDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_json1_0CancelServiceInstanceDeploymentCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_CancelServiceInstanceDeploymentCommand: (input: CancelServiceInstanceDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_json1_0CancelServicePipelineDeploymentCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_CancelServicePipelineDeploymentCommand: (input: CancelServicePipelineDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_json1_0CreateComponentCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_CreateComponentCommand: (input: CreateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_json1_0CreateEnvironmentCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_json1_0CreateEnvironmentAccountConnectionCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_CreateEnvironmentAccountConnectionCommand: (input: CreateEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_json1_0CreateEnvironmentTemplateCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_CreateEnvironmentTemplateCommand: (input: CreateEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_json1_0CreateEnvironmentTemplateVersionCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_CreateEnvironmentTemplateVersionCommand: (input: CreateEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_json1_0CreateRepositoryCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_json1_0CreateServiceCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_json1_0CreateServiceInstanceCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_CreateServiceInstanceCommand: (input: CreateServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_json1_0CreateServiceSyncConfigCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_CreateServiceSyncConfigCommand: (input: CreateServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_json1_0CreateServiceTemplateCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_CreateServiceTemplateCommand: (input: CreateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_json1_0CreateServiceTemplateVersionCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_CreateServiceTemplateVersionCommand: (input: CreateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_json1_0CreateTemplateSyncConfigCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_CreateTemplateSyncConfigCommand: (input: CreateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_json1_0DeleteComponentCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_DeleteComponentCommand: (input: DeleteComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_json1_0DeleteDeploymentCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_json1_0DeleteEnvironmentCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_json1_0DeleteEnvironmentAccountConnectionCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_DeleteEnvironmentAccountConnectionCommand: (input: DeleteEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_json1_0DeleteEnvironmentTemplateCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_DeleteEnvironmentTemplateCommand: (input: DeleteEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_json1_0DeleteEnvironmentTemplateVersionCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_DeleteEnvironmentTemplateVersionCommand: (input: DeleteEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_json1_0DeleteRepositoryCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_json1_0DeleteServiceCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_json1_0DeleteServiceSyncConfigCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_DeleteServiceSyncConfigCommand: (input: DeleteServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_json1_0DeleteServiceTemplateCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_DeleteServiceTemplateCommand: (input: DeleteServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* serializeAws_json1_0DeleteServiceTemplateVersionCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const se_DeleteServiceTemplateVersionCommand: (input: DeleteServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
/**
|
|
203
|
-
* serializeAws_json1_0DeleteTemplateSyncConfigCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const se_DeleteTemplateSyncConfigCommand: (input: DeleteTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
206
|
-
/**
|
|
207
|
-
* serializeAws_json1_0GetAccountSettingsCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
210
|
-
/**
|
|
211
|
-
* serializeAws_json1_0GetComponentCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const se_GetComponentCommand: (input: GetComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
214
|
-
/**
|
|
215
|
-
* serializeAws_json1_0GetDeploymentCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
218
|
-
/**
|
|
219
|
-
* serializeAws_json1_0GetEnvironmentCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
|
-
/**
|
|
223
|
-
* serializeAws_json1_0GetEnvironmentAccountConnectionCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const se_GetEnvironmentAccountConnectionCommand: (input: GetEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
226
|
-
/**
|
|
227
|
-
* serializeAws_json1_0GetEnvironmentTemplateCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const se_GetEnvironmentTemplateCommand: (input: GetEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
-
/**
|
|
231
|
-
* serializeAws_json1_0GetEnvironmentTemplateVersionCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const se_GetEnvironmentTemplateVersionCommand: (input: GetEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
234
|
-
/**
|
|
235
|
-
* serializeAws_json1_0GetRepositoryCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const se_GetRepositoryCommand: (input: GetRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
238
|
-
/**
|
|
239
|
-
* serializeAws_json1_0GetRepositorySyncStatusCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const se_GetRepositorySyncStatusCommand: (input: GetRepositorySyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
|
-
/**
|
|
243
|
-
* serializeAws_json1_0GetResourcesSummaryCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const se_GetResourcesSummaryCommand: (input: GetResourcesSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
246
|
-
/**
|
|
247
|
-
* serializeAws_json1_0GetServiceCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
250
|
-
/**
|
|
251
|
-
* serializeAws_json1_0GetServiceInstanceCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const se_GetServiceInstanceCommand: (input: GetServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
|
-
/**
|
|
255
|
-
* serializeAws_json1_0GetServiceInstanceSyncStatusCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const se_GetServiceInstanceSyncStatusCommand: (input: GetServiceInstanceSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
258
|
-
/**
|
|
259
|
-
* serializeAws_json1_0GetServiceSyncBlockerSummaryCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const se_GetServiceSyncBlockerSummaryCommand: (input: GetServiceSyncBlockerSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
262
|
-
/**
|
|
263
|
-
* serializeAws_json1_0GetServiceSyncConfigCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const se_GetServiceSyncConfigCommand: (input: GetServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
-
/**
|
|
267
|
-
* serializeAws_json1_0GetServiceTemplateCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const se_GetServiceTemplateCommand: (input: GetServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
270
|
-
/**
|
|
271
|
-
* serializeAws_json1_0GetServiceTemplateVersionCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const se_GetServiceTemplateVersionCommand: (input: GetServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
|
-
/**
|
|
275
|
-
* serializeAws_json1_0GetTemplateSyncConfigCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const se_GetTemplateSyncConfigCommand: (input: GetTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
-
/**
|
|
279
|
-
* serializeAws_json1_0GetTemplateSyncStatusCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const se_GetTemplateSyncStatusCommand: (input: GetTemplateSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
282
|
-
/**
|
|
283
|
-
* serializeAws_json1_0ListComponentOutputsCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const se_ListComponentOutputsCommand: (input: ListComponentOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
286
|
-
/**
|
|
287
|
-
* serializeAws_json1_0ListComponentProvisionedResourcesCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const se_ListComponentProvisionedResourcesCommand: (input: ListComponentProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
290
|
-
/**
|
|
291
|
-
* serializeAws_json1_0ListComponentsCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const se_ListComponentsCommand: (input: ListComponentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
294
|
-
/**
|
|
295
|
-
* serializeAws_json1_0ListDeploymentsCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
298
|
-
/**
|
|
299
|
-
* serializeAws_json1_0ListEnvironmentAccountConnectionsCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const se_ListEnvironmentAccountConnectionsCommand: (input: ListEnvironmentAccountConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
|
-
/**
|
|
303
|
-
* serializeAws_json1_0ListEnvironmentOutputsCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const se_ListEnvironmentOutputsCommand: (input: ListEnvironmentOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
306
|
-
/**
|
|
307
|
-
* serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const se_ListEnvironmentProvisionedResourcesCommand: (input: ListEnvironmentProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
310
|
-
/**
|
|
311
|
-
* serializeAws_json1_0ListEnvironmentsCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
314
|
-
/**
|
|
315
|
-
* serializeAws_json1_0ListEnvironmentTemplatesCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const se_ListEnvironmentTemplatesCommand: (input: ListEnvironmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
318
|
-
/**
|
|
319
|
-
* serializeAws_json1_0ListEnvironmentTemplateVersionsCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const se_ListEnvironmentTemplateVersionsCommand: (input: ListEnvironmentTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
322
|
-
/**
|
|
323
|
-
* serializeAws_json1_0ListRepositoriesCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const se_ListRepositoriesCommand: (input: ListRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
326
|
-
/**
|
|
327
|
-
* serializeAws_json1_0ListRepositorySyncDefinitionsCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const se_ListRepositorySyncDefinitionsCommand: (input: ListRepositorySyncDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
330
|
-
/**
|
|
331
|
-
* serializeAws_json1_0ListServiceInstanceOutputsCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const se_ListServiceInstanceOutputsCommand: (input: ListServiceInstanceOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
334
|
-
/**
|
|
335
|
-
* serializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const se_ListServiceInstanceProvisionedResourcesCommand: (input: ListServiceInstanceProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
338
|
-
/**
|
|
339
|
-
* serializeAws_json1_0ListServiceInstancesCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const se_ListServiceInstancesCommand: (input: ListServiceInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
342
|
-
/**
|
|
343
|
-
* serializeAws_json1_0ListServicePipelineOutputsCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const se_ListServicePipelineOutputsCommand: (input: ListServicePipelineOutputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
346
|
-
/**
|
|
347
|
-
* serializeAws_json1_0ListServicePipelineProvisionedResourcesCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const se_ListServicePipelineProvisionedResourcesCommand: (input: ListServicePipelineProvisionedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
350
|
-
/**
|
|
351
|
-
* serializeAws_json1_0ListServicesCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
354
|
-
/**
|
|
355
|
-
* serializeAws_json1_0ListServiceTemplatesCommand
|
|
356
|
-
*/
|
|
357
|
-
export declare const se_ListServiceTemplatesCommand: (input: ListServiceTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
358
|
-
/**
|
|
359
|
-
* serializeAws_json1_0ListServiceTemplateVersionsCommand
|
|
360
|
-
*/
|
|
361
|
-
export declare const se_ListServiceTemplateVersionsCommand: (input: ListServiceTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
|
-
/**
|
|
363
|
-
* serializeAws_json1_0ListTagsForResourceCommand
|
|
364
|
-
*/
|
|
365
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
366
|
-
/**
|
|
367
|
-
* serializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand
|
|
368
|
-
*/
|
|
369
|
-
export declare const se_NotifyResourceDeploymentStatusChangeCommand: (input: NotifyResourceDeploymentStatusChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
370
|
-
/**
|
|
371
|
-
* serializeAws_json1_0RejectEnvironmentAccountConnectionCommand
|
|
372
|
-
*/
|
|
373
|
-
export declare const se_RejectEnvironmentAccountConnectionCommand: (input: RejectEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
374
|
-
/**
|
|
375
|
-
* serializeAws_json1_0TagResourceCommand
|
|
376
|
-
*/
|
|
377
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
378
|
-
/**
|
|
379
|
-
* serializeAws_json1_0UntagResourceCommand
|
|
380
|
-
*/
|
|
381
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
382
|
-
/**
|
|
383
|
-
* serializeAws_json1_0UpdateAccountSettingsCommand
|
|
384
|
-
*/
|
|
385
|
-
export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
-
/**
|
|
387
|
-
* serializeAws_json1_0UpdateComponentCommand
|
|
388
|
-
*/
|
|
389
|
-
export declare const se_UpdateComponentCommand: (input: UpdateComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
390
|
-
/**
|
|
391
|
-
* serializeAws_json1_0UpdateEnvironmentCommand
|
|
392
|
-
*/
|
|
393
|
-
export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
394
|
-
/**
|
|
395
|
-
* serializeAws_json1_0UpdateEnvironmentAccountConnectionCommand
|
|
396
|
-
*/
|
|
397
|
-
export declare const se_UpdateEnvironmentAccountConnectionCommand: (input: UpdateEnvironmentAccountConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
398
|
-
/**
|
|
399
|
-
* serializeAws_json1_0UpdateEnvironmentTemplateCommand
|
|
400
|
-
*/
|
|
401
|
-
export declare const se_UpdateEnvironmentTemplateCommand: (input: UpdateEnvironmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
402
|
-
/**
|
|
403
|
-
* serializeAws_json1_0UpdateEnvironmentTemplateVersionCommand
|
|
404
|
-
*/
|
|
405
|
-
export declare const se_UpdateEnvironmentTemplateVersionCommand: (input: UpdateEnvironmentTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
406
|
-
/**
|
|
407
|
-
* serializeAws_json1_0UpdateServiceCommand
|
|
408
|
-
*/
|
|
409
|
-
export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
410
|
-
/**
|
|
411
|
-
* serializeAws_json1_0UpdateServiceInstanceCommand
|
|
412
|
-
*/
|
|
413
|
-
export declare const se_UpdateServiceInstanceCommand: (input: UpdateServiceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
414
|
-
/**
|
|
415
|
-
* serializeAws_json1_0UpdateServicePipelineCommand
|
|
416
|
-
*/
|
|
417
|
-
export declare const se_UpdateServicePipelineCommand: (input: UpdateServicePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
418
|
-
/**
|
|
419
|
-
* serializeAws_json1_0UpdateServiceSyncBlockerCommand
|
|
420
|
-
*/
|
|
421
|
-
export declare const se_UpdateServiceSyncBlockerCommand: (input: UpdateServiceSyncBlockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
422
|
-
/**
|
|
423
|
-
* serializeAws_json1_0UpdateServiceSyncConfigCommand
|
|
424
|
-
*/
|
|
425
|
-
export declare const se_UpdateServiceSyncConfigCommand: (input: UpdateServiceSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
426
|
-
/**
|
|
427
|
-
* serializeAws_json1_0UpdateServiceTemplateCommand
|
|
428
|
-
*/
|
|
429
|
-
export declare const se_UpdateServiceTemplateCommand: (input: UpdateServiceTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
430
|
-
/**
|
|
431
|
-
* serializeAws_json1_0UpdateServiceTemplateVersionCommand
|
|
432
|
-
*/
|
|
433
|
-
export declare const se_UpdateServiceTemplateVersionCommand: (input: UpdateServiceTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
434
|
-
/**
|
|
435
|
-
* serializeAws_json1_0UpdateTemplateSyncConfigCommand
|
|
436
|
-
*/
|
|
437
|
-
export declare const se_UpdateTemplateSyncConfigCommand: (input: UpdateTemplateSyncConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
438
|
-
/**
|
|
439
|
-
* deserializeAws_json1_0AcceptEnvironmentAccountConnectionCommand
|
|
440
|
-
*/
|
|
441
|
-
export declare const de_AcceptEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
|
|
442
|
-
/**
|
|
443
|
-
* deserializeAws_json1_0CancelComponentDeploymentCommand
|
|
444
|
-
*/
|
|
445
|
-
export declare const de_CancelComponentDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelComponentDeploymentCommandOutput>;
|
|
446
|
-
/**
|
|
447
|
-
* deserializeAws_json1_0CancelEnvironmentDeploymentCommand
|
|
448
|
-
*/
|
|
449
|
-
export declare const de_CancelEnvironmentDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelEnvironmentDeploymentCommandOutput>;
|
|
450
|
-
/**
|
|
451
|
-
* deserializeAws_json1_0CancelServiceInstanceDeploymentCommand
|
|
452
|
-
*/
|
|
453
|
-
export declare const de_CancelServiceInstanceDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelServiceInstanceDeploymentCommandOutput>;
|
|
454
|
-
/**
|
|
455
|
-
* deserializeAws_json1_0CancelServicePipelineDeploymentCommand
|
|
456
|
-
*/
|
|
457
|
-
export declare const de_CancelServicePipelineDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelServicePipelineDeploymentCommandOutput>;
|
|
458
|
-
/**
|
|
459
|
-
* deserializeAws_json1_0CreateComponentCommand
|
|
460
|
-
*/
|
|
461
|
-
export declare const de_CreateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateComponentCommandOutput>;
|
|
462
|
-
/**
|
|
463
|
-
* deserializeAws_json1_0CreateEnvironmentCommand
|
|
464
|
-
*/
|
|
465
|
-
export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
|
|
466
|
-
/**
|
|
467
|
-
* deserializeAws_json1_0CreateEnvironmentAccountConnectionCommand
|
|
468
|
-
*/
|
|
469
|
-
export declare const de_CreateEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentAccountConnectionCommandOutput>;
|
|
470
|
-
/**
|
|
471
|
-
* deserializeAws_json1_0CreateEnvironmentTemplateCommand
|
|
472
|
-
*/
|
|
473
|
-
export declare const de_CreateEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentTemplateCommandOutput>;
|
|
474
|
-
/**
|
|
475
|
-
* deserializeAws_json1_0CreateEnvironmentTemplateVersionCommand
|
|
476
|
-
*/
|
|
477
|
-
export declare const de_CreateEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentTemplateVersionCommandOutput>;
|
|
478
|
-
/**
|
|
479
|
-
* deserializeAws_json1_0CreateRepositoryCommand
|
|
480
|
-
*/
|
|
481
|
-
export declare const de_CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
|
|
482
|
-
/**
|
|
483
|
-
* deserializeAws_json1_0CreateServiceCommand
|
|
484
|
-
*/
|
|
485
|
-
export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
|
|
486
|
-
/**
|
|
487
|
-
* deserializeAws_json1_0CreateServiceInstanceCommand
|
|
488
|
-
*/
|
|
489
|
-
export declare const de_CreateServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceInstanceCommandOutput>;
|
|
490
|
-
/**
|
|
491
|
-
* deserializeAws_json1_0CreateServiceSyncConfigCommand
|
|
492
|
-
*/
|
|
493
|
-
export declare const de_CreateServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceSyncConfigCommandOutput>;
|
|
494
|
-
/**
|
|
495
|
-
* deserializeAws_json1_0CreateServiceTemplateCommand
|
|
496
|
-
*/
|
|
497
|
-
export declare const de_CreateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateCommandOutput>;
|
|
498
|
-
/**
|
|
499
|
-
* deserializeAws_json1_0CreateServiceTemplateVersionCommand
|
|
500
|
-
*/
|
|
501
|
-
export declare const de_CreateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceTemplateVersionCommandOutput>;
|
|
502
|
-
/**
|
|
503
|
-
* deserializeAws_json1_0CreateTemplateSyncConfigCommand
|
|
504
|
-
*/
|
|
505
|
-
export declare const de_CreateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateSyncConfigCommandOutput>;
|
|
506
|
-
/**
|
|
507
|
-
* deserializeAws_json1_0DeleteComponentCommand
|
|
508
|
-
*/
|
|
509
|
-
export declare const de_DeleteComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteComponentCommandOutput>;
|
|
510
|
-
/**
|
|
511
|
-
* deserializeAws_json1_0DeleteDeploymentCommand
|
|
512
|
-
*/
|
|
513
|
-
export declare const de_DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
|
|
514
|
-
/**
|
|
515
|
-
* deserializeAws_json1_0DeleteEnvironmentCommand
|
|
516
|
-
*/
|
|
517
|
-
export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
|
|
518
|
-
/**
|
|
519
|
-
* deserializeAws_json1_0DeleteEnvironmentAccountConnectionCommand
|
|
520
|
-
*/
|
|
521
|
-
export declare const de_DeleteEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
|
|
522
|
-
/**
|
|
523
|
-
* deserializeAws_json1_0DeleteEnvironmentTemplateCommand
|
|
524
|
-
*/
|
|
525
|
-
export declare const de_DeleteEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentTemplateCommandOutput>;
|
|
526
|
-
/**
|
|
527
|
-
* deserializeAws_json1_0DeleteEnvironmentTemplateVersionCommand
|
|
528
|
-
*/
|
|
529
|
-
export declare const de_DeleteEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
|
|
530
|
-
/**
|
|
531
|
-
* deserializeAws_json1_0DeleteRepositoryCommand
|
|
532
|
-
*/
|
|
533
|
-
export declare const de_DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
|
|
534
|
-
/**
|
|
535
|
-
* deserializeAws_json1_0DeleteServiceCommand
|
|
536
|
-
*/
|
|
537
|
-
export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
|
|
538
|
-
/**
|
|
539
|
-
* deserializeAws_json1_0DeleteServiceSyncConfigCommand
|
|
540
|
-
*/
|
|
541
|
-
export declare const de_DeleteServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceSyncConfigCommandOutput>;
|
|
542
|
-
/**
|
|
543
|
-
* deserializeAws_json1_0DeleteServiceTemplateCommand
|
|
544
|
-
*/
|
|
545
|
-
export declare const de_DeleteServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateCommandOutput>;
|
|
546
|
-
/**
|
|
547
|
-
* deserializeAws_json1_0DeleteServiceTemplateVersionCommand
|
|
548
|
-
*/
|
|
549
|
-
export declare const de_DeleteServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceTemplateVersionCommandOutput>;
|
|
550
|
-
/**
|
|
551
|
-
* deserializeAws_json1_0DeleteTemplateSyncConfigCommand
|
|
552
|
-
*/
|
|
553
|
-
export declare const de_DeleteTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateSyncConfigCommandOutput>;
|
|
554
|
-
/**
|
|
555
|
-
* deserializeAws_json1_0GetAccountSettingsCommand
|
|
556
|
-
*/
|
|
557
|
-
export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
|
|
558
|
-
/**
|
|
559
|
-
* deserializeAws_json1_0GetComponentCommand
|
|
560
|
-
*/
|
|
561
|
-
export declare const de_GetComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComponentCommandOutput>;
|
|
562
|
-
/**
|
|
563
|
-
* deserializeAws_json1_0GetDeploymentCommand
|
|
564
|
-
*/
|
|
565
|
-
export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
|
|
566
|
-
/**
|
|
567
|
-
* deserializeAws_json1_0GetEnvironmentCommand
|
|
568
|
-
*/
|
|
569
|
-
export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
|
|
570
|
-
/**
|
|
571
|
-
* deserializeAws_json1_0GetEnvironmentAccountConnectionCommand
|
|
572
|
-
*/
|
|
573
|
-
export declare const de_GetEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentAccountConnectionCommandOutput>;
|
|
574
|
-
/**
|
|
575
|
-
* deserializeAws_json1_0GetEnvironmentTemplateCommand
|
|
576
|
-
*/
|
|
577
|
-
export declare const de_GetEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentTemplateCommandOutput>;
|
|
578
|
-
/**
|
|
579
|
-
* deserializeAws_json1_0GetEnvironmentTemplateVersionCommand
|
|
580
|
-
*/
|
|
581
|
-
export declare const de_GetEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentTemplateVersionCommandOutput>;
|
|
582
|
-
/**
|
|
583
|
-
* deserializeAws_json1_0GetRepositoryCommand
|
|
584
|
-
*/
|
|
585
|
-
export declare const de_GetRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryCommandOutput>;
|
|
586
|
-
/**
|
|
587
|
-
* deserializeAws_json1_0GetRepositorySyncStatusCommand
|
|
588
|
-
*/
|
|
589
|
-
export declare const de_GetRepositorySyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositorySyncStatusCommandOutput>;
|
|
590
|
-
/**
|
|
591
|
-
* deserializeAws_json1_0GetResourcesSummaryCommand
|
|
592
|
-
*/
|
|
593
|
-
export declare const de_GetResourcesSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesSummaryCommandOutput>;
|
|
594
|
-
/**
|
|
595
|
-
* deserializeAws_json1_0GetServiceCommand
|
|
596
|
-
*/
|
|
597
|
-
export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
|
|
598
|
-
/**
|
|
599
|
-
* deserializeAws_json1_0GetServiceInstanceCommand
|
|
600
|
-
*/
|
|
601
|
-
export declare const de_GetServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceInstanceCommandOutput>;
|
|
602
|
-
/**
|
|
603
|
-
* deserializeAws_json1_0GetServiceInstanceSyncStatusCommand
|
|
604
|
-
*/
|
|
605
|
-
export declare const de_GetServiceInstanceSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceInstanceSyncStatusCommandOutput>;
|
|
606
|
-
/**
|
|
607
|
-
* deserializeAws_json1_0GetServiceSyncBlockerSummaryCommand
|
|
608
|
-
*/
|
|
609
|
-
export declare const de_GetServiceSyncBlockerSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSyncBlockerSummaryCommandOutput>;
|
|
610
|
-
/**
|
|
611
|
-
* deserializeAws_json1_0GetServiceSyncConfigCommand
|
|
612
|
-
*/
|
|
613
|
-
export declare const de_GetServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSyncConfigCommandOutput>;
|
|
614
|
-
/**
|
|
615
|
-
* deserializeAws_json1_0GetServiceTemplateCommand
|
|
616
|
-
*/
|
|
617
|
-
export declare const de_GetServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateCommandOutput>;
|
|
618
|
-
/**
|
|
619
|
-
* deserializeAws_json1_0GetServiceTemplateVersionCommand
|
|
620
|
-
*/
|
|
621
|
-
export declare const de_GetServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceTemplateVersionCommandOutput>;
|
|
622
|
-
/**
|
|
623
|
-
* deserializeAws_json1_0GetTemplateSyncConfigCommand
|
|
624
|
-
*/
|
|
625
|
-
export declare const de_GetTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateSyncConfigCommandOutput>;
|
|
626
|
-
/**
|
|
627
|
-
* deserializeAws_json1_0GetTemplateSyncStatusCommand
|
|
628
|
-
*/
|
|
629
|
-
export declare const de_GetTemplateSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateSyncStatusCommandOutput>;
|
|
630
|
-
/**
|
|
631
|
-
* deserializeAws_json1_0ListComponentOutputsCommand
|
|
632
|
-
*/
|
|
633
|
-
export declare const de_ListComponentOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentOutputsCommandOutput>;
|
|
634
|
-
/**
|
|
635
|
-
* deserializeAws_json1_0ListComponentProvisionedResourcesCommand
|
|
636
|
-
*/
|
|
637
|
-
export declare const de_ListComponentProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentProvisionedResourcesCommandOutput>;
|
|
638
|
-
/**
|
|
639
|
-
* deserializeAws_json1_0ListComponentsCommand
|
|
640
|
-
*/
|
|
641
|
-
export declare const de_ListComponentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComponentsCommandOutput>;
|
|
642
|
-
/**
|
|
643
|
-
* deserializeAws_json1_0ListDeploymentsCommand
|
|
644
|
-
*/
|
|
645
|
-
export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
|
|
646
|
-
/**
|
|
647
|
-
* deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand
|
|
648
|
-
*/
|
|
649
|
-
export declare const de_ListEnvironmentAccountConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentAccountConnectionsCommandOutput>;
|
|
650
|
-
/**
|
|
651
|
-
* deserializeAws_json1_0ListEnvironmentOutputsCommand
|
|
652
|
-
*/
|
|
653
|
-
export declare const de_ListEnvironmentOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentOutputsCommandOutput>;
|
|
654
|
-
/**
|
|
655
|
-
* deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand
|
|
656
|
-
*/
|
|
657
|
-
export declare const de_ListEnvironmentProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
|
|
658
|
-
/**
|
|
659
|
-
* deserializeAws_json1_0ListEnvironmentsCommand
|
|
660
|
-
*/
|
|
661
|
-
export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
|
|
662
|
-
/**
|
|
663
|
-
* deserializeAws_json1_0ListEnvironmentTemplatesCommand
|
|
664
|
-
*/
|
|
665
|
-
export declare const de_ListEnvironmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentTemplatesCommandOutput>;
|
|
666
|
-
/**
|
|
667
|
-
* deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand
|
|
668
|
-
*/
|
|
669
|
-
export declare const de_ListEnvironmentTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentTemplateVersionsCommandOutput>;
|
|
670
|
-
/**
|
|
671
|
-
* deserializeAws_json1_0ListRepositoriesCommand
|
|
672
|
-
*/
|
|
673
|
-
export declare const de_ListRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoriesCommandOutput>;
|
|
674
|
-
/**
|
|
675
|
-
* deserializeAws_json1_0ListRepositorySyncDefinitionsCommand
|
|
676
|
-
*/
|
|
677
|
-
export declare const de_ListRepositorySyncDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
|
|
678
|
-
/**
|
|
679
|
-
* deserializeAws_json1_0ListServiceInstanceOutputsCommand
|
|
680
|
-
*/
|
|
681
|
-
export declare const de_ListServiceInstanceOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstanceOutputsCommandOutput>;
|
|
682
|
-
/**
|
|
683
|
-
* deserializeAws_json1_0ListServiceInstanceProvisionedResourcesCommand
|
|
684
|
-
*/
|
|
685
|
-
export declare const de_ListServiceInstanceProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
|
|
686
|
-
/**
|
|
687
|
-
* deserializeAws_json1_0ListServiceInstancesCommand
|
|
688
|
-
*/
|
|
689
|
-
export declare const de_ListServiceInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceInstancesCommandOutput>;
|
|
690
|
-
/**
|
|
691
|
-
* deserializeAws_json1_0ListServicePipelineOutputsCommand
|
|
692
|
-
*/
|
|
693
|
-
export declare const de_ListServicePipelineOutputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicePipelineOutputsCommandOutput>;
|
|
694
|
-
/**
|
|
695
|
-
* deserializeAws_json1_0ListServicePipelineProvisionedResourcesCommand
|
|
696
|
-
*/
|
|
697
|
-
export declare const de_ListServicePipelineProvisionedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
|
|
698
|
-
/**
|
|
699
|
-
* deserializeAws_json1_0ListServicesCommand
|
|
700
|
-
*/
|
|
701
|
-
export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
|
|
702
|
-
/**
|
|
703
|
-
* deserializeAws_json1_0ListServiceTemplatesCommand
|
|
704
|
-
*/
|
|
705
|
-
export declare const de_ListServiceTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceTemplatesCommandOutput>;
|
|
706
|
-
/**
|
|
707
|
-
* deserializeAws_json1_0ListServiceTemplateVersionsCommand
|
|
708
|
-
*/
|
|
709
|
-
export declare const de_ListServiceTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceTemplateVersionsCommandOutput>;
|
|
710
|
-
/**
|
|
711
|
-
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
712
|
-
*/
|
|
713
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
714
|
-
/**
|
|
715
|
-
* deserializeAws_json1_0NotifyResourceDeploymentStatusChangeCommand
|
|
716
|
-
*/
|
|
717
|
-
export declare const de_NotifyResourceDeploymentStatusChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
|
|
718
|
-
/**
|
|
719
|
-
* deserializeAws_json1_0RejectEnvironmentAccountConnectionCommand
|
|
720
|
-
*/
|
|
721
|
-
export declare const de_RejectEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectEnvironmentAccountConnectionCommandOutput>;
|
|
722
|
-
/**
|
|
723
|
-
* deserializeAws_json1_0TagResourceCommand
|
|
724
|
-
*/
|
|
725
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
726
|
-
/**
|
|
727
|
-
* deserializeAws_json1_0UntagResourceCommand
|
|
728
|
-
*/
|
|
729
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
730
|
-
/**
|
|
731
|
-
* deserializeAws_json1_0UpdateAccountSettingsCommand
|
|
732
|
-
*/
|
|
733
|
-
export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
734
|
-
/**
|
|
735
|
-
* deserializeAws_json1_0UpdateComponentCommand
|
|
736
|
-
*/
|
|
737
|
-
export declare const de_UpdateComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateComponentCommandOutput>;
|
|
738
|
-
/**
|
|
739
|
-
* deserializeAws_json1_0UpdateEnvironmentCommand
|
|
740
|
-
*/
|
|
741
|
-
export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
|
|
742
|
-
/**
|
|
743
|
-
* deserializeAws_json1_0UpdateEnvironmentAccountConnectionCommand
|
|
744
|
-
*/
|
|
745
|
-
export declare const de_UpdateEnvironmentAccountConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
|
|
746
|
-
/**
|
|
747
|
-
* deserializeAws_json1_0UpdateEnvironmentTemplateCommand
|
|
748
|
-
*/
|
|
749
|
-
export declare const de_UpdateEnvironmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentTemplateCommandOutput>;
|
|
750
|
-
/**
|
|
751
|
-
* deserializeAws_json1_0UpdateEnvironmentTemplateVersionCommand
|
|
752
|
-
*/
|
|
753
|
-
export declare const de_UpdateEnvironmentTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentTemplateVersionCommandOutput>;
|
|
754
|
-
/**
|
|
755
|
-
* deserializeAws_json1_0UpdateServiceCommand
|
|
756
|
-
*/
|
|
757
|
-
export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
|
|
758
|
-
/**
|
|
759
|
-
* deserializeAws_json1_0UpdateServiceInstanceCommand
|
|
760
|
-
*/
|
|
761
|
-
export declare const de_UpdateServiceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceInstanceCommandOutput>;
|
|
762
|
-
/**
|
|
763
|
-
* deserializeAws_json1_0UpdateServicePipelineCommand
|
|
764
|
-
*/
|
|
765
|
-
export declare const de_UpdateServicePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePipelineCommandOutput>;
|
|
766
|
-
/**
|
|
767
|
-
* deserializeAws_json1_0UpdateServiceSyncBlockerCommand
|
|
768
|
-
*/
|
|
769
|
-
export declare const de_UpdateServiceSyncBlockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSyncBlockerCommandOutput>;
|
|
770
|
-
/**
|
|
771
|
-
* deserializeAws_json1_0UpdateServiceSyncConfigCommand
|
|
772
|
-
*/
|
|
773
|
-
export declare const de_UpdateServiceSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSyncConfigCommandOutput>;
|
|
774
|
-
/**
|
|
775
|
-
* deserializeAws_json1_0UpdateServiceTemplateCommand
|
|
776
|
-
*/
|
|
777
|
-
export declare const de_UpdateServiceTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateCommandOutput>;
|
|
778
|
-
/**
|
|
779
|
-
* deserializeAws_json1_0UpdateServiceTemplateVersionCommand
|
|
780
|
-
*/
|
|
781
|
-
export declare const de_UpdateServiceTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceTemplateVersionCommandOutput>;
|
|
782
|
-
/**
|
|
783
|
-
* deserializeAws_json1_0UpdateTemplateSyncConfigCommand
|
|
784
|
-
*/
|
|
785
|
-
export declare const de_UpdateTemplateSyncConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateSyncConfigCommandOutput>;
|