@aws-sdk/client-codepipeline 3.803.0 → 3.806.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 (93) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/protocols/Aws_json1_1.js +2 -2
  5. package/dist-es/runtimeConfig.js +6 -6
  6. package/dist-types/commands/AcknowledgeJobCommand.d.ts +1 -1
  7. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +1 -1
  9. package/dist-types/commands/CreatePipelineCommand.d.ts +3 -1
  10. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +1 -1
  11. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -1
  13. package/dist-types/commands/DisableStageTransitionCommand.d.ts +1 -1
  14. package/dist-types/commands/EnableStageTransitionCommand.d.ts +1 -1
  15. package/dist-types/commands/GetActionTypeCommand.d.ts +1 -1
  16. package/dist-types/commands/GetJobDetailsCommand.d.ts +1 -1
  17. package/dist-types/commands/GetPipelineCommand.d.ts +2 -1
  18. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +1 -1
  19. package/dist-types/commands/GetPipelineStateCommand.d.ts +1 -1
  20. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListActionExecutionsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListRuleExecutionsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListRuleTypesCommand.d.ts +2 -1
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  26. package/dist-types/commands/OverrideStageConditionCommand.d.ts +3 -2
  27. package/dist-types/commands/PollForJobsCommand.d.ts +1 -1
  28. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +1 -1
  29. package/dist-types/commands/PutActionRevisionCommand.d.ts +1 -1
  30. package/dist-types/commands/PutApprovalResultCommand.d.ts +1 -1
  31. package/dist-types/commands/PutJobFailureResultCommand.d.ts +1 -1
  32. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +1 -1
  33. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -1
  34. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -1
  35. package/dist-types/commands/PutWebhookCommand.d.ts +1 -1
  36. package/dist-types/commands/RetryStageExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/RollbackStageCommand.d.ts +1 -1
  38. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
  39. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
  40. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateActionTypeCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdatePipelineCommand.d.ts +3 -1
  44. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  45. package/dist-types/models/models_0.d.ts +58 -31
  46. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  47. package/dist-types/runtimeConfig.d.ts +16 -16
  48. package/dist-types/runtimeConfig.native.d.ts +18 -18
  49. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  50. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListRuleExecutionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/OverrideStageConditionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  88. package/dist-types/ts3.4/models/models_0.d.ts +7 -0
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  93. package/package.json +22 -22
@@ -11,9 +11,7 @@ export interface ClientInputEndpointParameters {
11
11
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
12
  defaultSigningName: string;
13
13
  };
