@aws-sdk/client-proton 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_0.js +2 -2
- package/dist-es/Proton.js +309 -302
- package/dist-es/ProtonClient.js +28 -22
- package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/CancelComponentDeploymentCommand.js +28 -21
- package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +28 -21
- package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +28 -21
- package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +28 -21
- package/dist-es/commands/CreateComponentCommand.js +28 -21
- package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/CreateEnvironmentCommand.js +28 -21
- package/dist-es/commands/CreateEnvironmentTemplateCommand.js +28 -21
- package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +28 -21
- package/dist-es/commands/CreateRepositoryCommand.js +28 -21
- package/dist-es/commands/CreateServiceCommand.js +28 -21
- package/dist-es/commands/CreateServiceTemplateCommand.js +28 -21
- package/dist-es/commands/CreateServiceTemplateVersionCommand.js +28 -21
- package/dist-es/commands/CreateTemplateSyncConfigCommand.js +28 -21
- package/dist-es/commands/DeleteComponentCommand.js +28 -21
- package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/DeleteEnvironmentCommand.js +28 -21
- package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +28 -21
- package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
- package/dist-es/commands/DeleteServiceCommand.js +28 -21
- package/dist-es/commands/DeleteServiceTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +28 -21
- package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +28 -21
- package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
- package/dist-es/commands/GetComponentCommand.js +28 -21
- package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/GetEnvironmentCommand.js +28 -21
- package/dist-es/commands/GetEnvironmentTemplateCommand.js +28 -21
- package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +28 -21
- package/dist-es/commands/GetRepositoryCommand.js +28 -21
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +28 -21
- package/dist-es/commands/GetServiceCommand.js +28 -21
- package/dist-es/commands/GetServiceInstanceCommand.js +28 -21
- package/dist-es/commands/GetServiceTemplateCommand.js +28 -21
- package/dist-es/commands/GetServiceTemplateVersionCommand.js +28 -21
- package/dist-es/commands/GetTemplateSyncConfigCommand.js +28 -21
- package/dist-es/commands/GetTemplateSyncStatusCommand.js +28 -21
- package/dist-es/commands/ListComponentOutputsCommand.js +28 -21
- package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +28 -21
- package/dist-es/commands/ListComponentsCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentOutputsCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentTemplatesCommand.js +28 -21
- package/dist-es/commands/ListEnvironmentsCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesCommand.js +28 -21
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListServiceInstanceOutputsCommand.js +28 -21
- package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +28 -21
- package/dist-es/commands/ListServiceInstancesCommand.js +28 -21
- package/dist-es/commands/ListServicePipelineOutputsCommand.js +28 -21
- package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +28 -21
- package/dist-es/commands/ListServiceTemplateVersionsCommand.js +28 -21
- package/dist-es/commands/ListServiceTemplatesCommand.js +28 -21
- package/dist-es/commands/ListServicesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +28 -21
- package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAccountSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateComponentCommand.js +28 -21
- package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +28 -21
- package/dist-es/commands/UpdateEnvironmentCommand.js +28 -21
- package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +28 -21
- package/dist-es/commands/UpdateServiceCommand.js +28 -21
- package/dist-es/commands/UpdateServiceInstanceCommand.js +28 -21
- package/dist-es/commands/UpdateServicePipelineCommand.js +28 -21
- package/dist-es/commands/UpdateServiceTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +28 -21
- package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ProtonServiceException.js +10 -5
- package/dist-es/models/models_0.js +302 -794
- package/dist-es/pagination/ListComponentOutputsPaginator.js +67 -24
- package/dist-es/pagination/ListComponentProvisionedResourcesPaginator.js +67 -24
- package/dist-es/pagination/ListComponentsPaginator.js +68 -25
- package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +68 -25
- package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +67 -24
- package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +67 -24
- package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListEnvironmentsPaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesPaginator.js +68 -25
- package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +67 -24
- package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +67 -24
- package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +67 -24
- package/dist-es/pagination/ListServiceInstancesPaginator.js +68 -25
- package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +67 -24
- package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +67 -24
- package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListServiceTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListServicesPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_0.js +6546 -5018
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForComponentDeleted.js +50 -30
- package/dist-es/waiters/waitForComponentDeployed.js +56 -36
- package/dist-es/waiters/waitForEnvironmentDeployed.js +56 -36
- package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +65 -45
- package/dist-es/waiters/waitForServiceCreated.js +74 -54
- package/dist-es/waiters/waitForServiceDeleted.js +50 -30
- package/dist-es/waiters/waitForServiceInstanceDeployed.js +56 -36
- package/dist-es/waiters/waitForServicePipelineDeployed.js +56 -36
- package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +65 -45
- package/dist-es/waiters/waitForServiceUpdated.js +83 -63
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListComponentOutputsInputFilterSensitiveLog, ListComponentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListComponentOutputsCommand, serializeAws_json1_0ListComponentOutputsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListComponentOutputsCommand = (function (_super) {
|
|
7
|
+
__extends(ListComponentOutputsCommand, _super);
|
|
8
|
+
function ListComponentOutputsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListComponentOutputsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListComponentOutputsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListComponentOutputsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListComponentOutputsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListComponentOutputsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListComponentOutputsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListComponentOutputsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListComponentOutputsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListComponentOutputsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListComponentOutputsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListComponentProvisionedResourcesInputFilterSensitiveLog, ListComponentProvisionedResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListComponentProvisionedResourcesCommand, serializeAws_json1_0ListComponentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListComponentProvisionedResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(ListComponentProvisionedResourcesCommand, _super);
|
|
8
|
+
function ListComponentProvisionedResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListComponentProvisionedResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListComponentProvisionedResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListComponentProvisionedResourcesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListComponentProvisionedResourcesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListComponentProvisionedResourcesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListComponentProvisionedResourcesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListComponentProvisionedResourcesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListComponentProvisionedResourcesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListComponentProvisionedResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListComponentProvisionedResourcesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListComponentsInputFilterSensitiveLog, ListComponentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListComponentsCommand, serializeAws_json1_0ListComponentsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListComponentsCommand = (function (_super) {
|
|
7
|
+
__extends(ListComponentsCommand, _super);
|
|
8
|
+
function ListComponentsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListComponentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListComponentsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListComponentsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListComponentsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListComponentsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListComponentsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListComponentsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListComponentsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListComponentsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListComponentsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentAccountConnectionsInputFilterSensitiveLog, ListEnvironmentAccountConnectionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand, serializeAws_json1_0ListEnvironmentAccountConnectionsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentAccountConnectionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentAccountConnectionsCommand, _super);
|
|
8
|
+
function ListEnvironmentAccountConnectionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentAccountConnectionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentAccountConnectionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentAccountConnectionsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentAccountConnectionsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentAccountConnectionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentAccountConnectionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentAccountConnectionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentAccountConnectionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentAccountConnectionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentAccountConnectionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentOutputsInputFilterSensitiveLog, ListEnvironmentOutputsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentOutputsCommand, serializeAws_json1_0ListEnvironmentOutputsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentOutputsCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentOutputsCommand, _super);
|
|
8
|
+
function ListEnvironmentOutputsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentOutputsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentOutputsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentOutputsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentOutputsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentOutputsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentOutputsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentOutputsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentOutputsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentOutputsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentOutputsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentProvisionedResourcesInputFilterSensitiveLog, ListEnvironmentProvisionedResourcesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand, serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentProvisionedResourcesCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentProvisionedResourcesCommand, _super);
|
|
8
|
+
function ListEnvironmentProvisionedResourcesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentProvisionedResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentProvisionedResourcesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentProvisionedResourcesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentProvisionedResourcesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentProvisionedResourcesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentProvisionedResourcesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentProvisionedResourcesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentProvisionedResourcesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentProvisionedResourcesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentTemplateVersionsInputFilterSensitiveLog, ListEnvironmentTemplateVersionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand, serializeAws_json1_0ListEnvironmentTemplateVersionsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentTemplateVersionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentTemplateVersionsCommand, _super);
|
|
8
|
+
function ListEnvironmentTemplateVersionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentTemplateVersionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentTemplateVersionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentTemplateVersionsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentTemplateVersionsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentTemplateVersionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentTemplateVersionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentTemplateVersionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentTemplateVersionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentTemplateVersionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentTemplateVersionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentTemplatesInputFilterSensitiveLog, ListEnvironmentTemplatesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentTemplatesCommand, serializeAws_json1_0ListEnvironmentTemplatesCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentTemplatesCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentTemplatesCommand, _super);
|
|
8
|
+
function ListEnvironmentTemplatesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentTemplatesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentTemplatesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentTemplatesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentTemplatesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentTemplatesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentTemplatesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentTemplatesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentTemplatesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentTemplatesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentTemplatesCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListEnvironmentsInputFilterSensitiveLog, ListEnvironmentsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListEnvironmentsCommand, serializeAws_json1_0ListEnvironmentsCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListEnvironmentsCommand = (function (_super) {
|
|
7
|
+
__extends(ListEnvironmentsCommand, _super);
|
|
8
|
+
function ListEnvironmentsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListEnvironmentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListEnvironmentsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListEnvironmentsInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListEnvironmentsOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListEnvironmentsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListEnvironmentsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListEnvironmentsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListEnvironmentsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListEnvironmentsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListEnvironmentsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListRepositoriesInputFilterSensitiveLog, ListRepositoriesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_json1_0ListRepositoriesCommand, serializeAws_json1_0ListRepositoriesCommand, } from "../protocols/Aws_json1_0";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListRepositoriesCommand = (function (_super) {
|
|
7
|
+
__extends(ListRepositoriesCommand, _super);
|
|
8
|
+
function ListRepositoriesCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListRepositoriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "ProtonClient";
|
|
18
|
+
var commandName = "ListRepositoriesCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListRepositoriesInputFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListRepositoriesOutputFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListRepositoriesCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_json1_0ListRepositoriesCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListRepositoriesCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_json1_0ListRepositoriesCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListRepositoriesCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListRepositoriesCommand };
|