@aws-sdk/client-codestar-connections 3.529.1 → 3.533.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +12 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +54 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -56,6 +56,7 @@ __export(src_exports, {
|
|
|
56
56
|
ListSyncConfigurationsCommand: () => ListSyncConfigurationsCommand,
|
|
57
57
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
58
58
|
ProviderType: () => ProviderType,
|
|
59
|
+
PublishDeploymentStatus: () => PublishDeploymentStatus,
|
|
59
60
|
RepositorySyncStatus: () => RepositorySyncStatus,
|
|
60
61
|
ResourceAlreadyExistsException: () => ResourceAlreadyExistsException,
|
|
61
62
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
@@ -67,6 +68,7 @@ __export(src_exports, {
|
|
|
67
68
|
SyncConfigurationType: () => SyncConfigurationType,
|
|
68
69
|
TagResourceCommand: () => TagResourceCommand,
|
|
69
70
|
ThrottlingException: () => ThrottlingException,
|
|
71
|
+
TriggerResourceUpdateOn: () => TriggerResourceUpdateOn,
|
|
70
72
|
UnsupportedOperationException: () => UnsupportedOperationException,
|
|
71
73
|
UnsupportedProviderTypeException: () => UnsupportedProviderTypeException,
|
|
72
74
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
@@ -431,9 +433,17 @@ var _ThrottlingException = class _ThrottlingException extends CodeStarConnection
|
|
|
431
433
|
};
|
|
432
434
|
__name(_ThrottlingException, "ThrottlingException");
|
|
433
435
|
var ThrottlingException = _ThrottlingException;
|
|
436
|
+
var PublishDeploymentStatus = {
|
|
437
|
+
DISABLED: "DISABLED",
|
|
438
|
+
ENABLED: "ENABLED"
|
|
439
|
+
};
|
|
434
440
|
var SyncConfigurationType = {
|
|
435
441
|
CFN_STACK_SYNC: "CFN_STACK_SYNC"
|
|
436
442
|
};
|
|
443
|
+
var TriggerResourceUpdateOn = {
|
|
444
|
+
ANY_CHANGE: "ANY_CHANGE",
|
|
445
|
+
FILE_CHANGE: "FILE_CHANGE"
|
|
446
|
+
};
|
|
437
447
|
var _SyncConfigurationStillExistsException = class _SyncConfigurationStillExistsException extends CodeStarConnectionsServiceException {
|
|
438
448
|
/**
|
|
439
449
|
* @internal
|
|
@@ -2018,7 +2028,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2018
2028
|
InvalidInputException,
|
|
2019
2029
|
ResourceAlreadyExistsException,
|
|
2020
2030
|
ThrottlingException,
|
|
2031
|
+
PublishDeploymentStatus,
|
|
2021
2032
|
SyncConfigurationType,
|
|
2033
|
+
TriggerResourceUpdateOn,
|
|
2022
2034
|
SyncConfigurationStillExistsException,
|
|
2023
2035
|
UnsupportedProviderTypeException,
|
|
2024
2036
|
ConnectionStatus,
|
|
@@ -130,9 +130,17 @@ export class ThrottlingException extends __BaseException {
|
|
|
130
130
|
this.Message = opts.Message;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
+
export const PublishDeploymentStatus = {
|
|
134
|
+
DISABLED: "DISABLED",
|
|
135
|
+
ENABLED: "ENABLED",
|
|
136
|
+
};
|
|
133
137
|
export const SyncConfigurationType = {
|
|
134
138
|
CFN_STACK_SYNC: "CFN_STACK_SYNC",
|
|
135
139
|
};
|
|
140
|
+
export const TriggerResourceUpdateOn = {
|
|
141
|
+
ANY_CHANGE: "ANY_CHANGE",
|
|
142
|
+
FILE_CHANGE: "FILE_CHANGE",
|
|
143
|
+
};
|
|
136
144
|
export class SyncConfigurationStillExistsException extends __BaseException {
|
|
137
145
|
constructor(opts) {
|
|
138
146
|
super({
|
|
@@ -42,6 +42,8 @@ declare const CreateSyncConfigurationCommand_base: {
|
|
|
42
42
|
* ResourceName: "STRING_VALUE", // required
|
|
43
43
|
* RoleArn: "STRING_VALUE", // required
|
|
44
44
|
* SyncType: "CFN_STACK_SYNC", // required
|
|
45
|
+
* PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
46
|
+
* TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
45
47
|
* };
|
|
46
48
|
* const command = new CreateSyncConfigurationCommand(input);
|
|
47
49
|
* const response = await client.send(command);
|
|
@@ -56,6 +58,8 @@ declare const CreateSyncConfigurationCommand_base: {
|
|
|
56
58
|
* // ResourceName: "STRING_VALUE", // required
|
|
57
59
|
* // RoleArn: "STRING_VALUE", // required
|
|
58
60
|
* // SyncType: "CFN_STACK_SYNC", // required
|
|
61
|
+
* // PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
62
|
+
* // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
59
63
|
* // },
|
|
60
64
|
* // };
|
|
61
65
|
*
|
|
@@ -50,6 +50,8 @@ declare const GetSyncConfigurationCommand_base: {
|
|
|
50
50
|
* // ResourceName: "STRING_VALUE", // required
|
|
51
51
|
* // RoleArn: "STRING_VALUE", // required
|
|
52
52
|
* // SyncType: "CFN_STACK_SYNC", // required
|
|
53
|
+
* // PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
54
|
+
* // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
53
55
|
* // },
|
|
54
56
|
* // };
|
|
55
57
|
*
|
|
@@ -53,6 +53,8 @@ declare const ListSyncConfigurationsCommand_base: {
|
|
|
53
53
|
* // ResourceName: "STRING_VALUE", // required
|
|
54
54
|
* // RoleArn: "STRING_VALUE", // required
|
|
55
55
|
* // SyncType: "CFN_STACK_SYNC", // required
|
|
56
|
+
* // PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
57
|
+
* // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
56
58
|
* // },
|
|
57
59
|
* // ],
|
|
58
60
|
* // NextToken: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const UpdateSyncConfigurationCommand_base: {
|
|
|
40
40
|
* ResourceName: "STRING_VALUE", // required
|
|
41
41
|
* RoleArn: "STRING_VALUE",
|
|
42
42
|
* SyncType: "CFN_STACK_SYNC", // required
|
|
43
|
+
* PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
44
|
+
* TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
43
45
|
* };
|
|
44
46
|
* const command = new UpdateSyncConfigurationCommand(input);
|
|
45
47
|
* const response = await client.send(command);
|
|
@@ -54,6 +56,8 @@ declare const UpdateSyncConfigurationCommand_base: {
|
|
|
54
56
|
* // ResourceName: "STRING_VALUE", // required
|
|
55
57
|
* // RoleArn: "STRING_VALUE", // required
|
|
56
58
|
* // SyncType: "CFN_STACK_SYNC", // required
|
|
59
|
+
* // PublishDeploymentStatus: "ENABLED" || "DISABLED",
|
|
60
|
+
* // TriggerResourceUpdateOn: "ANY_CHANGE" || "FILE_CHANGE",
|
|
57
61
|
* // },
|
|
58
62
|
* // };
|
|
59
63
|
*
|
|
@@ -378,6 +378,18 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
378
378
|
*/
|
|
379
379
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
380
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* @enum
|
|
384
|
+
*/
|
|
385
|
+
export declare const PublishDeploymentStatus: {
|
|
386
|
+
readonly DISABLED: "DISABLED";
|
|
387
|
+
readonly ENABLED: "ENABLED";
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export type PublishDeploymentStatus = (typeof PublishDeploymentStatus)[keyof typeof PublishDeploymentStatus];
|
|
381
393
|
/**
|
|
382
394
|
* @public
|
|
383
395
|
* @enum
|
|
@@ -389,6 +401,18 @@ export declare const SyncConfigurationType: {
|
|
|
389
401
|
* @public
|
|
390
402
|
*/
|
|
391
403
|
export type SyncConfigurationType = (typeof SyncConfigurationType)[keyof typeof SyncConfigurationType];
|
|
404
|
+
/**
|
|
405
|
+
* @public
|
|
406
|
+
* @enum
|
|
407
|
+
*/
|
|
408
|
+
export declare const TriggerResourceUpdateOn: {
|
|
409
|
+
readonly ANY_CHANGE: "ANY_CHANGE";
|
|
410
|
+
readonly FILE_CHANGE: "FILE_CHANGE";
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export type TriggerResourceUpdateOn = (typeof TriggerResourceUpdateOn)[keyof typeof TriggerResourceUpdateOn];
|
|
392
416
|
/**
|
|
393
417
|
* @public
|
|
394
418
|
*/
|
|
@@ -426,6 +450,16 @@ export interface CreateSyncConfigurationInput {
|
|
|
426
450
|
* <p>The type of sync configuration.</p>
|
|
427
451
|
*/
|
|
428
452
|
SyncType: SyncConfigurationType | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* @public
|
|
455
|
+
* <p>Whether to enable or disable publishing of deployment status to source providers.</p>
|
|
456
|
+
*/
|
|
457
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
458
|
+
/**
|
|
459
|
+
* @public
|
|
460
|
+
* <p>When to trigger Git sync to begin the stack update.</p>
|
|
461
|
+
*/
|
|
462
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
429
463
|
}
|
|
430
464
|
/**
|
|
431
465
|
* @public
|
|
@@ -479,6 +513,16 @@ export interface SyncConfiguration {
|
|
|
479
513
|
* <p>The type of sync for a specific sync configuration.</p>
|
|
480
514
|
*/
|
|
481
515
|
SyncType: SyncConfigurationType | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* @public
|
|
518
|
+
* <p>Whether to enable or disable publishing of deployment status to source providers.</p>
|
|
519
|
+
*/
|
|
520
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
521
|
+
/**
|
|
522
|
+
* @public
|
|
523
|
+
* <p>When to trigger Git sync to begin the stack update.</p>
|
|
524
|
+
*/
|
|
525
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
482
526
|
}
|
|
483
527
|
/**
|
|
484
528
|
* @public
|
|
@@ -1668,6 +1712,16 @@ export interface UpdateSyncConfigurationInput {
|
|
|
1668
1712
|
* <p>The sync type for the sync configuration to be updated.</p>
|
|
1669
1713
|
*/
|
|
1670
1714
|
SyncType: SyncConfigurationType | undefined;
|
|
1715
|
+
/**
|
|
1716
|
+
* @public
|
|
1717
|
+
* <p>Whether to enable or disable publishing of deployment status to source providers.</p>
|
|
1718
|
+
*/
|
|
1719
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
* <p>When to trigger Git sync to begin the stack update.</p>
|
|
1723
|
+
*/
|
|
1724
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
1671
1725
|
}
|
|
1672
1726
|
/**
|
|
1673
1727
|
* @public
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -142,11 +142,23 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
142
142
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
143
143
|
);
|
|
144
144
|
}
|
|
145
|
+
export declare const PublishDeploymentStatus: {
|
|
146
|
+
readonly DISABLED: "DISABLED";
|
|
147
|
+
readonly ENABLED: "ENABLED";
|
|
148
|
+
};
|
|
149
|
+
export type PublishDeploymentStatus =
|
|
150
|
+
(typeof PublishDeploymentStatus)[keyof typeof PublishDeploymentStatus];
|
|
145
151
|
export declare const SyncConfigurationType: {
|
|
146
152
|
readonly CFN_STACK_SYNC: "CFN_STACK_SYNC";
|
|
147
153
|
};
|
|
148
154
|
export type SyncConfigurationType =
|
|
149
155
|
(typeof SyncConfigurationType)[keyof typeof SyncConfigurationType];
|
|
156
|
+
export declare const TriggerResourceUpdateOn: {
|
|
157
|
+
readonly ANY_CHANGE: "ANY_CHANGE";
|
|
158
|
+
readonly FILE_CHANGE: "FILE_CHANGE";
|
|
159
|
+
};
|
|
160
|
+
export type TriggerResourceUpdateOn =
|
|
161
|
+
(typeof TriggerResourceUpdateOn)[keyof typeof TriggerResourceUpdateOn];
|
|
150
162
|
export interface CreateSyncConfigurationInput {
|
|
151
163
|
Branch: string | undefined;
|
|
152
164
|
ConfigFile: string | undefined;
|
|
@@ -154,6 +166,8 @@ export interface CreateSyncConfigurationInput {
|
|
|
154
166
|
ResourceName: string | undefined;
|
|
155
167
|
RoleArn: string | undefined;
|
|
156
168
|
SyncType: SyncConfigurationType | undefined;
|
|
169
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
170
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
157
171
|
}
|
|
158
172
|
export interface SyncConfiguration {
|
|
159
173
|
Branch: string | undefined;
|
|
@@ -165,6 +179,8 @@ export interface SyncConfiguration {
|
|
|
165
179
|
ResourceName: string | undefined;
|
|
166
180
|
RoleArn: string | undefined;
|
|
167
181
|
SyncType: SyncConfigurationType | undefined;
|
|
182
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
183
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
168
184
|
}
|
|
169
185
|
export interface CreateSyncConfigurationOutput {
|
|
170
186
|
SyncConfiguration: SyncConfiguration | undefined;
|
|
@@ -507,6 +523,8 @@ export interface UpdateSyncConfigurationInput {
|
|
|
507
523
|
ResourceName: string | undefined;
|
|
508
524
|
RoleArn?: string;
|
|
509
525
|
SyncType: SyncConfigurationType | undefined;
|
|
526
|
+
PublishDeploymentStatus?: PublishDeploymentStatus;
|
|
527
|
+
TriggerResourceUpdateOn?: TriggerResourceUpdateOn;
|
|
510
528
|
}
|
|
511
529
|
export interface UpdateSyncConfigurationOutput {
|
|
512
530
|
SyncConfiguration: SyncConfiguration | undefined;
|
|
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
apiVersion: string;
|
|
28
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
base64Encoder:
|
|
30
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
31
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
utf8Encoder:
|
|
32
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
33
33
|
disableHostPrefix: boolean;
|
|
34
34
|
serviceId: string;
|
|
35
35
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
apiVersion: string;
|
|
32
32
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
33
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
base64Encoder:
|
|
34
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
35
35
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
36
|
-
utf8Encoder:
|
|
36
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
38
|
serviceId: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
|
|
|
15
15
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
base64Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
base64Encoder:
|
|
18
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -4,7 +4,7 @@ export declare const getRuntimeConfig: (
|
|
|
4
4
|
) => {
|
|
5
5
|
apiVersion: string;
|
|
6
6
|
base64Decoder: import("@smithy/types").Decoder;
|
|
7
|
-
base64Encoder:
|
|
7
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
9
|
endpointProvider: (
|
|
10
10
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -19,5 +19,5 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
serviceId: string;
|
|
20
20
|
urlParser: import("@smithy/types").UrlParser;
|
|
21
21
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
22
|
-
utf8Encoder:
|
|
22
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
23
23
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codestar-connections",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.533.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-codestar-connections",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
38
|
-
"@smithy/hash-node": "^2.1.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
43
|
-
"@smithy/middleware-serde": "^2.1
|
|
44
|
-
"@smithy/middleware-stack": "^2.1.
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.4.
|
|
47
|
-
"@smithy/protocol-http": "^3.2.
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.1.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.533.0",
|
|
24
|
+
"@aws-sdk/core": "3.533.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.533.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.533.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.533.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.533.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.533.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.533.0",
|
|
31
|
+
"@aws-sdk/types": "3.533.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.533.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.533.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.533.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.5",
|
|
36
|
+
"@smithy/core": "^1.3.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.4.5",
|
|
38
|
+
"@smithy/hash-node": "^2.1.4",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.1.4",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.1.4",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.6",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.7",
|
|
43
|
+
"@smithy/middleware-serde": "^2.2.1",
|
|
44
|
+
"@smithy/middleware-stack": "^2.1.4",
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.5",
|
|
46
|
+
"@smithy/node-http-handler": "^2.4.3",
|
|
47
|
+
"@smithy/protocol-http": "^3.2.2",
|
|
48
|
+
"@smithy/smithy-client": "^2.4.5",
|
|
49
|
+
"@smithy/types": "^2.11.0",
|
|
50
|
+
"@smithy/url-parser": "^2.1.4",
|
|
51
|
+
"@smithy/util-base64": "^2.2.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
57
|
-
"@smithy/util-middleware": "^2.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
53
|
+
"@smithy/util-body-length-node": "^2.2.2",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.7",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.7",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.5",
|
|
57
|
+
"@smithy/util-middleware": "^2.1.4",
|
|
58
|
+
"@smithy/util-retry": "^2.1.4",
|
|
59
|
+
"@smithy/util-utf8": "^2.2.0",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|