14
- export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
- defaultSigningName: string;
16
- };
14
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
17
15
  export declare const commonParams: {
18
16
  readonly UseFIPS: {
19
17
  readonly type: "builtInParams";
@@ -310,6 +310,18 @@ export interface ActionTypeId {
310
310
  */
311
311
  version: string | undefined;
312
312
  }
313
+ /**
314
+ * @public
315
+ * @enum
316
+ */
317
+ export declare const EnvironmentVariableType: {
318
+ readonly PLAINTEXT: "PLAINTEXT";
319
+ readonly SECRETS_MANAGER: "SECRETS_MANAGER";
320
+ };
321
+ /**
322
+ * @public
323
+ */
324
+ export type EnvironmentVariableType = (typeof EnvironmentVariableType)[keyof typeof EnvironmentVariableType];
313
325
  /**
314
326
  * <p>The environment variables for the action.</p>
315
327
  * @public
@@ -325,6 +337,13 @@ export interface EnvironmentVariable {
325
337
  * @public
326
338
  */
327
339
  value: string | undefined;
340
+ /**
341
+ * <p>Specifies the type of use for the environment variable value. The value can be either
342
+ * <code>PLAINTEXT</code> or <code>SECRETS_MANAGER</code>. If the value is <code>SECRETS_MANAGER</code>, provide the Secrets
343
+ * reference in the EnvironmentVariable value.</p>
344
+ * @public
345
+ */
346
+ type?: EnvironmentVariableType | undefined;
328
347
  }
329
348
  /**
330
349
  * <p>Represents information about an artifact to be worked on, such as a test or build
@@ -1604,10 +1623,8 @@ export declare const RuleOwner: {
1604
1623
  export type RuleOwner = (typeof RuleOwner)[keyof typeof RuleOwner];
1605
1624
  /**
1606
1625
  * <p>The ID for the rule type, which is made up of the combined values for category, owner,
1607
- * provider, and version. For more
1608
- * information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>.
1609
- * For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
1610
- * reference</a>.</p>
1626
+ * provider, and version. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1627
+ * conditions</a>. For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule reference</a>.</p>
1611
1628
  * @public
1612
1629
  */
1613
1630
  export interface RuleTypeId {
@@ -1624,7 +1641,8 @@ export interface RuleTypeId {
1624
1641
  */
1625
1642
  owner?: RuleOwner | undefined;
1626
1643
  /**
1627
- * <p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule provider names, see the rules listed in the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
1644
+ * <p>The rule provider, such as the <code>DeploymentWindow</code> rule. For a list of rule
1645
+ * provider names, see the rules listed in the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
1628
1646
  * reference</a>.</p>
1629
1647
  * @public
1630
1648
  */
@@ -1638,10 +1656,10 @@ export interface RuleTypeId {
1638
1656
  /**
1639
1657
  * <p>Represents information about the rule to be created for an associated condition. An
1640
1658
  * example would be creating a new rule for an entry condition, such as a rule that checks
1641
- * for a test result before allowing the run to enter the deployment stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1642
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.
1643
- * For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
1644
- * reference</a>.</p>
1659
+ * for a test result before allowing the run to enter the deployment stage. For more
1660
+ * information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1661
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1662
+ * stage conditions work?</a>. For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule reference</a>.</p>
1645
1663
  * @public
1646
1664
  */
1647
1665
  export interface RuleDeclaration {
@@ -1696,10 +1714,9 @@ export interface RuleDeclaration {
1696
1714
  }
1697
1715
  /**
1698
1716
  * <p>The condition for the stage. A condition is made up of the rules and the result for
1699
- * the condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1700
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>..
1701
- * For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
1702
- * reference</a>.</p>
1717
+ * the condition. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1718
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1719
+ * stage conditions work?</a>.. For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule reference</a>.</p>
1703
1720
  * @public
1704
1721
  */
1705
1722
  export interface Condition {
@@ -1716,8 +1733,10 @@ export interface Condition {
1716
1733
  rules?: RuleDeclaration[] | undefined;
1717
1734
  }
1718
1735
  /**
1719
- * <p>The conditions for making checks for entry to a stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1720
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>. </p>
1736
+ * <p>The conditions for making checks for entry to a stage. For more information about
1737
+ * conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1738
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1739
+ * stage conditions work?</a>. </p>
1721
1740
  * @public
1722
1741
  */
1723
1742
  export interface BeforeEntryConditions {
@@ -1942,8 +1961,9 @@ export interface RetryConfiguration {
1942
1961
  }
1943
1962
  /**
1944
1963
  * <p>The configuration that specifies the result, such as rollback, to occur upon stage
1945
- * failure. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1946
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>. </p>
1964
+ * failure. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1965
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1966
+ * stage conditions work?</a>. </p>
1947
1967
  * @public
1948
1968
  */
1949
1969
  export interface FailureConditions {
@@ -1960,15 +1980,19 @@ export interface FailureConditions {
1960
1980
  */
1961
1981
  retryConfiguration?: RetryConfiguration | undefined;
1962
1982
  /**
1963
- * <p>The conditions that are configured as failure conditions. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1964
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.</p>
1983
+ * <p>The conditions that are configured as failure conditions. For more information about
1984
+ * conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1985
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1986
+ * stage conditions work?</a>.</p>
1965
1987
  * @public
1966
1988
  */
1967
1989
  conditions?: Condition[] | undefined;
1968
1990
  }
1969
1991
  /**
1970
- * <p>The conditions for making checks that, if met, succeed a stage. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
1971
- * conditions</a> and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do stage conditions work?</a>.</p>
1992
+ * <p>The conditions for making checks that, if met, succeed a stage. For more information
1993
+ * about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>
1994
+ * and <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-how-it-works-conditions.html">How do
1995
+ * stage conditions work?</a>.</p>
1972
1996
  * @public
1973
1997
  */
1974
1998
  export interface SuccessConditions {
@@ -2881,12 +2905,17 @@ export interface PipelineMetadata {
2881
2905
  updated?: Date | undefined;
2882
2906
  /**
2883
2907
  * <p>The date and time that polling for source changes (periodic checks) was stopped for
2884
- * the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
2885
- * event-based change detection. For example, for a pipeline with a CodeCommit
2886
- * source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To
2887
- * learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
2888
- * pipelines to use event-based change detection</a> in the CodePipeline
2889
- * User Guide.</p>
2908
+ * the pipeline, in timestamp format. </p>
2909
+ * <important>
2910
+ * <p>Pipelines that are inactive for longer than 30 days will have polling disabled for
2911
+ * the pipeline. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#metadata.pollingDisabledAt">pollingDisabledAt</a> in the pipeline structure reference. For the steps to
2912
+ * migrate your pipeline from polling to event-based change detection, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
2913
+ * pipelines to use event-based change detection</a>.</p>
2914
+ * </important>
2915
+ * <p>You can migrate (update) a polling pipeline to use event-based change detection. For
2916
+ * example, for a pipeline with a CodeCommit source, we recommend you migrate
2917
+ * (update) your pipeline to use CloudWatch Events. To learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
2918
+ * pipelines to use event-based change detection</a> in the <i>CodePipeline User Guide</i>.</p>
2890
2919
  * @public
2891
2920
  */
2892
2921
  pollingDisabledAt?: Date | undefined;
@@ -4164,10 +4193,8 @@ export interface ListRuleExecutionsInput {
4164
4193
  export interface RuleExecutionInput {
4165
4194
  /**
4166
4195
  * <p>The ID for the rule type, which is made up of the combined values for category, owner,
4167
- * provider, and version. For more
4168
- * information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage conditions</a>.
4169
- * For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule
4170
- * reference</a>.</p>
4196
+ * provider, and version. For more information about conditions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/stage-conditions.html">Stage
4197
+ * conditions</a>. For more information about rules, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/rule-reference.html">CodePipeline rule reference</a>.</p>
4171
4198
  * @public
4172
4199
  */
4173
4200
  ruleTypeId?: RuleTypeId | undefined;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
@@ -21,30 +21,30 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
21
21
  cacheMiddleware?: boolean | undefined;
22
22
  urlParser: import("@smithy/types").UrlParser;
23
23
  base64Decoder: import("@smithy/types").Decoder;
24
- base64Encoder: (_input: string | Uint8Array) => string;
24
+ base64Encoder: (_input: Uint8Array | string) => string;
25
25
  utf8Decoder: import("@smithy/types").Decoder;
26
- utf8Encoder: (input: string | Uint8Array) => string;
26
+ utf8Encoder: (input: Uint8Array | string) => string;
27
27
  disableHostPrefix: boolean;
28
28
  serviceId: string;
29
- profile?: string | undefined;
29
+ profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
33
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
34
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
32
+ customUserAgent?: string | import("@smithy/types").UserAgent;
33
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
35
35
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
36
36
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
37
- logger?: import("@smithy/types").Logger | undefined;
37
+ logger?: import("@smithy/types").Logger;
38
38
  }) => import("@smithy/types").EndpointV2;
39
- tls?: boolean | undefined;
40
- serviceConfiguredEndpoint?: undefined;
41
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
39
+ tls?: boolean;
40
+ serviceConfiguredEndpoint?: never;
41
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
44
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
45
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
46
- signingEscapePath?: boolean | undefined;
47
- systemClockOffset?: number | undefined;
48
- signingRegion?: string | undefined;
49
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
45
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
46
+ signingEscapePath?: boolean;
47
+ systemClockOffset?: number;
48
+ signingRegion?: string;
49
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
50
50
  };
@@ -8,8 +8,8 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
@@ -23,28 +23,28 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
23
23
  cacheMiddleware?: boolean | undefined;
24
24
  urlParser: import("@smithy/types").UrlParser;
25
25
  base64Decoder: import("@smithy/types").Decoder;
26
- base64Encoder: (_input: string | Uint8Array) => string;
26
+ base64Encoder: (_input: Uint8Array | string) => string;
27
27
  utf8Decoder: import("@smithy/types").Decoder;
28
- utf8Encoder: (input: string | Uint8Array) => string;
28
+ utf8Encoder: (input: Uint8Array | string) => string;
29
29
  disableHostPrefix: boolean;
30
30
  serviceId: string;
31
- profile?: string | undefined;
31
+ profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
35
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
+ customUserAgent?: string | import("@smithy/types").UserAgent;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
36
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
37
37
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
38
- logger?: import("@smithy/types").Logger | undefined;
38
+ logger?: import("@smithy/types").Logger;
39
39
  }) => import("@smithy/types").EndpointV2;
40
- tls?: boolean | undefined;
41
- serviceConfiguredEndpoint?: undefined;
40
+ tls?: boolean;
41
+ serviceConfiguredEndpoint?: never;
42
42
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
43
43
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
44
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
45
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
46
- signingEscapePath?: boolean | undefined;
47
- systemClockOffset?: number | undefined;
48
- signingRegion?: string | undefined;
49
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
45
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
46
+ signingEscapePath?: boolean;
47
+ systemClockOffset?: number;
48
+ signingRegion?: string;
49
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
50
50
  };
@@ -7,43 +7,43 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
- cacheMiddleware?: boolean | undefined;
10
+ cacheMiddleware?: boolean;
11
11
  urlParser: import("@smithy/types").UrlParser;
12
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
13
  streamCollector: import("@smithy/types").StreamCollector;
14
14
  base64Decoder: import("@smithy/types").Decoder;
15
- base64Encoder: (_input: string | Uint8Array) => string;
15
+ base64Encoder: (_input: Uint8Array | string) => string;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
- utf8Encoder: (input: string | Uint8Array) => string;
17
+ utf8Encoder: (input: Uint8Array | string) => string;
18
18
  disableHostPrefix: boolean;
19
19
  serviceId: string;
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
- profile?: string | undefined;
24
- defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
23
+ profile?: string;
24
+ defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
25
25
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
30
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
- userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
- retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
31
+ customUserAgent?: string | import("@smithy/types").UserAgent;
32
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
33
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
34
34
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
- logger?: import("@smithy/types").Logger | undefined;
36
+ logger?: import("@smithy/types").Logger;
37
37
  }) => import("@smithy/types").EndpointV2;
38
- tls?: boolean | undefined;
39
- serviceConfiguredEndpoint?: undefined;
40
- authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
38
+ tls?: boolean;
39
+ serviceConfiguredEndpoint?: never;
40
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
41
41
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
42
42
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
43
- credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
44
- signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
45
- signingEscapePath?: boolean | undefined;
46
- systemClockOffset?: number | undefined;
47
- signingRegion?: string | undefined;
48
- signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
43
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
44
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
45
+ signingEscapePath?: boolean;
46
+ systemClockOffset?: number;
47
+ signingRegion?: string;
48
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
49
49
  };
@@ -5,10 +5,10 @@ import { CodePipelineClientConfig } from "./CodePipelineClient";
5
5
  export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: (_input: string | Uint8Array) => string;
8
+ base64Encoder: (_input: Uint8Array | string) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
- logger?: import("@smithy/types").Logger | undefined;
11
+ logger?: import("@smithy/types").Logger;
12
12
  }) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CodePipelineHttpAuthSchemeProvider;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: (input: string | Uint8Array) => string;
20
+ utf8Encoder: (input: Uint8Array | string) => string;
21
21
  };
