@aws-sdk/client-proton 3.33.0 → 3.34.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/package.json +39 -39
- package/dist/es/Proton.js +1 -124
- package/dist/es/Proton.js.map +1 -1
- package/dist/es/ProtonClient.js +1 -129
- package/dist/es/ProtonClient.js.map +1 -1
- package/dist/es/commands/AcceptEnvironmentAccountConnectionCommand.js +2 -31
- package/dist/es/commands/AcceptEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/CancelEnvironmentDeploymentCommand.js +2 -41
- package/dist/es/commands/CancelEnvironmentDeploymentCommand.js.map +1 -1
- package/dist/es/commands/CancelServiceInstanceDeploymentCommand.js +2 -41
- package/dist/es/commands/CancelServiceInstanceDeploymentCommand.js.map +1 -1
- package/dist/es/commands/CancelServicePipelineDeploymentCommand.js +2 -41
- package/dist/es/commands/CancelServicePipelineDeploymentCommand.js.map +1 -1
- package/dist/es/commands/CreateEnvironmentAccountConnectionCommand.js +2 -31
- package/dist/es/commands/CreateEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/CreateEnvironmentCommand.js +2 -30
- package/dist/es/commands/CreateEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/CreateEnvironmentTemplateCommand.js +2 -42
- package/dist/es/commands/CreateEnvironmentTemplateCommand.js.map +1 -1
- package/dist/es/commands/CreateEnvironmentTemplateVersionCommand.js +2 -29
- package/dist/es/commands/CreateEnvironmentTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/CreateServiceCommand.js +2 -29
- package/dist/es/commands/CreateServiceCommand.js.map +1 -1
- package/dist/es/commands/CreateServiceTemplateCommand.js +2 -31
- package/dist/es/commands/CreateServiceTemplateCommand.js.map +1 -1
- package/dist/es/commands/CreateServiceTemplateVersionCommand.js +2 -29
- package/dist/es/commands/CreateServiceTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/DeleteEnvironmentAccountConnectionCommand.js +2 -32
- package/dist/es/commands/DeleteEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/DeleteEnvironmentCommand.js +2 -27
- package/dist/es/commands/DeleteEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/DeleteEnvironmentTemplateCommand.js +2 -27
- package/dist/es/commands/DeleteEnvironmentTemplateCommand.js.map +1 -1
- package/dist/es/commands/DeleteEnvironmentTemplateVersionCommand.js +2 -33
- package/dist/es/commands/DeleteEnvironmentTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/DeleteServiceCommand.js +2 -27
- package/dist/es/commands/DeleteServiceCommand.js.map +1 -1
- package/dist/es/commands/DeleteServiceTemplateCommand.js +2 -27
- package/dist/es/commands/DeleteServiceTemplateCommand.js.map +1 -1
- package/dist/es/commands/DeleteServiceTemplateVersionCommand.js +2 -33
- package/dist/es/commands/DeleteServiceTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +2 -27
- package/dist/es/commands/GetAccountSettingsCommand.js.map +1 -1
- package/dist/es/commands/GetEnvironmentAccountConnectionCommand.js +2 -29
- package/dist/es/commands/GetEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/GetEnvironmentCommand.js +2 -27
- package/dist/es/commands/GetEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/GetEnvironmentTemplateCommand.js +2 -27
- package/dist/es/commands/GetEnvironmentTemplateCommand.js.map +1 -1
- package/dist/es/commands/GetEnvironmentTemplateVersionCommand.js +2 -27
- package/dist/es/commands/GetEnvironmentTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/GetServiceCommand.js +2 -27
- package/dist/es/commands/GetServiceCommand.js.map +1 -1
- package/dist/es/commands/GetServiceInstanceCommand.js +2 -28
- package/dist/es/commands/GetServiceInstanceCommand.js.map +1 -1
- package/dist/es/commands/GetServiceTemplateCommand.js +2 -27
- package/dist/es/commands/GetServiceTemplateCommand.js.map +1 -1
- package/dist/es/commands/GetServiceTemplateVersionCommand.js +2 -27
- package/dist/es/commands/GetServiceTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/ListEnvironmentAccountConnectionsCommand.js +2 -29
- package/dist/es/commands/ListEnvironmentAccountConnectionsCommand.js.map +1 -1
- package/dist/es/commands/ListEnvironmentTemplateVersionsCommand.js +2 -27
- package/dist/es/commands/ListEnvironmentTemplateVersionsCommand.js.map +1 -1
- package/dist/es/commands/ListEnvironmentTemplatesCommand.js +2 -27
- package/dist/es/commands/ListEnvironmentTemplatesCommand.js.map +1 -1
- package/dist/es/commands/ListEnvironmentsCommand.js +2 -27
- package/dist/es/commands/ListEnvironmentsCommand.js.map +1 -1
- package/dist/es/commands/ListServiceInstancesCommand.js +2 -27
- package/dist/es/commands/ListServiceInstancesCommand.js.map +1 -1
- package/dist/es/commands/ListServiceTemplateVersionsCommand.js +2 -27
- package/dist/es/commands/ListServiceTemplateVersionsCommand.js.map +1 -1
- package/dist/es/commands/ListServiceTemplatesCommand.js +2 -27
- package/dist/es/commands/ListServiceTemplatesCommand.js.map +1 -1
- package/dist/es/commands/ListServicesCommand.js +2 -27
- package/dist/es/commands/ListServicesCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/RejectEnvironmentAccountConnectionCommand.js +2 -32
- package/dist/es/commands/RejectEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -27
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UpdateAccountSettingsCommand.js +2 -27
- package/dist/es/commands/UpdateAccountSettingsCommand.js.map +1 -1
- package/dist/es/commands/UpdateEnvironmentAccountConnectionCommand.js +2 -29
- package/dist/es/commands/UpdateEnvironmentAccountConnectionCommand.js.map +1 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js +2 -72
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +1 -1
- package/dist/es/commands/UpdateEnvironmentTemplateCommand.js +2 -27
- package/dist/es/commands/UpdateEnvironmentTemplateCommand.js.map +1 -1
- package/dist/es/commands/UpdateEnvironmentTemplateVersionCommand.js +2 -27
- package/dist/es/commands/UpdateEnvironmentTemplateVersionCommand.js.map +1 -1
- package/dist/es/commands/UpdateServiceCommand.js +2 -33
- package/dist/es/commands/UpdateServiceCommand.js.map +1 -1
- package/dist/es/commands/UpdateServiceInstanceCommand.js +2 -65
- package/dist/es/commands/UpdateServiceInstanceCommand.js.map +1 -1
- package/dist/es/commands/UpdateServicePipelineCommand.js +2 -65
- package/dist/es/commands/UpdateServicePipelineCommand.js.map +1 -1
- package/dist/es/commands/UpdateServiceTemplateCommand.js +2 -27
- package/dist/es/commands/UpdateServiceTemplateCommand.js.map +1 -1
- package/dist/es/commands/UpdateServiceTemplateVersionCommand.js +2 -27
- package/dist/es/commands/UpdateServiceTemplateVersionCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/models/models_0.js +0 -387
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/ListEnvironmentAccountConnectionsPaginator.js +16 -28
- package/dist/es/pagination/ListEnvironmentAccountConnectionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListEnvironmentTemplateVersionsPaginator.js +16 -28
- package/dist/es/pagination/ListEnvironmentTemplateVersionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListEnvironmentTemplatesPaginator.js +16 -28
- package/dist/es/pagination/ListEnvironmentTemplatesPaginator.js.map +1 -1
- package/dist/es/pagination/ListEnvironmentsPaginator.js +16 -28
- package/dist/es/pagination/ListEnvironmentsPaginator.js.map +1 -1
- package/dist/es/pagination/ListServiceInstancesPaginator.js +16 -28
- package/dist/es/pagination/ListServiceInstancesPaginator.js.map +1 -1
- package/dist/es/pagination/ListServiceTemplateVersionsPaginator.js +16 -28
- package/dist/es/pagination/ListServiceTemplateVersionsPaginator.js.map +1 -1
- package/dist/es/pagination/ListServiceTemplatesPaginator.js +16 -28
- package/dist/es/pagination/ListServiceTemplatesPaginator.js.map +1 -1
- package/dist/es/pagination/ListServicesPaginator.js +16 -28
- package/dist/es/pagination/ListServicesPaginator.js.map +1 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js +16 -28
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_0.js +1456 -1461
- package/dist/es/protocols/Aws_json1_0.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForEnvironmentDeployed.js +9 -18
- package/dist/es/waiters/waitForEnvironmentDeployed.js.map +1 -1
- package/dist/es/waiters/waitForEnvironmentTemplateVersionRegistered.js +10 -19
- package/dist/es/waiters/waitForEnvironmentTemplateVersionRegistered.js.map +1 -1
- package/dist/es/waiters/waitForServiceCreated.js +11 -20
- package/dist/es/waiters/waitForServiceCreated.js.map +1 -1
- package/dist/es/waiters/waitForServiceDeleted.js +9 -18
- package/dist/es/waiters/waitForServiceDeleted.js.map +1 -1
- package/dist/es/waiters/waitForServiceInstanceDeployed.js +9 -18
- package/dist/es/waiters/waitForServiceInstanceDeployed.js.map +1 -1
- package/dist/es/waiters/waitForServicePipelineDeployed.js +9 -18
- package/dist/es/waiters/waitForServicePipelineDeployed.js.map +1 -1
- package/dist/es/waiters/waitForServiceTemplateVersionRegistered.js +10 -19
- package/dist/es/waiters/waitForServiceTemplateVersionRegistered.js.map +1 -1
- package/dist/es/waiters/waitForServiceUpdated.js +12 -21
- package/dist/es/waiters/waitForServiceUpdated.js.map +1 -1
- package/package.json +39 -39
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -3,44 +3,13 @@ import { UpdateServiceInput, UpdateServiceOutput } from "../models/models_0";
|
|
|
3
3
|
import { deserializeAws_json1_0UpdateServiceCommand, serializeAws_json1_0UpdateServiceCommand, } from "../protocols/Aws_json1_0";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Edit a service description or use a spec to add and delete service instances.</p>
|
|
8
|
-
* <note>
|
|
9
|
-
* <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be
|
|
10
|
-
* deleted.</p>
|
|
11
|
-
* </note>
|
|
12
|
-
* <p>Use the <code>description</code> parameter to modify the description.</p>
|
|
13
|
-
* <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { ProtonClient, UpdateServiceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
18
|
-
* // const { ProtonClient, UpdateServiceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
19
|
-
* const client = new ProtonClient(config);
|
|
20
|
-
* const command = new UpdateServiceCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link UpdateServiceCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link UpdateServiceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ProtonClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
var UpdateServiceCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateServiceCommand = (function (_super) {
|
|
30
7
|
__extends(UpdateServiceCommand, _super);
|
|
31
|
-
// Start section: command_properties
|
|
32
|
-
// End section: command_properties
|
|
33
8
|
function UpdateServiceCommand(input) {
|
|
34
|
-
var _this =
|
|
35
|
-
// Start section: command_constructor
|
|
36
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
37
10
|
_this.input = input;
|
|
38
11
|
return _this;
|
|
39
|
-
// End section: command_constructor
|
|
40
12
|
}
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
13
|
UpdateServiceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
45
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
46
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateServiceCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateServiceCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqC7D;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,kBAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,mBAAmB,CAAC,kBAAkB;SACjE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
|
|
@@ -3,76 +3,13 @@ import { UpdateServiceInstanceInput, UpdateServiceInstanceOutput } from "../mode
|
|
|
3
3
|
import { deserializeAws_json1_0UpdateServiceInstanceCommand, serializeAws_json1_0UpdateServiceInstanceCommand, } from "../protocols/Aws_json1_0";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Update a service instance.</p>
|
|
8
|
-
* <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
|
|
9
|
-
* mode.</p>
|
|
10
|
-
* <dl>
|
|
11
|
-
* <dt/>
|
|
12
|
-
* <dd>
|
|
13
|
-
* <p>
|
|
14
|
-
* <code>NONE</code>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
|
|
17
|
-
* </dd>
|
|
18
|
-
* <dt/>
|
|
19
|
-
* <dd>
|
|
20
|
-
* <p>
|
|
21
|
-
* <code>CURRENT_VERSION</code>
|
|
22
|
-
* </p>
|
|
23
|
-
* <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are
|
|
24
|
-
* updated. <i>Don’t</i> include minor or major version parameters when you use this
|
|
25
|
-
* <code>deployment-type</code>.</p>
|
|
26
|
-
* </dd>
|
|
27
|
-
* <dt/>
|
|
28
|
-
* <dd>
|
|
29
|
-
* <p>
|
|
30
|
-
* <code>MINOR_VERSION</code>
|
|
31
|
-
* </p>
|
|
32
|
-
* <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the
|
|
33
|
-
* current major version in use, by default. You can also specify a different minor version of the current major version in
|
|
34
|
-
* use.</p>
|
|
35
|
-
* </dd>
|
|
36
|
-
* <dt/>
|
|
37
|
-
* <dd>
|
|
38
|
-
* <p>
|
|
39
|
-
* <code>MAJOR_VERSION</code>
|
|
40
|
-
* </p>
|
|
41
|
-
* <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version
|
|
42
|
-
* of the current template, by default. You can also specify a different major version that is higher than the major version in
|
|
43
|
-
* use and a minor version (optional).</p>
|
|
44
|
-
* </dd>
|
|
45
|
-
* </dl>
|
|
46
|
-
* @example
|
|
47
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
48
|
-
* ```javascript
|
|
49
|
-
* import { ProtonClient, UpdateServiceInstanceCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
50
|
-
* // const { ProtonClient, UpdateServiceInstanceCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
51
|
-
* const client = new ProtonClient(config);
|
|
52
|
-
* const command = new UpdateServiceInstanceCommand(input);
|
|
53
|
-
* const response = await client.send(command);
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @see {@link UpdateServiceInstanceCommandInput} for command's `input` shape.
|
|
57
|
-
* @see {@link UpdateServiceInstanceCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link ProtonClientResolvedConfig | config} for command's `input` shape.
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
var UpdateServiceInstanceCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateServiceInstanceCommand = (function (_super) {
|
|
62
7
|
__extends(UpdateServiceInstanceCommand, _super);
|
|
63
|
-
// Start section: command_properties
|
|
64
|
-
// End section: command_properties
|
|
65
8
|
function UpdateServiceInstanceCommand(input) {
|
|
66
|
-
var _this =
|
|
67
|
-
// Start section: command_constructor
|
|
68
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
69
10
|
_this.input = input;
|
|
70
11
|
return _this;
|
|
71
|
-
// End section: command_constructor
|
|
72
12
|
}
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
13
|
UpdateServiceInstanceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
77
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
78
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateServiceInstanceCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceInstanceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateServiceInstanceCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceInstanceCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqE7D;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -3,76 +3,13 @@ import { UpdateServicePipelineInput, UpdateServicePipelineOutput } from "../mode
|
|
|
3
3
|
import { deserializeAws_json1_0UpdateServicePipelineCommand, serializeAws_json1_0UpdateServicePipelineCommand, } from "../protocols/Aws_json1_0";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Update the service pipeline.</p>
|
|
8
|
-
* <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
|
|
9
|
-
* mode.</p>
|
|
10
|
-
* <dl>
|
|
11
|
-
* <dt/>
|
|
12
|
-
* <dd>
|
|
13
|
-
* <p>
|
|
14
|
-
* <code>NONE</code>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
|
|
17
|
-
* </dd>
|
|
18
|
-
* <dt/>
|
|
19
|
-
* <dd>
|
|
20
|
-
* <p>
|
|
21
|
-
* <code>CURRENT_VERSION</code>
|
|
22
|
-
* </p>
|
|
23
|
-
* <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are
|
|
24
|
-
* updated. <i>Don’t</i> include minor or major version parameters when you use this
|
|
25
|
-
* <code>deployment-type</code>.</p>
|
|
26
|
-
* </dd>
|
|
27
|
-
* <dt/>
|
|
28
|
-
* <dd>
|
|
29
|
-
* <p>
|
|
30
|
-
* <code>MINOR_VERSION</code>
|
|
31
|
-
* </p>
|
|
32
|
-
* <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the
|
|
33
|
-
* current major version in use, by default. You can also specify a different minor version of the current major version in
|
|
34
|
-
* use.</p>
|
|
35
|
-
* </dd>
|
|
36
|
-
* <dt/>
|
|
37
|
-
* <dd>
|
|
38
|
-
* <p>
|
|
39
|
-
* <code>MAJOR_VERSION</code>
|
|
40
|
-
* </p>
|
|
41
|
-
* <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version
|
|
42
|
-
* of the current template by default. You can also specify a different major version that is higher than the major version in
|
|
43
|
-
* use and a minor version (optional).</p>
|
|
44
|
-
* </dd>
|
|
45
|
-
* </dl>
|
|
46
|
-
* @example
|
|
47
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
48
|
-
* ```javascript
|
|
49
|
-
* import { ProtonClient, UpdateServicePipelineCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
50
|
-
* // const { ProtonClient, UpdateServicePipelineCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
51
|
-
* const client = new ProtonClient(config);
|
|
52
|
-
* const command = new UpdateServicePipelineCommand(input);
|
|
53
|
-
* const response = await client.send(command);
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* @see {@link UpdateServicePipelineCommandInput} for command's `input` shape.
|
|
57
|
-
* @see {@link UpdateServicePipelineCommandOutput} for command's `response` shape.
|
|
58
|
-
* @see {@link ProtonClientResolvedConfig | config} for command's `input` shape.
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
var UpdateServicePipelineCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateServicePipelineCommand = (function (_super) {
|
|
62
7
|
__extends(UpdateServicePipelineCommand, _super);
|
|
63
|
-
// Start section: command_properties
|
|
64
|
-
// End section: command_properties
|
|
65
8
|
function UpdateServicePipelineCommand(input) {
|
|
66
|
-
var _this =
|
|
67
|
-
// Start section: command_constructor
|
|
68
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
69
10
|
_this.input = input;
|
|
70
11
|
return _this;
|
|
71
|
-
// End section: command_constructor
|
|
72
12
|
}
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
13
|
UpdateServicePipelineCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
77
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
78
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateServicePipelineCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServicePipelineCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateServicePipelineCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServicePipelineCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAqE7D;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -3,38 +3,13 @@ import { UpdateServiceTemplateInput, UpdateServiceTemplateOutput } from "../mode
|
|
|
3
3
|
import { deserializeAws_json1_0UpdateServiceTemplateCommand, serializeAws_json1_0UpdateServiceTemplateCommand, } from "../protocols/Aws_json1_0";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Update a service template.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ProtonClient, UpdateServiceTemplateCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
12
|
-
* // const { ProtonClient, UpdateServiceTemplateCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
13
|
-
* const client = new ProtonClient(config);
|
|
14
|
-
* const command = new UpdateServiceTemplateCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link UpdateServiceTemplateCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link UpdateServiceTemplateCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ProtonClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var UpdateServiceTemplateCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateServiceTemplateCommand = (function (_super) {
|
|
24
7
|
__extends(UpdateServiceTemplateCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function UpdateServiceTemplateCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
UpdateServiceTemplateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateServiceTemplateCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceTemplateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateServiceTemplateCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceTemplateCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC7F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
|
|
@@ -3,38 +3,13 @@ import { UpdateServiceTemplateVersionInput, UpdateServiceTemplateVersionOutput }
|
|
|
3
3
|
import { deserializeAws_json1_0UpdateServiceTemplateVersionCommand, serializeAws_json1_0UpdateServiceTemplateVersionCommand, } from "../protocols/Aws_json1_0";
|
|
4
4
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
5
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
* <p>Update a major or minor version of a service template.</p>
|
|
8
|
-
* @example
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { ProtonClient, UpdateServiceTemplateVersionCommand } from "@aws-sdk/client-proton"; // ES Modules import
|
|
12
|
-
* // const { ProtonClient, UpdateServiceTemplateVersionCommand } = require("@aws-sdk/client-proton"); // CommonJS import
|
|
13
|
-
* const client = new ProtonClient(config);
|
|
14
|
-
* const command = new UpdateServiceTemplateVersionCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link UpdateServiceTemplateVersionCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link UpdateServiceTemplateVersionCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link ProtonClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var UpdateServiceTemplateVersionCommand = /** @class */ (function (_super) {
|
|
6
|
+
var UpdateServiceTemplateVersionCommand = (function (_super) {
|
|
24
7
|
__extends(UpdateServiceTemplateVersionCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function UpdateServiceTemplateVersionCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
UpdateServiceTemplateVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateServiceTemplateVersionCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceTemplateVersionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateServiceTemplateVersionCommand.js","sourceRoot":"","sources":["../../../commands/UpdateServiceTemplateVersionCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAAyD,uDAIxD;IAIC,6CAAqB,KAA+C;QAApE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0C;;IAIpE,CAAC;IAKD,+DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAyC,EACzC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,cAAc,CAAC;QAClC,IAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uDAAS,GAAjB,UAAkB,KAA+C,EAAE,OAAuB;QACxF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,yDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,0CAAC;AAAD,CAAC,AAzDD,CAAyD,QAAQ,GAyDhE"}
|
package/dist/es/endpoints.js
CHANGED
|
@@ -47,7 +47,7 @@ var partitionHash = {
|
|
|
47
47
|
};
|
|
48
48
|
export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
49
|
return __generator(this, function (_a) {
|
|
50
|
-
return [2
|
|
50
|
+
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "proton", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
51
|
});
|
|
52
52
|
}); };
|
|
53
53
|
//# sourceMappingURL=endpoints.js.map
|
package/dist/es/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,+BAA+B;KAC1C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,kCAAkC;KAC7C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,4BAA4B;KACvC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,+BAA+B;KAC1C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,+BAA+B;KAC1C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAA6B,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,+BAA+B;KAC1C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,kCAAkC;KAC7C;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,4BAA4B;KACvC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,+BAA+B;KAC1C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,+BAA+B;KAC1C;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,QAAQ,EACxB,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
|