@cdk8s/awscdk-resolver 0.0.402 → 0.0.404
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 +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var AccessTokenType: StaticSimpleSchema;
|
|
9
|
+
export declare var SecretAccessKeyType: StaticSimpleSchema;
|
|
10
|
+
export declare var SessionTokenType: StaticSimpleSchema;
|
|
11
|
+
export declare var AccountInfo: StaticStructureSchema;
|
|
12
|
+
export declare var GetRoleCredentialsRequest: StaticStructureSchema;
|
|
13
|
+
export declare var GetRoleCredentialsResponse: StaticStructureSchema;
|
|
14
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
15
|
+
export declare var ListAccountRolesRequest: StaticStructureSchema;
|
|
16
|
+
export declare var ListAccountRolesResponse: StaticStructureSchema;
|
|
17
|
+
export declare var ListAccountsRequest: StaticStructureSchema;
|
|
18
|
+
export declare var ListAccountsResponse: StaticStructureSchema;
|
|
19
|
+
export declare var LogoutRequest: StaticStructureSchema;
|
|
20
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
21
|
+
export declare var RoleCredentials: StaticStructureSchema;
|
|
22
|
+
export declare var RoleInfo: StaticStructureSchema;
|
|
23
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
24
|
+
export declare var UnauthorizedException: StaticErrorSchema;
|
|
25
|
+
export declare var __Unit: "unit";
|
|
26
|
+
export declare var SSOServiceException: StaticErrorSchema;
|
|
27
|
+
export declare var AccountListType: StaticListSchema;
|
|
28
|
+
export declare var RoleListType: StaticListSchema;
|
|
29
|
+
export declare var GetRoleCredentials: StaticOperationSchema;
|
|
30
|
+
export declare var ListAccountRoles: StaticOperationSchema;
|
|
31
|
+
export declare var ListAccounts: StaticOperationSchema;
|
|
32
|
+
export declare var Logout: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.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-sso",
|
|
@@ -20,16 +20,16 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
29
29
|
"@aws-sdk/types": "3.922.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
32
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
33
33
|
"@smithy/config-resolver": "^4.4.2",
|
|
34
34
|
"@smithy/core": "^3.17.2",
|
|
35
35
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -830,10 +830,7 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
830
830
|
if (ns === this.rootSchema) {
|
|
831
831
|
return value;
|
|
832
832
|
}
|
|
833
|
-
|
|
834
|
-
return utilBase64.toBase64(value);
|
|
835
|
-
}
|
|
836
|
-
return this.serdeContext?.base64Encoder(value);
|
|
833
|
+
return (this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value);
|
|
837
834
|
}
|
|
838
835
|
if ((ns.isTimestampSchema() || ns.isDocumentSchema()) && value instanceof Date) {
|
|
839
836
|
const format = protocols.determineTimestampFormat(ns, this.settings);
|
|
@@ -500,10 +500,7 @@ class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
500
500
|
if (ns === this.rootSchema) {
|
|
501
501
|
return value;
|
|
502
502
|
}
|
|
503
|
-
|
|
504
|
-
return utilBase64.toBase64(value);
|
|
505
|
-
}
|
|
506
|
-
return this.serdeContext?.base64Encoder(value);
|
|
503
|
+
return (this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value);
|
|
507
504
|
}
|
|
508
505
|
if ((ns.isTimestampSchema() || ns.isDocumentSchema()) && value instanceof Date) {
|
|
509
506
|
const format = protocols.determineTimestampFormat(ns, this.settings);
|
|
@@ -75,10 +75,7 @@ export class JsonShapeSerializer extends SerdeContextConfig {
|
|
|
75
75
|
if (ns === this.rootSchema) {
|
|
76
76
|
return value;
|
|
77
77
|
}
|
|
78
|
-
|
|
79
|
-
return toBase64(value);
|
|
80
|
-
}
|
|
81
|
-
return this.serdeContext?.base64Encoder(value);
|
|
78
|
+
return (this.serdeContext?.base64Encoder ?? toBase64)(value);
|
|
82
79
|
}
|
|
83
80
|
if ((ns.isTimestampSchema() || ns.isDocumentSchema()) && value instanceof Date) {
|
|
84
81
|
const format = determineTimestampFormat(ns, this.settings);
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { determineTimestampFormat } from "@smithy/core/protocols";
|
|
2
|
+
import { NormalizedSchema } from "@smithy/core/schema";
|
|
3
|
+
import { dateToUtcString, generateIdempotencyToken, LazyJsonString, NumericValue } from "@smithy/core/serde";
|
|
4
|
+
import { toBase64 } from "@smithy/util-base64";
|
|
5
|
+
import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
|
|
6
|
+
export class SinglePassJsonShapeSerializer extends SerdeContextConfig {
|
|
7
|
+
settings;
|
|
8
|
+
buffer;
|
|
9
|
+
rootSchema;
|
|
10
|
+
constructor(settings) {
|
|
11
|
+
super();
|
|
12
|
+
this.settings = settings;
|
|
13
|
+
}
|
|
14
|
+
write(schema, value) {
|
|
15
|
+
this.rootSchema = NormalizedSchema.of(schema);
|
|
16
|
+
this.buffer = this.writeObject(this.rootSchema, value);
|
|
17
|
+
}
|
|
18
|
+
writeDiscriminatedDocument(schema, value) {
|
|
19
|
+
this.write(schema, value);
|
|
20
|
+
if (typeof this.buffer === "object") {
|
|
21
|
+
this.buffer.__type = NormalizedSchema.of(schema).getName(true);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
flush() {
|
|
25
|
+
this.rootSchema = undefined;
|
|
26
|
+
return this.buffer;
|
|
27
|
+
}
|
|
28
|
+
writeObject(schema, value) {
|
|
29
|
+
if (value == undefined) {
|
|
30
|
+
return "";
|
|
31
|
+
}
|
|
32
|
+
let b = "";
|
|
33
|
+
const ns = NormalizedSchema.of(schema);
|
|
34
|
+
const sparse = !!ns.getMergedTraits().sparse;
|
|
35
|
+
if (Array.isArray(value) && (ns.isDocumentSchema() || ns.isListSchema())) {
|
|
36
|
+
b += "[";
|
|
37
|
+
for (let i = 0; i < value.length; ++i) {
|
|
38
|
+
const item = value[i];
|
|
39
|
+
if (item != null || sparse) {
|
|
40
|
+
b += this.writeValue(ns.getValueSchema(), item);
|
|
41
|
+
b += ",";
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
else if (ns.isStructSchema()) {
|
|
46
|
+
b += "{";
|
|
47
|
+
for (const [name, member] of ns.structIterator()) {
|
|
48
|
+
const item = value[name];
|
|
49
|
+
const targetKey = this.settings.jsonName ? member.getMergedTraits().jsonName ?? name : name;
|
|
50
|
+
const serializableValue = this.writeValue(member, item);
|
|
51
|
+
if (item != null || member.isIdempotencyToken()) {
|
|
52
|
+
b += `"${targetKey}":${serializableValue}`;
|
|
53
|
+
b += ",";
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
else if (ns.isMapSchema() || ns.isDocumentSchema()) {
|
|
58
|
+
b += "{";
|
|
59
|
+
for (const [k, v] of Object.entries(value)) {
|
|
60
|
+
if (v != null || sparse) {
|
|
61
|
+
b += `"${k}":${this.writeValue(ns, v)}`;
|
|
62
|
+
b += ",";
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
if (b[b.length - 1] === ",") {
|
|
67
|
+
b = b.slice(0, -1);
|
|
68
|
+
}
|
|
69
|
+
if (b[0] === "[") {
|
|
70
|
+
b += "]";
|
|
71
|
+
}
|
|
72
|
+
if (b[0] === "{") {
|
|
73
|
+
b += "}";
|
|
74
|
+
}
|
|
75
|
+
return b;
|
|
76
|
+
}
|
|
77
|
+
writeValue(schema, value) {
|
|
78
|
+
const isObject = value !== null && typeof value === "object";
|
|
79
|
+
const ns = NormalizedSchema.of(schema);
|
|
80
|
+
const quote = (_) => `"${_}"`;
|
|
81
|
+
if ((ns.isBlobSchema() && (value instanceof Uint8Array || typeof value === "string")) ||
|
|
82
|
+
(ns.isDocumentSchema() && value instanceof Uint8Array)) {
|
|
83
|
+
return quote((this.serdeContext?.base64Encoder ?? toBase64)(value));
|
|
84
|
+
}
|
|
85
|
+
if ((ns.isTimestampSchema() || ns.isDocumentSchema()) && value instanceof Date) {
|
|
86
|
+
const format = determineTimestampFormat(ns, this.settings);
|
|
87
|
+
switch (format) {
|
|
88
|
+
case 5:
|
|
89
|
+
return quote(value.toISOString().replace(".000Z", "Z"));
|
|
90
|
+
case 6:
|
|
91
|
+
return quote(dateToUtcString(value));
|
|
92
|
+
case 7:
|
|
93
|
+
return String(value.getTime() / 1000);
|
|
94
|
+
default:
|
|
95
|
+
console.warn("Missing timestamp format, using epoch seconds", value);
|
|
96
|
+
return String(value.getTime() / 1000);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
if (ns.isNumericSchema() && typeof value === "number") {
|
|
100
|
+
if (Math.abs(value) === Infinity || isNaN(value)) {
|
|
101
|
+
return quote(String(value));
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
if (ns.isStringSchema()) {
|
|
105
|
+
if (typeof value === "undefined" && ns.isIdempotencyToken()) {
|
|
106
|
+
return quote(generateIdempotencyToken());
|
|
107
|
+
}
|
|
108
|
+
if (typeof value === "string") {
|
|
109
|
+
const mediaType = ns.getMergedTraits().mediaType;
|
|
110
|
+
if (mediaType) {
|
|
111
|
+
const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
|
|
112
|
+
if (isJson) {
|
|
113
|
+
return quote(LazyJsonString.from(value).toString());
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
if (value instanceof NumericValue) {
|
|
119
|
+
return value.string;
|
|
120
|
+
}
|
|
121
|
+
if (isObject) {
|
|
122
|
+
return this.writeObject(ns, value);
|
|
123
|
+
}
|
|
124
|
+
return typeof value === "string" ? quote(value) : String(value);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
@@ -3,7 +3,7 @@ import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse
|
|
|
3
3
|
/**
|
|
4
4
|
* Extends the Smithy implementation to add AwsQueryCompatibility support.
|
|
5
5
|
*
|
|
6
|
-
* @
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export declare class AwsSmithyRpcV2CborProtocol extends SmithyRpcV2CborProtocol {
|
|
9
9
|
private readonly awsQueryCompatible;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
|
|
2
2
|
/**
|
|
3
|
-
* @
|
|
3
|
+
* @public
|
|
4
4
|
* @see https://smithy.io/2.0/aws/protocols/aws-json-1_1-protocol.html#differences-between-awsjson1-0-and-awsjson1-1
|
|
5
5
|
*/
|
|
6
6
|
export declare class AwsJson1_0Protocol extends AwsJsonRpcProtocol {
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsJsonRpcProtocol } from "./AwsJsonRpcProtocol";
|
|
2
2
|
/**
|
|
3
|
-
* @
|
|
3
|
+
* @public
|
|
4
4
|
* @see https://smithy.io/2.0/aws/protocols/aws-json-1_1-protocol.html#differences-between-awsjson1-0-and-awsjson1-1
|
|
5
5
|
*/
|
|
6
6
|
export declare class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { RpcProtocol } from "@smithy/core/protocols";
|
|
|
2
2
|
import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
|
3
3
|
import { JsonCodec } from "./JsonCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare abstract class AwsJsonRpcProtocol extends RpcProtocol {
|
|
8
8
|
protected serializer: ShapeSerializer<string | Uint8Array>;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
|
|
|
2
2
|
import type { EndpointBearer, HandlerExecutionContext, HttpRequest, HttpResponse, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
|
3
3
|
import { JsonCodec } from "./JsonCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AwsRestJsonProtocol extends HttpBindingProtocol {
|
|
8
8
|
protected serializer: ShapeSerializer<string | Uint8Array>;
|
|
@@ -3,7 +3,7 @@ import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
|
3
3
|
import { JsonShapeDeserializer } from "./JsonShapeDeserializer";
|
|
4
4
|
import { JsonShapeSerializer } from "./JsonShapeSerializer";
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export type JsonSettings = CodecSettings & {
|
|
9
9
|
jsonName: boolean;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { DocumentType, Schema, ShapeDeserializer } from "@smithy/types";
|
|
|
2
2
|
import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
3
3
|
import { JsonSettings } from "./JsonCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class JsonShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<string> {
|
|
8
8
|
readonly settings: JsonSettings;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
|
|
|
2
2
|
import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
3
3
|
import type { JsonSettings } from "./JsonCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class JsonShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string> {
|
|
8
8
|
readonly settings: JsonSettings;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { Schema, ShapeSerializer } from "@smithy/types";
|
|
2
|
+
import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
|
|
3
|
+
import type { JsonSettings } from "../JsonCodec";
|
|
4
|
+
/**
|
|
5
|
+
* This implementation uses single-pass JSON serialization with JS code instead of
|
|
6
|
+
* JSON.stringify.
|
|
7
|
+
*
|
|
8
|
+
* It isn't significantly faster than dual-pass ending with native JSON.stringify
|
|
9
|
+
* that I would want to use it. It seems to be barely faster in some mid-range object
|
|
10
|
+
* sizes but slower on the high end.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare class SinglePassJsonShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string> {
|
|
15
|
+
readonly settings: JsonSettings;
|
|
16
|
+
private buffer;
|
|
17
|
+
private rootSchema;
|
|
18
|
+
constructor(settings: JsonSettings);
|
|
19
|
+
write(schema: Schema, value: unknown): void;
|
|
20
|
+
/**
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
writeDiscriminatedDocument(schema: Schema, value: unknown): void;
|
|
24
|
+
flush(): string;
|
|
25
|
+
private writeObject;
|
|
26
|
+
private writeValue;
|
|
27
|
+
}
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { Codec, EndpointBearer, HandlerExecutionContext, HttpRequest, HttpR
|
|
|
3
3
|
import { XmlShapeDeserializer } from "../xml/XmlShapeDeserializer";
|
|
4
4
|
import { QueryShapeSerializer } from "./QueryShapeSerializer";
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @public
|
|
7
7
|
*/
|
|
8
8
|
export declare class AwsQueryProtocol extends RpcProtocol {
|
|
9
9
|
options: {
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Schema, ShapeSerializer } from "@smithy/types";
|
|
|
2
2
|
import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
3
3
|
import type { QuerySerializerSettings } from "./QuerySerializerSettings";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class QueryShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
|
|
8
8
|
readonly settings: QuerySerializerSettings;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { HttpBindingProtocol } from "@smithy/core/protocols";
|
|
|
2
2
|
import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, ResponseMetadata, SerdeFunctions, ShapeDeserializer, ShapeSerializer } from "@smithy/types";
|
|
3
3
|
import { XmlCodec } from "./XmlCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
|
|
8
8
|
private readonly codec;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Schema, SerdeFunctions, ShapeDeserializer } from "@smithy/types";
|
|
|
2
2
|
import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
3
3
|
import type { XmlSettings } from "./XmlCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class XmlShapeDeserializer extends SerdeContextConfig implements ShapeDeserializer<Uint8Array | string> {
|
|
8
8
|
readonly settings: XmlSettings;
|
package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { Schema as ISchema, ShapeSerializer } from "@smithy/types";
|
|
|
2
2
|
import { SerdeContextConfig } from "../ConfigurableSerdeContext";
|
|
3
3
|
import { XmlSettings } from "./XmlCodec";
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class XmlShapeSerializer extends SerdeContextConfig implements ShapeSerializer<string | Uint8Array> {
|
|
8
8
|
readonly settings: XmlSettings;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Schema, ShapeSerializer } from "@smithy/types";
|
|
2
|
+
import { SerdeContextConfig } from "../../ConfigurableSerdeContext";
|
|
3
|
+
import { JsonSettings } from "../JsonCodec";
|
|
4
|
+
export declare class SinglePassJsonShapeSerializer
|
|
5
|
+
extends SerdeContextConfig
|
|
6
|
+
implements ShapeSerializer<string>
|
|
7
|
+
{
|
|
8
|
+
readonly settings: JsonSettings;
|
|
9
|
+
private buffer;
|
|
10
|
+
private rootSchema;
|
|
11
|
+
constructor(settings: JsonSettings);
|
|
12
|
+
write(schema: Schema, value: unknown): void;
|
|
13
|
+
writeDiscriminatedDocument(schema: Schema, value: unknown): void;
|
|
14
|
+
flush(): string;
|
|
15
|
+
private writeObject;
|
|
16
|
+
private writeValue;
|
|
17
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.928.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
29
|
+
"@aws-sdk/core": "3.928.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.4",
|
|
32
32
|
"@smithy/types": "^4.8.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.928.0",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
31
|
+
"@aws-sdk/core": "3.928.0",
|
|
32
32
|
"@aws-sdk/types": "3.922.0",
|
|
33
33
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
34
34
|
"@smithy/node-http-handler": "^4.4.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.929.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
34
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
37
|
-
"@aws-sdk/nested-clients": "3.
|
|
31
|
+
"@aws-sdk/core": "3.928.0",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "3.928.0",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "3.928.0",
|
|
34
|
+
"@aws-sdk/credential-provider-process": "3.928.0",
|
|
35
|
+
"@aws-sdk/credential-provider-sso": "3.929.0",
|
|
36
|
+
"@aws-sdk/credential-provider-web-identity": "3.929.0",
|
|
37
|
+
"@aws-sdk/nested-clients": "3.929.0",
|
|
38
38
|
"@aws-sdk/types": "3.922.0",
|
|
39
39
|
"@smithy/credential-provider-imds": "^4.2.4",
|
|
40
40
|
"@smithy/property-provider": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.929.0",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "3.928.0",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "3.928.0",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "3.929.0",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "3.928.0",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "3.929.0",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "3.929.0",
|
|
40
40
|
"@aws-sdk/types": "3.922.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.2.4",
|
|
42
42
|
"@smithy/property-provider": "^4.2.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.928.0",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "3.
|
|
29
|
+
"@aws-sdk/core": "3.928.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@smithy/property-provider": "^4.2.4",
|
|
32
32
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.929.0",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/client-sso": "3.
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/client-sso": "3.929.0",
|
|
30
|
+
"@aws-sdk/core": "3.928.0",
|
|
31
|
+
"@aws-sdk/token-providers": "3.929.0",
|
|
32
32
|
"@aws-sdk/types": "3.922.0",
|
|
33
33
|
"@smithy/property-provider": "^4.2.4",
|
|
34
34
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.929.0",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@aws-sdk/core": "3.
|
|
38
|
-
"@aws-sdk/nested-clients": "3.
|
|
37
|
+
"@aws-sdk/core": "3.928.0",
|
|
38
|
+
"@aws-sdk/nested-clients": "3.929.0",
|
|
39
39
|
"@aws-sdk/types": "3.922.0",
|
|
40
40
|
"@smithy/property-provider": "^4.2.4",
|
|
41
41
|
"@smithy/shared-ini-file-loader": "^4.3.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-user-agent",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.928.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "3.
|
|
28
|
+
"@aws-sdk/core": "3.928.0",
|
|
29
29
|
"@aws-sdk/types": "3.922.0",
|
|
30
30
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
31
31
|
"@smithy/core": "^3.17.2",
|