@@ -23,7 +23,7 @@ declare const AcknowledgeJobCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: AcknowledgeJobCommandInput
26
+ input: AcknowledgeJobCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  AcknowledgeJobCommandInput,
29
29
  AcknowledgeJobCommandOutput,
@@ -27,7 +27,7 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: AcknowledgeThirdPartyJobCommandInput
30
+ input: AcknowledgeThirdPartyJobCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  AcknowledgeThirdPartyJobCommandInput,
33
33
  AcknowledgeThirdPartyJobCommandOutput,
@@ -27,7 +27,7 @@ declare const CreateCustomActionTypeCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: CreateCustomActionTypeCommandInput
30
+ input: CreateCustomActionTypeCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  CreateCustomActionTypeCommandInput,
33
33
  CreateCustomActionTypeCommandOutput,
@@ -23,7 +23,7 @@ declare const CreatePipelineCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: CreatePipelineCommandInput
26
+ input: CreatePipelineCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  CreatePipelineCommandInput,
29
29
  CreatePipelineCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteCustomActionTypeCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteCustomActionTypeCommandInput
25
+ input: DeleteCustomActionTypeCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteCustomActionTypeCommandInput,
28
28
  DeleteCustomActionTypeCommandOutput,
@@ -21,7 +21,7 @@ declare const DeletePipelineCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeletePipelineCommandInput
24
+ input: DeletePipelineCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeletePipelineCommandInput,
27
27
  DeletePipelineCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteWebhookCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteWebhookCommandInput
