@aws-sdk/client-proton 3.40.0 → 3.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/README.md +46 -37
- package/dist-cjs/Proton.js +270 -0
- package/dist-cjs/commands/CreateRepositoryCommand.js +36 -0
- package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +36 -0
- package/dist-cjs/commands/DeleteRepositoryCommand.js +36 -0
- package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +36 -0
- package/dist-cjs/commands/GetRepositoryCommand.js +36 -0
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +36 -0
- package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +36 -0
- package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListRepositoriesCommand.js +36 -0
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +36 -0
- package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +36 -0
- package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +36 -0
- package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +36 -0
- package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +36 -0
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +348 -7
- package/dist-cjs/pagination/ListEnvironmentOutputsPaginator.js +34 -0
- package/dist-cjs/pagination/ListEnvironmentProvisionedResourcesPaginator.js +34 -0
- package/dist-cjs/pagination/ListRepositoriesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRepositorySyncDefinitionsPaginator.js +34 -0
- package/dist-cjs/pagination/ListServiceInstanceOutputsPaginator.js +34 -0
- package/dist-cjs/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +34 -0
- package/dist-cjs/pagination/ListServicePipelineOutputsPaginator.js +34 -0
- package/dist-cjs/pagination/ListServicePipelineProvisionedResourcesPaginator.js +34 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_json1_0.js +2364 -220
- package/dist-es/Proton.js +270 -0
- package/dist-es/commands/CreateRepositoryCommand.js +39 -0
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +39 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +39 -0
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +39 -0
- package/dist-es/commands/GetRepositoryCommand.js +39 -0
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +39 -0
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +39 -0
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +39 -0
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +39 -0
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +39 -0
- package/dist-es/commands/ListRepositoriesCommand.js +39 -0
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +39 -0
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +39 -0
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +39 -0
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +39 -0
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +39 -0
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +39 -0
- package/dist-es/commands/index.js +18 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +241 -4
- package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +73 -0
- package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +73 -0
- package/dist-es/pagination/ListRepositoriesPaginator.js +74 -0
- package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +73 -0
- package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +73 -0
- package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +73 -0
- package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +73 -0
- package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +73 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_json1_0.js +2529 -291
- package/dist-types/Proton.d.ts +400 -248
- package/dist-types/ProtonClient.d.ts +108 -81
- package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +5 -6
- package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +10 -9
- package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +8 -8
- package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +8 -8
- package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +6 -6
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +17 -4
- package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +10 -12
- package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateRepositoryCommand.d.ts +37 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +5 -4
- package/dist-types/commands/CreateServiceTemplateCommand.d.ts +6 -6
- package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +3 -4
- package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +38 -0
- package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +6 -6
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +6 -7
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +35 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +6 -7
- package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetRepositoryCommand.d.ts +35 -0
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetServiceCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceInstanceCommand.d.ts +2 -2
- package/dist-types/commands/GetServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +35 -0
- package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListRepositoriesCommand.d.ts +35 -0
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +35 -0
- package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +35 -0
- package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListServiceTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -0
- package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +6 -6
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +31 -29
- package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +6 -7
- package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +20 -22
- package/dist-types/commands/UpdateServicePipelineCommand.d.ts +20 -22
- package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +1457 -330
- package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +54 -0
- package/dist-types/ts3.4/Proton.d.ts +90 -0
- package/dist-types/ts3.4/ProtonClient.d.ts +20 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +637 -5
- package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +54 -0
- package/package.json +6 -6
package/dist-es/Proton.js
CHANGED
|
@@ -7,34 +7,51 @@ import { CreateEnvironmentAccountConnectionCommand, } from "./commands/CreateEnv
|
|
|
7
7
|
import { CreateEnvironmentCommand, } from "./commands/CreateEnvironmentCommand";
|
|
8
8
|
import { CreateEnvironmentTemplateCommand, } from "./commands/CreateEnvironmentTemplateCommand";
|
|
9
9
|
import { CreateEnvironmentTemplateVersionCommand, } from "./commands/CreateEnvironmentTemplateVersionCommand";
|
|
10
|
+
import { CreateRepositoryCommand, } from "./commands/CreateRepositoryCommand";
|
|
10
11
|
import { CreateServiceCommand, } from "./commands/CreateServiceCommand";
|
|
11
12
|
import { CreateServiceTemplateCommand, } from "./commands/CreateServiceTemplateCommand";
|
|
12
13
|
import { CreateServiceTemplateVersionCommand, } from "./commands/CreateServiceTemplateVersionCommand";
|
|
14
|
+
import { CreateTemplateSyncConfigCommand, } from "./commands/CreateTemplateSyncConfigCommand";
|
|
13
15
|
import { DeleteEnvironmentAccountConnectionCommand, } from "./commands/DeleteEnvironmentAccountConnectionCommand";
|
|
14
16
|
import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
|
|
15
17
|
import { DeleteEnvironmentTemplateCommand, } from "./commands/DeleteEnvironmentTemplateCommand";
|
|
16
18
|
import { DeleteEnvironmentTemplateVersionCommand, } from "./commands/DeleteEnvironmentTemplateVersionCommand";
|
|
19
|
+
import { DeleteRepositoryCommand, } from "./commands/DeleteRepositoryCommand";
|
|
17
20
|
import { DeleteServiceCommand, } from "./commands/DeleteServiceCommand";
|
|
18
21
|
import { DeleteServiceTemplateCommand, } from "./commands/DeleteServiceTemplateCommand";
|
|
19
22
|
import { DeleteServiceTemplateVersionCommand, } from "./commands/DeleteServiceTemplateVersionCommand";
|
|
23
|
+
import { DeleteTemplateSyncConfigCommand, } from "./commands/DeleteTemplateSyncConfigCommand";
|
|
20
24
|
import { GetAccountSettingsCommand, } from "./commands/GetAccountSettingsCommand";
|
|
21
25
|
import { GetEnvironmentAccountConnectionCommand, } from "./commands/GetEnvironmentAccountConnectionCommand";
|
|
22
26
|
import { GetEnvironmentCommand, } from "./commands/GetEnvironmentCommand";
|
|
23
27
|
import { GetEnvironmentTemplateCommand, } from "./commands/GetEnvironmentTemplateCommand";
|
|
24
28
|
import { GetEnvironmentTemplateVersionCommand, } from "./commands/GetEnvironmentTemplateVersionCommand";
|
|
29
|
+
import { GetRepositoryCommand, } from "./commands/GetRepositoryCommand";
|
|
30
|
+
import { GetRepositorySyncStatusCommand, } from "./commands/GetRepositorySyncStatusCommand";
|
|
25
31
|
import { GetServiceCommand } from "./commands/GetServiceCommand";
|
|
26
32
|
import { GetServiceInstanceCommand, } from "./commands/GetServiceInstanceCommand";
|
|
27
33
|
import { GetServiceTemplateCommand, } from "./commands/GetServiceTemplateCommand";
|
|
28
34
|
import { GetServiceTemplateVersionCommand, } from "./commands/GetServiceTemplateVersionCommand";
|
|
35
|
+
import { GetTemplateSyncConfigCommand, } from "./commands/GetTemplateSyncConfigCommand";
|
|
36
|
+
import { GetTemplateSyncStatusCommand, } from "./commands/GetTemplateSyncStatusCommand";
|
|
29
37
|
import { ListEnvironmentAccountConnectionsCommand, } from "./commands/ListEnvironmentAccountConnectionsCommand";
|
|
38
|
+
import { ListEnvironmentOutputsCommand, } from "./commands/ListEnvironmentOutputsCommand";
|
|
39
|
+
import { ListEnvironmentProvisionedResourcesCommand, } from "./commands/ListEnvironmentProvisionedResourcesCommand";
|
|
30
40
|
import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
|
|
31
41
|
import { ListEnvironmentTemplatesCommand, } from "./commands/ListEnvironmentTemplatesCommand";
|
|
32
42
|
import { ListEnvironmentTemplateVersionsCommand, } from "./commands/ListEnvironmentTemplateVersionsCommand";
|
|
43
|
+
import { ListRepositoriesCommand, } from "./commands/ListRepositoriesCommand";
|
|
44
|
+
import { ListRepositorySyncDefinitionsCommand, } from "./commands/ListRepositorySyncDefinitionsCommand";
|
|
45
|
+
import { ListServiceInstanceOutputsCommand, } from "./commands/ListServiceInstanceOutputsCommand";
|
|
46
|
+
import { ListServiceInstanceProvisionedResourcesCommand, } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
|
|
33
47
|
import { ListServiceInstancesCommand, } from "./commands/ListServiceInstancesCommand";
|
|
48
|
+
import { ListServicePipelineOutputsCommand, } from "./commands/ListServicePipelineOutputsCommand";
|
|
49
|
+
import { ListServicePipelineProvisionedResourcesCommand, } from "./commands/ListServicePipelineProvisionedResourcesCommand";
|
|
34
50
|
import { ListServicesCommand, } from "./commands/ListServicesCommand";
|
|
35
51
|
import { ListServiceTemplatesCommand, } from "./commands/ListServiceTemplatesCommand";
|
|
36
52
|
import { ListServiceTemplateVersionsCommand, } from "./commands/ListServiceTemplateVersionsCommand";
|
|
37
53
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
54
|
+
import { NotifyResourceDeploymentStatusChangeCommand, } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
|
|
38
55
|
import { RejectEnvironmentAccountConnectionCommand, } from "./commands/RejectEnvironmentAccountConnectionCommand";
|
|
39
56
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
40
57
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -48,6 +65,7 @@ import { UpdateServiceInstanceCommand, } from "./commands/UpdateServiceInstanceC
|
|
|
48
65
|
import { UpdateServicePipelineCommand, } from "./commands/UpdateServicePipelineCommand";
|
|
49
66
|
import { UpdateServiceTemplateCommand, } from "./commands/UpdateServiceTemplateCommand";
|
|
50
67
|
import { UpdateServiceTemplateVersionCommand, } from "./commands/UpdateServiceTemplateVersionCommand";
|
|
68
|
+
import { UpdateTemplateSyncConfigCommand, } from "./commands/UpdateTemplateSyncConfigCommand";
|
|
51
69
|
import { ProtonClient } from "./ProtonClient";
|
|
52
70
|
var Proton = (function (_super) {
|
|
53
71
|
__extends(Proton, _super);
|
|
@@ -166,6 +184,20 @@ var Proton = (function (_super) {
|
|
|
166
184
|
return this.send(command, optionsOrCb);
|
|
167
185
|
}
|
|
168
186
|
};
|
|
187
|
+
Proton.prototype.createRepository = function (args, optionsOrCb, cb) {
|
|
188
|
+
var command = new CreateRepositoryCommand(args);
|
|
189
|
+
if (typeof optionsOrCb === "function") {
|
|
190
|
+
this.send(command, optionsOrCb);
|
|
191
|
+
}
|
|
192
|
+
else if (typeof cb === "function") {
|
|
193
|
+
if (typeof optionsOrCb !== "object")
|
|
194
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
195
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
return this.send(command, optionsOrCb);
|
|
199
|
+
}
|
|
200
|
+
};
|
|
169
201
|
Proton.prototype.createService = function (args, optionsOrCb, cb) {
|
|
170
202
|
var command = new CreateServiceCommand(args);
|
|
171
203
|
if (typeof optionsOrCb === "function") {
|
|
@@ -208,6 +240,20 @@ var Proton = (function (_super) {
|
|
|
208
240
|
return this.send(command, optionsOrCb);
|
|
209
241
|
}
|
|
210
242
|
};
|
|
243
|
+
Proton.prototype.createTemplateSyncConfig = function (args, optionsOrCb, cb) {
|
|
244
|
+
var command = new CreateTemplateSyncConfigCommand(args);
|
|
245
|
+
if (typeof optionsOrCb === "function") {
|
|
246
|
+
this.send(command, optionsOrCb);
|
|
247
|
+
}
|
|
248
|
+
else if (typeof cb === "function") {
|
|
249
|
+
if (typeof optionsOrCb !== "object")
|
|
250
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
251
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
252
|
+
}
|
|
253
|
+
else {
|
|
254
|
+
return this.send(command, optionsOrCb);
|
|
255
|
+
}
|
|
256
|
+
};
|
|
211
257
|
Proton.prototype.deleteEnvironment = function (args, optionsOrCb, cb) {
|
|
212
258
|
var command = new DeleteEnvironmentCommand(args);
|
|
213
259
|
if (typeof optionsOrCb === "function") {
|
|
@@ -264,6 +310,20 @@ var Proton = (function (_super) {
|
|
|
264
310
|
return this.send(command, optionsOrCb);
|
|
265
311
|
}
|
|
266
312
|
};
|
|
313
|
+
Proton.prototype.deleteRepository = function (args, optionsOrCb, cb) {
|
|
314
|
+
var command = new DeleteRepositoryCommand(args);
|
|
315
|
+
if (typeof optionsOrCb === "function") {
|
|
316
|
+
this.send(command, optionsOrCb);
|
|
317
|
+
}
|
|
318
|
+
else if (typeof cb === "function") {
|
|
319
|
+
if (typeof optionsOrCb !== "object")
|
|
320
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
321
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
322
|
+
}
|
|
323
|
+
else {
|
|
324
|
+
return this.send(command, optionsOrCb);
|
|
325
|
+
}
|
|
326
|
+
};
|
|
267
327
|
Proton.prototype.deleteService = function (args, optionsOrCb, cb) {
|
|
268
328
|
var command = new DeleteServiceCommand(args);
|
|
269
329
|
if (typeof optionsOrCb === "function") {
|
|
@@ -306,6 +366,20 @@ var Proton = (function (_super) {
|
|
|
306
366
|
return this.send(command, optionsOrCb);
|
|
307
367
|
}
|
|
308
368
|
};
|
|
369
|
+
Proton.prototype.deleteTemplateSyncConfig = function (args, optionsOrCb, cb) {
|
|
370
|
+
var command = new DeleteTemplateSyncConfigCommand(args);
|
|
371
|
+
if (typeof optionsOrCb === "function") {
|
|
372
|
+
this.send(command, optionsOrCb);
|
|
373
|
+
}
|
|
374
|
+
else if (typeof cb === "function") {
|
|
375
|
+
if (typeof optionsOrCb !== "object")
|
|
376
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
377
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
378
|
+
}
|
|
379
|
+
else {
|
|
380
|
+
return this.send(command, optionsOrCb);
|
|
381
|
+
}
|
|
382
|
+
};
|
|
309
383
|
Proton.prototype.getAccountSettings = function (args, optionsOrCb, cb) {
|
|
310
384
|
var command = new GetAccountSettingsCommand(args);
|
|
311
385
|
if (typeof optionsOrCb === "function") {
|
|
@@ -376,6 +450,34 @@ var Proton = (function (_super) {
|
|
|
376
450
|
return this.send(command, optionsOrCb);
|
|
377
451
|
}
|
|
378
452
|
};
|
|
453
|
+
Proton.prototype.getRepository = function (args, optionsOrCb, cb) {
|
|
454
|
+
var command = new GetRepositoryCommand(args);
|
|
455
|
+
if (typeof optionsOrCb === "function") {
|
|
456
|
+
this.send(command, optionsOrCb);
|
|
457
|
+
}
|
|
458
|
+
else if (typeof cb === "function") {
|
|
459
|
+
if (typeof optionsOrCb !== "object")
|
|
460
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
461
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
462
|
+
}
|
|
463
|
+
else {
|
|
464
|
+
return this.send(command, optionsOrCb);
|
|
465
|
+
}
|
|
466
|
+
};
|
|
467
|
+
Proton.prototype.getRepositorySyncStatus = function (args, optionsOrCb, cb) {
|
|
468
|
+
var command = new GetRepositorySyncStatusCommand(args);
|
|
469
|
+
if (typeof optionsOrCb === "function") {
|
|
470
|
+
this.send(command, optionsOrCb);
|
|
471
|
+
}
|
|
472
|
+
else if (typeof cb === "function") {
|
|
473
|
+
if (typeof optionsOrCb !== "object")
|
|
474
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
475
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
476
|
+
}
|
|
477
|
+
else {
|
|
478
|
+
return this.send(command, optionsOrCb);
|
|
479
|
+
}
|
|
480
|
+
};
|
|
379
481
|
Proton.prototype.getService = function (args, optionsOrCb, cb) {
|
|
380
482
|
var command = new GetServiceCommand(args);
|
|
381
483
|
if (typeof optionsOrCb === "function") {
|
|
@@ -432,6 +534,34 @@ var Proton = (function (_super) {
|
|
|
432
534
|
return this.send(command, optionsOrCb);
|
|
433
535
|
}
|
|
434
536
|
};
|
|
537
|
+
Proton.prototype.getTemplateSyncConfig = function (args, optionsOrCb, cb) {
|
|
538
|
+
var command = new GetTemplateSyncConfigCommand(args);
|
|
539
|
+
if (typeof optionsOrCb === "function") {
|
|
540
|
+
this.send(command, optionsOrCb);
|
|
541
|
+
}
|
|
542
|
+
else if (typeof cb === "function") {
|
|
543
|
+
if (typeof optionsOrCb !== "object")
|
|
544
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
545
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
546
|
+
}
|
|
547
|
+
else {
|
|
548
|
+
return this.send(command, optionsOrCb);
|
|
549
|
+
}
|
|
550
|
+
};
|
|
551
|
+
Proton.prototype.getTemplateSyncStatus = function (args, optionsOrCb, cb) {
|
|
552
|
+
var command = new GetTemplateSyncStatusCommand(args);
|
|
553
|
+
if (typeof optionsOrCb === "function") {
|
|
554
|
+
this.send(command, optionsOrCb);
|
|
555
|
+
}
|
|
556
|
+
else if (typeof cb === "function") {
|
|
557
|
+
if (typeof optionsOrCb !== "object")
|
|
558
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
559
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
560
|
+
}
|
|
561
|
+
else {
|
|
562
|
+
return this.send(command, optionsOrCb);
|
|
563
|
+
}
|
|
564
|
+
};
|
|
435
565
|
Proton.prototype.listEnvironmentAccountConnections = function (args, optionsOrCb, cb) {
|
|
436
566
|
var command = new ListEnvironmentAccountConnectionsCommand(args);
|
|
437
567
|
if (typeof optionsOrCb === "function") {
|
|
@@ -446,6 +576,34 @@ var Proton = (function (_super) {
|
|
|
446
576
|
return this.send(command, optionsOrCb);
|
|
447
577
|
}
|
|
448
578
|
};
|
|
579
|
+
Proton.prototype.listEnvironmentOutputs = function (args, optionsOrCb, cb) {
|
|
580
|
+
var command = new ListEnvironmentOutputsCommand(args);
|
|
581
|
+
if (typeof optionsOrCb === "function") {
|
|
582
|
+
this.send(command, optionsOrCb);
|
|
583
|
+
}
|
|
584
|
+
else if (typeof cb === "function") {
|
|
585
|
+
if (typeof optionsOrCb !== "object")
|
|
586
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
587
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
588
|
+
}
|
|
589
|
+
else {
|
|
590
|
+
return this.send(command, optionsOrCb);
|
|
591
|
+
}
|
|
592
|
+
};
|
|
593
|
+
Proton.prototype.listEnvironmentProvisionedResources = function (args, optionsOrCb, cb) {
|
|
594
|
+
var command = new ListEnvironmentProvisionedResourcesCommand(args);
|
|
595
|
+
if (typeof optionsOrCb === "function") {
|
|
596
|
+
this.send(command, optionsOrCb);
|
|
597
|
+
}
|
|
598
|
+
else if (typeof cb === "function") {
|
|
599
|
+
if (typeof optionsOrCb !== "object")
|
|
600
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
601
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
602
|
+
}
|
|
603
|
+
else {
|
|
604
|
+
return this.send(command, optionsOrCb);
|
|
605
|
+
}
|
|
606
|
+
};
|
|
449
607
|
Proton.prototype.listEnvironments = function (args, optionsOrCb, cb) {
|
|
450
608
|
var command = new ListEnvironmentsCommand(args);
|
|
451
609
|
if (typeof optionsOrCb === "function") {
|
|
@@ -488,6 +646,62 @@ var Proton = (function (_super) {
|
|
|
488
646
|
return this.send(command, optionsOrCb);
|
|
489
647
|
}
|
|
490
648
|
};
|
|
649
|
+
Proton.prototype.listRepositories = function (args, optionsOrCb, cb) {
|
|
650
|
+
var command = new ListRepositoriesCommand(args);
|
|
651
|
+
if (typeof optionsOrCb === "function") {
|
|
652
|
+
this.send(command, optionsOrCb);
|
|
653
|
+
}
|
|
654
|
+
else if (typeof cb === "function") {
|
|
655
|
+
if (typeof optionsOrCb !== "object")
|
|
656
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
657
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
658
|
+
}
|
|
659
|
+
else {
|
|
660
|
+
return this.send(command, optionsOrCb);
|
|
661
|
+
}
|
|
662
|
+
};
|
|
663
|
+
Proton.prototype.listRepositorySyncDefinitions = function (args, optionsOrCb, cb) {
|
|
664
|
+
var command = new ListRepositorySyncDefinitionsCommand(args);
|
|
665
|
+
if (typeof optionsOrCb === "function") {
|
|
666
|
+
this.send(command, optionsOrCb);
|
|
667
|
+
}
|
|
668
|
+
else if (typeof cb === "function") {
|
|
669
|
+
if (typeof optionsOrCb !== "object")
|
|
670
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
671
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
672
|
+
}
|
|
673
|
+
else {
|
|
674
|
+
return this.send(command, optionsOrCb);
|
|
675
|
+
}
|
|
676
|
+
};
|
|
677
|
+
Proton.prototype.listServiceInstanceOutputs = function (args, optionsOrCb, cb) {
|
|
678
|
+
var command = new ListServiceInstanceOutputsCommand(args);
|
|
679
|
+
if (typeof optionsOrCb === "function") {
|
|
680
|
+
this.send(command, optionsOrCb);
|
|
681
|
+
}
|
|
682
|
+
else if (typeof cb === "function") {
|
|
683
|
+
if (typeof optionsOrCb !== "object")
|
|
684
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
685
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
686
|
+
}
|
|
687
|
+
else {
|
|
688
|
+
return this.send(command, optionsOrCb);
|
|
689
|
+
}
|
|
690
|
+
};
|
|
691
|
+
Proton.prototype.listServiceInstanceProvisionedResources = function (args, optionsOrCb, cb) {
|
|
692
|
+
var command = new ListServiceInstanceProvisionedResourcesCommand(args);
|
|
693
|
+
if (typeof optionsOrCb === "function") {
|
|
694
|
+
this.send(command, optionsOrCb);
|
|
695
|
+
}
|
|
696
|
+
else if (typeof cb === "function") {
|
|
697
|
+
if (typeof optionsOrCb !== "object")
|
|
698
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
699
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
700
|
+
}
|
|
701
|
+
else {
|
|
702
|
+
return this.send(command, optionsOrCb);
|
|
703
|
+
}
|
|
704
|
+
};
|
|
491
705
|
Proton.prototype.listServiceInstances = function (args, optionsOrCb, cb) {
|
|
492
706
|
var command = new ListServiceInstancesCommand(args);
|
|
493
707
|
if (typeof optionsOrCb === "function") {
|
|
@@ -502,6 +716,34 @@ var Proton = (function (_super) {
|
|
|
502
716
|
return this.send(command, optionsOrCb);
|
|
503
717
|
}
|
|
504
718
|
};
|
|
719
|
+
Proton.prototype.listServicePipelineOutputs = function (args, optionsOrCb, cb) {
|
|
720
|
+
var command = new ListServicePipelineOutputsCommand(args);
|
|
721
|
+
if (typeof optionsOrCb === "function") {
|
|
722
|
+
this.send(command, optionsOrCb);
|
|
723
|
+
}
|
|
724
|
+
else if (typeof cb === "function") {
|
|
725
|
+
if (typeof optionsOrCb !== "object")
|
|
726
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
727
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
728
|
+
}
|
|
729
|
+
else {
|
|
730
|
+
return this.send(command, optionsOrCb);
|
|
731
|
+
}
|
|
732
|
+
};
|
|
733
|
+
Proton.prototype.listServicePipelineProvisionedResources = function (args, optionsOrCb, cb) {
|
|
734
|
+
var command = new ListServicePipelineProvisionedResourcesCommand(args);
|
|
735
|
+
if (typeof optionsOrCb === "function") {
|
|
736
|
+
this.send(command, optionsOrCb);
|
|
737
|
+
}
|
|
738
|
+
else if (typeof cb === "function") {
|
|
739
|
+
if (typeof optionsOrCb !== "object")
|
|
740
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
741
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
742
|
+
}
|
|
743
|
+
else {
|
|
744
|
+
return this.send(command, optionsOrCb);
|
|
745
|
+
}
|
|
746
|
+
};
|
|
505
747
|
Proton.prototype.listServices = function (args, optionsOrCb, cb) {
|
|
506
748
|
var command = new ListServicesCommand(args);
|
|
507
749
|
if (typeof optionsOrCb === "function") {
|
|
@@ -558,6 +800,20 @@ var Proton = (function (_super) {
|
|
|
558
800
|
return this.send(command, optionsOrCb);
|
|
559
801
|
}
|
|
560
802
|
};
|
|
803
|
+
Proton.prototype.notifyResourceDeploymentStatusChange = function (args, optionsOrCb, cb) {
|
|
804
|
+
var command = new NotifyResourceDeploymentStatusChangeCommand(args);
|
|
805
|
+
if (typeof optionsOrCb === "function") {
|
|
806
|
+
this.send(command, optionsOrCb);
|
|
807
|
+
}
|
|
808
|
+
else if (typeof cb === "function") {
|
|
809
|
+
if (typeof optionsOrCb !== "object")
|
|
810
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
811
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
812
|
+
}
|
|
813
|
+
else {
|
|
814
|
+
return this.send(command, optionsOrCb);
|
|
815
|
+
}
|
|
816
|
+
};
|
|
561
817
|
Proton.prototype.rejectEnvironmentAccountConnection = function (args, optionsOrCb, cb) {
|
|
562
818
|
var command = new RejectEnvironmentAccountConnectionCommand(args);
|
|
563
819
|
if (typeof optionsOrCb === "function") {
|
|
@@ -740,6 +996,20 @@ var Proton = (function (_super) {
|
|
|
740
996
|
return this.send(command, optionsOrCb);
|
|
741
997
|
}
|
|
742
998
|
};
|
|
999
|
+
Proton.prototype.updateTemplateSyncConfig = function (args, optionsOrCb, cb) {
|
|
1000
|
+
var command = new UpdateTemplateSyncConfigCommand(args);
|
|
1001
|
+
if (typeof optionsOrCb === "function") {
|
|
1002
|
+
this.send(command, optionsOrCb);
|
|
1003
|
+
}
|
|
1004
|
+
else if (typeof cb === "function") {
|
|
1005
|
+
if (typeof optionsOrCb !== "object")
|
|
1006
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1007
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1008
|
+
}
|
|
1009
|
+
else {
|
|
1010
|
+
return this.send(command, optionsOrCb);
|
|
1011
|
+
}
|
|
1012
|
+
};
|
|
743
1013
|
return Proton;
|
|
744
1014
|
}(ProtonClient));
|
|
745
1015
|
export { Proton };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CreateRepositoryCommand, serializeAws_json1_0CreateRepositoryCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CreateRepositoryCommand = (function (_super) {
|
|
7
|
+
__extends(CreateRepositoryCommand, _super);
|
|
8
|
+
function CreateRepositoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "CreateRepositoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateRepositoryInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRepositoryOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateRepositoryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CreateRepositoryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateRepositoryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CreateRepositoryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateRepositoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateRepositoryCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CreateTemplateSyncConfigCommand, serializeAws_json1_0CreateTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CreateTemplateSyncConfigCommand = (function (_super) {
|
|
7
|
+
__extends(CreateTemplateSyncConfigCommand, _super);
|
|
8
|
+
function CreateTemplateSyncConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CreateTemplateSyncConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "CreateTemplateSyncConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CreateTemplateSyncConfigInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTemplateSyncConfigOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CreateTemplateSyncConfigCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CreateTemplateSyncConfigCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CreateTemplateSyncConfigCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CreateTemplateSyncConfigCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CreateTemplateSyncConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CreateTemplateSyncConfigCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DeleteRepositoryCommand, serializeAws_json1_0DeleteRepositoryCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DeleteRepositoryCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteRepositoryCommand, _super);
|
|
8
|
+
function DeleteRepositoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "DeleteRepositoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteRepositoryInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRepositoryOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteRepositoryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DeleteRepositoryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteRepositoryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DeleteRepositoryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteRepositoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteRepositoryCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0DeleteTemplateSyncConfigCommand, serializeAws_json1_0DeleteTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var DeleteTemplateSyncConfigCommand = (function (_super) {
|
|
7
|
+
__extends(DeleteTemplateSyncConfigCommand, _super);
|
|
8
|
+
function DeleteTemplateSyncConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
DeleteTemplateSyncConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "DeleteTemplateSyncConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: DeleteTemplateSyncConfigInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTemplateSyncConfigOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
DeleteTemplateSyncConfigCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0DeleteTemplateSyncConfigCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
DeleteTemplateSyncConfigCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0DeleteTemplateSyncConfigCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return DeleteTemplateSyncConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { DeleteTemplateSyncConfigCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0GetRepositoryCommand, serializeAws_json1_0GetRepositoryCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var GetRepositoryCommand = (function (_super) {
|
|
7
|
+
__extends(GetRepositoryCommand, _super);
|
|
8
|
+
function GetRepositoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetRepositoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "GetRepositoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetRepositoryInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRepositoryOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetRepositoryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0GetRepositoryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetRepositoryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0GetRepositoryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetRepositoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetRepositoryCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0GetRepositorySyncStatusCommand, serializeAws_json1_0GetRepositorySyncStatusCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var GetRepositorySyncStatusCommand = (function (_super) {
|
|
7
|
+
__extends(GetRepositorySyncStatusCommand, _super);
|
|
8
|
+
function GetRepositorySyncStatusCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetRepositorySyncStatusCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "GetRepositorySyncStatusCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetRepositorySyncStatusInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRepositorySyncStatusOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetRepositorySyncStatusCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0GetRepositorySyncStatusCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetRepositorySyncStatusCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0GetRepositorySyncStatusCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetRepositorySyncStatusCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetRepositorySyncStatusCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0GetTemplateSyncConfigCommand, serializeAws_json1_0GetTemplateSyncConfigCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var GetTemplateSyncConfigCommand = (function (_super) {
|
|
7
|
+
__extends(GetTemplateSyncConfigCommand, _super);
|
|
8
|
+
function GetTemplateSyncConfigCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
GetTemplateSyncConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "GetTemplateSyncConfigCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: GetTemplateSyncConfigInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTemplateSyncConfigOutput.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetTemplateSyncConfigCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0GetTemplateSyncConfigCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
GetTemplateSyncConfigCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0GetTemplateSyncConfigCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return GetTemplateSyncConfigCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetTemplateSyncConfigCommand };
|