@aws-sdk/client-amplifyuibuilder 3.226.0 → 3.230.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/protocols/Aws_restJson1.js +7 -6
- package/dist-cjs/runtimeConfig.browser.js +3 -3
- package/dist-cjs/runtimeConfig.js +2 -1
- package/dist-es/protocols/Aws_restJson1.js +7 -6
- package/dist-es/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
- package/package.json +5 -4
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.deserializeAws_restJson1UpdateThemeCommand = exports.deserializeAws_restJson1UpdateFormCommand = exports.deserializeAws_restJson1UpdateComponentCommand = exports.deserializeAws_restJson1RefreshTokenCommand = exports.deserializeAws_restJson1PutMetadataFlagCommand = exports.deserializeAws_restJson1ListThemesCommand = exports.deserializeAws_restJson1ListFormsCommand = exports.deserializeAws_restJson1ListComponentsCommand = exports.deserializeAws_restJson1GetThemeCommand = exports.deserializeAws_restJson1GetMetadataCommand = exports.deserializeAws_restJson1GetFormCommand = exports.deserializeAws_restJson1GetComponentCommand = exports.deserializeAws_restJson1ExportThemesCommand = exports.deserializeAws_restJson1ExportFormsCommand = exports.deserializeAws_restJson1ExportComponentsCommand = exports.deserializeAws_restJson1ExchangeCodeForTokenCommand = exports.deserializeAws_restJson1DeleteThemeCommand = exports.deserializeAws_restJson1DeleteFormCommand = exports.deserializeAws_restJson1DeleteComponentCommand = exports.deserializeAws_restJson1CreateThemeCommand = exports.deserializeAws_restJson1CreateFormCommand = exports.deserializeAws_restJson1CreateComponentCommand = exports.serializeAws_restJson1UpdateThemeCommand = exports.serializeAws_restJson1UpdateFormCommand = exports.serializeAws_restJson1UpdateComponentCommand = exports.serializeAws_restJson1RefreshTokenCommand = exports.serializeAws_restJson1PutMetadataFlagCommand = exports.serializeAws_restJson1ListThemesCommand = exports.serializeAws_restJson1ListFormsCommand = exports.serializeAws_restJson1ListComponentsCommand = exports.serializeAws_restJson1GetThemeCommand = exports.serializeAws_restJson1GetMetadataCommand = exports.serializeAws_restJson1GetFormCommand = exports.serializeAws_restJson1GetComponentCommand = exports.serializeAws_restJson1ExportThemesCommand = exports.serializeAws_restJson1ExportFormsCommand = exports.serializeAws_restJson1ExportComponentsCommand = exports.serializeAws_restJson1ExchangeCodeForTokenCommand = exports.serializeAws_restJson1DeleteThemeCommand = exports.serializeAws_restJson1DeleteFormCommand = exports.serializeAws_restJson1DeleteComponentCommand = exports.serializeAws_restJson1CreateThemeCommand = exports.serializeAws_restJson1CreateFormCommand = exports.serializeAws_restJson1CreateComponentCommand = void 0;
|
|
4
4
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const uuid_1 = require("uuid");
|
|
6
7
|
const AmplifyUIBuilderServiceException_1 = require("../models/AmplifyUIBuilderServiceException");
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const serializeAws_restJson1CreateComponentCommand = async (input, context) => {
|
|
@@ -15,7 +16,7 @@ const serializeAws_restJson1CreateComponentCommand = async (input, context) => {
|
|
|
15
16
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
16
17
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
17
18
|
const query = map({
|
|
18
|
-
clientToken: [, input.clientToken],
|
|
19
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
19
20
|
});
|
|
20
21
|
let body;
|
|
21
22
|
if (input.componentToCreate !== undefined) {
|
|
@@ -47,7 +48,7 @@ const serializeAws_restJson1CreateFormCommand = async (input, context) => {
|
|
|
47
48
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
48
49
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
49
50
|
const query = map({
|
|
50
|
-
clientToken: [, input.clientToken],
|
|
51
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
51
52
|
});
|
|
52
53
|
let body;
|
|
53
54
|
if (input.formToCreate !== undefined) {
|
|
@@ -79,7 +80,7 @@ const serializeAws_restJson1CreateThemeCommand = async (input, context) => {
|
|
|
79
80
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
80
81
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
81
82
|
const query = map({
|
|
82
|
-
clientToken: [, input.clientToken],
|
|
83
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
83
84
|
});
|
|
84
85
|
let body;
|
|
85
86
|
if (input.themeToCreate !== undefined) {
|
|
@@ -473,7 +474,7 @@ const serializeAws_restJson1UpdateComponentCommand = async (input, context) => {
|
|
|
473
474
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
474
475
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
475
476
|
const query = map({
|
|
476
|
-
clientToken: [, input.clientToken],
|
|
477
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
477
478
|
});
|
|
478
479
|
let body;
|
|
479
480
|
if (input.updatedComponent !== undefined) {
|
|
@@ -506,7 +507,7 @@ const serializeAws_restJson1UpdateFormCommand = async (input, context) => {
|
|
|
506
507
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
507
508
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
508
509
|
const query = map({
|
|
509
|
-
clientToken: [, input.clientToken],
|
|
510
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
510
511
|
});
|
|
511
512
|
let body;
|
|
512
513
|
if (input.updatedForm !== undefined) {
|
|
@@ -539,7 +540,7 @@ const serializeAws_restJson1UpdateThemeCommand = async (input, context) => {
|
|
|
539
540
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
540
541
|
resolvedPath = (0, smithy_client_1.resolvedPath)(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
541
542
|
const query = map({
|
|
542
|
-
clientToken: [, input.clientToken],
|
|
543
|
+
clientToken: [, input.clientToken ?? (0, uuid_1.v4)()],
|
|
543
544
|
});
|
|
544
545
|
let body;
|
|
545
546
|
if (input.updatedTheme !== undefined) {
|
|
@@ -7,8 +7,8 @@ const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
10
|
-
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
11
10
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
|
+
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
@@ -27,10 +27,10 @@ const getRuntimeConfig = (config) => {
|
|
|
27
27
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
28
28
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
29
29
|
(0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
|
-
maxAttempts: config?.maxAttempts ??
|
|
30
|
+
maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
31
31
|
region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
|
|
32
32
|
requestHandler: config?.requestHandler ?? new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
33
|
-
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode ||
|
|
33
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
|
|
34
34
|
sha256: config?.sha256 ?? sha256_browser_1.Sha256,
|
|
35
35
|
streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
|
|
36
36
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
11
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
12
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
13
13
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
14
|
+
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
14
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
15
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
16
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
@@ -37,7 +38,7 @@ const getRuntimeConfig = (config) => {
|
|
|
37
38
|
retryMode: config?.retryMode ??
|
|
38
39
|
(0, node_config_provider_1.loadConfig)({
|
|
39
40
|
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
-
default: async () => (await defaultConfigProvider()).retryMode ||
|
|
41
|
+
default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
|
|
41
42
|
}),
|
|
42
43
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
43
44
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, limitedParseFloat32 as __limitedParseFloat32, map as __map, parseRfc3339DateTime as __parseRfc3339DateTime, resolvedPath as __resolvedPath, serializeFloat as __serializeFloat, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { v4 as generateIdempotencyToken } from "uuid";
|
|
3
4
|
import { AmplifyUIBuilderServiceException as __BaseException } from "../models/AmplifyUIBuilderServiceException";
|
|
4
5
|
import { FieldPosition, FormStyleConfig, InternalServerException, InvalidParameterException, ResourceConflictException, ResourceNotFoundException, ServiceQuotaExceededException, UnauthorizedException, } from "../models/models_0";
|
|
5
6
|
export const serializeAws_restJson1CreateComponentCommand = async (input, context) => {
|
|
@@ -12,7 +13,7 @@ export const serializeAws_restJson1CreateComponentCommand = async (input, contex
|
|
|
12
13
|
resolvedPath = __resolvedPath(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
13
14
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
14
15
|
const query = map({
|
|
15
|
-
clientToken: [, input.clientToken],
|
|
16
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
16
17
|
});
|
|
17
18
|
let body;
|
|
18
19
|
if (input.componentToCreate !== undefined) {
|
|
@@ -43,7 +44,7 @@ export const serializeAws_restJson1CreateFormCommand = async (input, context) =>
|
|
|
43
44
|
resolvedPath = __resolvedPath(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
44
45
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
45
46
|
const query = map({
|
|
46
|
-
clientToken: [, input.clientToken],
|
|
47
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
47
48
|
});
|
|
48
49
|
let body;
|
|
49
50
|
if (input.formToCreate !== undefined) {
|
|
@@ -74,7 +75,7 @@ export const serializeAws_restJson1CreateThemeCommand = async (input, context) =
|
|
|
74
75
|
resolvedPath = __resolvedPath(resolvedPath, input, "appId", () => input.appId, "{appId}", false);
|
|
75
76
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
76
77
|
const query = map({
|
|
77
|
-
clientToken: [, input.clientToken],
|
|
78
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
78
79
|
});
|
|
79
80
|
let body;
|
|
80
81
|
if (input.themeToCreate !== undefined) {
|
|
@@ -451,7 +452,7 @@ export const serializeAws_restJson1UpdateComponentCommand = async (input, contex
|
|
|
451
452
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
452
453
|
resolvedPath = __resolvedPath(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
453
454
|
const query = map({
|
|
454
|
-
clientToken: [, input.clientToken],
|
|
455
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
455
456
|
});
|
|
456
457
|
let body;
|
|
457
458
|
if (input.updatedComponent !== undefined) {
|
|
@@ -483,7 +484,7 @@ export const serializeAws_restJson1UpdateFormCommand = async (input, context) =>
|
|
|
483
484
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
484
485
|
resolvedPath = __resolvedPath(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
485
486
|
const query = map({
|
|
486
|
-
clientToken: [, input.clientToken],
|
|
487
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
487
488
|
});
|
|
488
489
|
let body;
|
|
489
490
|
if (input.updatedForm !== undefined) {
|
|
@@ -515,7 +516,7 @@ export const serializeAws_restJson1UpdateThemeCommand = async (input, context) =
|
|
|
515
516
|
resolvedPath = __resolvedPath(resolvedPath, input, "environmentName", () => input.environmentName, "{environmentName}", false);
|
|
516
517
|
resolvedPath = __resolvedPath(resolvedPath, input, "id", () => input.id, "{id}", false);
|
|
517
518
|
const query = map({
|
|
518
|
-
clientToken: [, input.clientToken],
|
|
519
|
+
clientToken: [, input.clientToken ?? generateIdempotencyToken()],
|
|
519
520
|
});
|
|
520
521
|
let body;
|
|
521
522
|
if (input.updatedTheme !== undefined) {
|
|
@@ -3,8 +3,8 @@ import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
|
3
3
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
4
4
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
6
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
|
|
7
6
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
7
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
8
8
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
9
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,10 +3,11 @@ import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
|
3
3
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { Hash } from "@aws-sdk/hash-node";
|
|
6
|
-
import {
|
|
6
|
+
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
7
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
8
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
9
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
10
|
+
import { DEFAULT_RETRY_MODE } from "@aws-sdk/util-retry";
|
|
10
11
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
11
12
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
12
13
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
|
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
35
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
36
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
|
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
33
33
|
tls?: boolean | undefined;
|
|
34
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
34
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
35
35
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
36
36
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
37
37
|
signingEscapePath?: boolean | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
|
|
|
30
30
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
31
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
32
32
|
tls?: boolean | undefined;
|
|
33
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
|
|
34
34
|
credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
|
|
35
35
|
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
36
36
|
signingEscapePath?: boolean | undefined;
|
|
@@ -64,7 +64,10 @@ export declare const getRuntimeConfig: (
|
|
|
64
64
|
}
|
|
65
65
|
) => import("@aws-sdk/types").EndpointV2;
|
|
66
66
|
tls?: boolean | undefined;
|
|
67
|
-
retryStrategy?:
|
|
67
|
+
retryStrategy?:
|
|
68
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
69
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
70
|
+
| undefined;
|
|
68
71
|
credentials?:
|
|
69
72
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
70
73
|
| import("@aws-sdk/types").Provider<
|
|
@@ -64,7 +64,10 @@ export declare const getRuntimeConfig: (
|
|
|
64
64
|
}
|
|
65
65
|
) => import("@aws-sdk/types").EndpointV2;
|
|
66
66
|
tls?: boolean | undefined;
|
|
67
|
-
retryStrategy?:
|
|
67
|
+
retryStrategy?:
|
|
68
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
69
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
70
|
+
| undefined;
|
|
68
71
|
credentials?:
|
|
69
72
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
70
73
|
| import("@aws-sdk/types").Provider<
|
|
@@ -53,7 +53,10 @@ export declare const getRuntimeConfig: (
|
|
|
53
53
|
}
|
|
54
54
|
) => import("@aws-sdk/types").EndpointV2;
|
|
55
55
|
tls?: boolean | undefined;
|
|
56
|
-
retryStrategy?:
|
|
56
|
+
retryStrategy?:
|
|
57
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
58
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
59
|
+
| undefined;
|
|
57
60
|
credentials?:
|
|
58
61
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
59
62
|
| import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifyuibuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.230.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.229.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.226.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.229.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@aws-sdk/middleware-host-header": "3.226.0",
|
|
31
31
|
"@aws-sdk/middleware-logger": "3.226.0",
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "3.226.0",
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.229.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.226.0",
|
|
35
35
|
"@aws-sdk/middleware-signing": "3.226.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.226.0",
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
48
|
"@aws-sdk/util-defaults-mode-node": "3.226.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
|
+
"@aws-sdk/util-retry": "3.229.0",
|
|
50
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|
|
51
52
|
"@aws-sdk/util-user-agent-node": "3.226.0",
|
|
52
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|