26
+ input: DeleteWebhookCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteWebhookCommandInput,
29
29
  DeleteWebhookCommandOutput,
@@ -22,7 +22,7 @@ declare const DisableStageTransitionCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DisableStageTransitionCommandInput
25
+ input: DisableStageTransitionCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DisableStageTransitionCommandInput,
28
28
  DisableStageTransitionCommandOutput,
@@ -22,7 +22,7 @@ declare const EnableStageTransitionCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: EnableStageTransitionCommandInput
25
+ input: EnableStageTransitionCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  EnableStageTransitionCommandInput,
28
28
  EnableStageTransitionCommandOutput,
@@ -23,7 +23,7 @@ declare const GetActionTypeCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetActionTypeCommandInput
26
+ input: GetActionTypeCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetActionTypeCommandInput,
29
29
  GetActionTypeCommandOutput,
@@ -23,7 +23,7 @@ declare const GetJobDetailsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetJobDetailsCommandInput
26
+ input: GetJobDetailsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetJobDetailsCommandInput,
29
29
  GetJobDetailsCommandOutput,
@@ -23,7 +23,7 @@ declare const GetPipelineCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetPipelineCommandInput
26
+ input: GetPipelineCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetPipelineCommandInput,
29
29
  GetPipelineCommandOutput,
@@ -27,7 +27,7 @@ declare const GetPipelineExecutionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetPipelineExecutionCommandInput
30
+ input: GetPipelineExecutionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetPipelineExecutionCommandInput,
33
33
  GetPipelineExecutionCommandOutput,
