@aws-sdk/client-codepipeline 3.50.0 → 3.53.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CodePipelineServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +473 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +458 -1447
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/CodePipelineServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +434 -1
  9. package/dist-es/protocols/Aws_json1_1.js +913 -1532
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/CodePipelineServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +202 -170
  13. package/dist-types/ts3.4/CodePipeline.d.ts +200 -0
  14. package/dist-types/ts3.4/CodePipelineClient.d.ts +112 -0
  15. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +39 -0
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  56. package/dist-types/ts3.4/index.d.ts +6 -0
  57. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +6 -0
  58. package/dist-types/ts3.4/models/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +2098 -0
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  61. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +119 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  73. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./CodePipelineClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { CodePipelineServiceException } from "./models/CodePipelineServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from CodePipeline service.
4
+ */
5
+ export declare class CodePipelineServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
2
3
  /**
3
4
  * <p>Represents the input of an AcknowledgeJob action.</p>
4
5
  */
@@ -48,35 +49,35 @@ export declare namespace AcknowledgeJobOutput {
48
49
  /**
49
50
  * <p>The nonce was specified in an invalid format.</p>
50
51
  */
51
- export interface InvalidNonceException extends __SmithyException, $MetadataBearer {
52
- name: "InvalidNonceException";
53
- $fault: "client";
52
+ export declare class InvalidNonceException extends __BaseException {
53
+ readonly name: "InvalidNonceException";
54
+ readonly $fault: "client";
54
55
  /**
55
- * <p>The message provided to the user in the event of an exception.</p>
56
+ * @internal
56
57
  */
57
- message?: string;
58
+ constructor(opts: __ExceptionOptionType<InvalidNonceException, __BaseException>);
58
59
  }
59
60
  /**
60
61
  * <p>The job was specified in an invalid format or cannot be found.</p>
61
62
  */
62
- export interface JobNotFoundException extends __SmithyException, $MetadataBearer {
63
- name: "JobNotFoundException";
64
- $fault: "client";
63
+ export declare class JobNotFoundException extends __BaseException {
64
+ readonly name: "JobNotFoundException";
65
+ readonly $fault: "client";
65
66
  /**
66
- * <p>The message provided to the user in the event of an exception.</p>
67
+ * @internal
67
68
  */
68
- message?: string;
69
+ constructor(opts: __ExceptionOptionType<JobNotFoundException, __BaseException>);
69
70
  }
70
71
  /**
71
72
  * <p>The validation was specified in an invalid format.</p>
72
73
  */
73
- export interface ValidationException extends __SmithyException, $MetadataBearer {
74
- name: "ValidationException";
75
- $fault: "client";
74
+ export declare class ValidationException extends __BaseException {
75
+ readonly name: "ValidationException";
76
+ readonly $fault: "client";
76
77
  /**
77
- * <p>The message provided to the user in the event of an exception.</p>
78
+ * @internal
78
79
  */
79
- message?: string;
80
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
80
81
  }
81
82
  /**
82
83
  * <p>Represents the input of an AcknowledgeThirdPartyJob action.</p>
@@ -121,13 +122,13 @@ export declare namespace AcknowledgeThirdPartyJobOutput {
121
122
  /**
122
123
  * <p>The client token was specified in an invalid format</p>
123
124
  */
124
- export interface InvalidClientTokenException extends __SmithyException, $MetadataBearer {
125
- name: "InvalidClientTokenException";
126
- $fault: "client";
125
+ export declare class InvalidClientTokenException extends __BaseException {
126
+ readonly name: "InvalidClientTokenException";
127
+ readonly $fault: "client";
127
128
  /**
128
- * <p>The message provided to the user in the event of an exception.</p>
129
+ * @internal
129
130
  */
130
- message?: string;
131
+ constructor(opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>);
131
132
  }
132
133
  export declare enum ActionCategory {
133
134
  Approval = "Approval",
@@ -693,13 +694,13 @@ export declare namespace ActionExecutionFilter {
693
694
  /**
694
695
  * <p>The specified action cannot be found.</p>
695
696
  */
696
- export interface ActionNotFoundException extends __SmithyException, $MetadataBearer {
697
- name: "ActionNotFoundException";
698
- $fault: "client";
697
+ export declare class ActionNotFoundException extends __BaseException {
698
+ readonly name: "ActionNotFoundException";
699
+ readonly $fault: "client";
699
700
  /**
700
- * <p>The message provided to the user in the event of an exception.</p>
701
+ * @internal
701
702
  */
702
- message?: string;
703
+ constructor(opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>);
703
704
  }
704
705
  /**
705
706
  * <p>Represents information about the version (or revision) of an action.</p>
@@ -1176,24 +1177,24 @@ export declare namespace ActionTypeDeclaration {
1176
1177
  /**
1177
1178
  * <p>The specified action type cannot be found.</p>
1178
1179
  */
1179
- export interface ActionTypeNotFoundException extends __SmithyException, $MetadataBearer {
1180
- name: "ActionTypeNotFoundException";
1181
- $fault: "client";
1180
+ export declare class ActionTypeNotFoundException extends __BaseException {
1181
+ readonly name: "ActionTypeNotFoundException";
1182
+ readonly $fault: "client";
1182
1183
  /**
1183
- * <p>The message provided to the user in the event of an exception.</p>
1184
+ * @internal
1184
1185
  */
1185
- message?: string;
1186
+ constructor(opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>);
1186
1187
  }
1187
1188
  /**
1188
1189
  * <p>The approval action has already been approved or rejected.</p>
1189
1190
  */
1190
- export interface ApprovalAlreadyCompletedException extends __SmithyException, $MetadataBearer {
1191
- name: "ApprovalAlreadyCompletedException";
1192
- $fault: "client";
1191
+ export declare class ApprovalAlreadyCompletedException extends __BaseException {
1192
+ readonly name: "ApprovalAlreadyCompletedException";
1193
+ readonly $fault: "client";
1193
1194
  /**
1194
- * <p>The message provided to the user in the event of an exception.</p>
1195
+ * @internal
1195
1196
  */
1196
- message?: string;
1197
+ constructor(opts: __ExceptionOptionType<ApprovalAlreadyCompletedException, __BaseException>);
1197
1198
  }
1198
1199
  export declare enum ApprovalStatus {
1199
1200
  Approved = "Approved",
@@ -1447,10 +1448,13 @@ export declare namespace BlockerDeclaration {
1447
1448
  /**
1448
1449
  * <p>Unable to modify the tag due to a simultaneous update request.</p>
1449
1450
  */
1450
- export interface ConcurrentModificationException extends __SmithyException, $MetadataBearer {
1451
- name: "ConcurrentModificationException";
1452
- $fault: "client";
1453
- message?: string;
1451
+ export declare class ConcurrentModificationException extends __BaseException {
1452
+ readonly name: "ConcurrentModificationException";
1453
+ readonly $fault: "client";
1454
+ /**
1455
+ * @internal
1456
+ */
1457
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
1454
1458
  }
1455
1459
  /**
1456
1460
  * <p>A tag is a key-value pair that is used to manage the resource.</p>
@@ -1545,30 +1549,36 @@ export declare namespace CreateCustomActionTypeOutput {
1545
1549
  /**
1546
1550
  * <p>The specified resource tags are invalid.</p>
1547
1551
  */
1548
- export interface InvalidTagsException extends __SmithyException, $MetadataBearer {
1549
- name: "InvalidTagsException";
1550
- $fault: "client";
1551
- message?: string;
1552
+ export declare class InvalidTagsException extends __BaseException {
1553
+ readonly name: "InvalidTagsException";
1554
+ readonly $fault: "client";
1555
+ /**
1556
+ * @internal
1557
+ */
1558
+ constructor(opts: __ExceptionOptionType<InvalidTagsException, __BaseException>);
1552
1559
  }
1553
1560
  /**
1554
1561
  * <p>The number of pipelines associated with the AWS account has exceeded the limit
1555
1562
  * allowed for the account.</p>
1556
1563
  */
1557
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
1558
- name: "LimitExceededException";
1559
- $fault: "client";
1564
+ export declare class LimitExceededException extends __BaseException {
1565
+ readonly name: "LimitExceededException";
1566
+ readonly $fault: "client";
1560
1567
  /**
1561
- * <p>The message provided to the user in the event of an exception.</p>
1568
+ * @internal
1562
1569
  */
1563
- message?: string;
1570
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
1564
1571
  }
1565
1572
  /**
1566
1573
  * <p>The tags limit for a resource has been exceeded.</p>
1567
1574
  */
1568
- export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
1569
- name: "TooManyTagsException";
1570
- $fault: "client";
1571
- message?: string;
1575
+ export declare class TooManyTagsException extends __BaseException {
1576
+ readonly name: "TooManyTagsException";
1577
+ readonly $fault: "client";
1578
+ /**
1579
+ * @internal
1580
+ */
1581
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
1572
1582
  }
1573
1583
  /**
1574
1584
  * <p>Represents information about a stage and its definition.</p>
@@ -1692,57 +1702,57 @@ export declare namespace CreatePipelineOutput {
1692
1702
  /**
1693
1703
  * <p>The action declaration was specified in an invalid format.</p>
1694
1704
  */
1695
- export interface InvalidActionDeclarationException extends __SmithyException, $MetadataBearer {
1696
- name: "InvalidActionDeclarationException";
1697
- $fault: "client";
1705
+ export declare class InvalidActionDeclarationException extends __BaseException {
1706
+ readonly name: "InvalidActionDeclarationException";
1707
+ readonly $fault: "client";
1698
1708
  /**
1699
- * <p>The message provided to the user in the event of an exception.</p>
1709
+ * @internal
1700
1710
  */
1701
- message?: string;
1711
+ constructor(opts: __ExceptionOptionType<InvalidActionDeclarationException, __BaseException>);
1702
1712
  }
1703
1713
  /**
1704
1714
  * <p>Reserved for future use.</p>
1705
1715
  */
1706
- export interface InvalidBlockerDeclarationException extends __SmithyException, $MetadataBearer {
1707
- name: "InvalidBlockerDeclarationException";
1708
- $fault: "client";
1716
+ export declare class InvalidBlockerDeclarationException extends __BaseException {
1717
+ readonly name: "InvalidBlockerDeclarationException";
1718
+ readonly $fault: "client";
1709
1719
  /**
1710
- * <p>The message provided to the user in the event of an exception.</p>
1720
+ * @internal
1711
1721
  */
1712
- message?: string;
1722
+ constructor(opts: __ExceptionOptionType<InvalidBlockerDeclarationException, __BaseException>);
1713
1723
  }
1714
1724
  /**
1715
1725
  * <p>The stage declaration was specified in an invalid format.</p>
1716
1726
  */
1717
- export interface InvalidStageDeclarationException extends __SmithyException, $MetadataBearer {
1718
- name: "InvalidStageDeclarationException";
1719
- $fault: "client";
1727
+ export declare class InvalidStageDeclarationException extends __BaseException {
1728
+ readonly name: "InvalidStageDeclarationException";
1729
+ readonly $fault: "client";
1720
1730
  /**
1721
- * <p>The message provided to the user in the event of an exception.</p>
1731
+ * @internal
1722
1732
  */
1723
- message?: string;
1733
+ constructor(opts: __ExceptionOptionType<InvalidStageDeclarationException, __BaseException>);
1724
1734
  }
1725
1735
  /**
1726
1736
  * <p>The structure was specified in an invalid format.</p>
1727
1737
  */
1728
- export interface InvalidStructureException extends __SmithyException, $MetadataBearer {
1729
- name: "InvalidStructureException";
1730
- $fault: "client";
1738
+ export declare class InvalidStructureException extends __BaseException {
1739
+ readonly name: "InvalidStructureException";
1740
+ readonly $fault: "client";
1731
1741
  /**
1732
- * <p>The message provided to the user in the event of an exception.</p>
1742
+ * @internal
1733
1743
  */
1734
- message?: string;
1744
+ constructor(opts: __ExceptionOptionType<InvalidStructureException, __BaseException>);
1735
1745
  }
1736
1746
  /**
1737
1747
  * <p>The specified pipeline name is already in use.</p>
1738
1748
  */
1739
- export interface PipelineNameInUseException extends __SmithyException, $MetadataBearer {
1740
- name: "PipelineNameInUseException";
1741
- $fault: "client";
1749
+ export declare class PipelineNameInUseException extends __BaseException {
1750
+ readonly name: "PipelineNameInUseException";
1751
+ readonly $fault: "client";
1742
1752
  /**
1743
- * <p>The message provided to the user in the event of an exception.</p>
1753
+ * @internal
1744
1754
  */
1745
- message?: string;
1755
+ constructor(opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>);
1746
1756
  }
1747
1757
  /**
1748
1758
  * <p>Represents the input of a <code>DeleteCustomActionType</code> operation. The custom
@@ -1829,9 +1839,13 @@ export declare namespace DeregisterWebhookWithThirdPartyOutput {
1829
1839
  * <p>The specified webhook was entered in an invalid format or cannot be
1830
1840
  * found.</p>
1831
1841
  */
1832
- export interface WebhookNotFoundException extends __SmithyException, $MetadataBearer {
1833
- name: "WebhookNotFoundException";
1834
- $fault: "client";
1842
+ export declare class WebhookNotFoundException extends __BaseException {
1843
+ readonly name: "WebhookNotFoundException";
1844
+ readonly $fault: "client";
1845
+ /**
1846
+ * @internal
1847
+ */
1848
+ constructor(opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>);
1835
1849
  }
1836
1850
  export declare enum StageTransitionType {
1837
1851
  Inbound = "Inbound",
@@ -1874,24 +1888,24 @@ export declare namespace DisableStageTransitionInput {
1874
1888
  /**
1875
1889
  * <p>The pipeline was specified in an invalid format or cannot be found.</p>
1876
1890
  */
1877
- export interface PipelineNotFoundException extends __SmithyException, $MetadataBearer {
1878
- name: "PipelineNotFoundException";
1879
- $fault: "client";
1891
+ export declare class PipelineNotFoundException extends __BaseException {
1892
+ readonly name: "PipelineNotFoundException";
1893
+ readonly $fault: "client";
1880
1894
  /**
1881
- * <p>The message provided to the user in the event of an exception.</p>
1895
+ * @internal
1882
1896
  */
1883
- message?: string;
1897
+ constructor(opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>);
1884
1898
  }
1885
1899
  /**
1886
1900
  * <p>The stage was specified in an invalid format or cannot be found.</p>
1887
1901
  */
1888
- export interface StageNotFoundException extends __SmithyException, $MetadataBearer {
1889
- name: "StageNotFoundException";
1890
- $fault: "client";
1902
+ export declare class StageNotFoundException extends __BaseException {
1903
+ readonly name: "StageNotFoundException";
1904
+ readonly $fault: "client";
1891
1905
  /**
1892
- * <p>The message provided to the user in the event of an exception.</p>
1906
+ * @internal
1893
1907
  */
1894
- message?: string;
1908
+ constructor(opts: __ExceptionOptionType<StageNotFoundException, __BaseException>);
1895
1909
  }
1896
1910
  /**
1897
1911
  * <p>Represents the input of an <code>EnableStageTransition</code> action.</p>
@@ -2225,13 +2239,13 @@ export declare namespace GetPipelineOutput {
2225
2239
  * <p>The pipeline version was specified in an invalid format or cannot be
2226
2240
  * found.</p>
2227
2241
  */
2228
- export interface PipelineVersionNotFoundException extends __SmithyException, $MetadataBearer {
2229
- name: "PipelineVersionNotFoundException";
2230
- $fault: "client";
2242
+ export declare class PipelineVersionNotFoundException extends __BaseException {
2243
+ readonly name: "PipelineVersionNotFoundException";
2244
+ readonly $fault: "client";
2231
2245
  /**
2232
- * <p>The message provided to the user in the event of an exception.</p>
2246
+ * @internal
2233
2247
  */
2234
- message?: string;
2248
+ constructor(opts: __ExceptionOptionType<PipelineVersionNotFoundException, __BaseException>);
2235
2249
  }
2236
2250
  /**
2237
2251
  * <p>Represents the input of a <code>GetPipelineExecution</code> action.</p>
@@ -2346,13 +2360,13 @@ export declare namespace GetPipelineExecutionOutput {
2346
2360
  * <p>The pipeline execution was specified in an invalid format or cannot be found, or an
2347
2361
  * execution ID does not belong to the specified pipeline. </p>
2348
2362
  */
2349
- export interface PipelineExecutionNotFoundException extends __SmithyException, $MetadataBearer {
2350
- name: "PipelineExecutionNotFoundException";
2351
- $fault: "client";
2363
+ export declare class PipelineExecutionNotFoundException extends __BaseException {
2364
+ readonly name: "PipelineExecutionNotFoundException";
2365
+ readonly $fault: "client";
2352
2366
  /**
2353
- * <p>The message provided to the user in the event of an exception.</p>
2367
+ * @internal
2354
2368
  */
2355
- message?: string;
2369
+ constructor(opts: __ExceptionOptionType<PipelineExecutionNotFoundException, __BaseException>);
2356
2370
  }
2357
2371
  /**
2358
2372
  * <p>Represents the input of a <code>GetPipelineState</code> action.</p>
@@ -2621,25 +2635,25 @@ export declare namespace GetThirdPartyJobDetailsOutput {
2621
2635
  /**
2622
2636
  * <p>The job was specified in an invalid format or cannot be found.</p>
2623
2637
  */
2624
- export interface InvalidJobException extends __SmithyException, $MetadataBearer {
2625
- name: "InvalidJobException";
2626
- $fault: "client";
2638
+ export declare class InvalidJobException extends __BaseException {
2639
+ readonly name: "InvalidJobException";
2640
+ readonly $fault: "client";
2627
2641
  /**
2628
- * <p>The message provided to the user in the event of an exception.</p>
2642
+ * @internal
2629
2643
  */
2630
- message?: string;
2644
+ constructor(opts: __ExceptionOptionType<InvalidJobException, __BaseException>);
2631
2645
  }
2632
2646
  /**
2633
2647
  * <p>The next token was specified in an invalid format. Make sure that the next token
2634
2648
  * you provide is the token returned by a previous call.</p>
2635
2649
  */
2636
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
2637
- name: "InvalidNextTokenException";
2638
- $fault: "client";
2650
+ export declare class InvalidNextTokenException extends __BaseException {
2651
+ readonly name: "InvalidNextTokenException";
2652
+ readonly $fault: "client";
2639
2653
  /**
2640
- * <p>The message provided to the user in the event of an exception.</p>
2654
+ * @internal
2641
2655
  */
2642
- message?: string;
2656
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
2643
2657
  }
2644
2658
  export interface ListActionExecutionsInput {
2645
2659
  /**
@@ -3006,10 +3020,13 @@ export declare namespace ListPipelinesOutput {
3006
3020
  /**
3007
3021
  * <p>The specified resource ARN is invalid.</p>
3008
3022
  */
3009
- export interface InvalidArnException extends __SmithyException, $MetadataBearer {
3010
- name: "InvalidArnException";
3011
- $fault: "client";
3012
- message?: string;
3023
+ export declare class InvalidArnException extends __BaseException {
3024
+ readonly name: "InvalidArnException";
3025
+ readonly $fault: "client";
3026
+ /**
3027
+ * @internal
3028
+ */
3029
+ constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
3013
3030
  }
3014
3031
  export interface ListTagsForResourceInput {
3015
3032
  /**
@@ -3055,13 +3072,13 @@ export declare namespace ListTagsForResourceOutput {
3055
3072
  /**
3056
3073
  * <p>The resource was specified in an invalid format.</p>
3057
3074
  */
3058
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
3059
- name: "ResourceNotFoundException";
3060
- $fault: "client";
3075
+ export declare class ResourceNotFoundException extends __BaseException {
3076
+ readonly name: "ResourceNotFoundException";
3077
+ readonly $fault: "client";
3061
3078
  /**
3062
- * <p>The message provided to the user in the event of an exception.</p>
3079
+ * @internal
3063
3080
  */
3064
- message?: string;
3081
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
3065
3082
  }
3066
3083
  export interface ListWebhooksInput {
3067
3084
  /**
@@ -3439,13 +3456,13 @@ export declare namespace PutActionRevisionOutput {
3439
3456
  /**
3440
3457
  * <p>The approval request already received a response or has expired.</p>
3441
3458
  */
3442
- export interface InvalidApprovalTokenException extends __SmithyException, $MetadataBearer {
3443
- name: "InvalidApprovalTokenException";
3444
- $fault: "client";
3459
+ export declare class InvalidApprovalTokenException extends __BaseException {
3460
+ readonly name: "InvalidApprovalTokenException";
3461
+ readonly $fault: "client";
3445
3462
  /**
3446
- * <p>The message provided to the user in the event of an exception.</p>
3463
+ * @internal
3447
3464
  */
3448
- message?: string;
3465
+ constructor(opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>);
3449
3466
  }
3450
3467
  /**
3451
3468
  * <p>Represents the input of a <code>PutApprovalResult</code> action.</p>
@@ -3498,13 +3515,13 @@ export declare namespace PutApprovalResultOutput {
3498
3515
  /**
3499
3516
  * <p>The job state was specified in an invalid format.</p>
3500
3517
  */
3501
- export interface InvalidJobStateException extends __SmithyException, $MetadataBearer {
3502
- name: "InvalidJobStateException";
3503
- $fault: "client";
3518
+ export declare class InvalidJobStateException extends __BaseException {
3519
+ readonly name: "InvalidJobStateException";
3520
+ readonly $fault: "client";
3504
3521
  /**
3505
- * <p>The message provided to the user in the event of an exception.</p>
3522
+ * @internal
3506
3523
  */
3507
- message?: string;
3524
+ constructor(opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>);
3508
3525
  }
3509
3526
  export declare enum FailureType {
3510
3527
  ConfigurationError = "ConfigurationError",
@@ -3560,10 +3577,13 @@ export declare namespace PutJobFailureResultInput {
3560
3577
  /**
3561
3578
  * <p>Exceeded the total size limit for all variables in the pipeline.</p>
3562
3579
  */
3563
- export interface OutputVariablesSizeExceededException extends __SmithyException, $MetadataBearer {
3564
- name: "OutputVariablesSizeExceededException";
3565
- $fault: "client";
3566
- message?: string;
3580
+ export declare class OutputVariablesSizeExceededException extends __BaseException {
3581
+ readonly name: "OutputVariablesSizeExceededException";
3582
+ readonly $fault: "client";
3583
+ /**
3584
+ * @internal
3585
+ */
3586
+ constructor(opts: __ExceptionOptionType<OutputVariablesSizeExceededException, __BaseException>);
3567
3587
  }
3568
3588
  /**
3569
3589
  * <p>Represents information about a current revision.</p>
@@ -3729,24 +3749,24 @@ export declare namespace PutThirdPartyJobSuccessResultInput {
3729
3749
  /**
3730
3750
  * <p>The specified authentication type is in an invalid format.</p>
3731
3751
  */
3732
- export interface InvalidWebhookAuthenticationParametersException extends __SmithyException, $MetadataBearer {
3733
- name: "InvalidWebhookAuthenticationParametersException";
3734
- $fault: "client";
3752
+ export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
3753
+ readonly name: "InvalidWebhookAuthenticationParametersException";
3754
+ readonly $fault: "client";
3735
3755
  /**
3736
- * <p>The message provided to the user in the event of an exception.</p>
3756
+ * @internal
3737
3757
  */
3738
- message?: string;
3758
+ constructor(opts: __ExceptionOptionType<InvalidWebhookAuthenticationParametersException, __BaseException>);
3739
3759
  }
3740
3760
  /**
3741
3761
  * <p>The specified event filter rule is in an invalid format.</p>
3742
3762
  */
3743
- export interface InvalidWebhookFilterPatternException extends __SmithyException, $MetadataBearer {
3744
- name: "InvalidWebhookFilterPatternException";
3745
- $fault: "client";
3763
+ export declare class InvalidWebhookFilterPatternException extends __BaseException {
3764
+ readonly name: "InvalidWebhookFilterPatternException";
3765
+ readonly $fault: "client";
3746
3766
  /**
3747
- * <p>The message provided to the user in the event of an exception.</p>
3767
+ * @internal
3748
3768
  */
3749
- message?: string;
3769
+ constructor(opts: __ExceptionOptionType<InvalidWebhookFilterPatternException, __BaseException>);
3750
3770
  }
3751
3771
  export interface PutWebhookInput {
3752
3772
  /**
@@ -3805,22 +3825,25 @@ export declare namespace RegisterWebhookWithThirdPartyOutput {
3805
3825
  * <p>Your request cannot be handled because the pipeline is busy handling ongoing
3806
3826
  * activities. Try again later.</p>
3807
3827
  */
3808
- export interface ConflictException extends __SmithyException, $MetadataBearer {
3809
- name: "ConflictException";
3810
- $fault: "client";
3811
- message?: string;
3828
+ export declare class ConflictException extends __BaseException {
3829
+ readonly name: "ConflictException";
3830
+ readonly $fault: "client";
3831
+ /**
3832
+ * @internal
3833
+ */
3834
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
3812
3835
  }
3813
3836
  /**
3814
3837
  * <p>The stage has failed in a later run of the pipeline and the pipelineExecutionId
3815
3838
  * associated with the request is out of date.</p>
3816
3839
  */
3817
- export interface NotLatestPipelineExecutionException extends __SmithyException, $MetadataBearer {
3818
- name: "NotLatestPipelineExecutionException";
3819
- $fault: "client";
3840
+ export declare class NotLatestPipelineExecutionException extends __BaseException {
3841
+ readonly name: "NotLatestPipelineExecutionException";
3842
+ readonly $fault: "client";
3820
3843
  /**
3821
- * <p>The message provided to the user in the event of an exception.</p>
3844
+ * @internal
3822
3845
  */
3823
- message?: string;
3846
+ constructor(opts: __ExceptionOptionType<NotLatestPipelineExecutionException, __BaseException>);
3824
3847
  }
3825
3848
  export declare enum StageRetryMode {
3826
3849
  FAILED_ACTIONS = "FAILED_ACTIONS"
@@ -3874,13 +3897,13 @@ export declare namespace RetryStageExecutionOutput {
3874
3897
  * actions awaited retry, or the stage contains no failed
3875
3898
  * actions.</p>
3876
3899
  */
3877
- export interface StageNotRetryableException extends __SmithyException, $MetadataBearer {
3878
- name: "StageNotRetryableException";
3879
- $fault: "client";
3900
+ export declare class StageNotRetryableException extends __BaseException {
3901
+ readonly name: "StageNotRetryableException";
3902
+ readonly $fault: "client";
3880
3903
  /**
3881
- * <p>The message provided to the user in the event of an exception.</p>
3904
+ * @internal
3882
3905
  */
3883
- message?: string;
3906
+ constructor(opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>);
3884
3907
  }
3885
3908
  /**
3886
3909
  * <p>Represents the input of a <code>StartPipelineExecution</code> action.</p>
@@ -3925,19 +3948,25 @@ export declare namespace StartPipelineExecutionOutput {
3925
3948
  * tasks. If you already chose to stop and abandon, you cannot make that request
3926
3949
  * again.</p>
3927
3950
  */
3928
- export interface DuplicatedStopRequestException extends __SmithyException, $MetadataBearer {
3929
- name: "DuplicatedStopRequestException";
3930
- $fault: "client";
3931
- message?: string;
3951
+ export declare class DuplicatedStopRequestException extends __BaseException {
3952
+ readonly name: "DuplicatedStopRequestException";
3953
+ readonly $fault: "client";
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ constructor(opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>);
3932
3958
  }
3933
3959
  /**
3934
3960
  * <p>Unable to stop the pipeline execution. The execution might already be in a
3935
3961
  * <code>Stopped</code> state, or it might no longer be in progress.</p>
3936
3962
  */
3937
- export interface PipelineExecutionNotStoppableException extends __SmithyException, $MetadataBearer {
3938
- name: "PipelineExecutionNotStoppableException";
3939
- $fault: "client";
3940
- message?: string;
3963
+ export declare class PipelineExecutionNotStoppableException extends __BaseException {
3964
+ readonly name: "PipelineExecutionNotStoppableException";
3965
+ readonly $fault: "client";
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ constructor(opts: __ExceptionOptionType<PipelineExecutionNotStoppableException, __BaseException>);
3941
3970
  }
3942
3971
  export interface StopPipelineExecutionInput {
3943
3972
  /**
@@ -4032,10 +4061,13 @@ export declare namespace UntagResourceOutput {
4032
4061
  /**
4033
4062
  * <p>The request failed because of an unknown error, exception, or failure.</p>
4034
4063
  */
4035
- export interface RequestFailedException extends __SmithyException, $MetadataBearer {
4036
- name: "RequestFailedException";
4037
- $fault: "client";
4038
- message?: string;
4064
+ export declare class RequestFailedException extends __BaseException {
4065
+ readonly name: "RequestFailedException";
4066
+ readonly $fault: "client";
4067
+ /**
4068
+ * @internal
4069
+ */
4070
+ constructor(opts: __ExceptionOptionType<RequestFailedException, __BaseException>);
4039
4071
  }
4040
4072
  export interface UpdateActionTypeInput {
4041
4073
  /**