@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
|
@@ -42,6 +42,16 @@ export var ValidationException;
|
|
|
42
42
|
(function (ValidationException) {
|
|
43
43
|
ValidationException.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.message && { message: SENSITIVE_STRING }))); };
|
|
44
44
|
})(ValidationException || (ValidationException = {}));
|
|
45
|
+
export var RepositoryProvider;
|
|
46
|
+
(function (RepositoryProvider) {
|
|
47
|
+
RepositoryProvider["BITBUCKET"] = "BITBUCKET";
|
|
48
|
+
RepositoryProvider["GITHUB"] = "GITHUB";
|
|
49
|
+
RepositoryProvider["GITHUB_ENTERPRISE"] = "GITHUB_ENTERPRISE";
|
|
50
|
+
})(RepositoryProvider || (RepositoryProvider = {}));
|
|
51
|
+
export var RepositoryBranch;
|
|
52
|
+
(function (RepositoryBranch) {
|
|
53
|
+
RepositoryBranch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(RepositoryBranch || (RepositoryBranch = {}));
|
|
45
55
|
export var AccountSettings;
|
|
46
56
|
(function (AccountSettings) {
|
|
47
57
|
AccountSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -54,6 +64,10 @@ export var GetAccountSettingsOutput;
|
|
|
54
64
|
(function (GetAccountSettingsOutput) {
|
|
55
65
|
GetAccountSettingsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
66
|
})(GetAccountSettingsOutput || (GetAccountSettingsOutput = {}));
|
|
67
|
+
export var RepositoryBranchInput;
|
|
68
|
+
(function (RepositoryBranchInput) {
|
|
69
|
+
RepositoryBranchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(RepositoryBranchInput || (RepositoryBranchInput = {}));
|
|
57
71
|
export var UpdateAccountSettingsInput;
|
|
58
72
|
(function (UpdateAccountSettingsInput) {
|
|
59
73
|
UpdateAccountSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -113,6 +127,10 @@ export var CancelServicePipelineDeploymentOutput;
|
|
|
113
127
|
(function (CancelServicePipelineDeploymentOutput) {
|
|
114
128
|
CancelServicePipelineDeploymentOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.pipeline && { pipeline: ServicePipeline.filterSensitiveLog(obj.pipeline) }))); };
|
|
115
129
|
})(CancelServicePipelineDeploymentOutput || (CancelServicePipelineDeploymentOutput = {}));
|
|
130
|
+
export var Tag;
|
|
131
|
+
(function (Tag) {
|
|
132
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(Tag || (Tag = {}));
|
|
116
134
|
export var CreateEnvironmentAccountConnectionInput;
|
|
117
135
|
(function (CreateEnvironmentAccountConnectionInput) {
|
|
118
136
|
CreateEnvironmentAccountConnectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -174,10 +192,35 @@ export var UpdateEnvironmentAccountConnectionOutput;
|
|
|
174
192
|
(function (UpdateEnvironmentAccountConnectionOutput) {
|
|
175
193
|
UpdateEnvironmentAccountConnectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
194
|
})(UpdateEnvironmentAccountConnectionOutput || (UpdateEnvironmentAccountConnectionOutput = {}));
|
|
177
|
-
export var
|
|
178
|
-
(function (
|
|
179
|
-
|
|
180
|
-
})(
|
|
195
|
+
export var ListEnvironmentOutputsInput;
|
|
196
|
+
(function (ListEnvironmentOutputsInput) {
|
|
197
|
+
ListEnvironmentOutputsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(ListEnvironmentOutputsInput || (ListEnvironmentOutputsInput = {}));
|
|
199
|
+
export var Output;
|
|
200
|
+
(function (Output) {
|
|
201
|
+
Output.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(Output || (Output = {}));
|
|
203
|
+
export var ListEnvironmentOutputsOutput;
|
|
204
|
+
(function (ListEnvironmentOutputsOutput) {
|
|
205
|
+
ListEnvironmentOutputsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.outputs && { outputs: SENSITIVE_STRING }))); };
|
|
206
|
+
})(ListEnvironmentOutputsOutput || (ListEnvironmentOutputsOutput = {}));
|
|
207
|
+
export var ListEnvironmentProvisionedResourcesInput;
|
|
208
|
+
(function (ListEnvironmentProvisionedResourcesInput) {
|
|
209
|
+
ListEnvironmentProvisionedResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(ListEnvironmentProvisionedResourcesInput || (ListEnvironmentProvisionedResourcesInput = {}));
|
|
211
|
+
export var ProvisionedResourceEngine;
|
|
212
|
+
(function (ProvisionedResourceEngine) {
|
|
213
|
+
ProvisionedResourceEngine["CLOUDFORMATION"] = "CLOUDFORMATION";
|
|
214
|
+
ProvisionedResourceEngine["TERRAFORM"] = "TERRAFORM";
|
|
215
|
+
})(ProvisionedResourceEngine || (ProvisionedResourceEngine = {}));
|
|
216
|
+
export var ProvisionedResource;
|
|
217
|
+
(function (ProvisionedResource) {
|
|
218
|
+
ProvisionedResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
})(ProvisionedResource || (ProvisionedResource = {}));
|
|
220
|
+
export var ListEnvironmentProvisionedResourcesOutput;
|
|
221
|
+
(function (ListEnvironmentProvisionedResourcesOutput) {
|
|
222
|
+
ListEnvironmentProvisionedResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
})(ListEnvironmentProvisionedResourcesOutput || (ListEnvironmentProvisionedResourcesOutput = {}));
|
|
181
224
|
export var CreateEnvironmentInput;
|
|
182
225
|
(function (CreateEnvironmentInput) {
|
|
183
226
|
CreateEnvironmentInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.description && { description: SENSITIVE_STRING })), (obj.spec && { spec: SENSITIVE_STRING }))); };
|
|
@@ -377,6 +420,78 @@ export var UpdateEnvironmentTemplateVersionOutput;
|
|
|
377
420
|
environmentTemplateVersion: EnvironmentTemplateVersion.filterSensitiveLog(obj.environmentTemplateVersion),
|
|
378
421
|
}))); };
|
|
379
422
|
})(UpdateEnvironmentTemplateVersionOutput || (UpdateEnvironmentTemplateVersionOutput = {}));
|
|
423
|
+
export var SyncType;
|
|
424
|
+
(function (SyncType) {
|
|
425
|
+
SyncType["TEMPLATE_SYNC"] = "TEMPLATE_SYNC";
|
|
426
|
+
})(SyncType || (SyncType = {}));
|
|
427
|
+
export var GetRepositorySyncStatusInput;
|
|
428
|
+
(function (GetRepositorySyncStatusInput) {
|
|
429
|
+
GetRepositorySyncStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
})(GetRepositorySyncStatusInput || (GetRepositorySyncStatusInput = {}));
|
|
431
|
+
export var RepositorySyncEvent;
|
|
432
|
+
(function (RepositorySyncEvent) {
|
|
433
|
+
RepositorySyncEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
})(RepositorySyncEvent || (RepositorySyncEvent = {}));
|
|
435
|
+
export var RepositorySyncStatus;
|
|
436
|
+
(function (RepositorySyncStatus) {
|
|
437
|
+
RepositorySyncStatus["FAILED"] = "FAILED";
|
|
438
|
+
RepositorySyncStatus["INITIATED"] = "INITIATED";
|
|
439
|
+
RepositorySyncStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
440
|
+
RepositorySyncStatus["QUEUED"] = "QUEUED";
|
|
441
|
+
RepositorySyncStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
442
|
+
})(RepositorySyncStatus || (RepositorySyncStatus = {}));
|
|
443
|
+
export var RepositorySyncAttempt;
|
|
444
|
+
(function (RepositorySyncAttempt) {
|
|
445
|
+
RepositorySyncAttempt.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
})(RepositorySyncAttempt || (RepositorySyncAttempt = {}));
|
|
447
|
+
export var GetRepositorySyncStatusOutput;
|
|
448
|
+
(function (GetRepositorySyncStatusOutput) {
|
|
449
|
+
GetRepositorySyncStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
})(GetRepositorySyncStatusOutput || (GetRepositorySyncStatusOutput = {}));
|
|
451
|
+
export var TemplateType;
|
|
452
|
+
(function (TemplateType) {
|
|
453
|
+
TemplateType["ENVIRONMENT"] = "ENVIRONMENT";
|
|
454
|
+
TemplateType["SERVICE"] = "SERVICE";
|
|
455
|
+
})(TemplateType || (TemplateType = {}));
|
|
456
|
+
export var GetTemplateSyncStatusInput;
|
|
457
|
+
(function (GetTemplateSyncStatusInput) {
|
|
458
|
+
GetTemplateSyncStatusInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
})(GetTemplateSyncStatusInput || (GetTemplateSyncStatusInput = {}));
|
|
460
|
+
export var Revision;
|
|
461
|
+
(function (Revision) {
|
|
462
|
+
Revision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
})(Revision || (Revision = {}));
|
|
464
|
+
export var ResourceSyncEvent;
|
|
465
|
+
(function (ResourceSyncEvent) {
|
|
466
|
+
ResourceSyncEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
})(ResourceSyncEvent || (ResourceSyncEvent = {}));
|
|
468
|
+
export var ResourceSyncStatus;
|
|
469
|
+
(function (ResourceSyncStatus) {
|
|
470
|
+
ResourceSyncStatus["FAILED"] = "FAILED";
|
|
471
|
+
ResourceSyncStatus["INITIATED"] = "INITIATED";
|
|
472
|
+
ResourceSyncStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
473
|
+
ResourceSyncStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
474
|
+
})(ResourceSyncStatus || (ResourceSyncStatus = {}));
|
|
475
|
+
export var ResourceSyncAttempt;
|
|
476
|
+
(function (ResourceSyncAttempt) {
|
|
477
|
+
ResourceSyncAttempt.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
})(ResourceSyncAttempt || (ResourceSyncAttempt = {}));
|
|
479
|
+
export var GetTemplateSyncStatusOutput;
|
|
480
|
+
(function (GetTemplateSyncStatusOutput) {
|
|
481
|
+
GetTemplateSyncStatusOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
})(GetTemplateSyncStatusOutput || (GetTemplateSyncStatusOutput = {}));
|
|
483
|
+
export var ListRepositorySyncDefinitionsInput;
|
|
484
|
+
(function (ListRepositorySyncDefinitionsInput) {
|
|
485
|
+
ListRepositorySyncDefinitionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
})(ListRepositorySyncDefinitionsInput || (ListRepositorySyncDefinitionsInput = {}));
|
|
487
|
+
export var RepositorySyncDefinition;
|
|
488
|
+
(function (RepositorySyncDefinition) {
|
|
489
|
+
RepositorySyncDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
})(RepositorySyncDefinition || (RepositorySyncDefinition = {}));
|
|
491
|
+
export var ListRepositorySyncDefinitionsOutput;
|
|
492
|
+
(function (ListRepositorySyncDefinitionsOutput) {
|
|
493
|
+
ListRepositorySyncDefinitionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
})(ListRepositorySyncDefinitionsOutput || (ListRepositorySyncDefinitionsOutput = {}));
|
|
380
495
|
export var ListTagsForResourceInput;
|
|
381
496
|
(function (ListTagsForResourceInput) {
|
|
382
497
|
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -385,6 +500,76 @@ export var ListTagsForResourceOutput;
|
|
|
385
500
|
(function (ListTagsForResourceOutput) {
|
|
386
501
|
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
502
|
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
503
|
+
export var ResourceDeploymentStatus;
|
|
504
|
+
(function (ResourceDeploymentStatus) {
|
|
505
|
+
ResourceDeploymentStatus["FAILED"] = "FAILED";
|
|
506
|
+
ResourceDeploymentStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
507
|
+
ResourceDeploymentStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
508
|
+
})(ResourceDeploymentStatus || (ResourceDeploymentStatus = {}));
|
|
509
|
+
export var NotifyResourceDeploymentStatusChangeInput;
|
|
510
|
+
(function (NotifyResourceDeploymentStatusChangeInput) {
|
|
511
|
+
NotifyResourceDeploymentStatusChangeInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.outputs && { outputs: SENSITIVE_STRING })), (obj.statusMessage && { statusMessage: SENSITIVE_STRING }))); };
|
|
512
|
+
})(NotifyResourceDeploymentStatusChangeInput || (NotifyResourceDeploymentStatusChangeInput = {}));
|
|
513
|
+
export var NotifyResourceDeploymentStatusChangeOutput;
|
|
514
|
+
(function (NotifyResourceDeploymentStatusChangeOutput) {
|
|
515
|
+
NotifyResourceDeploymentStatusChangeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
})(NotifyResourceDeploymentStatusChangeOutput || (NotifyResourceDeploymentStatusChangeOutput = {}));
|
|
517
|
+
export var CreateRepositoryInput;
|
|
518
|
+
(function (CreateRepositoryInput) {
|
|
519
|
+
CreateRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
})(CreateRepositoryInput || (CreateRepositoryInput = {}));
|
|
521
|
+
export var Repository;
|
|
522
|
+
(function (Repository) {
|
|
523
|
+
Repository.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
})(Repository || (Repository = {}));
|
|
525
|
+
export var CreateRepositoryOutput;
|
|
526
|
+
(function (CreateRepositoryOutput) {
|
|
527
|
+
CreateRepositoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(CreateRepositoryOutput || (CreateRepositoryOutput = {}));
|
|
529
|
+
export var DeleteRepositoryInput;
|
|
530
|
+
(function (DeleteRepositoryInput) {
|
|
531
|
+
DeleteRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
})(DeleteRepositoryInput || (DeleteRepositoryInput = {}));
|
|
533
|
+
export var DeleteRepositoryOutput;
|
|
534
|
+
(function (DeleteRepositoryOutput) {
|
|
535
|
+
DeleteRepositoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
})(DeleteRepositoryOutput || (DeleteRepositoryOutput = {}));
|
|
537
|
+
export var GetRepositoryInput;
|
|
538
|
+
(function (GetRepositoryInput) {
|
|
539
|
+
GetRepositoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
})(GetRepositoryInput || (GetRepositoryInput = {}));
|
|
541
|
+
export var GetRepositoryOutput;
|
|
542
|
+
(function (GetRepositoryOutput) {
|
|
543
|
+
GetRepositoryOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
})(GetRepositoryOutput || (GetRepositoryOutput = {}));
|
|
545
|
+
export var ListRepositoriesInput;
|
|
546
|
+
(function (ListRepositoriesInput) {
|
|
547
|
+
ListRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
})(ListRepositoriesInput || (ListRepositoriesInput = {}));
|
|
549
|
+
export var RepositorySummary;
|
|
550
|
+
(function (RepositorySummary) {
|
|
551
|
+
RepositorySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
})(RepositorySummary || (RepositorySummary = {}));
|
|
553
|
+
export var ListRepositoriesOutput;
|
|
554
|
+
(function (ListRepositoriesOutput) {
|
|
555
|
+
ListRepositoriesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
})(ListRepositoriesOutput || (ListRepositoriesOutput = {}));
|
|
557
|
+
export var ListServiceInstanceOutputsInput;
|
|
558
|
+
(function (ListServiceInstanceOutputsInput) {
|
|
559
|
+
ListServiceInstanceOutputsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
})(ListServiceInstanceOutputsInput || (ListServiceInstanceOutputsInput = {}));
|
|
561
|
+
export var ListServiceInstanceOutputsOutput;
|
|
562
|
+
(function (ListServiceInstanceOutputsOutput) {
|
|
563
|
+
ListServiceInstanceOutputsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.outputs && { outputs: SENSITIVE_STRING }))); };
|
|
564
|
+
})(ListServiceInstanceOutputsOutput || (ListServiceInstanceOutputsOutput = {}));
|
|
565
|
+
export var ListServiceInstanceProvisionedResourcesInput;
|
|
566
|
+
(function (ListServiceInstanceProvisionedResourcesInput) {
|
|
567
|
+
ListServiceInstanceProvisionedResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
})(ListServiceInstanceProvisionedResourcesInput || (ListServiceInstanceProvisionedResourcesInput = {}));
|
|
569
|
+
export var ListServiceInstanceProvisionedResourcesOutput;
|
|
570
|
+
(function (ListServiceInstanceProvisionedResourcesOutput) {
|
|
571
|
+
ListServiceInstanceProvisionedResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
})(ListServiceInstanceProvisionedResourcesOutput || (ListServiceInstanceProvisionedResourcesOutput = {}));
|
|
388
573
|
export var GetServiceInstanceInput;
|
|
389
574
|
(function (GetServiceInstanceInput) {
|
|
390
575
|
GetServiceInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -415,6 +600,22 @@ export var UpdateServiceInstanceOutput;
|
|
|
415
600
|
(function (UpdateServiceInstanceOutput) {
|
|
416
601
|
UpdateServiceInstanceOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.serviceInstance && { serviceInstance: ServiceInstance.filterSensitiveLog(obj.serviceInstance) }))); };
|
|
417
602
|
})(UpdateServiceInstanceOutput || (UpdateServiceInstanceOutput = {}));
|
|
603
|
+
export var ListServicePipelineOutputsInput;
|
|
604
|
+
(function (ListServicePipelineOutputsInput) {
|
|
605
|
+
ListServicePipelineOutputsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
})(ListServicePipelineOutputsInput || (ListServicePipelineOutputsInput = {}));
|
|
607
|
+
export var ListServicePipelineOutputsOutput;
|
|
608
|
+
(function (ListServicePipelineOutputsOutput) {
|
|
609
|
+
ListServicePipelineOutputsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.outputs && { outputs: SENSITIVE_STRING }))); };
|
|
610
|
+
})(ListServicePipelineOutputsOutput || (ListServicePipelineOutputsOutput = {}));
|
|
611
|
+
export var ListServicePipelineProvisionedResourcesInput;
|
|
612
|
+
(function (ListServicePipelineProvisionedResourcesInput) {
|
|
613
|
+
ListServicePipelineProvisionedResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
})(ListServicePipelineProvisionedResourcesInput || (ListServicePipelineProvisionedResourcesInput = {}));
|
|
615
|
+
export var ListServicePipelineProvisionedResourcesOutput;
|
|
616
|
+
(function (ListServicePipelineProvisionedResourcesOutput) {
|
|
617
|
+
ListServicePipelineProvisionedResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
})(ListServicePipelineProvisionedResourcesOutput || (ListServicePipelineProvisionedResourcesOutput = {}));
|
|
418
619
|
export var UpdateServicePipelineInput;
|
|
419
620
|
(function (UpdateServicePipelineInput) {
|
|
420
621
|
UpdateServicePipelineInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.spec && { spec: SENSITIVE_STRING }))); };
|
|
@@ -610,6 +811,42 @@ export var TagResourceOutput;
|
|
|
610
811
|
(function (TagResourceOutput) {
|
|
611
812
|
TagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
813
|
})(TagResourceOutput || (TagResourceOutput = {}));
|
|
814
|
+
export var CreateTemplateSyncConfigInput;
|
|
815
|
+
(function (CreateTemplateSyncConfigInput) {
|
|
816
|
+
CreateTemplateSyncConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
})(CreateTemplateSyncConfigInput || (CreateTemplateSyncConfigInput = {}));
|
|
818
|
+
export var TemplateSyncConfig;
|
|
819
|
+
(function (TemplateSyncConfig) {
|
|
820
|
+
TemplateSyncConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
})(TemplateSyncConfig || (TemplateSyncConfig = {}));
|
|
822
|
+
export var CreateTemplateSyncConfigOutput;
|
|
823
|
+
(function (CreateTemplateSyncConfigOutput) {
|
|
824
|
+
CreateTemplateSyncConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
})(CreateTemplateSyncConfigOutput || (CreateTemplateSyncConfigOutput = {}));
|
|
826
|
+
export var DeleteTemplateSyncConfigInput;
|
|
827
|
+
(function (DeleteTemplateSyncConfigInput) {
|
|
828
|
+
DeleteTemplateSyncConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
})(DeleteTemplateSyncConfigInput || (DeleteTemplateSyncConfigInput = {}));
|
|
830
|
+
export var DeleteTemplateSyncConfigOutput;
|
|
831
|
+
(function (DeleteTemplateSyncConfigOutput) {
|
|
832
|
+
DeleteTemplateSyncConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
})(DeleteTemplateSyncConfigOutput || (DeleteTemplateSyncConfigOutput = {}));
|
|
834
|
+
export var GetTemplateSyncConfigInput;
|
|
835
|
+
(function (GetTemplateSyncConfigInput) {
|
|
836
|
+
GetTemplateSyncConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
})(GetTemplateSyncConfigInput || (GetTemplateSyncConfigInput = {}));
|
|
838
|
+
export var GetTemplateSyncConfigOutput;
|
|
839
|
+
(function (GetTemplateSyncConfigOutput) {
|
|
840
|
+
GetTemplateSyncConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(GetTemplateSyncConfigOutput || (GetTemplateSyncConfigOutput = {}));
|
|
842
|
+
export var UpdateTemplateSyncConfigInput;
|
|
843
|
+
(function (UpdateTemplateSyncConfigInput) {
|
|
844
|
+
UpdateTemplateSyncConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
})(UpdateTemplateSyncConfigInput || (UpdateTemplateSyncConfigInput = {}));
|
|
846
|
+
export var UpdateTemplateSyncConfigOutput;
|
|
847
|
+
(function (UpdateTemplateSyncConfigOutput) {
|
|
848
|
+
UpdateTemplateSyncConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
})(UpdateTemplateSyncConfigOutput || (UpdateTemplateSyncConfigOutput = {}));
|
|
613
850
|
export var UntagResourceInput;
|
|
614
851
|
(function (UntagResourceInput) {
|
|
615
852
|
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListEnvironmentOutputsCommand, } from "../commands/ListEnvironmentOutputsCommand";
|
|
3
|
+
import { Proton } from "../Proton";
|
|
4
|
+
import { ProtonClient } from "../ProtonClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentOutputsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listEnvironmentOutputs.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListEnvironmentOutputs(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListEnvironmentOutputs_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.nextToken = token;
|
|
49
|
+
if (!(config.client instanceof Proton)) return [3, 3];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
case 2:
|
|
52
|
+
page = _a.sent();
|
|
53
|
+
return [3, 6];
|
|
54
|
+
case 3:
|
|
55
|
+
if (!(config.client instanceof ProtonClient)) return [3, 5];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
case 4:
|
|
58
|
+
page = _a.sent();
|
|
59
|
+
return [3, 6];
|
|
60
|
+
case 5: throw new Error("Invalid client, expected Proton | ProtonClient");
|
|
61
|
+
case 6: return [4, __await(page)];
|
|
62
|
+
case 7: return [4, _a.sent()];
|
|
63
|
+
case 8:
|
|
64
|
+
_a.sent();
|
|
65
|
+
token = page.nextToken;
|
|
66
|
+
hasNext = !!token;
|
|
67
|
+
return [3, 1];
|
|
68
|
+
case 9: return [4, __await(undefined)];
|
|
69
|
+
case 10: return [2, _a.sent()];
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListEnvironmentProvisionedResourcesCommand, } from "../commands/ListEnvironmentProvisionedResourcesCommand";
|
|
3
|
+
import { Proton } from "../Proton";
|
|
4
|
+
import { ProtonClient } from "../ProtonClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListEnvironmentProvisionedResourcesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listEnvironmentProvisionedResources.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListEnvironmentProvisionedResources(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListEnvironmentProvisionedResources_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.nextToken = token;
|
|
49
|
+
if (!(config.client instanceof Proton)) return [3, 3];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
case 2:
|
|
52
|
+
page = _a.sent();
|
|
53
|
+
return [3, 6];
|
|
54
|
+
case 3:
|
|
55
|
+
if (!(config.client instanceof ProtonClient)) return [3, 5];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
case 4:
|
|
58
|
+
page = _a.sent();
|
|
59
|
+
return [3, 6];
|
|
60
|
+
case 5: throw new Error("Invalid client, expected Proton | ProtonClient");
|
|
61
|
+
case 6: return [4, __await(page)];
|
|
62
|
+
case 7: return [4, _a.sent()];
|
|
63
|
+
case 8:
|
|
64
|
+
_a.sent();
|
|
65
|
+
token = page.nextToken;
|
|
66
|
+
hasNext = !!token;
|
|
67
|
+
return [3, 1];
|
|
68
|
+
case 9: return [4, __await(undefined)];
|
|
69
|
+
case 10: return [2, _a.sent()];
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListRepositoriesCommand, } from "../commands/ListRepositoriesCommand";
|
|
3
|
+
import { Proton } from "../Proton";
|
|
4
|
+
import { ProtonClient } from "../ProtonClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListRepositoriesCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listRepositories.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListRepositories(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListRepositories_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.nextToken = token;
|
|
49
|
+
input["maxResults"] = config.pageSize;
|
|
50
|
+
if (!(config.client instanceof Proton)) return [3, 3];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
52
|
+
case 2:
|
|
53
|
+
page = _a.sent();
|
|
54
|
+
return [3, 6];
|
|
55
|
+
case 3:
|
|
56
|
+
if (!(config.client instanceof ProtonClient)) return [3, 5];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
58
|
+
case 4:
|
|
59
|
+
page = _a.sent();
|
|
60
|
+
return [3, 6];
|
|
61
|
+
case 5: throw new Error("Invalid client, expected Proton | ProtonClient");
|
|
62
|
+
case 6: return [4, __await(page)];
|
|
63
|
+
case 7: return [4, _a.sent()];
|
|
64
|
+
case 8:
|
|
65
|
+
_a.sent();
|
|
66
|
+
token = page.nextToken;
|
|
67
|
+
hasNext = !!token;
|
|
68
|
+
return [3, 1];
|
|
69
|
+
case 9: return [4, __await(undefined)];
|
|
70
|
+
case 10: return [2, _a.sent()];
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
});
|
|
74
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListRepositorySyncDefinitionsCommand, } from "../commands/ListRepositorySyncDefinitionsCommand";
|
|
3
|
+
import { Proton } from "../Proton";
|
|
4
|
+
import { ProtonClient } from "../ProtonClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListRepositorySyncDefinitionsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listRepositorySyncDefinitions.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListRepositorySyncDefinitions(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListRepositorySyncDefinitions_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.nextToken = token;
|
|
49
|
+
if (!(config.client instanceof Proton)) return [3, 3];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
case 2:
|
|
52
|
+
page = _a.sent();
|
|
53
|
+
return [3, 6];
|
|
54
|
+
case 3:
|
|
55
|
+
if (!(config.client instanceof ProtonClient)) return [3, 5];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
case 4:
|
|
58
|
+
page = _a.sent();
|
|
59
|
+
return [3, 6];
|
|
60
|
+
case 5: throw new Error("Invalid client, expected Proton | ProtonClient");
|
|
61
|
+
case 6: return [4, __await(page)];
|
|
62
|
+
case 7: return [4, _a.sent()];
|
|
63
|
+
case 8:
|
|
64
|
+
_a.sent();
|
|
65
|
+
token = page.nextToken;
|
|
66
|
+
hasNext = !!token;
|
|
67
|
+
return [3, 1];
|
|
68
|
+
case 9: return [4, __await(undefined)];
|
|
69
|
+
case 10: return [2, _a.sent()];
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListServiceInstanceOutputsCommand, } from "../commands/ListServiceInstanceOutputsCommand";
|
|
3
|
+
import { Proton } from "../Proton";
|
|
4
|
+
import { ProtonClient } from "../ProtonClient";
|
|
5
|
+
var makePagedClientRequest = function (client, input) {
|
|
6
|
+
var args = [];
|
|
7
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
+
args[_i - 2] = arguments[_i];
|
|
9
|
+
}
|
|
10
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
+
return __generator(this, function (_a) {
|
|
12
|
+
switch (_a.label) {
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListServiceInstanceOutputsCommand(input)], __read(args)))];
|
|
14
|
+
case 1: return [2, _a.sent()];
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
var makePagedRequest = function (client, input) {
|
|
20
|
+
var args = [];
|
|
21
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
+
args[_i - 2] = arguments[_i];
|
|
23
|
+
}
|
|
24
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
+
return __generator(this, function (_a) {
|
|
26
|
+
switch (_a.label) {
|
|
27
|
+
case 0: return [4, client.listServiceInstanceOutputs.apply(client, __spreadArray([input], __read(args)))];
|
|
28
|
+
case 1: return [2, _a.sent()];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
export function paginateListServiceInstanceOutputs(config, input) {
|
|
34
|
+
var additionalArguments = [];
|
|
35
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
36
|
+
additionalArguments[_i - 2] = arguments[_i];
|
|
37
|
+
}
|
|
38
|
+
return __asyncGenerator(this, arguments, function paginateListServiceInstanceOutputs_1() {
|
|
39
|
+
var token, hasNext, page;
|
|
40
|
+
return __generator(this, function (_a) {
|
|
41
|
+
switch (_a.label) {
|
|
42
|
+
case 0:
|
|
43
|
+
token = config.startingToken || undefined;
|
|
44
|
+
hasNext = true;
|
|
45
|
+
_a.label = 1;
|
|
46
|
+
case 1:
|
|
47
|
+
if (!hasNext) return [3, 9];
|
|
48
|
+
input.nextToken = token;
|
|
49
|
+
if (!(config.client instanceof Proton)) return [3, 3];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
case 2:
|
|
52
|
+
page = _a.sent();
|
|
53
|
+
return [3, 6];
|
|
54
|
+
case 3:
|
|
55
|
+
if (!(config.client instanceof ProtonClient)) return [3, 5];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
case 4:
|
|
58
|
+
page = _a.sent();
|
|
59
|
+
return [3, 6];
|
|
60
|
+
case 5: throw new Error("Invalid client, expected Proton | ProtonClient");
|
|
61
|
+
case 6: return [4, __await(page)];
|
|
62
|
+
case 7: return [4, _a.sent()];
|
|
63
|
+
case 8:
|
|
64
|
+
_a.sent();
|
|
65
|
+
token = page.nextToken;
|
|
66
|
+
hasNext = !!token;
|
|
67
|
+
return [3, 1];
|
|
68
|
+
case 9: return [4, __await(undefined)];
|
|
69
|
+
case 10: return [2, _a.sent()];
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
}
|