lambda-live-debugger 1.11.0 → 1.11.1
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/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +123 -27
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/dist/infraDeploy.mjs +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +6 -6
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iam/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot/package.json +5 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +5 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-lambda/package.json +5 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/client-s3/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +4 -4
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/credential-providers/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/index.js +43 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +43 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +38 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
- package/package.json +15 -15
- package/tsconfig.build.json +1 -1
- package/tsconfig.typecheck.json +1 -1
|
Binary file
|
|
@@ -31299,6 +31299,50 @@ var init_ConfigurableSerdeContext = __esm({
|
|
|
31299
31299
|
}
|
|
31300
31300
|
});
|
|
31301
31301
|
|
|
31302
|
+
// ../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
|
|
31303
|
+
function* serializingStructIterator(ns, sourceObject) {
|
|
31304
|
+
if (ns.isUnitSchema()) {
|
|
31305
|
+
return;
|
|
31306
|
+
}
|
|
31307
|
+
const struct3 = ns.getSchema();
|
|
31308
|
+
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
31309
|
+
const key = struct3[4][i4];
|
|
31310
|
+
const memberNs = new NormalizedSchema([struct3[5][i4], 0], key);
|
|
31311
|
+
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
31312
|
+
continue;
|
|
31313
|
+
}
|
|
31314
|
+
yield [key, memberNs];
|
|
31315
|
+
}
|
|
31316
|
+
}
|
|
31317
|
+
function* deserializingStructIterator(ns, sourceObject, nameTrait) {
|
|
31318
|
+
if (ns.isUnitSchema()) {
|
|
31319
|
+
return;
|
|
31320
|
+
}
|
|
31321
|
+
const struct3 = ns.getSchema();
|
|
31322
|
+
let keysRemaining = Object.keys(sourceObject).length;
|
|
31323
|
+
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
31324
|
+
if (keysRemaining === 0) {
|
|
31325
|
+
break;
|
|
31326
|
+
}
|
|
31327
|
+
const key = struct3[4][i4];
|
|
31328
|
+
const memberNs = new NormalizedSchema([struct3[5][i4], 0], key);
|
|
31329
|
+
let serializationKey = key;
|
|
31330
|
+
if (nameTrait) {
|
|
31331
|
+
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
31332
|
+
}
|
|
31333
|
+
if (!(serializationKey in sourceObject)) {
|
|
31334
|
+
continue;
|
|
31335
|
+
}
|
|
31336
|
+
yield [key, memberNs];
|
|
31337
|
+
keysRemaining -= 1;
|
|
31338
|
+
}
|
|
31339
|
+
}
|
|
31340
|
+
var init_structIterator = __esm({
|
|
31341
|
+
"../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
|
|
31342
|
+
init_schema();
|
|
31343
|
+
}
|
|
31344
|
+
});
|
|
31345
|
+
|
|
31302
31346
|
// ../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js
|
|
31303
31347
|
function jsonReviver(key, value, context) {
|
|
31304
31348
|
if (context?.source) {
|
|
@@ -31401,6 +31445,7 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
31401
31445
|
init_serde();
|
|
31402
31446
|
import_util_base644 = __toESM(require_dist_cjs11());
|
|
31403
31447
|
init_ConfigurableSerdeContext();
|
|
31448
|
+
init_structIterator();
|
|
31404
31449
|
init_jsonReviver();
|
|
31405
31450
|
init_parseJsonBody();
|
|
31406
31451
|
JsonShapeDeserializer = class extends SerdeContextConfig {
|
|
@@ -31440,7 +31485,7 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
31440
31485
|
return out;
|
|
31441
31486
|
} else if (ns.isStructSchema() && isObject) {
|
|
31442
31487
|
const out = {};
|
|
31443
|
-
for (const [memberName, memberSchema] of ns.
|
|
31488
|
+
for (const [memberName, memberSchema] of deserializingStructIterator(ns, value, this.settings.jsonName ? "jsonName" : false)) {
|
|
31444
31489
|
const fromKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
31445
31490
|
const deserializedValue = this._read(memberSchema, value[fromKey]);
|
|
31446
31491
|
if (deserializedValue != null) {
|
|
@@ -31579,6 +31624,7 @@ var init_JsonShapeSerializer = __esm({
|
|
|
31579
31624
|
init_serde();
|
|
31580
31625
|
import_util_base645 = __toESM(require_dist_cjs11());
|
|
31581
31626
|
init_ConfigurableSerdeContext();
|
|
31627
|
+
init_structIterator();
|
|
31582
31628
|
init_jsonReplacer();
|
|
31583
31629
|
JsonShapeSerializer = class extends SerdeContextConfig {
|
|
31584
31630
|
settings;
|
|
@@ -31632,10 +31678,10 @@ var init_JsonShapeSerializer = __esm({
|
|
|
31632
31678
|
return out;
|
|
31633
31679
|
} else if (ns.isStructSchema() && isObject) {
|
|
31634
31680
|
const out = {};
|
|
31635
|
-
for (const [memberName, memberSchema] of ns
|
|
31636
|
-
const targetKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
31681
|
+
for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
|
|
31637
31682
|
const serializableValue = this._write(memberSchema, value[memberName], ns);
|
|
31638
31683
|
if (serializableValue !== void 0) {
|
|
31684
|
+
const targetKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
31639
31685
|
out[targetKey] = serializableValue;
|
|
31640
31686
|
}
|
|
31641
31687
|
}
|
|
@@ -33052,6 +33098,7 @@ var init_QueryShapeSerializer = __esm({
|
|
|
33052
33098
|
import_smithy_client5 = __toESM(require_dist_cjs26());
|
|
33053
33099
|
import_util_base646 = __toESM(require_dist_cjs11());
|
|
33054
33100
|
init_ConfigurableSerdeContext();
|
|
33101
|
+
init_structIterator();
|
|
33055
33102
|
QueryShapeSerializer = class extends SerdeContextConfig {
|
|
33056
33103
|
settings;
|
|
33057
33104
|
buffer;
|
|
@@ -33151,7 +33198,7 @@ var init_QueryShapeSerializer = __esm({
|
|
|
33151
33198
|
}
|
|
33152
33199
|
} else if (ns.isStructSchema()) {
|
|
33153
33200
|
if (value && typeof value === "object") {
|
|
33154
|
-
for (const [memberName, member3] of ns
|
|
33201
|
+
for (const [memberName, member3] of serializingStructIterator(ns, value)) {
|
|
33155
33202
|
if (value[memberName] == null && !member3.isIdempotencyToken()) {
|
|
33156
33203
|
continue;
|
|
33157
33204
|
}
|
|
@@ -33427,6 +33474,7 @@ var init_XmlShapeSerializer = __esm({
|
|
|
33427
33474
|
import_smithy_client7 = __toESM(require_dist_cjs26());
|
|
33428
33475
|
import_util_base647 = __toESM(require_dist_cjs11());
|
|
33429
33476
|
init_ConfigurableSerdeContext();
|
|
33477
|
+
init_structIterator();
|
|
33430
33478
|
XmlShapeSerializer = class extends SerdeContextConfig {
|
|
33431
33479
|
settings;
|
|
33432
33480
|
stringBuffer;
|
|
@@ -33478,7 +33526,7 @@ var init_XmlShapeSerializer = __esm({
|
|
|
33478
33526
|
}
|
|
33479
33527
|
const structXmlNode = import_xml_builder3.XmlNode.of(name);
|
|
33480
33528
|
const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
|
|
33481
|
-
for (const [memberName, memberSchema] of ns
|
|
33529
|
+
for (const [memberName, memberSchema] of serializingStructIterator(ns, value)) {
|
|
33482
33530
|
const val = value[memberName];
|
|
33483
33531
|
if (val != null || memberSchema.isIdempotencyToken()) {
|
|
33484
33532
|
if (memberSchema.getMergedTraits().xmlAttribute) {
|
|
@@ -35759,7 +35807,7 @@ var require_package2 = __commonJS({
|
|
|
35759
35807
|
module2.exports = {
|
|
35760
35808
|
name: "@aws-sdk/client-iot",
|
|
35761
35809
|
description: "AWS SDK for JavaScript Iot Client for Node.js, Browser and React Native",
|
|
35762
|
-
version: "3.
|
|
35810
|
+
version: "3.940.0",
|
|
35763
35811
|
scripts: {
|
|
35764
35812
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
35765
35813
|
"build:cjs": "node ../../scripts/compilation/inline client-iot",
|
|
@@ -35778,17 +35826,17 @@ var require_package2 = __commonJS({
|
|
|
35778
35826
|
dependencies: {
|
|
35779
35827
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
35780
35828
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
35781
|
-
"@aws-sdk/core": "3.
|
|
35782
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
35829
|
+
"@aws-sdk/core": "3.940.0",
|
|
35830
|
+
"@aws-sdk/credential-provider-node": "3.940.0",
|
|
35783
35831
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
35784
35832
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
35785
35833
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
35786
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35834
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
35787
35835
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
35788
35836
|
"@aws-sdk/types": "3.936.0",
|
|
35789
35837
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
35790
35838
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
35791
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35839
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
35792
35840
|
"@smithy/config-resolver": "^4.4.3",
|
|
35793
35841
|
"@smithy/core": "^3.18.5",
|
|
35794
35842
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -36531,7 +36579,7 @@ var init_package = __esm({
|
|
|
36531
36579
|
"../../node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
36532
36580
|
package_default = {
|
|
36533
36581
|
name: "@aws-sdk/nested-clients",
|
|
36534
|
-
version: "3.
|
|
36582
|
+
version: "3.940.0",
|
|
36535
36583
|
description: "Nested clients for AWS SDK packages.",
|
|
36536
36584
|
main: "./dist-cjs/index.js",
|
|
36537
36585
|
module: "./dist-es/index.js",
|
|
@@ -36560,16 +36608,16 @@ var init_package = __esm({
|
|
|
36560
36608
|
dependencies: {
|
|
36561
36609
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
36562
36610
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
36563
|
-
"@aws-sdk/core": "3.
|
|
36611
|
+
"@aws-sdk/core": "3.940.0",
|
|
36564
36612
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
36565
36613
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
36566
36614
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
36567
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36615
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
36568
36616
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
36569
36617
|
"@aws-sdk/types": "3.936.0",
|
|
36570
36618
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
36571
36619
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
36572
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36620
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
36573
36621
|
"@smithy/config-resolver": "^4.4.3",
|
|
36574
36622
|
"@smithy/core": "^3.18.5",
|
|
36575
36623
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -37961,7 +38009,7 @@ var require_package3 = __commonJS({
|
|
|
37961
38009
|
module2.exports = {
|
|
37962
38010
|
name: "@aws-sdk/client-sso",
|
|
37963
38011
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
37964
|
-
version: "3.
|
|
38012
|
+
version: "3.940.0",
|
|
37965
38013
|
scripts: {
|
|
37966
38014
|
build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
37967
38015
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -37980,16 +38028,16 @@ var require_package3 = __commonJS({
|
|
|
37980
38028
|
dependencies: {
|
|
37981
38029
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
37982
38030
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
37983
|
-
"@aws-sdk/core": "3.
|
|
38031
|
+
"@aws-sdk/core": "3.940.0",
|
|
37984
38032
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
37985
38033
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
37986
38034
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
37987
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38035
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
37988
38036
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
37989
38037
|
"@aws-sdk/types": "3.936.0",
|
|
37990
38038
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
37991
38039
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
37992
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
38040
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
37993
38041
|
"@smithy/config-resolver": "^4.4.3",
|
|
37994
38042
|
"@smithy/core": "^3.18.5",
|
|
37995
38043
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
@@ -48497,6 +48545,50 @@ var init_ConfigurableSerdeContext2 = __esm({
|
|
|
48497
48545
|
}
|
|
48498
48546
|
});
|
|
48499
48547
|
|
|
48548
|
+
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
|
|
48549
|
+
function* serializingStructIterator2(ns, sourceObject) {
|
|
48550
|
+
if (ns.isUnitSchema()) {
|
|
48551
|
+
return;
|
|
48552
|
+
}
|
|
48553
|
+
const struct3 = ns.getSchema();
|
|
48554
|
+
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
48555
|
+
const key = struct3[4][i4];
|
|
48556
|
+
const memberNs = new NormalizedSchema2([struct3[5][i4], 0], key);
|
|
48557
|
+
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
48558
|
+
continue;
|
|
48559
|
+
}
|
|
48560
|
+
yield [key, memberNs];
|
|
48561
|
+
}
|
|
48562
|
+
}
|
|
48563
|
+
function* deserializingStructIterator2(ns, sourceObject, nameTrait) {
|
|
48564
|
+
if (ns.isUnitSchema()) {
|
|
48565
|
+
return;
|
|
48566
|
+
}
|
|
48567
|
+
const struct3 = ns.getSchema();
|
|
48568
|
+
let keysRemaining = Object.keys(sourceObject).length;
|
|
48569
|
+
for (let i4 = 0; i4 < struct3[4].length; ++i4) {
|
|
48570
|
+
if (keysRemaining === 0) {
|
|
48571
|
+
break;
|
|
48572
|
+
}
|
|
48573
|
+
const key = struct3[4][i4];
|
|
48574
|
+
const memberNs = new NormalizedSchema2([struct3[5][i4], 0], key);
|
|
48575
|
+
let serializationKey = key;
|
|
48576
|
+
if (nameTrait) {
|
|
48577
|
+
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
48578
|
+
}
|
|
48579
|
+
if (!(serializationKey in sourceObject)) {
|
|
48580
|
+
continue;
|
|
48581
|
+
}
|
|
48582
|
+
yield [key, memberNs];
|
|
48583
|
+
keysRemaining -= 1;
|
|
48584
|
+
}
|
|
48585
|
+
}
|
|
48586
|
+
var init_structIterator2 = __esm({
|
|
48587
|
+
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
|
|
48588
|
+
init_schema2();
|
|
48589
|
+
}
|
|
48590
|
+
});
|
|
48591
|
+
|
|
48500
48592
|
// ../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js
|
|
48501
48593
|
function jsonReviver2(key, value, context) {
|
|
48502
48594
|
if (context?.source) {
|
|
@@ -48599,6 +48691,7 @@ var init_JsonShapeDeserializer2 = __esm({
|
|
|
48599
48691
|
init_serde2();
|
|
48600
48692
|
import_util_base6412 = __toESM(require_dist_cjs61());
|
|
48601
48693
|
init_ConfigurableSerdeContext2();
|
|
48694
|
+
init_structIterator2();
|
|
48602
48695
|
init_jsonReviver2();
|
|
48603
48696
|
init_parseJsonBody2();
|
|
48604
48697
|
JsonShapeDeserializer2 = class extends SerdeContextConfig2 {
|
|
@@ -48638,7 +48731,7 @@ var init_JsonShapeDeserializer2 = __esm({
|
|
|
48638
48731
|
return out;
|
|
48639
48732
|
} else if (ns.isStructSchema() && isObject) {
|
|
48640
48733
|
const out = {};
|
|
48641
|
-
for (const [memberName, memberSchema] of ns.
|
|
48734
|
+
for (const [memberName, memberSchema] of deserializingStructIterator2(ns, value, this.settings.jsonName ? "jsonName" : false)) {
|
|
48642
48735
|
const fromKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
48643
48736
|
const deserializedValue = this._read(memberSchema, value[fromKey]);
|
|
48644
48737
|
if (deserializedValue != null) {
|
|
@@ -48777,6 +48870,7 @@ var init_JsonShapeSerializer2 = __esm({
|
|
|
48777
48870
|
init_serde2();
|
|
48778
48871
|
import_util_base6413 = __toESM(require_dist_cjs61());
|
|
48779
48872
|
init_ConfigurableSerdeContext2();
|
|
48873
|
+
init_structIterator2();
|
|
48780
48874
|
init_jsonReplacer2();
|
|
48781
48875
|
JsonShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
48782
48876
|
settings;
|
|
@@ -48830,10 +48924,10 @@ var init_JsonShapeSerializer2 = __esm({
|
|
|
48830
48924
|
return out;
|
|
48831
48925
|
} else if (ns.isStructSchema() && isObject) {
|
|
48832
48926
|
const out = {};
|
|
48833
|
-
for (const [memberName, memberSchema] of ns
|
|
48834
|
-
const targetKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
48927
|
+
for (const [memberName, memberSchema] of serializingStructIterator2(ns, value)) {
|
|
48835
48928
|
const serializableValue = this._write(memberSchema, value[memberName], ns);
|
|
48836
48929
|
if (serializableValue !== void 0) {
|
|
48930
|
+
const targetKey = this.settings.jsonName ? memberSchema.getMergedTraits().jsonName ?? memberName : memberName;
|
|
48837
48931
|
out[targetKey] = serializableValue;
|
|
48838
48932
|
}
|
|
48839
48933
|
}
|
|
@@ -50250,6 +50344,7 @@ var init_QueryShapeSerializer2 = __esm({
|
|
|
50250
50344
|
import_smithy_client20 = __toESM(require_dist_cjs74());
|
|
50251
50345
|
import_util_base6414 = __toESM(require_dist_cjs61());
|
|
50252
50346
|
init_ConfigurableSerdeContext2();
|
|
50347
|
+
init_structIterator2();
|
|
50253
50348
|
QueryShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
50254
50349
|
settings;
|
|
50255
50350
|
buffer;
|
|
@@ -50349,7 +50444,7 @@ var init_QueryShapeSerializer2 = __esm({
|
|
|
50349
50444
|
}
|
|
50350
50445
|
} else if (ns.isStructSchema()) {
|
|
50351
50446
|
if (value && typeof value === "object") {
|
|
50352
|
-
for (const [memberName, member3] of ns
|
|
50447
|
+
for (const [memberName, member3] of serializingStructIterator2(ns, value)) {
|
|
50353
50448
|
if (value[memberName] == null && !member3.isIdempotencyToken()) {
|
|
50354
50449
|
continue;
|
|
50355
50450
|
}
|
|
@@ -50625,6 +50720,7 @@ var init_XmlShapeSerializer2 = __esm({
|
|
|
50625
50720
|
import_smithy_client22 = __toESM(require_dist_cjs74());
|
|
50626
50721
|
import_util_base6415 = __toESM(require_dist_cjs61());
|
|
50627
50722
|
init_ConfigurableSerdeContext2();
|
|
50723
|
+
init_structIterator2();
|
|
50628
50724
|
XmlShapeSerializer2 = class extends SerdeContextConfig2 {
|
|
50629
50725
|
settings;
|
|
50630
50726
|
stringBuffer;
|
|
@@ -50676,7 +50772,7 @@ var init_XmlShapeSerializer2 = __esm({
|
|
|
50676
50772
|
}
|
|
50677
50773
|
const structXmlNode = import_xml_builder6.XmlNode.of(name);
|
|
50678
50774
|
const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
|
|
50679
|
-
for (const [memberName, memberSchema] of ns
|
|
50775
|
+
for (const [memberName, memberSchema] of serializingStructIterator2(ns, value)) {
|
|
50680
50776
|
const val = value[memberName];
|
|
50681
50777
|
if (val != null || memberSchema.isIdempotencyToken()) {
|
|
50682
50778
|
if (memberSchema.getMergedTraits().xmlAttribute) {
|
|
@@ -52596,7 +52692,7 @@ var init_package2 = __esm({
|
|
|
52596
52692
|
"../../node_modules/@aws-sdk/credential-provider-login/node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
52597
52693
|
package_default2 = {
|
|
52598
52694
|
name: "@aws-sdk/nested-clients",
|
|
52599
|
-
version: "3.
|
|
52695
|
+
version: "3.940.0",
|
|
52600
52696
|
description: "Nested clients for AWS SDK packages.",
|
|
52601
52697
|
main: "./dist-cjs/index.js",
|
|
52602
52698
|
module: "./dist-es/index.js",
|
|
@@ -52625,16 +52721,16 @@ var init_package2 = __esm({
|
|
|
52625
52721
|
dependencies: {
|
|
52626
52722
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
52627
52723
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
52628
|
-
"@aws-sdk/core": "3.
|
|
52724
|
+
"@aws-sdk/core": "3.940.0",
|
|
52629
52725
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
52630
52726
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
52631
52727
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
52632
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
52728
|
+
"@aws-sdk/middleware-user-agent": "3.940.0",
|
|
52633
52729
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
52634
52730
|
"@aws-sdk/types": "3.936.0",
|
|
52635
52731
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
52636
52732
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
52637
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
52733
|
+
"@aws-sdk/util-user-agent-node": "3.940.0",
|
|
52638
52734
|
"@smithy/config-resolver": "^4.4.3",
|
|
52639
52735
|
"@smithy/core": "^3.18.5",
|
|
52640
52736
|
"@smithy/fetch-http-handler": "^5.3.6",
|