@aws-sdk/client-codepipeline 3.752.0 → 3.772.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/dist-cjs/index.js +54 -54
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AWSSessionCredentialsFilterSensitiveLog: () => AWSSessionCredentialsFilterSensitiveLog,
|
|
25
25
|
AcknowledgeJobCommand: () => AcknowledgeJobCommand,
|
|
26
26
|
AcknowledgeThirdPartyJobCommand: () => AcknowledgeThirdPartyJobCommand,
|
|
@@ -158,7 +158,7 @@ __export(src_exports, {
|
|
|
158
158
|
paginateListTagsForResource: () => paginateListTagsForResource,
|
|
159
159
|
paginateListWebhooks: () => paginateListWebhooks
|
|
160
160
|
});
|
|
161
|
-
module.exports = __toCommonJS(
|
|
161
|
+
module.exports = __toCommonJS(index_exports);
|
|
162
162
|
|
|
163
163
|
// src/CodePipelineClient.ts
|
|
164
164
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -285,9 +285,9 @@ var CodePipelineClient = class extends import_smithy_client.Client {
|
|
|
285
285
|
this.middlewareStack.use(
|
|
286
286
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
287
287
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodePipelineHttpAuthSchemeParametersProvider,
|
|
288
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
288
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
289
289
|
"aws.auth#sigv4": config.credentials
|
|
290
|
-
})
|
|
290
|
+
}), "identityProviderConfigProvider")
|
|
291
291
|
})
|
|
292
292
|
);
|
|
293
293
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -2553,7 +2553,7 @@ var de_WebhookNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
|
|
|
2553
2553
|
}, "de_WebhookNotFoundExceptionRes");
|
|
2554
2554
|
var se_ActionRevision = /* @__PURE__ */ __name((input, context) => {
|
|
2555
2555
|
return (0, import_smithy_client.take)(input, {
|
|
2556
|
-
created: (_) => _.getTime() / 1e3,
|
|
2556
|
+
created: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "created"),
|
|
2557
2557
|
revisionChangeId: [],
|
|
2558
2558
|
revisionId: []
|
|
2559
2559
|
});
|
|
@@ -2567,7 +2567,7 @@ var se_CreatePipelineInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2567
2567
|
var se_CurrentRevision = /* @__PURE__ */ __name((input, context) => {
|
|
2568
2568
|
return (0, import_smithy_client.take)(input, {
|
|
2569
2569
|
changeIdentifier: [],
|
|
2570
|
-
created: (_) => _.getTime() / 1e3,
|
|
2570
|
+
created: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "created"),
|
|
2571
2571
|
revision: [],
|
|
2572
2572
|
revisionSummary: []
|
|
2573
2573
|
});
|
|
@@ -2575,7 +2575,7 @@ var se_CurrentRevision = /* @__PURE__ */ __name((input, context) => {
|
|
|
2575
2575
|
var se_PutActionRevisionInput = /* @__PURE__ */ __name((input, context) => {
|
|
2576
2576
|
return (0, import_smithy_client.take)(input, {
|
|
2577
2577
|
actionName: [],
|
|
2578
|
-
actionRevision: (_) => se_ActionRevision(_, context),
|
|
2578
|
+
actionRevision: /* @__PURE__ */ __name((_) => se_ActionRevision(_, context), "actionRevision"),
|
|
2579
2579
|
pipelineName: [],
|
|
2580
2580
|
stageName: []
|
|
2581
2581
|
});
|
|
@@ -2583,7 +2583,7 @@ var se_PutActionRevisionInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
2583
2583
|
var se_PutJobSuccessResultInput = /* @__PURE__ */ __name((input, context) => {
|
|
2584
2584
|
return (0, import_smithy_client.take)(input, {
|
|
2585
2585
|
continuationToken: [],
|
|
2586
|
-
currentRevision: (_) => se_CurrentRevision(_, context),
|
|
2586
|
+
currentRevision: /* @__PURE__ */ __name((_) => se_CurrentRevision(_, context), "currentRevision"),
|
|
2587
2587
|
executionDetails: import_smithy_client._json,
|
|
2588
2588
|
jobId: [],
|
|
2589
2589
|
outputVariables: import_smithy_client._json
|
|
@@ -2593,7 +2593,7 @@ var se_PutThirdPartyJobSuccessResultInput = /* @__PURE__ */ __name((input, conte
|
|
|
2593
2593
|
return (0, import_smithy_client.take)(input, {
|
|
2594
2594
|
clientToken: [],
|
|
2595
2595
|
continuationToken: [],
|
|
2596
|
-
currentRevision: (_) => se_CurrentRevision(_, context),
|
|
2596
|
+
currentRevision: /* @__PURE__ */ __name((_) => se_CurrentRevision(_, context), "currentRevision"),
|
|
2597
2597
|
executionDetails: import_smithy_client._json,
|
|
2598
2598
|
jobId: []
|
|
2599
2599
|
});
|
|
@@ -2617,7 +2617,7 @@ var de_ActionExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
2617
2617
|
errorDetails: import_smithy_client._json,
|
|
2618
2618
|
externalExecutionId: import_smithy_client.expectString,
|
|
2619
2619
|
externalExecutionUrl: import_smithy_client.expectString,
|
|
2620
|
-
lastStatusChange: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2620
|
+
lastStatusChange: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChange"),
|
|
2621
2621
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
2622
2622
|
logStreamARN: import_smithy_client.expectString,
|
|
2623
2623
|
percentComplete: import_smithy_client.expectInt32,
|
|
@@ -2631,12 +2631,12 @@ var de_ActionExecutionDetail = /* @__PURE__ */ __name((output, context) => {
|
|
|
2631
2631
|
actionExecutionId: import_smithy_client.expectString,
|
|
2632
2632
|
actionName: import_smithy_client.expectString,
|
|
2633
2633
|
input: import_smithy_client._json,
|
|
2634
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2634
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
2635
2635
|
output: import_smithy_client._json,
|
|
2636
2636
|
pipelineExecutionId: import_smithy_client.expectString,
|
|
2637
2637
|
pipelineVersion: import_smithy_client.expectInt32,
|
|
2638
2638
|
stageName: import_smithy_client.expectString,
|
|
2639
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2639
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
2640
2640
|
status: import_smithy_client.expectString,
|
|
2641
2641
|
updatedBy: import_smithy_client.expectString
|
|
2642
2642
|
});
|
|
@@ -2649,7 +2649,7 @@ var de_ActionExecutionDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2649
2649
|
}, "de_ActionExecutionDetailList");
|
|
2650
2650
|
var de_ActionRevision = /* @__PURE__ */ __name((output, context) => {
|
|
2651
2651
|
return (0, import_smithy_client.take)(output, {
|
|
2652
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2652
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2653
2653
|
revisionChangeId: import_smithy_client.expectString,
|
|
2654
2654
|
revisionId: import_smithy_client.expectString
|
|
2655
2655
|
});
|
|
@@ -2657,9 +2657,9 @@ var de_ActionRevision = /* @__PURE__ */ __name((output, context) => {
|
|
|
2657
2657
|
var de_ActionState = /* @__PURE__ */ __name((output, context) => {
|
|
2658
2658
|
return (0, import_smithy_client.take)(output, {
|
|
2659
2659
|
actionName: import_smithy_client.expectString,
|
|
2660
|
-
currentRevision: (_) => de_ActionRevision(_, context),
|
|
2660
|
+
currentRevision: /* @__PURE__ */ __name((_) => de_ActionRevision(_, context), "currentRevision"),
|
|
2661
2661
|
entityUrl: import_smithy_client.expectString,
|
|
2662
|
-
latestExecution: (_) => de_ActionExecution(_, context),
|
|
2662
|
+
latestExecution: /* @__PURE__ */ __name((_) => de_ActionExecution(_, context), "latestExecution"),
|
|
2663
2663
|
revisionUrl: import_smithy_client.expectString
|
|
2664
2664
|
});
|
|
2665
2665
|
}, "de_ActionState");
|
|
@@ -2671,7 +2671,7 @@ var de_ActionStateList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2671
2671
|
}, "de_ActionStateList");
|
|
2672
2672
|
var de_ArtifactRevision = /* @__PURE__ */ __name((output, context) => {
|
|
2673
2673
|
return (0, import_smithy_client.take)(output, {
|
|
2674
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2674
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2675
2675
|
name: import_smithy_client.expectString,
|
|
2676
2676
|
revisionChangeIdentifier: import_smithy_client.expectString,
|
|
2677
2677
|
revisionId: import_smithy_client.expectString,
|
|
@@ -2687,15 +2687,15 @@ var de_ArtifactRevisionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2687
2687
|
}, "de_ArtifactRevisionList");
|
|
2688
2688
|
var de_ConditionExecution = /* @__PURE__ */ __name((output, context) => {
|
|
2689
2689
|
return (0, import_smithy_client.take)(output, {
|
|
2690
|
-
lastStatusChange: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2690
|
+
lastStatusChange: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChange"),
|
|
2691
2691
|
status: import_smithy_client.expectString,
|
|
2692
2692
|
summary: import_smithy_client.expectString
|
|
2693
2693
|
});
|
|
2694
2694
|
}, "de_ConditionExecution");
|
|
2695
2695
|
var de_ConditionState = /* @__PURE__ */ __name((output, context) => {
|
|
2696
2696
|
return (0, import_smithy_client.take)(output, {
|
|
2697
|
-
latestExecution: (_) => de_ConditionExecution(_, context),
|
|
2698
|
-
ruleStates: (_) => de_RuleStateList(_, context)
|
|
2697
|
+
latestExecution: /* @__PURE__ */ __name((_) => de_ConditionExecution(_, context), "latestExecution"),
|
|
2698
|
+
ruleStates: /* @__PURE__ */ __name((_) => de_RuleStateList(_, context), "ruleStates")
|
|
2699
2699
|
});
|
|
2700
2700
|
}, "de_ConditionState");
|
|
2701
2701
|
var de_ConditionStateList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2712,46 +2712,46 @@ var de_CreatePipelineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
|
2712
2712
|
}, "de_CreatePipelineOutput");
|
|
2713
2713
|
var de_GetPipelineExecutionOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2714
2714
|
return (0, import_smithy_client.take)(output, {
|
|
2715
|
-
pipelineExecution: (_) => de_PipelineExecution(_, context)
|
|
2715
|
+
pipelineExecution: /* @__PURE__ */ __name((_) => de_PipelineExecution(_, context), "pipelineExecution")
|
|
2716
2716
|
});
|
|
2717
2717
|
}, "de_GetPipelineExecutionOutput");
|
|
2718
2718
|
var de_GetPipelineOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2719
2719
|
return (0, import_smithy_client.take)(output, {
|
|
2720
|
-
metadata: (_) => de_PipelineMetadata(_, context),
|
|
2720
|
+
metadata: /* @__PURE__ */ __name((_) => de_PipelineMetadata(_, context), "metadata"),
|
|
2721
2721
|
pipeline: import_smithy_client._json
|
|
2722
2722
|
});
|
|
2723
2723
|
}, "de_GetPipelineOutput");
|
|
2724
2724
|
var de_GetPipelineStateOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2725
2725
|
return (0, import_smithy_client.take)(output, {
|
|
2726
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2726
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2727
2727
|
pipelineName: import_smithy_client.expectString,
|
|
2728
2728
|
pipelineVersion: import_smithy_client.expectInt32,
|
|
2729
|
-
stageStates: (_) => de_StageStateList(_, context),
|
|
2730
|
-
updated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2729
|
+
stageStates: /* @__PURE__ */ __name((_) => de_StageStateList(_, context), "stageStates"),
|
|
2730
|
+
updated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updated")
|
|
2731
2731
|
});
|
|
2732
2732
|
}, "de_GetPipelineStateOutput");
|
|
2733
2733
|
var de_ListActionExecutionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2734
2734
|
return (0, import_smithy_client.take)(output, {
|
|
2735
|
-
actionExecutionDetails: (_) => de_ActionExecutionDetailList(_, context),
|
|
2735
|
+
actionExecutionDetails: /* @__PURE__ */ __name((_) => de_ActionExecutionDetailList(_, context), "actionExecutionDetails"),
|
|
2736
2736
|
nextToken: import_smithy_client.expectString
|
|
2737
2737
|
});
|
|
2738
2738
|
}, "de_ListActionExecutionsOutput");
|
|
2739
2739
|
var de_ListPipelineExecutionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2740
2740
|
return (0, import_smithy_client.take)(output, {
|
|
2741
2741
|
nextToken: import_smithy_client.expectString,
|
|
2742
|
-
pipelineExecutionSummaries: (_) => de_PipelineExecutionSummaryList(_, context)
|
|
2742
|
+
pipelineExecutionSummaries: /* @__PURE__ */ __name((_) => de_PipelineExecutionSummaryList(_, context), "pipelineExecutionSummaries")
|
|
2743
2743
|
});
|
|
2744
2744
|
}, "de_ListPipelineExecutionsOutput");
|
|
2745
2745
|
var de_ListPipelinesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2746
2746
|
return (0, import_smithy_client.take)(output, {
|
|
2747
2747
|
nextToken: import_smithy_client.expectString,
|
|
2748
|
-
pipelines: (_) => de_PipelineList(_, context)
|
|
2748
|
+
pipelines: /* @__PURE__ */ __name((_) => de_PipelineList(_, context), "pipelines")
|
|
2749
2749
|
});
|
|
2750
2750
|
}, "de_ListPipelinesOutput");
|
|
2751
2751
|
var de_ListRuleExecutionsOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2752
2752
|
return (0, import_smithy_client.take)(output, {
|
|
2753
2753
|
nextToken: import_smithy_client.expectString,
|
|
2754
|
-
ruleExecutionDetails: (_) => de_RuleExecutionDetailList(_, context)
|
|
2754
|
+
ruleExecutionDetails: /* @__PURE__ */ __name((_) => de_RuleExecutionDetailList(_, context), "ruleExecutionDetails")
|
|
2755
2755
|
});
|
|
2756
2756
|
}, "de_ListRuleExecutionsOutput");
|
|
2757
2757
|
var de_ListWebhookItem = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2760,7 +2760,7 @@ var de_ListWebhookItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
2760
2760
|
definition: import_smithy_client._json,
|
|
2761
2761
|
errorCode: import_smithy_client.expectString,
|
|
2762
2762
|
errorMessage: import_smithy_client.expectString,
|
|
2763
|
-
lastTriggered: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2763
|
+
lastTriggered: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastTriggered"),
|
|
2764
2764
|
tags: import_smithy_client._json,
|
|
2765
2765
|
url: import_smithy_client.expectString
|
|
2766
2766
|
});
|
|
@@ -2768,12 +2768,12 @@ var de_ListWebhookItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
2768
2768
|
var de_ListWebhooksOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2769
2769
|
return (0, import_smithy_client.take)(output, {
|
|
2770
2770
|
NextToken: import_smithy_client.expectString,
|
|
2771
|
-
webhooks: (_) => de_WebhookList(_, context)
|
|
2771
|
+
webhooks: /* @__PURE__ */ __name((_) => de_WebhookList(_, context), "webhooks")
|
|
2772
2772
|
});
|
|
2773
2773
|
}, "de_ListWebhooksOutput");
|
|
2774
2774
|
var de_PipelineExecution = /* @__PURE__ */ __name((output, context) => {
|
|
2775
2775
|
return (0, import_smithy_client.take)(output, {
|
|
2776
|
-
artifactRevisions: (_) => de_ArtifactRevisionList(_, context),
|
|
2776
|
+
artifactRevisions: /* @__PURE__ */ __name((_) => de_ArtifactRevisionList(_, context), "artifactRevisions"),
|
|
2777
2777
|
executionMode: import_smithy_client.expectString,
|
|
2778
2778
|
executionType: import_smithy_client.expectString,
|
|
2779
2779
|
pipelineExecutionId: import_smithy_client.expectString,
|
|
@@ -2790,11 +2790,11 @@ var de_PipelineExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2790
2790
|
return (0, import_smithy_client.take)(output, {
|
|
2791
2791
|
executionMode: import_smithy_client.expectString,
|
|
2792
2792
|
executionType: import_smithy_client.expectString,
|
|
2793
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2793
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
2794
2794
|
pipelineExecutionId: import_smithy_client.expectString,
|
|
2795
2795
|
rollbackMetadata: import_smithy_client._json,
|
|
2796
2796
|
sourceRevisions: import_smithy_client._json,
|
|
2797
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2797
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
2798
2798
|
status: import_smithy_client.expectString,
|
|
2799
2799
|
statusSummary: import_smithy_client.expectString,
|
|
2800
2800
|
stopTrigger: import_smithy_client._json,
|
|
@@ -2815,30 +2815,30 @@ var de_PipelineList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2815
2815
|
}, "de_PipelineList");
|
|
2816
2816
|
var de_PipelineMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2817
2817
|
return (0, import_smithy_client.take)(output, {
|
|
2818
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2818
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2819
2819
|
pipelineArn: import_smithy_client.expectString,
|
|
2820
|
-
pollingDisabledAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2821
|
-
updated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2820
|
+
pollingDisabledAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "pollingDisabledAt"),
|
|
2821
|
+
updated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updated")
|
|
2822
2822
|
});
|
|
2823
2823
|
}, "de_PipelineMetadata");
|
|
2824
2824
|
var de_PipelineSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2825
2825
|
return (0, import_smithy_client.take)(output, {
|
|
2826
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2826
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2827
2827
|
executionMode: import_smithy_client.expectString,
|
|
2828
2828
|
name: import_smithy_client.expectString,
|
|
2829
2829
|
pipelineType: import_smithy_client.expectString,
|
|
2830
|
-
updated: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2830
|
+
updated: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updated"),
|
|
2831
2831
|
version: import_smithy_client.expectInt32
|
|
2832
2832
|
});
|
|
2833
2833
|
}, "de_PipelineSummary");
|
|
2834
2834
|
var de_PutApprovalResultOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2835
2835
|
return (0, import_smithy_client.take)(output, {
|
|
2836
|
-
approvedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2836
|
+
approvedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "approvedAt")
|
|
2837
2837
|
});
|
|
2838
2838
|
}, "de_PutApprovalResultOutput");
|
|
2839
2839
|
var de_PutWebhookOutput = /* @__PURE__ */ __name((output, context) => {
|
|
2840
2840
|
return (0, import_smithy_client.take)(output, {
|
|
2841
|
-
webhook: (_) => de_ListWebhookItem(_, context)
|
|
2841
|
+
webhook: /* @__PURE__ */ __name((_) => de_ListWebhookItem(_, context), "webhook")
|
|
2842
2842
|
});
|
|
2843
2843
|
}, "de_PutWebhookOutput");
|
|
2844
2844
|
var de_RuleExecution = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2846,7 +2846,7 @@ var de_RuleExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
2846
2846
|
errorDetails: import_smithy_client._json,
|
|
2847
2847
|
externalExecutionId: import_smithy_client.expectString,
|
|
2848
2848
|
externalExecutionUrl: import_smithy_client.expectString,
|
|
2849
|
-
lastStatusChange: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2849
|
+
lastStatusChange: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastStatusChange"),
|
|
2850
2850
|
lastUpdatedBy: import_smithy_client.expectString,
|
|
2851
2851
|
ruleExecutionId: import_smithy_client.expectString,
|
|
2852
2852
|
status: import_smithy_client.expectString,
|
|
@@ -2857,14 +2857,14 @@ var de_RuleExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
2857
2857
|
var de_RuleExecutionDetail = /* @__PURE__ */ __name((output, context) => {
|
|
2858
2858
|
return (0, import_smithy_client.take)(output, {
|
|
2859
2859
|
input: import_smithy_client._json,
|
|
2860
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2860
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
2861
2861
|
output: import_smithy_client._json,
|
|
2862
2862
|
pipelineExecutionId: import_smithy_client.expectString,
|
|
2863
2863
|
pipelineVersion: import_smithy_client.expectInt32,
|
|
2864
2864
|
ruleExecutionId: import_smithy_client.expectString,
|
|
2865
2865
|
ruleName: import_smithy_client.expectString,
|
|
2866
2866
|
stageName: import_smithy_client.expectString,
|
|
2867
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2867
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
2868
2868
|
status: import_smithy_client.expectString,
|
|
2869
2869
|
updatedBy: import_smithy_client.expectString
|
|
2870
2870
|
});
|
|
@@ -2877,16 +2877,16 @@ var de_RuleExecutionDetailList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2877
2877
|
}, "de_RuleExecutionDetailList");
|
|
2878
2878
|
var de_RuleRevision = /* @__PURE__ */ __name((output, context) => {
|
|
2879
2879
|
return (0, import_smithy_client.take)(output, {
|
|
2880
|
-
created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2880
|
+
created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "created"),
|
|
2881
2881
|
revisionChangeId: import_smithy_client.expectString,
|
|
2882
2882
|
revisionId: import_smithy_client.expectString
|
|
2883
2883
|
});
|
|
2884
2884
|
}, "de_RuleRevision");
|
|
2885
2885
|
var de_RuleState = /* @__PURE__ */ __name((output, context) => {
|
|
2886
2886
|
return (0, import_smithy_client.take)(output, {
|
|
2887
|
-
currentRevision: (_) => de_RuleRevision(_, context),
|
|
2887
|
+
currentRevision: /* @__PURE__ */ __name((_) => de_RuleRevision(_, context), "currentRevision"),
|
|
2888
2888
|
entityUrl: import_smithy_client.expectString,
|
|
2889
|
-
latestExecution: (_) => de_RuleExecution(_, context),
|
|
2889
|
+
latestExecution: /* @__PURE__ */ __name((_) => de_RuleExecution(_, context), "latestExecution"),
|
|
2890
2890
|
revisionUrl: import_smithy_client.expectString,
|
|
2891
2891
|
ruleName: import_smithy_client.expectString
|
|
2892
2892
|
});
|
|
@@ -2899,20 +2899,20 @@ var de_RuleStateList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2899
2899
|
}, "de_RuleStateList");
|
|
2900
2900
|
var de_StageConditionState = /* @__PURE__ */ __name((output, context) => {
|
|
2901
2901
|
return (0, import_smithy_client.take)(output, {
|
|
2902
|
-
conditionStates: (_) => de_ConditionStateList(_, context),
|
|
2902
|
+
conditionStates: /* @__PURE__ */ __name((_) => de_ConditionStateList(_, context), "conditionStates"),
|
|
2903
2903
|
latestExecution: import_smithy_client._json
|
|
2904
2904
|
});
|
|
2905
2905
|
}, "de_StageConditionState");
|
|
2906
2906
|
var de_StageState = /* @__PURE__ */ __name((output, context) => {
|
|
2907
2907
|
return (0, import_smithy_client.take)(output, {
|
|
2908
|
-
actionStates: (_) => de_ActionStateList(_, context),
|
|
2909
|
-
beforeEntryConditionState: (_) => de_StageConditionState(_, context),
|
|
2908
|
+
actionStates: /* @__PURE__ */ __name((_) => de_ActionStateList(_, context), "actionStates"),
|
|
2909
|
+
beforeEntryConditionState: /* @__PURE__ */ __name((_) => de_StageConditionState(_, context), "beforeEntryConditionState"),
|
|
2910
2910
|
inboundExecution: import_smithy_client._json,
|
|
2911
2911
|
inboundExecutions: import_smithy_client._json,
|
|
2912
|
-
inboundTransitionState: (_) => de_TransitionState(_, context),
|
|
2912
|
+
inboundTransitionState: /* @__PURE__ */ __name((_) => de_TransitionState(_, context), "inboundTransitionState"),
|
|
2913
2913
|
latestExecution: import_smithy_client._json,
|
|
2914
|
-
onFailureConditionState: (_) => de_StageConditionState(_, context),
|
|
2915
|
-
onSuccessConditionState: (_) => de_StageConditionState(_, context),
|
|
2914
|
+
onFailureConditionState: /* @__PURE__ */ __name((_) => de_StageConditionState(_, context), "onFailureConditionState"),
|
|
2915
|
+
onSuccessConditionState: /* @__PURE__ */ __name((_) => de_StageConditionState(_, context), "onSuccessConditionState"),
|
|
2916
2916
|
retryStageMetadata: import_smithy_client._json,
|
|
2917
2917
|
stageName: import_smithy_client.expectString
|
|
2918
2918
|
});
|
|
@@ -2927,7 +2927,7 @@ var de_TransitionState = /* @__PURE__ */ __name((output, context) => {
|
|
|
2927
2927
|
return (0, import_smithy_client.take)(output, {
|
|
2928
2928
|
disabledReason: import_smithy_client.expectString,
|
|
2929
2929
|
enabled: import_smithy_client.expectBoolean,
|
|
2930
|
-
lastChangedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2930
|
+
lastChangedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastChangedAt"),
|
|
2931
2931
|
lastChangedBy: import_smithy_client.expectString
|
|
2932
2932
|
});
|
|
2933
2933
|
}, "de_TransitionState");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codepipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|