@aws-sdk/client-proton 3.306.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/Proton.js +120 -0
- package/dist-cjs/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/CancelComponentDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelEnvironmentDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelServiceInstanceDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CancelServicePipelineDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceInstanceCommand.js +46 -0
- package/dist-cjs/commands/CreateServiceSyncConfigCommand.js +45 -0
- package/dist-cjs/commands/CreateServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceSyncConfigCommand.js +45 -0
- package/dist-cjs/commands/DeleteServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetComponentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetServiceCommand.js +2 -2
- package/dist-cjs/commands/GetServiceInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetServiceInstanceSyncStatusCommand.js +45 -0
- package/dist-cjs/commands/GetServiceSyncBlockerSummaryCommand.js +45 -0
- package/dist-cjs/commands/GetServiceSyncConfigCommand.js +45 -0
- package/dist-cjs/commands/GetServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +2 -2
- package/dist-cjs/commands/ListComponentOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentAccountConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListServiceInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +2 -2
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +2 -2
- package/dist-cjs/commands/ListServiceTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListServiceTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +2 -2
- package/dist-cjs/commands/RejectEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServicePipelineCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceSyncBlockerCommand.js +45 -0
- package/dist-cjs/commands/UpdateServiceSyncConfigCommand.js +45 -0
- package/dist-cjs/commands/UpdateServiceTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceTemplateVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +25 -7
- package/dist-cjs/protocols/Aws_json1_0.js +2041 -1475
- package/dist-es/Proton.js +120 -0
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/CancelComponentDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +3 -3
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/CreateServiceInstanceCommand.js +42 -0
- package/dist-es/commands/CreateServiceSyncConfigCommand.js +41 -0
- package/dist-es/commands/CreateServiceTemplateCommand.js +3 -3
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/DeleteServiceSyncConfigCommand.js +41 -0
- package/dist-es/commands/DeleteServiceTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetComponentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/GetRepositoryCommand.js +3 -3
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +3 -3
- package/dist-es/commands/GetResourcesSummaryCommand.js +3 -3
- package/dist-es/commands/GetServiceCommand.js +3 -3
- package/dist-es/commands/GetServiceInstanceCommand.js +3 -3
- package/dist-es/commands/GetServiceInstanceSyncStatusCommand.js +41 -0
- package/dist-es/commands/GetServiceSyncBlockerSummaryCommand.js +41 -0
- package/dist-es/commands/GetServiceSyncConfigCommand.js +41 -0
- package/dist-es/commands/GetServiceTemplateCommand.js +3 -3
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +3 -3
- package/dist-es/commands/ListComponentOutputsCommand.js +3 -3
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +3 -3
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListServiceInstancesCommand.js +3 -3
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +3 -3
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +3 -3
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListServiceTemplatesCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +3 -3
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +3 -3
- package/dist-es/commands/UpdateServiceCommand.js +3 -3
- package/dist-es/commands/UpdateServiceInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateServicePipelineCommand.js +3 -3
- package/dist-es/commands/UpdateServiceSyncBlockerCommand.js +41 -0
- package/dist-es/commands/UpdateServiceSyncConfigCommand.js +41 -0
- package/dist-es/commands/UpdateServiceTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +20 -4
- package/dist-es/protocols/Aws_json1_0.js +1869 -1319
- package/dist-types/Proton.d.ts +172 -75
- package/dist-types/ProtonClient.d.ts +10 -2
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +10 -7
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +10 -7
- package/dist-types/commands/CreateComponentCommand.d.ts +1 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
- package/dist-types/commands/CreateServiceInstanceCommand.d.ts +92 -0
- package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +86 -0
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -5
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +3 -2
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +8 -6
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +81 -0
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +9 -6
- package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -9
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -1
- package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +79 -0
- package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +78 -0
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +4 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateComponentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +4 -2
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +5 -3
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +14 -8
- package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +82 -0
- package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +85 -0
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -2
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +623 -148
- package/dist-types/protocols/Aws_json1_0.d.ts +680 -152
- package/dist-types/ts3.4/Proton.d.ts +136 -0
- package/dist-types/ts3.4/ProtonClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateServiceInstanceCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateServiceSyncConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteServiceSyncConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetServiceInstanceSyncStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetServiceSyncBlockerSummaryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetServiceSyncConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateServiceSyncBlockerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateServiceSyncConfigCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +126 -9
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +248 -152
- package/package.json +6 -6
package/dist-es/Proton.js
CHANGED
|
@@ -10,6 +10,8 @@ import { CreateEnvironmentTemplateCommand, } from "./commands/CreateEnvironmentT
|
|
|
10
10
|
import { CreateEnvironmentTemplateVersionCommand, } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
11
11
|
import { CreateRepositoryCommand, } from "./commands/CreateRepositoryCommand";
|
|
12
12
|
import { CreateServiceCommand, } from "./commands/CreateServiceCommand";
|
|
13
|
+
import { CreateServiceInstanceCommand, } from "./commands/CreateServiceInstanceCommand";
|
|
14
|
+
import { CreateServiceSyncConfigCommand, } from "./commands/CreateServiceSyncConfigCommand";
|
|
13
15
|
import { CreateServiceTemplateCommand, } from "./commands/CreateServiceTemplateCommand";
|
|
14
16
|
import { CreateServiceTemplateVersionCommand, } from "./commands/CreateServiceTemplateVersionCommand";
|
|
15
17
|
import { CreateTemplateSyncConfigCommand, } from "./commands/CreateTemplateSyncConfigCommand";
|
|
@@ -20,6 +22,7 @@ import { DeleteEnvironmentTemplateCommand, } from "./commands/DeleteEnvironmentT
|
|
|
20
22
|
import { DeleteEnvironmentTemplateVersionCommand, } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
21
23
|
import { DeleteRepositoryCommand, } from "./commands/DeleteRepositoryCommand";
|
|
22
24
|
import { DeleteServiceCommand, } from "./commands/DeleteServiceCommand";
|
|
25
|
+
import { DeleteServiceSyncConfigCommand, } from "./commands/DeleteServiceSyncConfigCommand";
|
|
23
26
|
import { DeleteServiceTemplateCommand, } from "./commands/DeleteServiceTemplateCommand";
|
|
24
27
|
import { DeleteServiceTemplateVersionCommand, } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
25
28
|
import { DeleteTemplateSyncConfigCommand, } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
@@ -34,6 +37,9 @@ import { GetRepositorySyncStatusCommand, } from "./commands/GetRepositorySyncSta
|
|
|
34
37
|
import { GetResourcesSummaryCommand, } from "./commands/GetResourcesSummaryCommand";
|
|
35
38
|
import { GetServiceCommand } from "./commands/GetServiceCommand";
|
|
36
39
|
import { GetServiceInstanceCommand, } from "./commands/GetServiceInstanceCommand";
|
|
40
|
+
import { GetServiceInstanceSyncStatusCommand, } from "./commands/GetServiceInstanceSyncStatusCommand";
|
|
41
|
+
import { GetServiceSyncBlockerSummaryCommand, } from "./commands/GetServiceSyncBlockerSummaryCommand";
|
|
42
|
+
import { GetServiceSyncConfigCommand, } from "./commands/GetServiceSyncConfigCommand";
|
|
37
43
|
import { GetServiceTemplateCommand, } from "./commands/GetServiceTemplateCommand";
|
|
38
44
|
import { GetServiceTemplateVersionCommand, } from "./commands/GetServiceTemplateVersionCommand";
|
|
39
45
|
import { GetTemplateSyncConfigCommand, } from "./commands/GetTemplateSyncConfigCommand";
|
|
@@ -71,6 +77,8 @@ import { UpdateEnvironmentTemplateVersionCommand, } from "./commands/UpdateEnvir
|
|
|
71
77
|
import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
|
|
72
78
|
import { UpdateServiceInstanceCommand, } from "./commands/UpdateServiceInstanceCommand";
|
|
73
79
|
import { UpdateServicePipelineCommand, } from "./commands/UpdateServicePipelineCommand";
|
|
80
|
+
import { UpdateServiceSyncBlockerCommand, } from "./commands/UpdateServiceSyncBlockerCommand";
|
|
81
|
+
import { UpdateServiceSyncConfigCommand, } from "./commands/UpdateServiceSyncConfigCommand";
|
|
74
82
|
import { UpdateServiceTemplateCommand, } from "./commands/UpdateServiceTemplateCommand";
|
|
75
83
|
import { UpdateServiceTemplateVersionCommand, } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
76
84
|
import { UpdateTemplateSyncConfigCommand, } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
@@ -244,6 +252,34 @@ export class Proton extends ProtonClient {
|
|
|
244
252
|
return this.send(command, optionsOrCb);
|
|
245
253
|
}
|
|
246
254
|
}
|
|
255
|
+
createServiceInstance(args, optionsOrCb, cb) {
|
|
256
|
+
const command = new CreateServiceInstanceCommand(args);
|
|
257
|
+
if (typeof optionsOrCb === "function") {
|
|
258
|
+
this.send(command, optionsOrCb);
|
|
259
|
+
}
|
|
260
|
+
else if (typeof cb === "function") {
|
|
261
|
+
if (typeof optionsOrCb !== "object")
|
|
262
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
263
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
264
|
+
}
|
|
265
|
+
else {
|
|
266
|
+
return this.send(command, optionsOrCb);
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
createServiceSyncConfig(args, optionsOrCb, cb) {
|
|
270
|
+
const command = new CreateServiceSyncConfigCommand(args);
|
|
271
|
+
if (typeof optionsOrCb === "function") {
|
|
272
|
+
this.send(command, optionsOrCb);
|
|
273
|
+
}
|
|
274
|
+
else if (typeof cb === "function") {
|
|
275
|
+
if (typeof optionsOrCb !== "object")
|
|
276
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
277
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
278
|
+
}
|
|
279
|
+
else {
|
|
280
|
+
return this.send(command, optionsOrCb);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
247
283
|
createServiceTemplate(args, optionsOrCb, cb) {
|
|
248
284
|
const command = new CreateServiceTemplateCommand(args);
|
|
249
285
|
if (typeof optionsOrCb === "function") {
|
|
@@ -384,6 +420,20 @@ export class Proton extends ProtonClient {
|
|
|
384
420
|
return this.send(command, optionsOrCb);
|
|
385
421
|
}
|
|
386
422
|
}
|
|
423
|
+
deleteServiceSyncConfig(args, optionsOrCb, cb) {
|
|
424
|
+
const command = new DeleteServiceSyncConfigCommand(args);
|
|
425
|
+
if (typeof optionsOrCb === "function") {
|
|
426
|
+
this.send(command, optionsOrCb);
|
|
427
|
+
}
|
|
428
|
+
else if (typeof cb === "function") {
|
|
429
|
+
if (typeof optionsOrCb !== "object")
|
|
430
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
431
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
432
|
+
}
|
|
433
|
+
else {
|
|
434
|
+
return this.send(command, optionsOrCb);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
387
437
|
deleteServiceTemplate(args, optionsOrCb, cb) {
|
|
388
438
|
const command = new DeleteServiceTemplateCommand(args);
|
|
389
439
|
if (typeof optionsOrCb === "function") {
|
|
@@ -580,6 +630,48 @@ export class Proton extends ProtonClient {
|
|
|
580
630
|
return this.send(command, optionsOrCb);
|
|
581
631
|
}
|
|
582
632
|
}
|
|
633
|
+
getServiceInstanceSyncStatus(args, optionsOrCb, cb) {
|
|
634
|
+
const command = new GetServiceInstanceSyncStatusCommand(args);
|
|
635
|
+
if (typeof optionsOrCb === "function") {
|
|
636
|
+
this.send(command, optionsOrCb);
|
|
637
|
+
}
|
|
638
|
+
else if (typeof cb === "function") {
|
|
639
|
+
if (typeof optionsOrCb !== "object")
|
|
640
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
641
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
642
|
+
}
|
|
643
|
+
else {
|
|
644
|
+
return this.send(command, optionsOrCb);
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
getServiceSyncBlockerSummary(args, optionsOrCb, cb) {
|
|
648
|
+
const command = new GetServiceSyncBlockerSummaryCommand(args);
|
|
649
|
+
if (typeof optionsOrCb === "function") {
|
|
650
|
+
this.send(command, optionsOrCb);
|
|
651
|
+
}
|
|
652
|
+
else if (typeof cb === "function") {
|
|
653
|
+
if (typeof optionsOrCb !== "object")
|
|
654
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
655
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
656
|
+
}
|
|
657
|
+
else {
|
|
658
|
+
return this.send(command, optionsOrCb);
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
getServiceSyncConfig(args, optionsOrCb, cb) {
|
|
662
|
+
const command = new GetServiceSyncConfigCommand(args);
|
|
663
|
+
if (typeof optionsOrCb === "function") {
|
|
664
|
+
this.send(command, optionsOrCb);
|
|
665
|
+
}
|
|
666
|
+
else if (typeof cb === "function") {
|
|
667
|
+
if (typeof optionsOrCb !== "object")
|
|
668
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
669
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
670
|
+
}
|
|
671
|
+
else {
|
|
672
|
+
return this.send(command, optionsOrCb);
|
|
673
|
+
}
|
|
674
|
+
}
|
|
583
675
|
getServiceTemplate(args, optionsOrCb, cb) {
|
|
584
676
|
const command = new GetServiceTemplateCommand(args);
|
|
585
677
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1098,6 +1190,34 @@ export class Proton extends ProtonClient {
|
|
|
1098
1190
|
return this.send(command, optionsOrCb);
|
|
1099
1191
|
}
|
|
1100
1192
|
}
|
|
1193
|
+
updateServiceSyncBlocker(args, optionsOrCb, cb) {
|
|
1194
|
+
const command = new UpdateServiceSyncBlockerCommand(args);
|
|
1195
|
+
if (typeof optionsOrCb === "function") {
|
|
1196
|
+
this.send(command, optionsOrCb);
|
|
1197
|
+
}
|
|
1198
|
+
else if (typeof cb === "function") {
|
|
1199
|
+
if (typeof optionsOrCb !== "object")
|
|
1200
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1201
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1202
|
+
}
|
|
1203
|
+
else {
|
|
1204
|
+
return this.send(command, optionsOrCb);
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
updateServiceSyncConfig(args, optionsOrCb, cb) {
|
|
1208
|
+
const command = new UpdateServiceSyncConfigCommand(args);
|
|
1209
|
+
if (typeof optionsOrCb === "function") {
|
|
1210
|
+
this.send(command, optionsOrCb);
|
|
1211
|
+
}
|
|
1212
|
+
else if (typeof cb === "function") {
|
|
1213
|
+
if (typeof optionsOrCb !== "object")
|
|
1214
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1215
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1216
|
+
}
|
|
1217
|
+
else {
|
|
1218
|
+
return this.send(command, optionsOrCb);
|
|
1219
|
+
}
|
|
1220
|
+
}
|
|
1101
1221
|
updateServiceTemplate(args, optionsOrCb, cb) {
|
|
1102
1222
|
const command = new UpdateServiceTemplateCommand(args);
|
|
1103
1223
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_AcceptEnvironmentAccountConnectionCommand, se_AcceptEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
5
|
export class AcceptEnvironmentAccountConnectionCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class AcceptEnvironmentAccountConnectionCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_AcceptEnvironmentAccountConnectionCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_AcceptEnvironmentAccountConnectionCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CancelComponentDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CancelComponentDeploymentCommand, se_CancelComponentDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CancelComponentDeploymentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CancelComponentDeploymentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CancelComponentDeploymentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CancelComponentDeploymentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CancelEnvironmentDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CancelEnvironmentDeploymentCommand, se_CancelEnvironmentDeploymentCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CancelEnvironmentDeploymentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CancelEnvironmentDeploymentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CancelEnvironmentDeploymentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CancelEnvironmentDeploymentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CancelServiceInstanceDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CancelServiceInstanceDeploymentCommand, se_CancelServiceInstanceDeploymentCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CancelServiceInstanceDeploymentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CancelServiceInstanceDeploymentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CancelServiceInstanceDeploymentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CancelServiceInstanceDeploymentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CancelServicePipelineDeploymentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CancelServicePipelineDeploymentCommand, se_CancelServicePipelineDeploymentCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CancelServicePipelineDeploymentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CancelServicePipelineDeploymentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CancelServicePipelineDeploymentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CancelServicePipelineDeploymentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateComponentInputFilterSensitiveLog, CreateComponentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateComponentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateComponentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateComponentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateComponentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateEnvironmentAccountConnectionCommand, se_CreateEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
5
|
export class CreateEnvironmentAccountConnectionCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class CreateEnvironmentAccountConnectionCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_CreateEnvironmentAccountConnectionCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_CreateEnvironmentAccountConnectionCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateEnvironmentInputFilterSensitiveLog, CreateEnvironmentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateEnvironmentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateEnvironmentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateEnvironmentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateEnvironmentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateEnvironmentTemplateInputFilterSensitiveLog, CreateEnvironmentTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateEnvironmentTemplateCommand, se_CreateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateEnvironmentTemplateCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateEnvironmentTemplateCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateEnvironmentTemplateCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateEnvironmentTemplateCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateEnvironmentTemplateVersionInputFilterSensitiveLog, CreateEnvironmentTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateEnvironmentTemplateVersionCommand, se_CreateEnvironmentTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateEnvironmentTemplateVersionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateEnvironmentTemplateVersionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateEnvironmentTemplateVersionCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateEnvironmentTemplateVersionCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export class CreateRepositoryCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class CreateRepositoryCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_CreateRepositoryCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_CreateRepositoryCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateServiceInputFilterSensitiveLog, CreateServiceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateServiceCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateServiceCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateServiceCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateServiceCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateServiceInstanceInputFilterSensitiveLog, CreateServiceInstanceOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { de_CreateServiceInstanceCommand, se_CreateServiceInstanceCommand } from "../protocols/Aws_json1_0";
|
|
6
|
+
export class CreateServiceInstanceCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateServiceInstanceCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "ProtonClient";
|
|
25
|
+
const commandName = "CreateServiceInstanceCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: CreateServiceInstanceInputFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: CreateServiceInstanceOutputFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_CreateServiceInstanceCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_CreateServiceInstanceCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { de_CreateServiceSyncConfigCommand, se_CreateServiceSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
|
+
export class CreateServiceSyncConfigCommand extends $Command {
|
|
6
|
+
static getEndpointParameterInstructions() {
|
|
7
|
+
return {
|
|
8
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
9
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
10
|
+
Region: { type: "builtInParams", name: "region" },
|
|
11
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
19
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateServiceSyncConfigCommand.getEndpointParameterInstructions()));
|
|
21
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
22
|
+
const { logger } = configuration;
|
|
23
|
+
const clientName = "ProtonClient";
|
|
24
|
+
const commandName = "CreateServiceSyncConfigCommand";
|
|
25
|
+
const handlerExecutionContext = {
|
|
26
|
+
logger,
|
|
27
|
+
clientName,
|
|
28
|
+
commandName,
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
|
+
};
|
|
32
|
+
const { requestHandler } = configuration;
|
|
33
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
|
+
}
|
|
35
|
+
serialize(input, context) {
|
|
36
|
+
return se_CreateServiceSyncConfigCommand(input, context);
|
|
37
|
+
}
|
|
38
|
+
deserialize(output, context) {
|
|
39
|
+
return de_CreateServiceSyncConfigCommand(output, context);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateServiceTemplateInputFilterSensitiveLog, CreateServiceTemplateOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateServiceTemplateCommand, se_CreateServiceTemplateCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateServiceTemplateCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateServiceTemplateCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateServiceTemplateCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateServiceTemplateCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateServiceTemplateVersionInputFilterSensitiveLog, CreateServiceTemplateVersionOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_CreateServiceTemplateVersionCommand, se_CreateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class CreateServiceTemplateVersionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class CreateServiceTemplateVersionCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_CreateServiceTemplateVersionCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_CreateServiceTemplateVersionCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_CreateTemplateSyncConfigCommand, se_CreateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0";
|
|
5
5
|
export class CreateTemplateSyncConfigCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class CreateTemplateSyncConfigCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_CreateTemplateSyncConfigCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_CreateTemplateSyncConfigCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DeleteComponentOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
-
import {
|
|
5
|
+
import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export class DeleteComponentCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
8
8
|
return {
|
|
@@ -34,9 +34,9 @@ export class DeleteComponentCommand extends $Command {
|
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
35
|
}
|
|
36
36
|
serialize(input, context) {
|
|
37
|
-
return
|
|
37
|
+
return se_DeleteComponentCommand(input, context);
|
|
38
38
|
}
|
|
39
39
|
deserialize(output, context) {
|
|
40
|
-
return
|
|
40
|
+
return de_DeleteComponentCommand(output, context);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { de_DeleteEnvironmentAccountConnectionCommand, se_DeleteEnvironmentAccountConnectionCommand, } from "../protocols/Aws_json1_0";
|
|
5
5
|
export class DeleteEnvironmentAccountConnectionCommand extends $Command {
|
|
6
6
|
static getEndpointParameterInstructions() {
|
|
7
7
|
return {
|
|
@@ -33,9 +33,9 @@ export class DeleteEnvironmentAccountConnectionCommand extends $Command {
|
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
34
|
}
|
|
35
35
|
serialize(input, context) {
|
|
36
|
-
return
|
|
36
|
+
return se_DeleteEnvironmentAccountConnectionCommand(input, context);
|
|
37
37
|
}
|
|
38
38
|
deserialize(output, context) {
|
|
39
|
-
return
|
|
39
|
+
return de_DeleteEnvironmentAccountConnectionCommand(output, context);
|
|
40
40
|
}
|
|
41
41
|
}
|