@aws-sdk/client-codepipeline 3.662.0 → 3.664.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +18 -0
- package/dist-types/commands/GetPipelineCommand.d.ts +9 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +21 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/dist-types/runtimeConfig.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
- package/package.json +14 -14
|
@@ -44,6 +44,7 @@ const getRuntimeConfig = (config) => {
|
|
|
44
44
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
45
45
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
46
46
|
useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
47
|
+
userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS),
|
|
47
48
|
};
|
|
48
49
|
};
|
|
49
50
|
exports.getRuntimeConfig = getRuntimeConfig;
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
|
-
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
6
6
|
import { Hash } from "@smithy/hash-node";
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
@@ -40,5 +40,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
40
40
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
41
41
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
42
42
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
43
|
+
userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),
|
|
43
44
|
};
|
|
44
45
|
};
|
|
@@ -84,9 +84,15 @@ declare const CreatePipelineCommand_base: {
|
|
|
84
84
|
* configuration: { // ActionConfigurationMap
|
|
85
85
|
* "<keys>": "STRING_VALUE",
|
|
86
86
|
* },
|
|
87
|
+
* commands: [ // CommandList
|
|
88
|
+
* "STRING_VALUE",
|
|
89
|
+
* ],
|
|
87
90
|
* outputArtifacts: [ // OutputArtifactList
|
|
88
91
|
* { // OutputArtifact
|
|
89
92
|
* name: "STRING_VALUE", // required
|
|
93
|
+
* files: [ // FilePathList
|
|
94
|
+
* "STRING_VALUE",
|
|
95
|
+
* ],
|
|
90
96
|
* },
|
|
91
97
|
* ],
|
|
92
98
|
* inputArtifacts: [ // InputArtifactList
|
|
@@ -94,6 +100,9 @@ declare const CreatePipelineCommand_base: {
|
|
|
94
100
|
* name: "STRING_VALUE", // required
|
|
95
101
|
* },
|
|
96
102
|
* ],
|
|
103
|
+
* outputVariables: [ // OutputVariableList
|
|
104
|
+
* "STRING_VALUE",
|
|
105
|
+
* ],
|
|
97
106
|
* roleArn: "STRING_VALUE",
|
|
98
107
|
* region: "STRING_VALUE",
|
|
99
108
|
* namespace: "STRING_VALUE",
|
|
@@ -313,9 +322,15 @@ declare const CreatePipelineCommand_base: {
|
|
|
313
322
|
* // configuration: { // ActionConfigurationMap
|
|
314
323
|
* // "<keys>": "STRING_VALUE",
|
|
315
324
|
* // },
|
|
325
|
+
* // commands: [ // CommandList
|
|
326
|
+
* // "STRING_VALUE",
|
|
327
|
+
* // ],
|
|
316
328
|
* // outputArtifacts: [ // OutputArtifactList
|
|
317
329
|
* // { // OutputArtifact
|
|
318
330
|
* // name: "STRING_VALUE", // required
|
|
331
|
+
* // files: [ // FilePathList
|
|
332
|
+
* // "STRING_VALUE",
|
|
333
|
+
* // ],
|
|
319
334
|
* // },
|
|
320
335
|
* // ],
|
|
321
336
|
* // inputArtifacts: [ // InputArtifactList
|
|
@@ -323,6 +338,9 @@ declare const CreatePipelineCommand_base: {
|
|
|
323
338
|
* // name: "STRING_VALUE", // required
|
|
324
339
|
* // },
|
|
325
340
|
* // ],
|
|
341
|
+
* // outputVariables: [ // OutputVariableList
|
|
342
|
+
* // "STRING_VALUE",
|
|
343
|
+
* // ],
|
|
326
344
|
* // roleArn: "STRING_VALUE",
|
|
327
345
|
* // region: "STRING_VALUE",
|
|
328
346
|
* // namespace: "STRING_VALUE",
|
|
@@ -86,9 +86,15 @@ declare const GetPipelineCommand_base: {
|
|
|
86
86
|
* // configuration: { // ActionConfigurationMap
|
|
87
87
|
* // "<keys>": "STRING_VALUE",
|
|
88
88
|
* // },
|
|
89
|
+
* // commands: [ // CommandList
|
|
90
|
+
* // "STRING_VALUE",
|
|
91
|
+
* // ],
|
|
89
92
|
* // outputArtifacts: [ // OutputArtifactList
|
|
90
93
|
* // { // OutputArtifact
|
|
91
94
|
* // name: "STRING_VALUE", // required
|
|
95
|
+
* // files: [ // FilePathList
|
|
96
|
+
* // "STRING_VALUE",
|
|
97
|
+
* // ],
|
|
92
98
|
* // },
|
|
93
99
|
* // ],
|
|
94
100
|
* // inputArtifacts: [ // InputArtifactList
|
|
@@ -96,6 +102,9 @@ declare const GetPipelineCommand_base: {
|
|
|
96
102
|
* // name: "STRING_VALUE", // required
|
|
97
103
|
* // },
|
|
98
104
|
* // ],
|
|
105
|
+
* // outputVariables: [ // OutputVariableList
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
99
108
|
* // roleArn: "STRING_VALUE",
|
|
100
109
|
* // region: "STRING_VALUE",
|
|
101
110
|
* // namespace: "STRING_VALUE",
|
|
@@ -81,9 +81,15 @@ declare const UpdatePipelineCommand_base: {
|
|
|
81
81
|
* configuration: { // ActionConfigurationMap
|
|
82
82
|
* "<keys>": "STRING_VALUE",
|
|
83
83
|
* },
|
|
84
|
+
* commands: [ // CommandList
|
|
85
|
+
* "STRING_VALUE",
|
|
86
|
+
* ],
|
|
84
87
|
* outputArtifacts: [ // OutputArtifactList
|
|
85
88
|
* { // OutputArtifact
|
|
86
89
|
* name: "STRING_VALUE", // required
|
|
90
|
+
* files: [ // FilePathList
|
|
91
|
+
* "STRING_VALUE",
|
|
92
|
+
* ],
|
|
87
93
|
* },
|
|
88
94
|
* ],
|
|
89
95
|
* inputArtifacts: [ // InputArtifactList
|
|
@@ -91,6 +97,9 @@ declare const UpdatePipelineCommand_base: {
|
|
|
91
97
|
* name: "STRING_VALUE", // required
|
|
92
98
|
* },
|
|
93
99
|
* ],
|
|
100
|
+
* outputVariables: [ // OutputVariableList
|
|
101
|
+
* "STRING_VALUE",
|
|
102
|
+
* ],
|
|
94
103
|
* roleArn: "STRING_VALUE",
|
|
95
104
|
* region: "STRING_VALUE",
|
|
96
105
|
* namespace: "STRING_VALUE",
|
|
@@ -304,9 +313,15 @@ declare const UpdatePipelineCommand_base: {
|
|
|
304
313
|
* // configuration: { // ActionConfigurationMap
|
|
305
314
|
* // "<keys>": "STRING_VALUE",
|
|
306
315
|
* // },
|
|
316
|
+
* // commands: [ // CommandList
|
|
317
|
+
* // "STRING_VALUE",
|
|
318
|
+
* // ],
|
|
307
319
|
* // outputArtifacts: [ // OutputArtifactList
|
|
308
320
|
* // { // OutputArtifact
|
|
309
321
|
* // name: "STRING_VALUE", // required
|
|
322
|
+
* // files: [ // FilePathList
|
|
323
|
+
* // "STRING_VALUE",
|
|
324
|
+
* // ],
|
|
310
325
|
* // },
|
|
311
326
|
* // ],
|
|
312
327
|
* // inputArtifacts: [ // InputArtifactList
|
|
@@ -314,6 +329,9 @@ declare const UpdatePipelineCommand_base: {
|
|
|
314
329
|
* // name: "STRING_VALUE", // required
|
|
315
330
|
* // },
|
|
316
331
|
* // ],
|
|
332
|
+
* // outputVariables: [ // OutputVariableList
|
|
333
|
+
* // "STRING_VALUE",
|
|
334
|
+
* // ],
|
|
317
335
|
* // roleArn: "STRING_VALUE",
|
|
318
336
|
* // region: "STRING_VALUE",
|
|
319
337
|
* // namespace: "STRING_VALUE",
|
|
@@ -343,6 +343,11 @@ export interface OutputArtifact {
|
|
|
343
343
|
* @public
|
|
344
344
|
*/
|
|
345
345
|
name: string | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* <p>The files that you want to associate with the output artifact that will be exported from the compute action.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
files?: string[];
|
|
346
351
|
}
|
|
347
352
|
/**
|
|
348
353
|
* <p>Represents information about an action declaration.</p>
|
|
@@ -381,6 +386,17 @@ export interface ActionDeclaration {
|
|
|
381
386
|
* @public
|
|
382
387
|
*/
|
|
383
388
|
configuration?: Record<string, string>;
|
|
389
|
+
/**
|
|
390
|
+
* <p>The shell commands to run with your compute action in CodePipeline. All commands are
|
|
391
|
+
* supported except multi-line formats. While CodeBuild logs and permissions are used, you
|
|
392
|
+
* do not need to create any resources in CodeBuild.</p>
|
|
393
|
+
* <note>
|
|
394
|
+
* <p>Using compute time for this action will incur separate charges in
|
|
395
|
+
* CodeBuild.</p>
|
|
396
|
+
* </note>
|
|
397
|
+
* @public
|
|
398
|
+
*/
|
|
399
|
+
commands?: string[];
|
|
384
400
|
/**
|
|
385
401
|
* <p>The name or ID of the result of the action declaration, such as a test or build
|
|
386
402
|
* artifact.</p>
|
|
@@ -393,6 +409,11 @@ export interface ActionDeclaration {
|
|
|
393
409
|
* @public
|
|
394
410
|
*/
|
|
395
411
|
inputArtifacts?: InputArtifact[];
|
|
412
|
+
/**
|
|
413
|
+
* <p>The list of variables that are to be exported from the compute action. This is specifically CodeBuild environment variables as used for that action.</p>
|
|
414
|
+
* @public
|
|
415
|
+
*/
|
|
416
|
+
outputVariables?: string[];
|
|
396
417
|
/**
|
|
397
418
|
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
|
|
398
419
|
* through the roleArn for the pipeline.</p>
|
|
@@ -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;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
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;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
29
29
|
logger: import("@smithy/types").Logger;
|
|
30
30
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
32
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
33
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;
|
|
34
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -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: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
|
|
11
|
-
defaultUserAgentProvider: import("@
|
|
11
|
+
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
14
14
|
requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
|
|
@@ -17,6 +17,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
20
21
|
apiVersion: string;
|
|
21
22
|
cacheMiddleware?: boolean | undefined;
|
|
22
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
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
|
-
defaultUserAgentProvider: import("@
|
|
23
|
+
defaultUserAgentProvider: (config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
24
24
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
25
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
26
26
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -28,6 +28,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
28
28
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
29
29
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
30
30
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
31
|
+
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
31
32
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
32
33
|
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> | undefined;
|
|
33
34
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
@@ -103,14 +103,17 @@ export interface InputArtifact {
|
|
|
103
103
|
}
|
|
104
104
|
export interface OutputArtifact {
|
|
105
105
|
name: string | undefined;
|
|
106
|
+
files?: string[];
|
|
106
107
|
}
|
|
107
108
|
export interface ActionDeclaration {
|
|
108
109
|
name: string | undefined;
|
|
109
110
|
actionTypeId: ActionTypeId | undefined;
|
|
110
111
|
runOrder?: number;
|
|
111
112
|
configuration?: Record<string, string>;
|
|
113
|
+
commands?: string[];
|
|
112
114
|
outputArtifacts?: OutputArtifact[];
|
|
113
115
|
inputArtifacts?: InputArtifact[];
|
|
116
|
+
outputVariables?: string[];
|
|
114
117
|
roleArn?: string;
|
|
115
118
|
region?: string;
|
|
116
119
|
namespace?: string;
|
|
@@ -9,9 +9,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
9
9
|
credentialDefaultProvider: (
|
|
10
10
|
input: any
|
|
11
11
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
12
|
-
defaultUserAgentProvider:
|
|
13
|
-
import("@
|
|
14
|
-
>;
|
|
12
|
+
defaultUserAgentProvider: (
|
|
13
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
14
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
15
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
16
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
17
17
|
requestHandler:
|
|
@@ -34,6 +34,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
34
34
|
logger: import("@smithy/types").Logger;
|
|
35
35
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
37
|
+
userAgentAppId?:
|
|
38
|
+
| string
|
|
39
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
40
|
+
| undefined;
|
|
37
41
|
retryStrategy?:
|
|
38
42
|
| import("@smithy/types").RetryStrategy
|
|
39
43
|
| import("@smithy/types").RetryStrategyV2
|
|
@@ -13,9 +13,11 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
13
13
|
) => import("@smithy/types").MemoizedProvider<
|
|
14
14
|
import("@smithy/types").AwsCredentialIdentity
|
|
15
15
|
>;
|
|
16
|
-
defaultUserAgentProvider:
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
defaultUserAgentProvider: (
|
|
17
|
+
config?:
|
|
18
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
19
|
+
| undefined
|
|
20
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
19
21
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
22
|
region: string | import("@smithy/types").Provider<string>;
|
|
21
23
|
requestHandler:
|
|
@@ -26,6 +28,7 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
26
28
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
27
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
32
|
apiVersion: string;
|
|
30
33
|
cacheMiddleware?: boolean | undefined;
|
|
31
34
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -22,9 +22,9 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
22
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
-
defaultUserAgentProvider:
|
|
26
|
-
import("@
|
|
27
|
-
>;
|
|
25
|
+
defaultUserAgentProvider: (
|
|
26
|
+
config: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
27
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
28
28
|
credentialDefaultProvider: (
|
|
29
29
|
input: any
|
|
30
30
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: CodePipelineClientConfig) => {
|
|
|
38
38
|
import("@smithy/smithy-client").DefaultsMode
|
|
39
39
|
>;
|
|
40
40
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
41
|
+
userAgentAppId?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
44
|
+
| undefined;
|
|
41
45
|
retryStrategy?:
|
|
42
46
|
| import("@smithy/types").RetryStrategy
|
|
43
47
|
| import("@smithy/types").RetryStrategyV2
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codepipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.664.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.664.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.664.0",
|
|
25
|
+
"@aws-sdk/core": "3.664.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.664.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.664.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.664.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.664.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.664.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.664.0",
|
|
32
|
+
"@aws-sdk/types": "3.664.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.664.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.664.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.664.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.7",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.9",
|