@cdklabs/cdk-construct-connect-datalake 0.0.12 → 0.0.13
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/.jsii +11 -11
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-connect/README.md +11 -6
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/package.json +9 -9
- package/node_modules/@aws-sdk/client-glue/README.md +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +38 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +91 -36
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +66 -11
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +24 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +70 -97
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +97 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +18 -22
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +21 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/package.json +9 -9
- package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-ram/package.json +9 -9
- package/node_modules/@aws-sdk/client-sts/package.json +11 -11
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +1 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/eslint.config.mjs +1 -0
- package/node_modules/which-typed-array/index.d.ts +22 -31
- package/node_modules/which-typed-array/index.js +36 -23
- package/node_modules/which-typed-array/package.json +4 -7
- package/package.json +14 -14
|
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
|
|
|
16
16
|
const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
17
17
|
return {
|
|
18
18
|
operation: client.getSmithyContext(context).operation,
|
|
19
|
-
region:
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
})(),
|
|
19
|
+
region: await client.normalizeProvider(config.region)() || (() => {
|
|
20
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
21
|
+
})(),
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -80,7 +79,7 @@ const commonParams = {
|
|
|
80
79
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
81
80
|
};
|
|
82
81
|
|
|
83
|
-
var version = "3.997.
|
|
82
|
+
var version = "3.997.16";
|
|
84
83
|
var packageInfo = {
|
|
85
84
|
version: version};
|
|
86
85
|
|
|
@@ -99,7 +98,7 @@ const _data = {
|
|
|
99
98
|
[g, [j, "us-east-1"]],
|
|
100
99
|
[g, [j, "us-east-2"]],
|
|
101
100
|
[g, [j, "us-west-1"]],
|
|
102
|
-
[g, [j, "us-west-2"]]
|
|
101
|
+
[g, [j, "us-west-2"]]
|
|
103
102
|
],
|
|
104
103
|
results: [
|
|
105
104
|
[a],
|
|
@@ -118,66 +117,30 @@ const _data = {
|
|
|
118
117
|
["https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
119
118
|
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
120
119
|
["https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
121
|
-
[a, "Invalid Configuration: Missing Region"]
|
|
122
|
-
]
|
|
120
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
121
|
+
]
|
|
123
122
|
};
|
|
124
123
|
const root = 2;
|
|
125
124
|
const r = 100_000_000;
|
|
126
125
|
const nodes = new Int32Array([
|
|
127
|
-
-1,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
5,
|
|
138
|
-
r +
|
|
139
|
-
|
|
140
|
-
9,
|
|
141
|
-
6,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
r +
|
|
145
|
-
6,
|
|
146
|
-
8,
|
|
147
|
-
r + 14,
|
|
148
|
-
7,
|
|
149
|
-
r + 12,
|
|
150
|
-
r + 13,
|
|
151
|
-
4,
|
|
152
|
-
11,
|
|
153
|
-
10,
|
|
154
|
-
5,
|
|
155
|
-
r + 9,
|
|
156
|
-
r + 11,
|
|
157
|
-
5,
|
|
158
|
-
12,
|
|
159
|
-
r + 10,
|
|
160
|
-
6,
|
|
161
|
-
13,
|
|
162
|
-
r + 9,
|
|
163
|
-
8,
|
|
164
|
-
r + 4,
|
|
165
|
-
14,
|
|
166
|
-
9,
|
|
167
|
-
r + 5,
|
|
168
|
-
15,
|
|
169
|
-
10,
|
|
170
|
-
r + 6,
|
|
171
|
-
16,
|
|
172
|
-
11,
|
|
173
|
-
r + 7,
|
|
174
|
-
r + 8,
|
|
175
|
-
3,
|
|
176
|
-
r + 1,
|
|
177
|
-
18,
|
|
178
|
-
5,
|
|
179
|
-
r + 2,
|
|
180
|
-
r + 3,
|
|
126
|
+
-1, 1, -1,
|
|
127
|
+
0, 17, 3,
|
|
128
|
+
1, 4, r + 16,
|
|
129
|
+
2, 5, r + 16,
|
|
130
|
+
3, 9, 6,
|
|
131
|
+
5, 7, r + 15,
|
|
132
|
+
6, 8, r + 14,
|
|
133
|
+
7, r + 12, r + 13,
|
|
134
|
+
4, 11, 10,
|
|
135
|
+
5, r + 9, r + 11,
|
|
136
|
+
5, 12, r + 10,
|
|
137
|
+
6, 13, r + 9,
|
|
138
|
+
8, r + 4, 14,
|
|
139
|
+
9, r + 5, 15,
|
|
140
|
+
10, r + 6, 16,
|
|
141
|
+
11, r + 7, r + 8,
|
|
142
|
+
3, r + 1, 18,
|
|
143
|
+
5, r + 2, r + 3,
|
|
181
144
|
]);
|
|
182
145
|
const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
183
146
|
|
|
@@ -348,71 +311,103 @@ const _s_registry = schema.TypeRegistry.for(_s);
|
|
|
348
311
|
var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
|
|
349
312
|
_s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
350
313
|
const n0_registry = schema.TypeRegistry.for(n0);
|
|
351
|
-
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
314
|
+
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
315
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
316
|
+
[_m],
|
|
317
|
+
[0]
|
|
318
|
+
];
|
|
352
319
|
n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
|
|
353
|
-
var InternalErrorException$ = [-3, n0, _IEE,
|
|
320
|
+
var InternalErrorException$ = [-3, n0, _IEE,
|
|
321
|
+
{ [_e]: _se },
|
|
322
|
+
[_m],
|
|
323
|
+
[0]
|
|
324
|
+
];
|
|
354
325
|
n0_registry.registerError(InternalErrorException$, InternalErrorException);
|
|
355
|
-
var InvalidIdentityPoolConfigurationException$ = [
|
|
356
|
-
-3,
|
|
357
|
-
n0,
|
|
358
|
-
_IIPCE,
|
|
326
|
+
var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
|
|
359
327
|
{ [_e]: _c, [_hE]: 400 },
|
|
360
328
|
[_m],
|
|
361
|
-
[0]
|
|
329
|
+
[0]
|
|
362
330
|
];
|
|
363
331
|
n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
|
|
364
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
332
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
333
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
334
|
+
[_m],
|
|
335
|
+
[0]
|
|
336
|
+
];
|
|
365
337
|
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
366
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
338
|
+
var LimitExceededException$ = [-3, n0, _LEE,
|
|
339
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
340
|
+
[_m],
|
|
341
|
+
[0]
|
|
342
|
+
];
|
|
367
343
|
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
368
|
-
var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
344
|
+
var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
345
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
346
|
+
[_m],
|
|
347
|
+
[0]
|
|
348
|
+
];
|
|
369
349
|
n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
370
|
-
var ResourceConflictException$ = [-3, n0, _RCE,
|
|
350
|
+
var ResourceConflictException$ = [-3, n0, _RCE,
|
|
351
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
352
|
+
[_m],
|
|
353
|
+
[0]
|
|
354
|
+
];
|
|
371
355
|
n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
|
|
372
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
356
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
357
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
358
|
+
[_m],
|
|
359
|
+
[0]
|
|
360
|
+
];
|
|
373
361
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
374
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
362
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
363
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
364
|
+
[_m],
|
|
365
|
+
[0]
|
|
366
|
+
];
|
|
375
367
|
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
376
|
-
const errorTypeRegistries = [
|
|
368
|
+
const errorTypeRegistries = [
|
|
369
|
+
_s_registry,
|
|
370
|
+
n0_registry,
|
|
371
|
+
];
|
|
377
372
|
var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
378
373
|
var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
379
|
-
var Credentials$ = [
|
|
380
|
-
3,
|
|
381
|
-
n0,
|
|
382
|
-
_C,
|
|
374
|
+
var Credentials$ = [3, n0, _C,
|
|
383
375
|
0,
|
|
384
376
|
[_AKI, _SK, _ST, _E],
|
|
385
|
-
[0, [() => SecretKeyString, 0], 0, 4]
|
|
377
|
+
[0, [() => SecretKeyString, 0], 0, 4]
|
|
386
378
|
];
|
|
387
|
-
var GetCredentialsForIdentityInput$ = [
|
|
388
|
-
3,
|
|
389
|
-
n0,
|
|
390
|
-
_GCFII,
|
|
379
|
+
var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
|
|
391
380
|
0,
|
|
392
381
|
[_II, _L, _CRA],
|
|
393
|
-
[0, [() => LoginsMap, 0], 0],
|
|
394
|
-
1,
|
|
382
|
+
[0, [() => LoginsMap, 0], 0], 1
|
|
395
383
|
];
|
|
396
|
-
var GetCredentialsForIdentityResponse$ = [
|
|
397
|
-
3,
|
|
398
|
-
n0,
|
|
399
|
-
_GCFIR,
|
|
384
|
+
var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
|
|
400
385
|
0,
|
|
401
386
|
[_II, _C],
|
|
402
|
-
[0, [() => Credentials$, 0]]
|
|
387
|
+
[0, [() => Credentials$, 0]]
|
|
388
|
+
];
|
|
389
|
+
var GetIdInput$ = [3, n0, _GII,
|
|
390
|
+
0,
|
|
391
|
+
[_IPI, _AI, _L],
|
|
392
|
+
[0, 0, [() => LoginsMap, 0]], 1
|
|
403
393
|
];
|
|
404
|
-
var
|
|
405
|
-
var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
406
|
-
var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
|
|
407
|
-
var GetCredentialsForIdentity$ = [
|
|
408
|
-
9,
|
|
409
|
-
n0,
|
|
410
|
-
_GCFI,
|
|
394
|
+
var GetIdResponse$ = [3, n0, _GIR,
|
|
411
395
|
0,
|
|
412
|
-
|
|
413
|
-
|
|
396
|
+
[_II],
|
|
397
|
+
[0]
|
|
398
|
+
];
|
|
399
|
+
var LoginsMap = [2, n0, _LM,
|
|
400
|
+
0, [0,
|
|
401
|
+
0],
|
|
402
|
+
[() => IdentityProviderToken,
|
|
403
|
+
0]
|
|
404
|
+
];
|
|
405
|
+
var GetCredentialsForIdentity$ = [9, n0, _GCFI,
|
|
406
|
+
0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
|
|
407
|
+
];
|
|
408
|
+
var GetId$ = [9, n0, _GI,
|
|
409
|
+
0, () => GetIdInput$, () => GetIdResponse$
|
|
414
410
|
];
|
|
415
|
-
var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
|
|
416
411
|
|
|
417
412
|
const getRuntimeConfig$1 = (config) => {
|
|
418
413
|
return {
|
|
@@ -468,11 +463,9 @@ const getRuntimeConfig = (config$1) => {
|
|
|
468
463
|
defaultsMode,
|
|
469
464
|
authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
470
465
|
bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
|
|
471
|
-
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
|
|
472
|
-
client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
466
|
+
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
473
467
|
maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
|
|
474
|
-
region: config$1?.region ??
|
|
475
|
-
config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
468
|
+
region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
476
469
|
requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
|
|
477
470
|
retryMode: config$1?.retryMode ??
|
|
478
471
|
config.loadConfig({
|
|
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
|
|
|
16
16
|
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
17
17
|
return {
|
|
18
18
|
operation: client.getSmithyContext(context).operation,
|
|
19
|
-
region:
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
})(),
|
|
19
|
+
region: await client.normalizeProvider(config.region)() || (() => {
|
|
20
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
21
|
+
})(),
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -76,12 +75,12 @@ const commonParams = {
|
|
|
76
75
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
77
76
|
};
|
|
78
77
|
|
|
79
|
-
var version = "3.997.
|
|
78
|
+
var version = "3.997.16";
|
|
80
79
|
var packageInfo = {
|
|
81
80
|
version: version};
|
|
82
81
|
|
|
83
82
|
const m = "ref";
|
|
84
|
-
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { fn: f, argv: [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
83
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
85
84
|
const _data = {
|
|
86
85
|
conditions: [
|
|
87
86
|
[c, [h]],
|
|
@@ -93,7 +92,7 @@ const _data = {
|
|
|
93
92
|
[e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
|
|
94
93
|
[g, [j, "aws"]],
|
|
95
94
|
[g, [j, "aws-cn"]],
|
|
96
|
-
[g, [j, "aws-us-gov"]]
|
|
95
|
+
[g, [j, "aws-us-gov"]]
|
|
97
96
|
],
|
|
98
97
|
results: [
|
|
99
98
|
[a],
|
|
@@ -110,60 +109,28 @@ const _data = {
|
|
|
110
109
|
["https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
111
110
|
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
112
111
|
["https://signin.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
113
|
-
[a, "Invalid Configuration: Missing Region"]
|
|
114
|
-
]
|
|
112
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
113
|
+
]
|
|
115
114
|
};
|
|
116
115
|
const root = 2;
|
|
117
116
|
const r = 100_000_000;
|
|
118
117
|
const nodes = new Int32Array([
|
|
119
|
-
-1,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
r +
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
r +
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
4,
|
|
135
|
-
10,
|
|
136
|
-
7,
|
|
137
|
-
7,
|
|
138
|
-
r + 4,
|
|
139
|
-
8,
|
|
140
|
-
8,
|
|
141
|
-
r + 5,
|
|
142
|
-
9,
|
|
143
|
-
9,
|
|
144
|
-
r + 6,
|
|
145
|
-
r + 13,
|
|
146
|
-
5,
|
|
147
|
-
r + 11,
|
|
148
|
-
r + 12,
|
|
149
|
-
4,
|
|
150
|
-
13,
|
|
151
|
-
12,
|
|
152
|
-
6,
|
|
153
|
-
r + 9,
|
|
154
|
-
r + 10,
|
|
155
|
-
5,
|
|
156
|
-
14,
|
|
157
|
-
r + 8,
|
|
158
|
-
6,
|
|
159
|
-
r + 7,
|
|
160
|
-
r + 8,
|
|
161
|
-
3,
|
|
162
|
-
r + 1,
|
|
163
|
-
16,
|
|
164
|
-
4,
|
|
165
|
-
r + 2,
|
|
166
|
-
r + 3,
|
|
118
|
+
-1, 1, -1,
|
|
119
|
+
0, 15, 3,
|
|
120
|
+
1, 4, r + 14,
|
|
121
|
+
2, 5, r + 14,
|
|
122
|
+
3, 11, 6,
|
|
123
|
+
4, 10, 7,
|
|
124
|
+
7, r + 4, 8,
|
|
125
|
+
8, r + 5, 9,
|
|
126
|
+
9, r + 6, r + 13,
|
|
127
|
+
5, r + 11, r + 12,
|
|
128
|
+
4, 13, 12,
|
|
129
|
+
6, r + 9, r + 10,
|
|
130
|
+
5, 14, r + 8,
|
|
131
|
+
6, r + 7, r + 8,
|
|
132
|
+
3, r + 1, 16,
|
|
133
|
+
4, r + 2, r + 3,
|
|
167
134
|
]);
|
|
168
135
|
const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
169
136
|
|
|
@@ -282,85 +249,62 @@ const _s_registry = schema.TypeRegistry.for(_s);
|
|
|
282
249
|
var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []];
|
|
283
250
|
_s_registry.registerError(SigninServiceException$, SigninServiceException);
|
|
284
251
|
const n0_registry = schema.TypeRegistry.for(n0);
|
|
285
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
252
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
253
|
+
{ [_e]: _c },
|
|
254
|
+
[_e, _m],
|
|
255
|
+
[0, 0], 2
|
|
256
|
+
];
|
|
286
257
|
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
287
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
258
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
259
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
260
|
+
[_e, _m],
|
|
261
|
+
[0, 0], 2
|
|
262
|
+
];
|
|
288
263
|
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
289
|
-
var TooManyRequestsError$ = [-3, n0, _TMRE,
|
|
264
|
+
var TooManyRequestsError$ = [-3, n0, _TMRE,
|
|
265
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
266
|
+
[_e, _m],
|
|
267
|
+
[0, 0], 2
|
|
268
|
+
];
|
|
290
269
|
n0_registry.registerError(TooManyRequestsError$, TooManyRequestsError);
|
|
291
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
270
|
+
var ValidationException$ = [-3, n0, _VE,
|
|
271
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
272
|
+
[_e, _m],
|
|
273
|
+
[0, 0], 2
|
|
274
|
+
];
|
|
292
275
|
n0_registry.registerError(ValidationException$, ValidationException);
|
|
293
|
-
const errorTypeRegistries = [
|
|
276
|
+
const errorTypeRegistries = [
|
|
277
|
+
_s_registry,
|
|
278
|
+
n0_registry,
|
|
279
|
+
];
|
|
294
280
|
var RefreshToken = [0, n0, _RT, 8, 0];
|
|
295
|
-
var AccessToken$ = [
|
|
296
|
-
3,
|
|
297
|
-
n0,
|
|
298
|
-
_AT,
|
|
281
|
+
var AccessToken$ = [3, n0, _AT,
|
|
299
282
|
8,
|
|
300
283
|
[_aKI, _sAK, _sT],
|
|
301
|
-
[
|
|
302
|
-
[0, { [_jN]: _aKI }],
|
|
303
|
-
[0, { [_jN]: _sAK }],
|
|
304
|
-
[0, { [_jN]: _sT }],
|
|
305
|
-
],
|
|
306
|
-
3,
|
|
284
|
+
[[0, { [_jN]: _aKI }], [0, { [_jN]: _sAK }], [0, { [_jN]: _sT }]], 3
|
|
307
285
|
];
|
|
308
|
-
var CreateOAuth2TokenRequest$ = [
|
|
309
|
-
3,
|
|
310
|
-
n0,
|
|
311
|
-
_COATR,
|
|
286
|
+
var CreateOAuth2TokenRequest$ = [3, n0, _COATR,
|
|
312
287
|
0,
|
|
313
288
|
[_tI],
|
|
314
|
-
[[() => CreateOAuth2TokenRequestBody$, 16]],
|
|
315
|
-
1,
|
|
289
|
+
[[() => CreateOAuth2TokenRequestBody$, 16]], 1
|
|
316
290
|
];
|
|
317
|
-
var CreateOAuth2TokenRequestBody$ = [
|
|
318
|
-
3,
|
|
319
|
-
n0,
|
|
320
|
-
_COATRB,
|
|
291
|
+
var CreateOAuth2TokenRequestBody$ = [3, n0, _COATRB,
|
|
321
292
|
0,
|
|
322
293
|
[_cI, _gT, _co, _rU, _cV, _rT],
|
|
323
|
-
[
|
|
324
|
-
[0, { [_jN]: _cI }],
|
|
325
|
-
[0, { [_jN]: _gT }],
|
|
326
|
-
0,
|
|
327
|
-
[0, { [_jN]: _rU }],
|
|
328
|
-
[0, { [_jN]: _cV }],
|
|
329
|
-
[() => RefreshToken, { [_jN]: _rT }],
|
|
330
|
-
],
|
|
331
|
-
2,
|
|
294
|
+
[[0, { [_jN]: _cI }], [0, { [_jN]: _gT }], 0, [0, { [_jN]: _rU }], [0, { [_jN]: _cV }], [() => RefreshToken, { [_jN]: _rT }]], 2
|
|
332
295
|
];
|
|
333
|
-
var CreateOAuth2TokenResponse$ = [
|
|
334
|
-
3,
|
|
335
|
-
n0,
|
|
336
|
-
_COATRr,
|
|
296
|
+
var CreateOAuth2TokenResponse$ = [3, n0, _COATRr,
|
|
337
297
|
0,
|
|
338
298
|
[_tO],
|
|
339
|
-
[[() => CreateOAuth2TokenResponseBody$, 16]],
|
|
340
|
-
1,
|
|
299
|
+
[[() => CreateOAuth2TokenResponseBody$, 16]], 1
|
|
341
300
|
];
|
|
342
|
-
var CreateOAuth2TokenResponseBody$ = [
|
|
343
|
-
3,
|
|
344
|
-
n0,
|
|
345
|
-
_COATRBr,
|
|
301
|
+
var CreateOAuth2TokenResponseBody$ = [3, n0, _COATRBr,
|
|
346
302
|
0,
|
|
347
303
|
[_aT, _tT, _eI, _rT, _iT],
|
|
348
|
-
[
|
|
349
|
-
[() => AccessToken$, { [_jN]: _aT }],
|
|
350
|
-
[0, { [_jN]: _tT }],
|
|
351
|
-
[1, { [_jN]: _eI }],
|
|
352
|
-
[() => RefreshToken, { [_jN]: _rT }],
|
|
353
|
-
[0, { [_jN]: _iT }],
|
|
354
|
-
],
|
|
355
|
-
4,
|
|
304
|
+
[[() => AccessToken$, { [_jN]: _aT }], [0, { [_jN]: _tT }], [1, { [_jN]: _eI }], [() => RefreshToken, { [_jN]: _rT }], [0, { [_jN]: _iT }]], 4
|
|
356
305
|
];
|
|
357
|
-
var CreateOAuth2Token$ = [
|
|
358
|
-
|
|
359
|
-
n0,
|
|
360
|
-
_COAT,
|
|
361
|
-
{ [_h]: ["POST", "/v1/token", 200] },
|
|
362
|
-
() => CreateOAuth2TokenRequest$,
|
|
363
|
-
() => CreateOAuth2TokenResponse$,
|
|
306
|
+
var CreateOAuth2Token$ = [9, n0, _COAT,
|
|
307
|
+
{ [_h]: ["POST", "/v1/token", 200] }, () => CreateOAuth2TokenRequest$, () => CreateOAuth2TokenResponse$
|
|
364
308
|
];
|
|
365
309
|
|
|
366
310
|
const getRuntimeConfig$1 = (config) => {
|
|
@@ -416,11 +360,9 @@ const getRuntimeConfig = (config$1) => {
|
|
|
416
360
|
defaultsMode,
|
|
417
361
|
authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
418
362
|
bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
|
|
419
|
-
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
|
|
420
|
-
client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
363
|
+
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
421
364
|
maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
|
|
422
|
-
region: config$1?.region ??
|
|
423
|
-
config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
365
|
+
region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
424
366
|
requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
|
|
425
367
|
retryMode: config$1?.retryMode ??
|
|
426
368
|
config.loadConfig({
|