@aws-sdk/client-codepipeline 3.45.0 → 3.47.2
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 +44 -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 +9 -3
- 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 -6
- 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 +39 -46
|
@@ -56,12 +56,6 @@ export interface InvalidNonceException extends __SmithyException, $MetadataBeare
|
|
|
56
56
|
*/
|
|
57
57
|
message?: string;
|
|
58
58
|
}
|
|
59
|
-
export declare namespace InvalidNonceException {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
const filterSensitiveLog: (obj: InvalidNonceException) => any;
|
|
64
|
-
}
|
|
65
59
|
/**
|
|
66
60
|
* <p>The job was specified in an invalid format or cannot be found.</p>
|
|
67
61
|
*/
|
|
@@ -73,12 +67,6 @@ export interface JobNotFoundException extends __SmithyException, $MetadataBearer
|
|
|
73
67
|
*/
|
|
74
68
|
message?: string;
|
|
75
69
|
}
|
|
76
|
-
export declare namespace JobNotFoundException {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
const filterSensitiveLog: (obj: JobNotFoundException) => any;
|
|
81
|
-
}
|
|
82
70
|
/**
|
|
83
71
|
* <p>The validation was specified in an invalid format.</p>
|
|
84
72
|
*/
|
|
@@ -90,12 +78,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
90
78
|
*/
|
|
91
79
|
message?: string;
|
|
92
80
|
}
|
|
93
|
-
export declare namespace ValidationException {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
98
|
-
}
|
|
99
81
|
/**
|
|
100
82
|
* <p>Represents the input of an AcknowledgeThirdPartyJob action.</p>
|
|
101
83
|
*/
|
|
@@ -147,12 +129,6 @@ export interface InvalidClientTokenException extends __SmithyException, $Metadat
|
|
|
147
129
|
*/
|
|
148
130
|
message?: string;
|
|
149
131
|
}
|
|
150
|
-
export declare namespace InvalidClientTokenException {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
const filterSensitiveLog: (obj: InvalidClientTokenException) => any;
|
|
155
|
-
}
|
|
156
132
|
export declare enum ActionCategory {
|
|
157
133
|
Approval = "Approval",
|
|
158
134
|
Build = "Build",
|
|
@@ -725,12 +701,6 @@ export interface ActionNotFoundException extends __SmithyException, $MetadataBea
|
|
|
725
701
|
*/
|
|
726
702
|
message?: string;
|
|
727
703
|
}
|
|
728
|
-
export declare namespace ActionNotFoundException {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
const filterSensitiveLog: (obj: ActionNotFoundException) => any;
|
|
733
|
-
}
|
|
734
704
|
/**
|
|
735
705
|
* <p>Represents information about the version (or revision) of an action.</p>
|
|
736
706
|
*/
|
|
@@ -1214,12 +1184,6 @@ export interface ActionTypeNotFoundException extends __SmithyException, $Metadat
|
|
|
1214
1184
|
*/
|
|
1215
1185
|
message?: string;
|
|
1216
1186
|
}
|
|
1217
|
-
export declare namespace ActionTypeNotFoundException {
|
|
1218
|
-
/**
|
|
1219
|
-
* @internal
|
|
1220
|
-
*/
|
|
1221
|
-
const filterSensitiveLog: (obj: ActionTypeNotFoundException) => any;
|
|
1222
|
-
}
|
|
1223
1187
|
/**
|
|
1224
1188
|
* <p>The approval action has already been approved or rejected.</p>
|
|
1225
1189
|
*/
|
|
@@ -1231,12 +1195,6 @@ export interface ApprovalAlreadyCompletedException extends __SmithyException, $M
|
|
|
1231
1195
|
*/
|
|
1232
1196
|
message?: string;
|
|
1233
1197
|
}
|
|
1234
|
-
export declare namespace ApprovalAlreadyCompletedException {
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
|
-
const filterSensitiveLog: (obj: ApprovalAlreadyCompletedException) => any;
|
|
1239
|
-
}
|
|
1240
1198
|
export declare enum ApprovalStatus {
|
|
1241
1199
|
Approved = "Approved",
|
|
1242
1200
|
Rejected = "Rejected"
|
|
@@ -1494,12 +1452,6 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
1494
1452
|
$fault: "client";
|
|
1495
1453
|
message?: string;
|
|
1496
1454
|
}
|
|
1497
|
-
export declare namespace ConcurrentModificationException {
|
|
1498
|
-
/**
|
|
1499
|
-
* @internal
|
|
1500
|
-
*/
|
|
1501
|
-
const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
|
|
1502
|
-
}
|
|
1503
1455
|
/**
|
|
1504
1456
|
* <p>A tag is a key-value pair that is used to manage the resource.</p>
|
|
1505
1457
|
*/
|
|
@@ -1598,12 +1550,6 @@ export interface InvalidTagsException extends __SmithyException, $MetadataBearer
|
|
|
1598
1550
|
$fault: "client";
|
|
1599
1551
|
message?: string;
|
|
1600
1552
|
}
|
|
1601
|
-
export declare namespace InvalidTagsException {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: InvalidTagsException) => any;
|
|
1606
|
-
}
|
|
1607
1553
|
/**
|
|
1608
1554
|
* <p>The number of pipelines associated with the AWS account has exceeded the limit
|
|
1609
1555
|
* allowed for the account.</p>
|
|
@@ -1616,12 +1562,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
1616
1562
|
*/
|
|
1617
1563
|
message?: string;
|
|
1618
1564
|
}
|
|
1619
|
-
export declare namespace LimitExceededException {
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
1624
|
-
}
|
|
1625
1565
|
/**
|
|
1626
1566
|
* <p>The tags limit for a resource has been exceeded.</p>
|
|
1627
1567
|
*/
|
|
@@ -1630,12 +1570,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
|
|
|
1630
1570
|
$fault: "client";
|
|
1631
1571
|
message?: string;
|
|
1632
1572
|
}
|
|
1633
|
-
export declare namespace TooManyTagsException {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
const filterSensitiveLog: (obj: TooManyTagsException) => any;
|
|
1638
|
-
}
|
|
1639
1573
|
/**
|
|
1640
1574
|
* <p>Represents information about a stage and its definition.</p>
|
|
1641
1575
|
*/
|
|
@@ -1766,12 +1700,6 @@ export interface InvalidActionDeclarationException extends __SmithyException, $M
|
|
|
1766
1700
|
*/
|
|
1767
1701
|
message?: string;
|
|
1768
1702
|
}
|
|
1769
|
-
export declare namespace InvalidActionDeclarationException {
|
|
1770
|
-
/**
|
|
1771
|
-
* @internal
|
|
1772
|
-
*/
|
|
1773
|
-
const filterSensitiveLog: (obj: InvalidActionDeclarationException) => any;
|
|
1774
|
-
}
|
|
1775
1703
|
/**
|
|
1776
1704
|
* <p>Reserved for future use.</p>
|
|
1777
1705
|
*/
|
|
@@ -1783,12 +1711,6 @@ export interface InvalidBlockerDeclarationException extends __SmithyException, $
|
|
|
1783
1711
|
*/
|
|
1784
1712
|
message?: string;
|
|
1785
1713
|
}
|
|
1786
|
-
export declare namespace InvalidBlockerDeclarationException {
|
|
1787
|
-
/**
|
|
1788
|
-
* @internal
|
|
1789
|
-
*/
|
|
1790
|
-
const filterSensitiveLog: (obj: InvalidBlockerDeclarationException) => any;
|
|
1791
|
-
}
|
|
1792
1714
|
/**
|
|
1793
1715
|
* <p>The stage declaration was specified in an invalid format.</p>
|
|
1794
1716
|
*/
|
|
@@ -1800,12 +1722,6 @@ export interface InvalidStageDeclarationException extends __SmithyException, $Me
|
|
|
1800
1722
|
*/
|
|
1801
1723
|
message?: string;
|
|
1802
1724
|
}
|
|
1803
|
-
export declare namespace InvalidStageDeclarationException {
|
|
1804
|
-
/**
|
|
1805
|
-
* @internal
|
|
1806
|
-
*/
|
|
1807
|
-
const filterSensitiveLog: (obj: InvalidStageDeclarationException) => any;
|
|
1808
|
-
}
|
|
1809
1725
|
/**
|
|
1810
1726
|
* <p>The structure was specified in an invalid format.</p>
|
|
1811
1727
|
*/
|
|
@@ -1817,12 +1733,6 @@ export interface InvalidStructureException extends __SmithyException, $MetadataB
|
|
|
1817
1733
|
*/
|
|
1818
1734
|
message?: string;
|
|
1819
1735
|
}
|
|
1820
|
-
export declare namespace InvalidStructureException {
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
|
-
const filterSensitiveLog: (obj: InvalidStructureException) => any;
|
|
1825
|
-
}
|
|
1826
1736
|
/**
|
|
1827
1737
|
* <p>The specified pipeline name is already in use.</p>
|
|
1828
1738
|
*/
|
|
@@ -1834,12 +1744,6 @@ export interface PipelineNameInUseException extends __SmithyException, $Metadata
|
|
|
1834
1744
|
*/
|
|
1835
1745
|
message?: string;
|
|
1836
1746
|
}
|
|
1837
|
-
export declare namespace PipelineNameInUseException {
|
|
1838
|
-
/**
|
|
1839
|
-
* @internal
|
|
1840
|
-
*/
|
|
1841
|
-
const filterSensitiveLog: (obj: PipelineNameInUseException) => any;
|
|
1842
|
-
}
|
|
1843
1747
|
/**
|
|
1844
1748
|
* <p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom
|
|
1845
1749
|
* action will be marked as deleted.</p>
|
|
@@ -1929,12 +1833,6 @@ export interface WebhookNotFoundException extends __SmithyException, $MetadataBe
|
|
|
1929
1833
|
name: "WebhookNotFoundException";
|
|
1930
1834
|
$fault: "client";
|
|
1931
1835
|
}
|
|
1932
|
-
export declare namespace WebhookNotFoundException {
|
|
1933
|
-
/**
|
|
1934
|
-
* @internal
|
|
1935
|
-
*/
|
|
1936
|
-
const filterSensitiveLog: (obj: WebhookNotFoundException) => any;
|
|
1937
|
-
}
|
|
1938
1836
|
export declare enum StageTransitionType {
|
|
1939
1837
|
Inbound = "Inbound",
|
|
1940
1838
|
Outbound = "Outbound"
|
|
@@ -1984,12 +1882,6 @@ export interface PipelineNotFoundException extends __SmithyException, $MetadataB
|
|
|
1984
1882
|
*/
|
|
1985
1883
|
message?: string;
|
|
1986
1884
|
}
|
|
1987
|
-
export declare namespace PipelineNotFoundException {
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
|
-
const filterSensitiveLog: (obj: PipelineNotFoundException) => any;
|
|
1992
|
-
}
|
|
1993
1885
|
/**
|
|
1994
1886
|
* <p>The stage was specified in an invalid format or cannot be found.</p>
|
|
1995
1887
|
*/
|
|
@@ -2001,12 +1893,6 @@ export interface StageNotFoundException extends __SmithyException, $MetadataBear
|
|
|
2001
1893
|
*/
|
|
2002
1894
|
message?: string;
|
|
2003
1895
|
}
|
|
2004
|
-
export declare namespace StageNotFoundException {
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
const filterSensitiveLog: (obj: StageNotFoundException) => any;
|
|
2009
|
-
}
|
|
2010
1896
|
/**
|
|
2011
1897
|
* <p>Represents the input of an <code>EnableStageTransition</code> action.</p>
|
|
2012
1898
|
*/
|
|
@@ -2347,12 +2233,6 @@ export interface PipelineVersionNotFoundException extends __SmithyException, $Me
|
|
|
2347
2233
|
*/
|
|
2348
2234
|
message?: string;
|
|
2349
2235
|
}
|
|
2350
|
-
export declare namespace PipelineVersionNotFoundException {
|
|
2351
|
-
/**
|
|
2352
|
-
* @internal
|
|
2353
|
-
*/
|
|
2354
|
-
const filterSensitiveLog: (obj: PipelineVersionNotFoundException) => any;
|
|
2355
|
-
}
|
|
2356
2236
|
/**
|
|
2357
2237
|
* <p>Represents the input of a <code>GetPipelineExecution</code> action.</p>
|
|
2358
2238
|
*/
|
|
@@ -2474,12 +2354,6 @@ export interface PipelineExecutionNotFoundException extends __SmithyException, $
|
|
|
2474
2354
|
*/
|
|
2475
2355
|
message?: string;
|
|
2476
2356
|
}
|
|
2477
|
-
export declare namespace PipelineExecutionNotFoundException {
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
const filterSensitiveLog: (obj: PipelineExecutionNotFoundException) => any;
|
|
2482
|
-
}
|
|
2483
2357
|
/**
|
|
2484
2358
|
* <p>Represents the input of a <code>GetPipelineState</code> action.</p>
|
|
2485
2359
|
*/
|
|
@@ -2755,12 +2629,6 @@ export interface InvalidJobException extends __SmithyException, $MetadataBearer
|
|
|
2755
2629
|
*/
|
|
2756
2630
|
message?: string;
|
|
2757
2631
|
}
|
|
2758
|
-
export declare namespace InvalidJobException {
|
|
2759
|
-
/**
|
|
2760
|
-
* @internal
|
|
2761
|
-
*/
|
|
2762
|
-
const filterSensitiveLog: (obj: InvalidJobException) => any;
|
|
2763
|
-
}
|
|
2764
2632
|
/**
|
|
2765
2633
|
* <p>The next token was specified in an invalid format. Make sure that the next token
|
|
2766
2634
|
* you provide is the token returned by a previous call.</p>
|
|
@@ -2773,12 +2641,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
|
|
|
2773
2641
|
*/
|
|
2774
2642
|
message?: string;
|
|
2775
2643
|
}
|
|
2776
|
-
export declare namespace InvalidNextTokenException {
|
|
2777
|
-
/**
|
|
2778
|
-
* @internal
|
|
2779
|
-
*/
|
|
2780
|
-
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
2781
|
-
}
|
|
2782
2644
|
export interface ListActionExecutionsInput {
|
|
2783
2645
|
/**
|
|
2784
2646
|
* <p> The name of the pipeline for which you want to list action execution history.</p>
|
|
@@ -3149,12 +3011,6 @@ export interface InvalidArnException extends __SmithyException, $MetadataBearer
|
|
|
3149
3011
|
$fault: "client";
|
|
3150
3012
|
message?: string;
|
|
3151
3013
|
}
|
|
3152
|
-
export declare namespace InvalidArnException {
|
|
3153
|
-
/**
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
3156
|
-
const filterSensitiveLog: (obj: InvalidArnException) => any;
|
|
3157
|
-
}
|
|
3158
3014
|
export interface ListTagsForResourceInput {
|
|
3159
3015
|
/**
|
|
3160
3016
|
* <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
|
|
@@ -3207,12 +3063,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
3207
3063
|
*/
|
|
3208
3064
|
message?: string;
|
|
3209
3065
|
}
|
|
3210
|
-
export declare namespace ResourceNotFoundException {
|
|
3211
|
-
/**
|
|
3212
|
-
* @internal
|
|
3213
|
-
*/
|
|
3214
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
3215
|
-
}
|
|
3216
3066
|
export interface ListWebhooksInput {
|
|
3217
3067
|
/**
|
|
3218
3068
|
* <p>The token that was returned from the previous ListWebhooks call, which can be used
|
|
@@ -3597,12 +3447,6 @@ export interface InvalidApprovalTokenException extends __SmithyException, $Metad
|
|
|
3597
3447
|
*/
|
|
3598
3448
|
message?: string;
|
|
3599
3449
|
}
|
|
3600
|
-
export declare namespace InvalidApprovalTokenException {
|
|
3601
|
-
/**
|
|
3602
|
-
* @internal
|
|
3603
|
-
*/
|
|
3604
|
-
const filterSensitiveLog: (obj: InvalidApprovalTokenException) => any;
|
|
3605
|
-
}
|
|
3606
3450
|
/**
|
|
3607
3451
|
* <p>Represents the input of a <code>PutApprovalResult</code> action.</p>
|
|
3608
3452
|
*/
|
|
@@ -3662,12 +3506,6 @@ export interface InvalidJobStateException extends __SmithyException, $MetadataBe
|
|
|
3662
3506
|
*/
|
|
3663
3507
|
message?: string;
|
|
3664
3508
|
}
|
|
3665
|
-
export declare namespace InvalidJobStateException {
|
|
3666
|
-
/**
|
|
3667
|
-
* @internal
|
|
3668
|
-
*/
|
|
3669
|
-
const filterSensitiveLog: (obj: InvalidJobStateException) => any;
|
|
3670
|
-
}
|
|
3671
3509
|
export declare enum FailureType {
|
|
3672
3510
|
ConfigurationError = "ConfigurationError",
|
|
3673
3511
|
JobFailed = "JobFailed",
|
|
@@ -3727,12 +3565,6 @@ export interface OutputVariablesSizeExceededException extends __SmithyException,
|
|
|
3727
3565
|
$fault: "client";
|
|
3728
3566
|
message?: string;
|
|
3729
3567
|
}
|
|
3730
|
-
export declare namespace OutputVariablesSizeExceededException {
|
|
3731
|
-
/**
|
|
3732
|
-
* @internal
|
|
3733
|
-
*/
|
|
3734
|
-
const filterSensitiveLog: (obj: OutputVariablesSizeExceededException) => any;
|
|
3735
|
-
}
|
|
3736
3568
|
/**
|
|
3737
3569
|
* <p>Represents information about a current revision.</p>
|
|
3738
3570
|
*/
|
|
@@ -3905,12 +3737,6 @@ export interface InvalidWebhookAuthenticationParametersException extends __Smith
|
|
|
3905
3737
|
*/
|
|
3906
3738
|
message?: string;
|
|
3907
3739
|
}
|
|
3908
|
-
export declare namespace InvalidWebhookAuthenticationParametersException {
|
|
3909
|
-
/**
|
|
3910
|
-
* @internal
|
|
3911
|
-
*/
|
|
3912
|
-
const filterSensitiveLog: (obj: InvalidWebhookAuthenticationParametersException) => any;
|
|
3913
|
-
}
|
|
3914
3740
|
/**
|
|
3915
3741
|
* <p>The specified event filter rule is in an invalid format.</p>
|
|
3916
3742
|
*/
|
|
@@ -3922,12 +3748,6 @@ export interface InvalidWebhookFilterPatternException extends __SmithyException,
|
|
|
3922
3748
|
*/
|
|
3923
3749
|
message?: string;
|
|
3924
3750
|
}
|
|
3925
|
-
export declare namespace InvalidWebhookFilterPatternException {
|
|
3926
|
-
/**
|
|
3927
|
-
* @internal
|
|
3928
|
-
*/
|
|
3929
|
-
const filterSensitiveLog: (obj: InvalidWebhookFilterPatternException) => any;
|
|
3930
|
-
}
|
|
3931
3751
|
export interface PutWebhookInput {
|
|
3932
3752
|
/**
|
|
3933
3753
|
* <p>The detail provided in an input file to create the webhook, such as the webhook
|
|
@@ -3990,12 +3810,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
|
3990
3810
|
$fault: "client";
|
|
3991
3811
|
message?: string;
|
|
3992
3812
|
}
|
|
3993
|
-
export declare namespace ConflictException {
|
|
3994
|
-
/**
|
|
3995
|
-
* @internal
|
|
3996
|
-
*/
|
|
3997
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
3998
|
-
}
|
|
3999
3813
|
/**
|
|
4000
3814
|
* <p>The stage has failed in a later run of the pipeline and the pipelineExecutionId
|
|
4001
3815
|
* associated with the request is out of date.</p>
|
|
@@ -4008,12 +3822,6 @@ export interface NotLatestPipelineExecutionException extends __SmithyException,
|
|
|
4008
3822
|
*/
|
|
4009
3823
|
message?: string;
|
|
4010
3824
|
}
|
|
4011
|
-
export declare namespace NotLatestPipelineExecutionException {
|
|
4012
|
-
/**
|
|
4013
|
-
* @internal
|
|
4014
|
-
*/
|
|
4015
|
-
const filterSensitiveLog: (obj: NotLatestPipelineExecutionException) => any;
|
|
4016
|
-
}
|
|
4017
3825
|
export declare enum StageRetryMode {
|
|
4018
3826
|
FAILED_ACTIONS = "FAILED_ACTIONS"
|
|
4019
3827
|
}
|
|
@@ -4074,12 +3882,6 @@ export interface StageNotRetryableException extends __SmithyException, $Metadata
|
|
|
4074
3882
|
*/
|
|
4075
3883
|
message?: string;
|
|
4076
3884
|
}
|
|
4077
|
-
export declare namespace StageNotRetryableException {
|
|
4078
|
-
/**
|
|
4079
|
-
* @internal
|
|
4080
|
-
*/
|
|
4081
|
-
const filterSensitiveLog: (obj: StageNotRetryableException) => any;
|
|
4082
|
-
}
|
|
4083
3885
|
/**
|
|
4084
3886
|
* <p>Represents the input of a <code>StartPipelineExecution</code> action.</p>
|
|
4085
3887
|
*/
|
|
@@ -4128,12 +3930,6 @@ export interface DuplicatedStopRequestException extends __SmithyException, $Meta
|
|
|
4128
3930
|
$fault: "client";
|
|
4129
3931
|
message?: string;
|
|
4130
3932
|
}
|
|
4131
|
-
export declare namespace DuplicatedStopRequestException {
|
|
4132
|
-
/**
|
|
4133
|
-
* @internal
|
|
4134
|
-
*/
|
|
4135
|
-
const filterSensitiveLog: (obj: DuplicatedStopRequestException) => any;
|
|
4136
|
-
}
|
|
4137
3933
|
/**
|
|
4138
3934
|
* <p>Unable to stop the pipeline execution. The execution might already be in a
|
|
4139
3935
|
* <code>Stopped</code> state, or it might no longer be in progress.</p>
|
|
@@ -4143,12 +3939,6 @@ export interface PipelineExecutionNotStoppableException extends __SmithyExceptio
|
|
|
4143
3939
|
$fault: "client";
|
|
4144
3940
|
message?: string;
|
|
4145
3941
|
}
|
|
4146
|
-
export declare namespace PipelineExecutionNotStoppableException {
|
|
4147
|
-
/**
|
|
4148
|
-
* @internal
|
|
4149
|
-
*/
|
|
4150
|
-
const filterSensitiveLog: (obj: PipelineExecutionNotStoppableException) => any;
|
|
4151
|
-
}
|
|
4152
3942
|
export interface StopPipelineExecutionInput {
|
|
4153
3943
|
/**
|
|
4154
3944
|
* <p>The name of the pipeline to stop.</p>
|
|
@@ -4247,12 +4037,6 @@ export interface RequestFailedException extends __SmithyException, $MetadataBear
|
|
|
4247
4037
|
$fault: "client";
|
|
4248
4038
|
message?: string;
|
|
4249
4039
|
}
|
|
4250
|
-
export declare namespace RequestFailedException {
|
|
4251
|
-
/**
|
|
4252
|
-
* @internal
|
|
4253
|
-
*/
|
|
4254
|
-
const filterSensitiveLog: (obj: RequestFailedException) => any;
|
|
4255
|
-
}
|
|
4256
4040
|
export interface UpdateActionTypeInput {
|
|
4257
4041
|
/**
|
|
4258
4042
|
* <p>The action type definition for the action type to be updated.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { CodePipelineClientConfig } from "./CodePipelineClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { CodePipelineClientConfig } from "./CodePipelineClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
|
|
10
10
|
import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
|
|
@@ -90,6 +90,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
90
90
|
regionInfoProvider?: RegionInfoProvider;
|
|
91
91
|
|
|
92
92
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
93
|
+
|
|
94
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
93
95
|
}
|
|
94
96
|
declare type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
95
97
|
|