@aws-sdk/client-codepipeline 3.46.0 → 3.48.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 +35 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +4 -220
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +0 -144
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/CodePipelineClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -216
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/CodePipelineClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -144
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-codepipeline
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
42
|
|
|
8
43
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"ca-central-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "codepipeline.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "codepipeline-fips.ca-central-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-1": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "codepipeline.us-east-1.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "codepipeline-fips.us-east-1.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-east-2": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "codepipeline.us-east-2.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "codepipeline-fips.us-east-2.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-west-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "codepipeline.us-gov-west-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "codepipeline.us-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "codepipeline-fips.us-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-2": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "codepipeline.us-west-2.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "codepipeline-fips.us-west-2.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdatePipelineOutput = exports.UpdatePipelineInput = exports.UpdateActionTypeInput = exports.
|
|
3
|
+
exports.EncryptionKey = exports.EncryptionKeyType = exports.ArtifactRevision = exports.Artifact = exports.ArtifactLocation = exports.ArtifactLocationType = exports.S3ArtifactLocation = exports.ApprovalResult = exports.ApprovalStatus = exports.ActionTypeDeclaration = exports.ActionTypeUrls = exports.ActionTypeProperty = exports.ActionTypePermissions = exports.ActionTypeIdentifier = exports.ActionTypeExecutor = exports.ExecutorType = exports.ExecutorConfiguration = exports.LambdaExecutorConfiguration = exports.JobWorkerExecutorConfiguration = exports.ActionTypeArtifactDetails = exports.ActionType = exports.ActionTypeSettings = exports.ArtifactDetails = exports.ActionState = exports.ActionRevision = exports.ActionExecutionFilter = exports.ActionExecutionDetail = exports.ActionExecutionOutput = exports.ActionExecutionResult = exports.ActionExecutionInput = exports.ArtifactDetail = exports.S3Location = exports.ActionExecution = exports.ActionExecutionStatus = exports.ErrorDetails = exports.ActionDeclaration = exports.OutputArtifact = exports.InputArtifact = exports.ActionTypeId = exports.ActionOwner = exports.ActionContext = exports.ActionConfigurationProperty = exports.ActionConfigurationPropertyType = exports.ActionConfiguration = exports.ActionCategory = exports.AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobInput = exports.AcknowledgeJobOutput = exports.JobStatus = exports.AcknowledgeJobInput = void 0;
|
|
4
|
+
exports.ListActionTypesOutput = exports.ListActionTypesInput = exports.ListActionExecutionsOutput = exports.ListActionExecutionsInput = exports.GetThirdPartyJobDetailsOutput = exports.ThirdPartyJobDetails = exports.ThirdPartyJobData = exports.GetThirdPartyJobDetailsInput = exports.GetPipelineStateOutput = exports.StageState = exports.TransitionState = exports.StageExecution = exports.StageExecutionStatus = exports.GetPipelineStateInput = exports.GetPipelineExecutionOutput = exports.PipelineExecution = exports.PipelineExecutionStatus = exports.GetPipelineExecutionInput = exports.GetPipelineOutput = exports.PipelineMetadata = exports.GetPipelineInput = exports.GetJobDetailsOutput = exports.JobDetails = exports.JobData = exports.PipelineContext = exports.StageContext = exports.GetJobDetailsInput = exports.GetActionTypeOutput = exports.GetActionTypeInput = exports.EnableStageTransitionInput = exports.DisableStageTransitionInput = exports.StageTransitionType = exports.DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyInput = exports.DeleteWebhookOutput = exports.DeleteWebhookInput = exports.DeletePipelineInput = exports.DeleteCustomActionTypeInput = exports.CreatePipelineOutput = exports.CreatePipelineInput = exports.PipelineDeclaration = exports.StageDeclaration = exports.CreateCustomActionTypeOutput = exports.CreateCustomActionTypeInput = exports.Tag = exports.BlockerDeclaration = exports.BlockerType = exports.AWSSessionCredentials = exports.ArtifactStore = exports.ArtifactStoreType = void 0;
|
|
5
|
+
exports.TagResourceOutput = exports.TagResourceInput = exports.StopPipelineExecutionOutput = exports.StopPipelineExecutionInput = exports.StartPipelineExecutionOutput = exports.StartPipelineExecutionInput = exports.RetryStageExecutionOutput = exports.RetryStageExecutionInput = exports.StageRetryMode = exports.RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyInput = exports.PutWebhookOutput = exports.PutWebhookInput = exports.PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobFailureResultInput = exports.PutJobSuccessResultInput = exports.ExecutionDetails = exports.CurrentRevision = exports.PutJobFailureResultInput = exports.FailureDetails = exports.FailureType = exports.PutApprovalResultOutput = exports.PutApprovalResultInput = exports.PutActionRevisionOutput = exports.PutActionRevisionInput = exports.PollForThirdPartyJobsOutput = exports.ThirdPartyJob = exports.PollForThirdPartyJobsInput = exports.PollForJobsOutput = exports.Job = exports.PollForJobsInput = exports.ListWebhooksOutput = exports.ListWebhookItem = exports.WebhookDefinition = exports.WebhookFilterRule = exports.WebhookAuthConfiguration = exports.WebhookAuthenticationType = exports.ListWebhooksInput = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.ListPipelinesOutput = exports.PipelineSummary = exports.ListPipelinesInput = exports.ListPipelineExecutionsOutput = exports.PipelineExecutionSummary = exports.ExecutionTrigger = exports.TriggerType = exports.StopExecutionTrigger = exports.SourceRevision = exports.ListPipelineExecutionsInput = void 0;
|
|
6
|
+
exports.UpdatePipelineOutput = exports.UpdatePipelineInput = exports.UpdateActionTypeInput = exports.UntagResourceOutput = exports.UntagResourceInput = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
var AcknowledgeJobInput;
|
|
9
9
|
(function (AcknowledgeJobInput) {
|
|
@@ -27,24 +27,6 @@ var AcknowledgeJobOutput;
|
|
|
27
27
|
...obj,
|
|
28
28
|
});
|
|
29
29
|
})(AcknowledgeJobOutput = exports.AcknowledgeJobOutput || (exports.AcknowledgeJobOutput = {}));
|
|
30
|
-
var InvalidNonceException;
|
|
31
|
-
(function (InvalidNonceException) {
|
|
32
|
-
InvalidNonceException.filterSensitiveLog = (obj) => ({
|
|
33
|
-
...obj,
|
|
34
|
-
});
|
|
35
|
-
})(InvalidNonceException = exports.InvalidNonceException || (exports.InvalidNonceException = {}));
|
|
36
|
-
var JobNotFoundException;
|
|
37
|
-
(function (JobNotFoundException) {
|
|
38
|
-
JobNotFoundException.filterSensitiveLog = (obj) => ({
|
|
39
|
-
...obj,
|
|
40
|
-
});
|
|
41
|
-
})(JobNotFoundException = exports.JobNotFoundException || (exports.JobNotFoundException = {}));
|
|
42
|
-
var ValidationException;
|
|
43
|
-
(function (ValidationException) {
|
|
44
|
-
ValidationException.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
48
30
|
var AcknowledgeThirdPartyJobInput;
|
|
49
31
|
(function (AcknowledgeThirdPartyJobInput) {
|
|
50
32
|
AcknowledgeThirdPartyJobInput.filterSensitiveLog = (obj) => ({
|
|
@@ -57,12 +39,6 @@ var AcknowledgeThirdPartyJobOutput;
|
|
|
57
39
|
...obj,
|
|
58
40
|
});
|
|
59
41
|
})(AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobOutput || (exports.AcknowledgeThirdPartyJobOutput = {}));
|
|
60
|
-
var InvalidClientTokenException;
|
|
61
|
-
(function (InvalidClientTokenException) {
|
|
62
|
-
InvalidClientTokenException.filterSensitiveLog = (obj) => ({
|
|
63
|
-
...obj,
|
|
64
|
-
});
|
|
65
|
-
})(InvalidClientTokenException = exports.InvalidClientTokenException || (exports.InvalidClientTokenException = {}));
|
|
66
42
|
var ActionCategory;
|
|
67
43
|
(function (ActionCategory) {
|
|
68
44
|
ActionCategory["Approval"] = "Approval";
|
|
@@ -187,12 +163,6 @@ var ActionExecutionFilter;
|
|
|
187
163
|
...obj,
|
|
188
164
|
});
|
|
189
165
|
})(ActionExecutionFilter = exports.ActionExecutionFilter || (exports.ActionExecutionFilter = {}));
|
|
190
|
-
var ActionNotFoundException;
|
|
191
|
-
(function (ActionNotFoundException) {
|
|
192
|
-
ActionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(ActionNotFoundException = exports.ActionNotFoundException || (exports.ActionNotFoundException = {}));
|
|
196
166
|
var ActionRevision;
|
|
197
167
|
(function (ActionRevision) {
|
|
198
168
|
ActionRevision.filterSensitiveLog = (obj) => ({
|
|
@@ -288,18 +258,6 @@ var ActionTypeDeclaration;
|
|
|
288
258
|
...obj,
|
|
289
259
|
});
|
|
290
260
|
})(ActionTypeDeclaration = exports.ActionTypeDeclaration || (exports.ActionTypeDeclaration = {}));
|
|
291
|
-
var ActionTypeNotFoundException;
|
|
292
|
-
(function (ActionTypeNotFoundException) {
|
|
293
|
-
ActionTypeNotFoundException.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(ActionTypeNotFoundException = exports.ActionTypeNotFoundException || (exports.ActionTypeNotFoundException = {}));
|
|
297
|
-
var ApprovalAlreadyCompletedException;
|
|
298
|
-
(function (ApprovalAlreadyCompletedException) {
|
|
299
|
-
ApprovalAlreadyCompletedException.filterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
})(ApprovalAlreadyCompletedException = exports.ApprovalAlreadyCompletedException || (exports.ApprovalAlreadyCompletedException = {}));
|
|
303
261
|
var ApprovalStatus;
|
|
304
262
|
(function (ApprovalStatus) {
|
|
305
263
|
ApprovalStatus["Approved"] = "Approved";
|
|
@@ -378,12 +336,6 @@ var BlockerDeclaration;
|
|
|
378
336
|
...obj,
|
|
379
337
|
});
|
|
380
338
|
})(BlockerDeclaration = exports.BlockerDeclaration || (exports.BlockerDeclaration = {}));
|
|
381
|
-
var ConcurrentModificationException;
|
|
382
|
-
(function (ConcurrentModificationException) {
|
|
383
|
-
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
387
339
|
var Tag;
|
|
388
340
|
(function (Tag) {
|
|
389
341
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -402,24 +354,6 @@ var CreateCustomActionTypeOutput;
|
|
|
402
354
|
...obj,
|
|
403
355
|
});
|
|
404
356
|
})(CreateCustomActionTypeOutput = exports.CreateCustomActionTypeOutput || (exports.CreateCustomActionTypeOutput = {}));
|
|
405
|
-
var InvalidTagsException;
|
|
406
|
-
(function (InvalidTagsException) {
|
|
407
|
-
InvalidTagsException.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(InvalidTagsException = exports.InvalidTagsException || (exports.InvalidTagsException = {}));
|
|
411
|
-
var LimitExceededException;
|
|
412
|
-
(function (LimitExceededException) {
|
|
413
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
417
|
-
var TooManyTagsException;
|
|
418
|
-
(function (TooManyTagsException) {
|
|
419
|
-
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
423
357
|
var StageDeclaration;
|
|
424
358
|
(function (StageDeclaration) {
|
|
425
359
|
StageDeclaration.filterSensitiveLog = (obj) => ({
|
|
@@ -444,36 +378,6 @@ var CreatePipelineOutput;
|
|
|
444
378
|
...obj,
|
|
445
379
|
});
|
|
446
380
|
})(CreatePipelineOutput = exports.CreatePipelineOutput || (exports.CreatePipelineOutput = {}));
|
|
447
|
-
var InvalidActionDeclarationException;
|
|
448
|
-
(function (InvalidActionDeclarationException) {
|
|
449
|
-
InvalidActionDeclarationException.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
})(InvalidActionDeclarationException = exports.InvalidActionDeclarationException || (exports.InvalidActionDeclarationException = {}));
|
|
453
|
-
var InvalidBlockerDeclarationException;
|
|
454
|
-
(function (InvalidBlockerDeclarationException) {
|
|
455
|
-
InvalidBlockerDeclarationException.filterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
})(InvalidBlockerDeclarationException = exports.InvalidBlockerDeclarationException || (exports.InvalidBlockerDeclarationException = {}));
|
|
459
|
-
var InvalidStageDeclarationException;
|
|
460
|
-
(function (InvalidStageDeclarationException) {
|
|
461
|
-
InvalidStageDeclarationException.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(InvalidStageDeclarationException = exports.InvalidStageDeclarationException || (exports.InvalidStageDeclarationException = {}));
|
|
465
|
-
var InvalidStructureException;
|
|
466
|
-
(function (InvalidStructureException) {
|
|
467
|
-
InvalidStructureException.filterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
})(InvalidStructureException = exports.InvalidStructureException || (exports.InvalidStructureException = {}));
|
|
471
|
-
var PipelineNameInUseException;
|
|
472
|
-
(function (PipelineNameInUseException) {
|
|
473
|
-
PipelineNameInUseException.filterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
})(PipelineNameInUseException = exports.PipelineNameInUseException || (exports.PipelineNameInUseException = {}));
|
|
477
381
|
var DeleteCustomActionTypeInput;
|
|
478
382
|
(function (DeleteCustomActionTypeInput) {
|
|
479
383
|
DeleteCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -510,12 +414,6 @@ var DeregisterWebhookWithThirdPartyOutput;
|
|
|
510
414
|
...obj,
|
|
511
415
|
});
|
|
512
416
|
})(DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyOutput || (exports.DeregisterWebhookWithThirdPartyOutput = {}));
|
|
513
|
-
var WebhookNotFoundException;
|
|
514
|
-
(function (WebhookNotFoundException) {
|
|
515
|
-
WebhookNotFoundException.filterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
})(WebhookNotFoundException = exports.WebhookNotFoundException || (exports.WebhookNotFoundException = {}));
|
|
519
417
|
var StageTransitionType;
|
|
520
418
|
(function (StageTransitionType) {
|
|
521
419
|
StageTransitionType["Inbound"] = "Inbound";
|
|
@@ -527,18 +425,6 @@ var DisableStageTransitionInput;
|
|
|
527
425
|
...obj,
|
|
528
426
|
});
|
|
529
427
|
})(DisableStageTransitionInput = exports.DisableStageTransitionInput || (exports.DisableStageTransitionInput = {}));
|
|
530
|
-
var PipelineNotFoundException;
|
|
531
|
-
(function (PipelineNotFoundException) {
|
|
532
|
-
PipelineNotFoundException.filterSensitiveLog = (obj) => ({
|
|
533
|
-
...obj,
|
|
534
|
-
});
|
|
535
|
-
})(PipelineNotFoundException = exports.PipelineNotFoundException || (exports.PipelineNotFoundException = {}));
|
|
536
|
-
var StageNotFoundException;
|
|
537
|
-
(function (StageNotFoundException) {
|
|
538
|
-
StageNotFoundException.filterSensitiveLog = (obj) => ({
|
|
539
|
-
...obj,
|
|
540
|
-
});
|
|
541
|
-
})(StageNotFoundException = exports.StageNotFoundException || (exports.StageNotFoundException = {}));
|
|
542
428
|
var EnableStageTransitionInput;
|
|
543
429
|
(function (EnableStageTransitionInput) {
|
|
544
430
|
EnableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -614,12 +500,6 @@ var GetPipelineOutput;
|
|
|
614
500
|
...obj,
|
|
615
501
|
});
|
|
616
502
|
})(GetPipelineOutput = exports.GetPipelineOutput || (exports.GetPipelineOutput = {}));
|
|
617
|
-
var PipelineVersionNotFoundException;
|
|
618
|
-
(function (PipelineVersionNotFoundException) {
|
|
619
|
-
PipelineVersionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
620
|
-
...obj,
|
|
621
|
-
});
|
|
622
|
-
})(PipelineVersionNotFoundException = exports.PipelineVersionNotFoundException || (exports.PipelineVersionNotFoundException = {}));
|
|
623
503
|
var GetPipelineExecutionInput;
|
|
624
504
|
(function (GetPipelineExecutionInput) {
|
|
625
505
|
GetPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -648,12 +528,6 @@ var GetPipelineExecutionOutput;
|
|
|
648
528
|
...obj,
|
|
649
529
|
});
|
|
650
530
|
})(GetPipelineExecutionOutput = exports.GetPipelineExecutionOutput || (exports.GetPipelineExecutionOutput = {}));
|
|
651
|
-
var PipelineExecutionNotFoundException;
|
|
652
|
-
(function (PipelineExecutionNotFoundException) {
|
|
653
|
-
PipelineExecutionNotFoundException.filterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
})(PipelineExecutionNotFoundException = exports.PipelineExecutionNotFoundException || (exports.PipelineExecutionNotFoundException = {}));
|
|
657
531
|
var GetPipelineStateInput;
|
|
658
532
|
(function (GetPipelineStateInput) {
|
|
659
533
|
GetPipelineStateInput.filterSensitiveLog = (obj) => ({
|
|
@@ -720,18 +594,6 @@ var GetThirdPartyJobDetailsOutput;
|
|
|
720
594
|
...(obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
721
595
|
});
|
|
722
596
|
})(GetThirdPartyJobDetailsOutput = exports.GetThirdPartyJobDetailsOutput || (exports.GetThirdPartyJobDetailsOutput = {}));
|
|
723
|
-
var InvalidJobException;
|
|
724
|
-
(function (InvalidJobException) {
|
|
725
|
-
InvalidJobException.filterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
})(InvalidJobException = exports.InvalidJobException || (exports.InvalidJobException = {}));
|
|
729
|
-
var InvalidNextTokenException;
|
|
730
|
-
(function (InvalidNextTokenException) {
|
|
731
|
-
InvalidNextTokenException.filterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
});
|
|
734
|
-
})(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
|
|
735
597
|
var ListActionExecutionsInput;
|
|
736
598
|
(function (ListActionExecutionsInput) {
|
|
737
599
|
ListActionExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -819,12 +681,6 @@ var ListPipelinesOutput;
|
|
|
819
681
|
...obj,
|
|
820
682
|
});
|
|
821
683
|
})(ListPipelinesOutput = exports.ListPipelinesOutput || (exports.ListPipelinesOutput = {}));
|
|
822
|
-
var InvalidArnException;
|
|
823
|
-
(function (InvalidArnException) {
|
|
824
|
-
InvalidArnException.filterSensitiveLog = (obj) => ({
|
|
825
|
-
...obj,
|
|
826
|
-
});
|
|
827
|
-
})(InvalidArnException = exports.InvalidArnException || (exports.InvalidArnException = {}));
|
|
828
684
|
var ListTagsForResourceInput;
|
|
829
685
|
(function (ListTagsForResourceInput) {
|
|
830
686
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
@@ -837,12 +693,6 @@ var ListTagsForResourceOutput;
|
|
|
837
693
|
...obj,
|
|
838
694
|
});
|
|
839
695
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
840
|
-
var ResourceNotFoundException;
|
|
841
|
-
(function (ResourceNotFoundException) {
|
|
842
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
846
696
|
var ListWebhooksInput;
|
|
847
697
|
(function (ListWebhooksInput) {
|
|
848
698
|
ListWebhooksInput.filterSensitiveLog = (obj) => ({
|
|
@@ -935,12 +785,6 @@ var PutActionRevisionOutput;
|
|
|
935
785
|
...obj,
|
|
936
786
|
});
|
|
937
787
|
})(PutActionRevisionOutput = exports.PutActionRevisionOutput || (exports.PutActionRevisionOutput = {}));
|
|
938
|
-
var InvalidApprovalTokenException;
|
|
939
|
-
(function (InvalidApprovalTokenException) {
|
|
940
|
-
InvalidApprovalTokenException.filterSensitiveLog = (obj) => ({
|
|
941
|
-
...obj,
|
|
942
|
-
});
|
|
943
|
-
})(InvalidApprovalTokenException = exports.InvalidApprovalTokenException || (exports.InvalidApprovalTokenException = {}));
|
|
944
788
|
var PutApprovalResultInput;
|
|
945
789
|
(function (PutApprovalResultInput) {
|
|
946
790
|
PutApprovalResultInput.filterSensitiveLog = (obj) => ({
|
|
@@ -953,12 +797,6 @@ var PutApprovalResultOutput;
|
|
|
953
797
|
...obj,
|
|
954
798
|
});
|
|
955
799
|
})(PutApprovalResultOutput = exports.PutApprovalResultOutput || (exports.PutApprovalResultOutput = {}));
|
|
956
|
-
var InvalidJobStateException;
|
|
957
|
-
(function (InvalidJobStateException) {
|
|
958
|
-
InvalidJobStateException.filterSensitiveLog = (obj) => ({
|
|
959
|
-
...obj,
|
|
960
|
-
});
|
|
961
|
-
})(InvalidJobStateException = exports.InvalidJobStateException || (exports.InvalidJobStateException = {}));
|
|
962
800
|
var FailureType;
|
|
963
801
|
(function (FailureType) {
|
|
964
802
|
FailureType["ConfigurationError"] = "ConfigurationError";
|
|
@@ -980,12 +818,6 @@ var PutJobFailureResultInput;
|
|
|
980
818
|
...obj,
|
|
981
819
|
});
|
|
982
820
|
})(PutJobFailureResultInput = exports.PutJobFailureResultInput || (exports.PutJobFailureResultInput = {}));
|
|
983
|
-
var OutputVariablesSizeExceededException;
|
|
984
|
-
(function (OutputVariablesSizeExceededException) {
|
|
985
|
-
OutputVariablesSizeExceededException.filterSensitiveLog = (obj) => ({
|
|
986
|
-
...obj,
|
|
987
|
-
});
|
|
988
|
-
})(OutputVariablesSizeExceededException = exports.OutputVariablesSizeExceededException || (exports.OutputVariablesSizeExceededException = {}));
|
|
989
821
|
var CurrentRevision;
|
|
990
822
|
(function (CurrentRevision) {
|
|
991
823
|
CurrentRevision.filterSensitiveLog = (obj) => ({
|
|
@@ -1016,18 +848,6 @@ var PutThirdPartyJobSuccessResultInput;
|
|
|
1016
848
|
...obj,
|
|
1017
849
|
});
|
|
1018
850
|
})(PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobSuccessResultInput || (exports.PutThirdPartyJobSuccessResultInput = {}));
|
|
1019
|
-
var InvalidWebhookAuthenticationParametersException;
|
|
1020
|
-
(function (InvalidWebhookAuthenticationParametersException) {
|
|
1021
|
-
InvalidWebhookAuthenticationParametersException.filterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
})(InvalidWebhookAuthenticationParametersException = exports.InvalidWebhookAuthenticationParametersException || (exports.InvalidWebhookAuthenticationParametersException = {}));
|
|
1025
|
-
var InvalidWebhookFilterPatternException;
|
|
1026
|
-
(function (InvalidWebhookFilterPatternException) {
|
|
1027
|
-
InvalidWebhookFilterPatternException.filterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
})(InvalidWebhookFilterPatternException = exports.InvalidWebhookFilterPatternException || (exports.InvalidWebhookFilterPatternException = {}));
|
|
1031
851
|
var PutWebhookInput;
|
|
1032
852
|
(function (PutWebhookInput) {
|
|
1033
853
|
PutWebhookInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1052,18 +872,6 @@ var RegisterWebhookWithThirdPartyOutput;
|
|
|
1052
872
|
...obj,
|
|
1053
873
|
});
|
|
1054
874
|
})(RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyOutput || (exports.RegisterWebhookWithThirdPartyOutput = {}));
|
|
1055
|
-
var ConflictException;
|
|
1056
|
-
(function (ConflictException) {
|
|
1057
|
-
ConflictException.filterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
1061
|
-
var NotLatestPipelineExecutionException;
|
|
1062
|
-
(function (NotLatestPipelineExecutionException) {
|
|
1063
|
-
NotLatestPipelineExecutionException.filterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
})(NotLatestPipelineExecutionException = exports.NotLatestPipelineExecutionException || (exports.NotLatestPipelineExecutionException = {}));
|
|
1067
875
|
var StageRetryMode;
|
|
1068
876
|
(function (StageRetryMode) {
|
|
1069
877
|
StageRetryMode["FAILED_ACTIONS"] = "FAILED_ACTIONS";
|
|
@@ -1080,12 +888,6 @@ var RetryStageExecutionOutput;
|
|
|
1080
888
|
...obj,
|
|
1081
889
|
});
|
|
1082
890
|
})(RetryStageExecutionOutput = exports.RetryStageExecutionOutput || (exports.RetryStageExecutionOutput = {}));
|
|
1083
|
-
var StageNotRetryableException;
|
|
1084
|
-
(function (StageNotRetryableException) {
|
|
1085
|
-
StageNotRetryableException.filterSensitiveLog = (obj) => ({
|
|
1086
|
-
...obj,
|
|
1087
|
-
});
|
|
1088
|
-
})(StageNotRetryableException = exports.StageNotRetryableException || (exports.StageNotRetryableException = {}));
|
|
1089
891
|
var StartPipelineExecutionInput;
|
|
1090
892
|
(function (StartPipelineExecutionInput) {
|
|
1091
893
|
StartPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1098,18 +900,6 @@ var StartPipelineExecutionOutput;
|
|
|
1098
900
|
...obj,
|
|
1099
901
|
});
|
|
1100
902
|
})(StartPipelineExecutionOutput = exports.StartPipelineExecutionOutput || (exports.StartPipelineExecutionOutput = {}));
|
|
1101
|
-
var DuplicatedStopRequestException;
|
|
1102
|
-
(function (DuplicatedStopRequestException) {
|
|
1103
|
-
DuplicatedStopRequestException.filterSensitiveLog = (obj) => ({
|
|
1104
|
-
...obj,
|
|
1105
|
-
});
|
|
1106
|
-
})(DuplicatedStopRequestException = exports.DuplicatedStopRequestException || (exports.DuplicatedStopRequestException = {}));
|
|
1107
|
-
var PipelineExecutionNotStoppableException;
|
|
1108
|
-
(function (PipelineExecutionNotStoppableException) {
|
|
1109
|
-
PipelineExecutionNotStoppableException.filterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
})(PipelineExecutionNotStoppableException = exports.PipelineExecutionNotStoppableException || (exports.PipelineExecutionNotStoppableException = {}));
|
|
1113
903
|
var StopPipelineExecutionInput;
|
|
1114
904
|
(function (StopPipelineExecutionInput) {
|
|
1115
905
|
StopPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1146,12 +936,6 @@ var UntagResourceOutput;
|
|
|
1146
936
|
...obj,
|
|
1147
937
|
});
|
|
1148
938
|
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
1149
|
-
var RequestFailedException;
|
|
1150
|
-
(function (RequestFailedException) {
|
|
1151
|
-
RequestFailedException.filterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
})(RequestFailedException = exports.RequestFailedException || (exports.RequestFailedException = {}));
|
|
1155
939
|
var UpdateActionTypeInput;
|
|
1156
940
|
(function (UpdateActionTypeInput) {
|
|
1157
941
|
UpdateActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"ca-central-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "codepipeline.ca-central-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "codepipeline-fips.ca-central-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-1": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "codepipeline.us-east-1.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "codepipeline-fips.us-east-1.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-east-2": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "codepipeline.us-east-2.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "codepipeline-fips.us-east-2.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-west-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "codepipeline.us-gov-west-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "codepipeline-fips.us-gov-west-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "codepipeline.us-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "codepipeline-fips.us-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-2": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "codepipeline.us-west-2.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "codepipeline-fips.us-west-2.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|