@aws-sdk/client-amplifybackend 3.758.0 → 3.774.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 +13 -13
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AdditionalConstraintsElement: () => AdditionalConstraintsElement,
|
|
25
25
|
AmplifyBackend: () => AmplifyBackend,
|
|
26
26
|
AmplifyBackendClient: () => AmplifyBackendClient,
|
|
@@ -95,7 +95,7 @@ __export(src_exports, {
|
|
|
95
95
|
UpdateBackendStorageCommand: () => UpdateBackendStorageCommand,
|
|
96
96
|
__Client: () => import_smithy_client.Client
|
|
97
97
|
});
|
|
98
|
-
module.exports = __toCommonJS(
|
|
98
|
+
module.exports = __toCommonJS(index_exports);
|
|
99
99
|
|
|
100
100
|
// src/AmplifyBackendClient.ts
|
|
101
101
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -222,9 +222,9 @@ var AmplifyBackendClient = class extends import_smithy_client.Client {
|
|
|
222
222
|
this.middlewareStack.use(
|
|
223
223
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
224
224
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAmplifyBackendHttpAuthSchemeParametersProvider,
|
|
225
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
225
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
226
226
|
"aws.auth#sigv4": config.credentials
|
|
227
|
-
})
|
|
227
|
+
}), "identityProviderConfigProvider")
|
|
228
228
|
})
|
|
229
229
|
);
|
|
230
230
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1853,10 +1853,10 @@ var se_SmsSettings = /* @__PURE__ */ __name((input, context) => {
|
|
|
1853
1853
|
}, "se_SmsSettings");
|
|
1854
1854
|
var se_SocialProviderSettings = /* @__PURE__ */ __name((input, context) => {
|
|
1855
1855
|
return (0, import_smithy_client.take)(input, {
|
|
1856
|
-
Facebook: (_) => se_BackendAuthSocialProviderConfig(_, context),
|
|
1857
|
-
Google: (_) => se_BackendAuthSocialProviderConfig(_, context),
|
|
1858
|
-
LoginWithAmazon: (_) => se_BackendAuthSocialProviderConfig(_, context),
|
|
1859
|
-
SignInWithApple: (_) => se_BackendAuthAppleProviderConfig(_, context)
|
|
1856
|
+
Facebook: /* @__PURE__ */ __name((_) => se_BackendAuthSocialProviderConfig(_, context), "Facebook"),
|
|
1857
|
+
Google: /* @__PURE__ */ __name((_) => se_BackendAuthSocialProviderConfig(_, context), "Google"),
|
|
1858
|
+
LoginWithAmazon: /* @__PURE__ */ __name((_) => se_BackendAuthSocialProviderConfig(_, context), "LoginWithAmazon"),
|
|
1859
|
+
SignInWithApple: /* @__PURE__ */ __name((_) => se_BackendAuthAppleProviderConfig(_, context), "SignInWithApple")
|
|
1860
1860
|
});
|
|
1861
1861
|
}, "se_SocialProviderSettings");
|
|
1862
1862
|
var se_UpdateBackendAuthForgotPasswordConfig = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2113,10 +2113,10 @@ var de_SmsSettings = /* @__PURE__ */ __name((output, context) => {
|
|
|
2113
2113
|
}, "de_SmsSettings");
|
|
2114
2114
|
var de_SocialProviderSettings = /* @__PURE__ */ __name((output, context) => {
|
|
2115
2115
|
return (0, import_smithy_client.take)(output, {
|
|
2116
|
-
Facebook: (_) => de_BackendAuthSocialProviderConfig(_, context),
|
|
2117
|
-
Google: (_) => de_BackendAuthSocialProviderConfig(_, context),
|
|
2118
|
-
LoginWithAmazon: (_) => de_BackendAuthSocialProviderConfig(_, context),
|
|
2119
|
-
SignInWithApple: (_) => de_BackendAuthAppleProviderConfig(_, context)
|
|
2116
|
+
Facebook: /* @__PURE__ */ __name((_) => de_BackendAuthSocialProviderConfig(_, context), "Facebook"),
|
|
2117
|
+
Google: /* @__PURE__ */ __name((_) => de_BackendAuthSocialProviderConfig(_, context), "Google"),
|
|
2118
|
+
LoginWithAmazon: /* @__PURE__ */ __name((_) => de_BackendAuthSocialProviderConfig(_, context), "LoginWithAmazon"),
|
|
2119
|
+
SignInWithApple: /* @__PURE__ */ __name((_) => de_BackendAuthAppleProviderConfig(_, context), "SignInWithApple")
|
|
2120
2120
|
});
|
|
2121
2121
|
}, "de_SocialProviderSettings");
|
|
2122
2122
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifybackend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.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-amplifybackend",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|