@@ -26,7 +26,7 @@ declare const GetPipelineStateCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetPipelineStateCommandInput
29
+ input: GetPipelineStateCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetPipelineStateCommandInput,
32
32
  GetPipelineStateCommandOutput,
@@ -27,7 +27,7 @@ declare const GetThirdPartyJobDetailsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetThirdPartyJobDetailsCommandInput
30
+ input: GetThirdPartyJobDetailsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetThirdPartyJobDetailsCommandInput,
33
33
  GetThirdPartyJobDetailsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListActionExecutionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListActionExecutionsCommandInput
30
+ input: ListActionExecutionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListActionExecutionsCommandInput,
33
33
  ListActionExecutionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListPipelineExecutionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListPipelineExecutionsCommandInput
30
+ input: ListPipelineExecutionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListPipelineExecutionsCommandInput,
33
33
  ListPipelineExecutionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListRuleExecutionsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListRuleExecutionsCommandInput
30
+ input: ListRuleExecutionsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListRuleExecutionsCommandInput,
33
33
  ListRuleExecutionsCommandOutput,
@@ -27,7 +27,7 @@ declare const ListTagsForResourceCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: ListTagsForResourceCommandInput
30
+ input: ListTagsForResourceCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
@@ -22,7 +22,7 @@ declare const OverrideStageConditionCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: OverrideStageConditionCommandInput
25
+ input: OverrideStageConditionCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  OverrideStageConditionCommandInput,
28
28
  OverrideStageConditionCommandOutput,
@@ -23,7 +23,7 @@ declare const PollForJobsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PollForJobsCommandInput
26
+ input: PollForJobsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PollForJobsCommandInput,
29
29
  PollForJobsCommandOutput,
@@ -27,7 +27,7 @@ declare const PollForThirdPartyJobsCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PollForThirdPartyJobsCommandInput
30
+ input: PollForThirdPartyJobsCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PollForThirdPartyJobsCommandInput,
33
33
  PollForThirdPartyJobsCommandOutput,