@aws-sdk/client-codebuild 3.669.0 → 3.672.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 +22 -0
- package/dist-cjs/runtimeConfig.browser.js +1 -1
- package/dist-cjs/runtimeConfig.js +1 -1
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -2
- package/dist-types/commands/BatchGetFleetsCommand.d.ts +12 -0
- package/dist-types/commands/BatchGetProjectsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +24 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateWebhookCommand.d.ts +2 -2
- package/dist-types/commands/UpdateFleetCommand.d.ts +24 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWebhookCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +89 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -63,6 +63,9 @@ __export(src_exports, {
|
|
|
63
63
|
FileSystemType: () => FileSystemType,
|
|
64
64
|
FleetContextCode: () => FleetContextCode,
|
|
65
65
|
FleetOverflowBehavior: () => FleetOverflowBehavior,
|
|
66
|
+
FleetProxyRuleBehavior: () => FleetProxyRuleBehavior,
|
|
67
|
+
FleetProxyRuleEffectType: () => FleetProxyRuleEffectType,
|
|
68
|
+
FleetProxyRuleType: () => FleetProxyRuleType,
|
|
66
69
|
FleetScalingMetricType: () => FleetScalingMetricType,
|
|
67
70
|
FleetScalingType: () => FleetScalingType,
|
|
68
71
|
FleetSortByType: () => FleetSortByType,
|
|
@@ -473,6 +476,18 @@ var FleetOverflowBehavior = {
|
|
|
473
476
|
ON_DEMAND: "ON_DEMAND",
|
|
474
477
|
QUEUE: "QUEUE"
|
|
475
478
|
};
|
|
479
|
+
var FleetProxyRuleBehavior = {
|
|
480
|
+
ALLOW_ALL: "ALLOW_ALL",
|
|
481
|
+
DENY_ALL: "DENY_ALL"
|
|
482
|
+
};
|
|
483
|
+
var FleetProxyRuleEffectType = {
|
|
484
|
+
ALLOW: "ALLOW",
|
|
485
|
+
DENY: "DENY"
|
|
486
|
+
};
|
|
487
|
+
var FleetProxyRuleType = {
|
|
488
|
+
DOMAIN: "DOMAIN",
|
|
489
|
+
IP: "IP"
|
|
490
|
+
};
|
|
476
491
|
var FleetScalingType = {
|
|
477
492
|
TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING"
|
|
478
493
|
};
|
|
@@ -512,6 +527,7 @@ var WebhookFilterType = {
|
|
|
512
527
|
FILE_PATH: "FILE_PATH",
|
|
513
528
|
HEAD_REF: "HEAD_REF",
|
|
514
529
|
RELEASE_NAME: "RELEASE_NAME",
|
|
530
|
+
REPOSITORY_NAME: "REPOSITORY_NAME",
|
|
515
531
|
TAG_NAME: "TAG_NAME",
|
|
516
532
|
WORKFLOW_NAME: "WORKFLOW_NAME"
|
|
517
533
|
};
|
|
@@ -1706,6 +1722,7 @@ var se_CreateFleetInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1706
1722
|
imageId: [],
|
|
1707
1723
|
name: [],
|
|
1708
1724
|
overflowBehavior: [],
|
|
1725
|
+
proxyConfiguration: import_smithy_client._json,
|
|
1709
1726
|
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1710
1727
|
tags: import_smithy_client._json,
|
|
1711
1728
|
vpcConfig: import_smithy_client._json
|
|
@@ -1749,6 +1766,7 @@ var se_UpdateFleetInput = /* @__PURE__ */ __name((input, context) => {
|
|
|
1749
1766
|
fleetServiceRole: [],
|
|
1750
1767
|
imageId: [],
|
|
1751
1768
|
overflowBehavior: [],
|
|
1769
|
+
proxyConfiguration: import_smithy_client._json,
|
|
1752
1770
|
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1753
1771
|
tags: import_smithy_client._json,
|
|
1754
1772
|
vpcConfig: import_smithy_client._json
|
|
@@ -2009,6 +2027,7 @@ var de_Fleet = /* @__PURE__ */ __name((output, context) => {
|
|
|
2009
2027
|
lastModified: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2010
2028
|
name: import_smithy_client.expectString,
|
|
2011
2029
|
overflowBehavior: import_smithy_client.expectString,
|
|
2030
|
+
proxyConfiguration: import_smithy_client._json,
|
|
2012
2031
|
scalingConfiguration: (_) => de_ScalingConfigurationOutput(_, context),
|
|
2013
2032
|
status: import_smithy_client._json,
|
|
2014
2033
|
tags: import_smithy_client._json,
|
|
@@ -3134,6 +3153,9 @@ var paginateListSharedReportGroups = (0, import_core.createPaginator)(CodeBuildC
|
|
|
3134
3153
|
SourceType,
|
|
3135
3154
|
BuildPhaseType,
|
|
3136
3155
|
FleetOverflowBehavior,
|
|
3156
|
+
FleetProxyRuleBehavior,
|
|
3157
|
+
FleetProxyRuleEffectType,
|
|
3158
|
+
FleetProxyRuleType,
|
|
3137
3159
|
FleetScalingType,
|
|
3138
3160
|
FleetScalingMetricType,
|
|
3139
3161
|
FleetContextCode,
|
|
@@ -25,7 +25,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
25
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
|
|
26
26
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
27
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
-
(0, util_user_agent_browser_1.
|
|
28
|
+
(0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
29
29
|
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
30
30
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
31
31
|
requestHandler: fetch_http_handler_1.FetchHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -31,7 +31,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
31
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
32
32
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
33
33
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
34
|
-
(0, util_user_agent_node_1.
|
|
34
|
+
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
35
35
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
36
36
|
region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
37
37
|
requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -154,6 +154,18 @@ export const FleetOverflowBehavior = {
|
|
|
154
154
|
ON_DEMAND: "ON_DEMAND",
|
|
155
155
|
QUEUE: "QUEUE",
|
|
156
156
|
};
|
|
157
|
+
export const FleetProxyRuleBehavior = {
|
|
158
|
+
ALLOW_ALL: "ALLOW_ALL",
|
|
159
|
+
DENY_ALL: "DENY_ALL",
|
|
160
|
+
};
|
|
161
|
+
export const FleetProxyRuleEffectType = {
|
|
162
|
+
ALLOW: "ALLOW",
|
|
163
|
+
DENY: "DENY",
|
|
164
|
+
};
|
|
165
|
+
export const FleetProxyRuleType = {
|
|
166
|
+
DOMAIN: "DOMAIN",
|
|
167
|
+
IP: "IP",
|
|
168
|
+
};
|
|
157
169
|
export const FleetScalingType = {
|
|
158
170
|
TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING",
|
|
159
171
|
};
|
|
@@ -193,6 +205,7 @@ export const WebhookFilterType = {
|
|
|
193
205
|
FILE_PATH: "FILE_PATH",
|
|
194
206
|
HEAD_REF: "HEAD_REF",
|
|
195
207
|
RELEASE_NAME: "RELEASE_NAME",
|
|
208
|
+
REPOSITORY_NAME: "REPOSITORY_NAME",
|
|
196
209
|
TAG_NAME: "TAG_NAME",
|
|
197
210
|
WORKFLOW_NAME: "WORKFLOW_NAME",
|
|
198
211
|
};
|
|
@@ -1038,6 +1038,7 @@ const se_CreateFleetInput = (input, context) => {
|
|
|
1038
1038
|
imageId: [],
|
|
1039
1039
|
name: [],
|
|
1040
1040
|
overflowBehavior: [],
|
|
1041
|
+
proxyConfiguration: _json,
|
|
1041
1042
|
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1042
1043
|
tags: _json,
|
|
1043
1044
|
vpcConfig: _json,
|
|
@@ -1083,6 +1084,7 @@ const se_UpdateFleetInput = (input, context) => {
|
|
|
1083
1084
|
fleetServiceRole: [],
|
|
1084
1085
|
imageId: [],
|
|
1085
1086
|
overflowBehavior: [],
|
|
1087
|
+
proxyConfiguration: _json,
|
|
1086
1088
|
scalingConfiguration: (_) => se_ScalingConfigurationInput(_, context),
|
|
1087
1089
|
tags: _json,
|
|
1088
1090
|
vpcConfig: _json,
|
|
@@ -1357,6 +1359,7 @@ const de_Fleet = (output, context) => {
|
|
|
1357
1359
|
lastModified: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1358
1360
|
name: __expectString,
|
|
1359
1361
|
overflowBehavior: __expectString,
|
|
1362
|
+
proxyConfiguration: _json,
|
|
1360
1363
|
scalingConfiguration: (_) => de_ScalingConfigurationOutput(_, context),
|
|
1361
1364
|
status: _json,
|
|
1362
1365
|
tags: _json,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
|
-
import {
|
|
3
|
+
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
@@ -21,7 +21,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
21
21
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
22
22
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
23
23
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
24
|
-
|
|
24
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
25
25
|
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
26
26
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
27
27
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
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 { NODE_APP_ID_CONFIG_OPTIONS,
|
|
4
|
+
import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } 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";
|
|
@@ -27,7 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
27
27
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
28
28
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
29
29
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
30
|
-
|
|
30
|
+
createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
31
31
|
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
32
32
|
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
33
33
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
@@ -78,6 +78,18 @@ declare const BatchGetFleetsCommand_base: {
|
|
|
78
78
|
* // "STRING_VALUE",
|
|
79
79
|
* // ],
|
|
80
80
|
* // },
|
|
81
|
+
* // proxyConfiguration: { // ProxyConfiguration
|
|
82
|
+
* // defaultBehavior: "ALLOW_ALL" || "DENY_ALL",
|
|
83
|
+
* // orderedProxyRules: [ // FleetProxyRules
|
|
84
|
+
* // { // FleetProxyRule
|
|
85
|
+
* // type: "DOMAIN" || "IP", // required
|
|
86
|
+
* // effect: "ALLOW" || "DENY", // required
|
|
87
|
+
* // entities: [ // FleetProxyRuleEntities // required
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // },
|
|
81
93
|
* // imageId: "STRING_VALUE",
|
|
82
94
|
* // fleetServiceRole: "STRING_VALUE",
|
|
83
95
|
* // tags: [ // TagList
|
|
@@ -171,7 +171,7 @@ declare const BatchGetProjectsCommand_base: {
|
|
|
171
171
|
* // filterGroups: [ // FilterGroups
|
|
172
172
|
* // [ // FilterGroup
|
|
173
173
|
* // { // WebhookFilter
|
|
174
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
174
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
175
175
|
* // pattern: "STRING_VALUE", // required
|
|
176
176
|
* // excludeMatchedPattern: true || false,
|
|
177
177
|
* // },
|
|
@@ -59,6 +59,18 @@ declare const CreateFleetCommand_base: {
|
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
61
|
* },
|
|
62
|
+
* proxyConfiguration: { // ProxyConfiguration
|
|
63
|
+
* defaultBehavior: "ALLOW_ALL" || "DENY_ALL",
|
|
64
|
+
* orderedProxyRules: [ // FleetProxyRules
|
|
65
|
+
* { // FleetProxyRule
|
|
66
|
+
* type: "DOMAIN" || "IP", // required
|
|
67
|
+
* effect: "ALLOW" || "DENY", // required
|
|
68
|
+
* entities: [ // FleetProxyRuleEntities // required
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
62
74
|
* imageId: "STRING_VALUE",
|
|
63
75
|
* fleetServiceRole: "STRING_VALUE",
|
|
64
76
|
* tags: [ // TagList
|
|
@@ -106,6 +118,18 @@ declare const CreateFleetCommand_base: {
|
|
|
106
118
|
* // "STRING_VALUE",
|
|
107
119
|
* // ],
|
|
108
120
|
* // },
|
|
121
|
+
* // proxyConfiguration: { // ProxyConfiguration
|
|
122
|
+
* // defaultBehavior: "ALLOW_ALL" || "DENY_ALL",
|
|
123
|
+
* // orderedProxyRules: [ // FleetProxyRules
|
|
124
|
+
* // { // FleetProxyRule
|
|
125
|
+
* // type: "DOMAIN" || "IP", // required
|
|
126
|
+
* // effect: "ALLOW" || "DENY", // required
|
|
127
|
+
* // entities: [ // FleetProxyRuleEntities // required
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
109
133
|
* // imageId: "STRING_VALUE",
|
|
110
134
|
* // fleetServiceRole: "STRING_VALUE",
|
|
111
135
|
* // tags: [ // TagList
|
|
@@ -328,7 +328,7 @@ declare const CreateProjectCommand_base: {
|
|
|
328
328
|
* // filterGroups: [ // FilterGroups
|
|
329
329
|
* // [ // FilterGroup
|
|
330
330
|
* // { // WebhookFilter
|
|
331
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
331
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
332
332
|
* // pattern: "STRING_VALUE", // required
|
|
333
333
|
* // excludeMatchedPattern: true || false,
|
|
334
334
|
* // },
|
|
@@ -50,7 +50,7 @@ declare const CreateWebhookCommand_base: {
|
|
|
50
50
|
* filterGroups: [ // FilterGroups
|
|
51
51
|
* [ // FilterGroup
|
|
52
52
|
* { // WebhookFilter
|
|
53
|
-
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
53
|
+
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
54
54
|
* pattern: "STRING_VALUE", // required
|
|
55
55
|
* excludeMatchedPattern: true || false,
|
|
56
56
|
* },
|
|
@@ -75,7 +75,7 @@ declare const CreateWebhookCommand_base: {
|
|
|
75
75
|
* // filterGroups: [ // FilterGroups
|
|
76
76
|
* // [ // FilterGroup
|
|
77
77
|
* // { // WebhookFilter
|
|
78
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
78
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
79
79
|
* // pattern: "STRING_VALUE", // required
|
|
80
80
|
* // excludeMatchedPattern: true || false,
|
|
81
81
|
* // },
|
|
@@ -59,6 +59,18 @@ declare const UpdateFleetCommand_base: {
|
|
|
59
59
|
* "STRING_VALUE",
|
|
60
60
|
* ],
|
|
61
61
|
* },
|
|
62
|
+
* proxyConfiguration: { // ProxyConfiguration
|
|
63
|
+
* defaultBehavior: "ALLOW_ALL" || "DENY_ALL",
|
|
64
|
+
* orderedProxyRules: [ // FleetProxyRules
|
|
65
|
+
* { // FleetProxyRule
|
|
66
|
+
* type: "DOMAIN" || "IP", // required
|
|
67
|
+
* effect: "ALLOW" || "DENY", // required
|
|
68
|
+
* entities: [ // FleetProxyRuleEntities // required
|
|
69
|
+
* "STRING_VALUE",
|
|
70
|
+
* ],
|
|
71
|
+
* },
|
|
72
|
+
* ],
|
|
73
|
+
* },
|
|
62
74
|
* imageId: "STRING_VALUE",
|
|
63
75
|
* fleetServiceRole: "STRING_VALUE",
|
|
64
76
|
* tags: [ // TagList
|
|
@@ -106,6 +118,18 @@ declare const UpdateFleetCommand_base: {
|
|
|
106
118
|
* // "STRING_VALUE",
|
|
107
119
|
* // ],
|
|
108
120
|
* // },
|
|
121
|
+
* // proxyConfiguration: { // ProxyConfiguration
|
|
122
|
+
* // defaultBehavior: "ALLOW_ALL" || "DENY_ALL",
|
|
123
|
+
* // orderedProxyRules: [ // FleetProxyRules
|
|
124
|
+
* // { // FleetProxyRule
|
|
125
|
+
* // type: "DOMAIN" || "IP", // required
|
|
126
|
+
* // effect: "ALLOW" || "DENY", // required
|
|
127
|
+
* // entities: [ // FleetProxyRuleEntities // required
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // },
|
|
131
|
+
* // ],
|
|
132
|
+
* // },
|
|
109
133
|
* // imageId: "STRING_VALUE",
|
|
110
134
|
* // fleetServiceRole: "STRING_VALUE",
|
|
111
135
|
* // tags: [ // TagList
|
|
@@ -328,7 +328,7 @@ declare const UpdateProjectCommand_base: {
|
|
|
328
328
|
* // filterGroups: [ // FilterGroups
|
|
329
329
|
* // [ // FilterGroup
|
|
330
330
|
* // { // WebhookFilter
|
|
331
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
331
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
332
332
|
* // pattern: "STRING_VALUE", // required
|
|
333
333
|
* // excludeMatchedPattern: true || false,
|
|
334
334
|
* // },
|
|
@@ -45,7 +45,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
45
45
|
* filterGroups: [ // FilterGroups
|
|
46
46
|
* [ // FilterGroup
|
|
47
47
|
* { // WebhookFilter
|
|
48
|
-
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
48
|
+
* type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
49
49
|
* pattern: "STRING_VALUE", // required
|
|
50
50
|
* excludeMatchedPattern: true || false,
|
|
51
51
|
* },
|
|
@@ -64,7 +64,7 @@ declare const UpdateWebhookCommand_base: {
|
|
|
64
64
|
* // filterGroups: [ // FilterGroups
|
|
65
65
|
* // [ // FilterGroup
|
|
66
66
|
* // { // WebhookFilter
|
|
67
|
-
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME", // required
|
|
67
|
+
* // type: "EVENT" || "BASE_REF" || "HEAD_REF" || "ACTOR_ACCOUNT_ID" || "FILE_PATH" || "COMMIT_MESSAGE" || "WORKFLOW_NAME" || "TAG_NAME" || "RELEASE_NAME" || "REPOSITORY_NAME", // required
|
|
68
68
|
* // pattern: "STRING_VALUE", // required
|
|
69
69
|
* // excludeMatchedPattern: true || false,
|
|
70
70
|
* // },
|
|
@@ -2488,6 +2488,79 @@ export declare const FleetOverflowBehavior: {
|
|
|
2488
2488
|
* @public
|
|
2489
2489
|
*/
|
|
2490
2490
|
export type FleetOverflowBehavior = (typeof FleetOverflowBehavior)[keyof typeof FleetOverflowBehavior];
|
|
2491
|
+
/**
|
|
2492
|
+
* @public
|
|
2493
|
+
* @enum
|
|
2494
|
+
*/
|
|
2495
|
+
export declare const FleetProxyRuleBehavior: {
|
|
2496
|
+
readonly ALLOW_ALL: "ALLOW_ALL";
|
|
2497
|
+
readonly DENY_ALL: "DENY_ALL";
|
|
2498
|
+
};
|
|
2499
|
+
/**
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2502
|
+
export type FleetProxyRuleBehavior = (typeof FleetProxyRuleBehavior)[keyof typeof FleetProxyRuleBehavior];
|
|
2503
|
+
/**
|
|
2504
|
+
* @public
|
|
2505
|
+
* @enum
|
|
2506
|
+
*/
|
|
2507
|
+
export declare const FleetProxyRuleEffectType: {
|
|
2508
|
+
readonly ALLOW: "ALLOW";
|
|
2509
|
+
readonly DENY: "DENY";
|
|
2510
|
+
};
|
|
2511
|
+
/**
|
|
2512
|
+
* @public
|
|
2513
|
+
*/
|
|
2514
|
+
export type FleetProxyRuleEffectType = (typeof FleetProxyRuleEffectType)[keyof typeof FleetProxyRuleEffectType];
|
|
2515
|
+
/**
|
|
2516
|
+
* @public
|
|
2517
|
+
* @enum
|
|
2518
|
+
*/
|
|
2519
|
+
export declare const FleetProxyRuleType: {
|
|
2520
|
+
readonly DOMAIN: "DOMAIN";
|
|
2521
|
+
readonly IP: "IP";
|
|
2522
|
+
};
|
|
2523
|
+
/**
|
|
2524
|
+
* @public
|
|
2525
|
+
*/
|
|
2526
|
+
export type FleetProxyRuleType = (typeof FleetProxyRuleType)[keyof typeof FleetProxyRuleType];
|
|
2527
|
+
/**
|
|
2528
|
+
* <p>Information about the proxy rule for your reserved capacity instances.</p>
|
|
2529
|
+
* @public
|
|
2530
|
+
*/
|
|
2531
|
+
export interface FleetProxyRule {
|
|
2532
|
+
/**
|
|
2533
|
+
* <p>The type of proxy rule.</p>
|
|
2534
|
+
* @public
|
|
2535
|
+
*/
|
|
2536
|
+
type: FleetProxyRuleType | undefined;
|
|
2537
|
+
/**
|
|
2538
|
+
* <p>The behavior of the proxy rule.</p>
|
|
2539
|
+
* @public
|
|
2540
|
+
*/
|
|
2541
|
+
effect: FleetProxyRuleEffectType | undefined;
|
|
2542
|
+
/**
|
|
2543
|
+
* <p>The destination of the proxy rule.</p>
|
|
2544
|
+
* @public
|
|
2545
|
+
*/
|
|
2546
|
+
entities: string[] | undefined;
|
|
2547
|
+
}
|
|
2548
|
+
/**
|
|
2549
|
+
* <p>Information about the proxy configurations that apply network access control to your reserved capacity instances.</p>
|
|
2550
|
+
* @public
|
|
2551
|
+
*/
|
|
2552
|
+
export interface ProxyConfiguration {
|
|
2553
|
+
/**
|
|
2554
|
+
* <p>The default behavior of outgoing traffic.</p>
|
|
2555
|
+
* @public
|
|
2556
|
+
*/
|
|
2557
|
+
defaultBehavior?: FleetProxyRuleBehavior;
|
|
2558
|
+
/**
|
|
2559
|
+
* <p>An array of <code>FleetProxyRule</code> objects that represent the specified destination domains or IPs to allow or deny network access control to.</p>
|
|
2560
|
+
* @public
|
|
2561
|
+
*/
|
|
2562
|
+
orderedProxyRules?: FleetProxyRule[];
|
|
2563
|
+
}
|
|
2491
2564
|
/**
|
|
2492
2565
|
* @public
|
|
2493
2566
|
* @enum
|
|
@@ -2852,6 +2925,11 @@ export interface Fleet {
|
|
|
2852
2925
|
* @public
|
|
2853
2926
|
*/
|
|
2854
2927
|
vpcConfig?: VpcConfig;
|
|
2928
|
+
/**
|
|
2929
|
+
* <p>The proxy configuration of the compute fleet.</p>
|
|
2930
|
+
* @public
|
|
2931
|
+
*/
|
|
2932
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
2855
2933
|
/**
|
|
2856
2934
|
* <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
|
|
2857
2935
|
* @public
|
|
@@ -3205,6 +3283,7 @@ export declare const WebhookFilterType: {
|
|
|
3205
3283
|
readonly FILE_PATH: "FILE_PATH";
|
|
3206
3284
|
readonly HEAD_REF: "HEAD_REF";
|
|
3207
3285
|
readonly RELEASE_NAME: "RELEASE_NAME";
|
|
3286
|
+
readonly REPOSITORY_NAME: "REPOSITORY_NAME";
|
|
3208
3287
|
readonly TAG_NAME: "TAG_NAME";
|
|
3209
3288
|
readonly WORKFLOW_NAME: "WORKFLOW_NAME";
|
|
3210
3289
|
};
|
|
@@ -4340,6 +4419,11 @@ export interface CreateFleetInput {
|
|
|
4340
4419
|
* @public
|
|
4341
4420
|
*/
|
|
4342
4421
|
vpcConfig?: VpcConfig;
|
|
4422
|
+
/**
|
|
4423
|
+
* <p>The proxy configuration of the compute fleet.</p>
|
|
4424
|
+
* @public
|
|
4425
|
+
*/
|
|
4426
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
4343
4427
|
/**
|
|
4344
4428
|
* <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
|
|
4345
4429
|
* @public
|
|
@@ -7230,6 +7314,11 @@ export interface UpdateFleetInput {
|
|
|
7230
7314
|
* @public
|
|
7231
7315
|
*/
|
|
7232
7316
|
vpcConfig?: VpcConfig;
|
|
7317
|
+
/**
|
|
7318
|
+
* <p>The proxy configuration of the compute fleet.</p>
|
|
7319
|
+
* @public
|
|
7320
|
+
*/
|
|
7321
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
7233
7322
|
/**
|
|
7234
7323
|
* <p>The Amazon Machine Image (AMI) of the compute fleet.</p>
|
|
7235
7324
|
* @public
|
|
@@ -436,6 +436,33 @@ export declare const FleetOverflowBehavior: {
|
|
|
436
436
|
};
|
|
437
437
|
export type FleetOverflowBehavior =
|
|
438
438
|
(typeof FleetOverflowBehavior)[keyof typeof FleetOverflowBehavior];
|
|
439
|
+
export declare const FleetProxyRuleBehavior: {
|
|
440
|
+
readonly ALLOW_ALL: "ALLOW_ALL";
|
|
441
|
+
readonly DENY_ALL: "DENY_ALL";
|
|
442
|
+
};
|
|
443
|
+
export type FleetProxyRuleBehavior =
|
|
444
|
+
(typeof FleetProxyRuleBehavior)[keyof typeof FleetProxyRuleBehavior];
|
|
445
|
+
export declare const FleetProxyRuleEffectType: {
|
|
446
|
+
readonly ALLOW: "ALLOW";
|
|
447
|
+
readonly DENY: "DENY";
|
|
448
|
+
};
|
|
449
|
+
export type FleetProxyRuleEffectType =
|
|
450
|
+
(typeof FleetProxyRuleEffectType)[keyof typeof FleetProxyRuleEffectType];
|
|
451
|
+
export declare const FleetProxyRuleType: {
|
|
452
|
+
readonly DOMAIN: "DOMAIN";
|
|
453
|
+
readonly IP: "IP";
|
|
454
|
+
};
|
|
455
|
+
export type FleetProxyRuleType =
|
|
456
|
+
(typeof FleetProxyRuleType)[keyof typeof FleetProxyRuleType];
|
|
457
|
+
export interface FleetProxyRule {
|
|
458
|
+
type: FleetProxyRuleType | undefined;
|
|
459
|
+
effect: FleetProxyRuleEffectType | undefined;
|
|
460
|
+
entities: string[] | undefined;
|
|
461
|
+
}
|
|
462
|
+
export interface ProxyConfiguration {
|
|
463
|
+
defaultBehavior?: FleetProxyRuleBehavior;
|
|
464
|
+
orderedProxyRules?: FleetProxyRule[];
|
|
465
|
+
}
|
|
439
466
|
export declare const FleetScalingType: {
|
|
440
467
|
readonly TARGET_TRACKING_SCALING: "TARGET_TRACKING_SCALING";
|
|
441
468
|
};
|
|
@@ -499,6 +526,7 @@ export interface Fleet {
|
|
|
499
526
|
scalingConfiguration?: ScalingConfigurationOutput;
|
|
500
527
|
overflowBehavior?: FleetOverflowBehavior;
|
|
501
528
|
vpcConfig?: VpcConfig;
|
|
529
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
502
530
|
imageId?: string;
|
|
503
531
|
fleetServiceRole?: string;
|
|
504
532
|
tags?: Tag[];
|
|
@@ -546,6 +574,7 @@ export declare const WebhookFilterType: {
|
|
|
546
574
|
readonly FILE_PATH: "FILE_PATH";
|
|
547
575
|
readonly HEAD_REF: "HEAD_REF";
|
|
548
576
|
readonly RELEASE_NAME: "RELEASE_NAME";
|
|
577
|
+
readonly REPOSITORY_NAME: "REPOSITORY_NAME";
|
|
549
578
|
readonly TAG_NAME: "TAG_NAME";
|
|
550
579
|
readonly WORKFLOW_NAME: "WORKFLOW_NAME";
|
|
551
580
|
};
|
|
@@ -724,6 +753,7 @@ export interface CreateFleetInput {
|
|
|
724
753
|
scalingConfiguration?: ScalingConfigurationInput;
|
|
725
754
|
overflowBehavior?: FleetOverflowBehavior;
|
|
726
755
|
vpcConfig?: VpcConfig;
|
|
756
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
727
757
|
imageId?: string;
|
|
728
758
|
fleetServiceRole?: string;
|
|
729
759
|
tags?: Tag[];
|
|
@@ -1262,6 +1292,7 @@ export interface UpdateFleetInput {
|
|
|
1262
1292
|
scalingConfiguration?: ScalingConfigurationInput;
|
|
1263
1293
|
overflowBehavior?: FleetOverflowBehavior;
|
|
1264
1294
|
vpcConfig?: VpcConfig;
|
|
1295
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
1265
1296
|
imageId?: string;
|
|
1266
1297
|
fleetServiceRole?: string;
|
|
1267
1298
|
tags?: Tag[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codebuild",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.672.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-codebuild",
|
|
@@ -20,10 +20,10 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.670.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.670.0",
|
|
25
25
|
"@aws-sdk/core": "3.667.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.670.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.667.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.667.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.667.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.667.0",
|
|
32
32
|
"@aws-sdk/types": "3.667.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.667.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.670.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.669.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.9",
|
|
37
37
|
"@smithy/core": "^2.4.8",
|