lambda-live-debugger 1.11.5 → 1.11.7
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.
Potentially problematic release.
This version of lambda-live-debugger might be problematic. Click here for more details.
- package/README.md +1 -0
- package/dist/extension/extension.zip +0 -0
- package/dist/extension/nodejs/node_modules/interceptor.js +7161 -6108
- package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
- package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-cognito-identity/package.json +46 -40
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-iam/package.json +46 -40
- package/node_modules/@aws-sdk/client-iot/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-iot/package.json +37 -37
- package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-iot-data-plane/package.json +38 -38
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-lambda/package.json +42 -42
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +10 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +13 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-s3/package.json +56 -54
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -19
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -19
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.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/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/crc64-nvme/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity-C-kPrLZ4.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/loadCognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/loadCognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/loadCognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromCognitoIdentityPool.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromContainerMetadata.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-es/fromInstanceMetadata.js +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromCognitoIdentityPool.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromContainerMetadata.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromEnv.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromIni.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromInstanceMetadata.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromNodeProviderChain.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromProcess.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTemporaryCredentials.base.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/dist-types/fromWebToken.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-providers/package.json +20 -20
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +30 -27
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +15 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +12 -12
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +77 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPaths.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPaths.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPaths.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +36 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +96 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +6 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +90 -12
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +1 -26
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +17 -17
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +66 -54
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +279 -189
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@inquirer/checkbox/dist/index.d.ts +6 -1
- package/node_modules/@inquirer/checkbox/dist/index.js +30 -10
- package/node_modules/@inquirer/checkbox/package.json +4 -4
- package/node_modules/@inquirer/confirm/package.json +4 -4
- package/node_modules/@inquirer/core/dist/lib/create-prompt.js +51 -25
- package/node_modules/@inquirer/core/package.json +3 -3
- package/node_modules/@inquirer/editor/dist/index.d.ts +3 -0
- package/node_modules/@inquirer/editor/dist/index.js +5 -5
- package/node_modules/@inquirer/editor/package.json +4 -4
- package/node_modules/@inquirer/expand/package.json +4 -4
- package/node_modules/@inquirer/input/package.json +4 -4
- package/node_modules/@inquirer/number/package.json +4 -4
- package/node_modules/@inquirer/password/dist/index.d.ts +6 -1
- package/node_modules/@inquirer/password/dist/index.js +7 -2
- package/node_modules/@inquirer/password/package.json +4 -4
- package/node_modules/@inquirer/prompts/README.md +15 -0
- package/node_modules/@inquirer/prompts/package.json +12 -12
- package/node_modules/@inquirer/rawlist/package.json +4 -4
- package/node_modules/@inquirer/search/package.json +4 -4
- package/node_modules/@inquirer/select/dist/index.d.ts +3 -0
- package/node_modules/@inquirer/select/dist/index.js +23 -8
- package/node_modules/@inquirer/select/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/chunked-blob-reader/package.json +6 -6
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +7 -7
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +26 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +2 -8
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +25 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/package.json +12 -12
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/node_modules/@smithy/eventstream-codec/package.json +9 -9
- package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +18 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +11 -11
- package/node_modules/@smithy/hash-blob-browser/package.json +10 -10
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/hash-stream-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -7
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/md5-js/package.json +10 -10
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/package.json +8 -8
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/package.json +9 -9
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +21 -8
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +16 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +3 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +3 -4
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +9 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +8 -8
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +30 -16
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +11 -9
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +8 -8
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +8 -8
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/package.json +8 -8
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +9 -9
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/package.json +8 -8
- package/node_modules/@smithy/uuid/package.json +6 -6
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/process.d.ts +1 -6
- package/node_modules/@types/node/tls.d.ts +7 -7
- package/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/builder.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/builder.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/builder.min.js.map +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +167 -0
- package/node_modules/fast-xml-builder/package.json +78 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +156 -0
- package/node_modules/fast-xml-builder/src/fxb.js +285 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +145 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +24 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +22 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +3 -2
- package/node_modules/fast-xml-parser/src/fxp.d.ts +23 -0
- package/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/fast-xml-parser/src/util.js +1 -26
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +87 -87
- package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +17 -17
- package/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +10 -1
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +4 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +27 -5
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -21
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/glob/node_modules/minimatch/minimatch.js +3 -0
- package/node_modules/glob/node_modules/minimatch/package.json +2 -2
- package/node_modules/inquirer/package.json +4 -4
- package/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/undici-types/cache-interceptor.d.ts +1 -0
- package/node_modules/undici-types/client.d.ts +1 -1
- package/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/undici-types/websocket.d.ts +9 -9
- package/package.json +24 -20
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -213
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -37
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -69
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -46
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -27
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/loadCognitoIdentity-BPNvueUJ.js +0 -18
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/LICENSE +0 -201
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/README.md +0 -376
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/auth/httpAuthSchemeProvider.js +0 -75
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +0 -1259
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js +0 -38
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +0 -53
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js +0 -48
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +0 -57
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/auth/httpAuthSchemeProvider.js +0 -69
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js +0 -23
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js +0 -9
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/enums.js +0 -18
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/errors.js +0 -133
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js +0 -4
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js +0 -33
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +0 -48
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js +0 -44
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/schemas/schemas_0.js +0 -559
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts +0 -192
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts +0 -224
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts +0 -172
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +0 -93
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +0 -91
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +0 -116
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +0 -115
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +0 -106
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +0 -120
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts +0 -106
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts +0 -99
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -95
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +0 -119
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +0 -110
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +0 -116
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +0 -101
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts +0 -105
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +0 -105
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts +0 -92
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +0 -152
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts +0 -23
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +0 -31
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/enums.d.ts +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/errors.d.ts +0 -144
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts +0 -1039
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +0 -63
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +0 -63
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +0 -62
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/schemas/schemas_0.d.ts +0 -82
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +0 -412
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +0 -255
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +0 -48
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +0 -46
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +0 -48
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +0 -46
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +0 -45
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts +0 -23
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/enums.d.ts +0 -25
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/errors.d.ts +0 -88
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +0 -221
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -127
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +0 -122
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -131
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -86
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/package.json +0 -104
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/credential-provider-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +0 -112
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +0 -35
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +0 -61
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/README.md +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-types → client-cloudformation/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cloudformation}/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/README.md +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-cjs/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/aws.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/partition.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/aws/partitions.json +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/index.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-es/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity → client-cognito-identity}/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-cognito-identity/node_modules/@aws-sdk/util-endpoints}/dist-types/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/extensionConfiguration.js → client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/models/models_0.js → client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js} +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/extensionConfiguration.js → client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js} +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js → client-iam/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → client-iam/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js → client-iot-data-plane/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js} +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints → client-iot-data-plane/node_modules/@aws-sdk/util-endpoints}/dist-types/ts3.4/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/LICENSE +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/README.md +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-cjs/index.js +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-es/index.js +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-es/signature-v4-crt-container.js +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-types/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-types/signature-v4-crt-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/@aws-sdk/{signature-v4-multi-region → client-s3/node_modules/@aws-sdk/signature-v4-multi-region}/dist-types/ts3.4/signature-v4-crt-container.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs → nested-clients/dist-cjs/submodules/sso}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/cognito-identity}/commands/GetCredentialsForIdentityCommand.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/cognito-identity}/commands/GetIdCommand.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/CognitoIdentityServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-es → nested-clients/dist-es/submodules/sso}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/commands/GetCredentialsForIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/commands/GetIdCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/models/CognitoIdentityServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/cognito-identity}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/sso}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types → nested-clients/dist-types/submodules/sso}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/commands/GetCredentialsForIdentityCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/commands/GetIdCommand.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/models/CognitoIdentityServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{credential-provider-cognito-identity/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js → fast-xml-builder/CHANGELOG.md} +0 -0
- /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -1,1259 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
4
|
-
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
|
-
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
|
-
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
|
-
var core = require('@smithy/core');
|
|
9
|
-
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
|
-
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
|
-
var runtimeConfig = require('./runtimeConfig');
|
|
16
|
-
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
-
|
|
19
|
-
const resolveClientEndpointParameters = (options) => {
|
|
20
|
-
return Object.assign(options, {
|
|
21
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
22
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
23
|
-
defaultSigningName: "cognito-identity",
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
const commonParams = {
|
|
27
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
28
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
29
|
-
Region: { type: "builtInParams", name: "region" },
|
|
30
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
34
|
-
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
35
|
-
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
36
|
-
let _credentials = runtimeConfig.credentials;
|
|
37
|
-
return {
|
|
38
|
-
setHttpAuthScheme(httpAuthScheme) {
|
|
39
|
-
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
40
|
-
if (index === -1) {
|
|
41
|
-
_httpAuthSchemes.push(httpAuthScheme);
|
|
42
|
-
}
|
|
43
|
-
else {
|
|
44
|
-
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
httpAuthSchemes() {
|
|
48
|
-
return _httpAuthSchemes;
|
|
49
|
-
},
|
|
50
|
-
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
51
|
-
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
52
|
-
},
|
|
53
|
-
httpAuthSchemeProvider() {
|
|
54
|
-
return _httpAuthSchemeProvider;
|
|
55
|
-
},
|
|
56
|
-
setCredentials(credentials) {
|
|
57
|
-
_credentials = credentials;
|
|
58
|
-
},
|
|
59
|
-
credentials() {
|
|
60
|
-
return _credentials;
|
|
61
|
-
},
|
|
62
|
-
};
|
|
63
|
-
};
|
|
64
|
-
const resolveHttpAuthRuntimeConfig = (config) => {
|
|
65
|
-
return {
|
|
66
|
-
httpAuthSchemes: config.httpAuthSchemes(),
|
|
67
|
-
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
68
|
-
credentials: config.credentials(),
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
73
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
74
|
-
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
75
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
class CognitoIdentityClient extends smithyClient.Client {
|
|
79
|
-
config;
|
|
80
|
-
constructor(...[configuration]) {
|
|
81
|
-
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
82
|
-
super(_config_0);
|
|
83
|
-
this.initConfig = _config_0;
|
|
84
|
-
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
85
|
-
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
86
|
-
const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
|
|
87
|
-
const _config_4 = configResolver.resolveRegionConfig(_config_3);
|
|
88
|
-
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
89
|
-
const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
|
|
90
|
-
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
91
|
-
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
92
|
-
this.config = _config_8;
|
|
93
|
-
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
|
-
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
|
-
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
|
-
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
97
|
-
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
98
|
-
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
100
|
-
this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
101
|
-
httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultCognitoIdentityHttpAuthSchemeParametersProvider,
|
|
102
|
-
identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({
|
|
103
|
-
"aws.auth#sigv4": config.credentials,
|
|
104
|
-
}),
|
|
105
|
-
}));
|
|
106
|
-
this.middlewareStack.use(core.getHttpSigningPlugin(this.config));
|
|
107
|
-
}
|
|
108
|
-
destroy() {
|
|
109
|
-
super.destroy();
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
class CognitoIdentityServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CognitoIdentityServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class InternalErrorException extends CognitoIdentityServiceException {
|
|
121
|
-
name = "InternalErrorException";
|
|
122
|
-
$fault = "server";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "InternalErrorException",
|
|
126
|
-
$fault: "server",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class InvalidParameterException extends CognitoIdentityServiceException {
|
|
133
|
-
name = "InvalidParameterException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "InvalidParameterException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class LimitExceededException extends CognitoIdentityServiceException {
|
|
145
|
-
name = "LimitExceededException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "LimitExceededException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class NotAuthorizedException extends CognitoIdentityServiceException {
|
|
157
|
-
name = "NotAuthorizedException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "NotAuthorizedException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class ResourceConflictException extends CognitoIdentityServiceException {
|
|
169
|
-
name = "ResourceConflictException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "ResourceConflictException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, ResourceConflictException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
class TooManyRequestsException extends CognitoIdentityServiceException {
|
|
181
|
-
name = "TooManyRequestsException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "TooManyRequestsException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class ResourceNotFoundException extends CognitoIdentityServiceException {
|
|
193
|
-
name = "ResourceNotFoundException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "ResourceNotFoundException",
|
|
198
|
-
$fault: "client",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class ExternalServiceException extends CognitoIdentityServiceException {
|
|
205
|
-
name = "ExternalServiceException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "ExternalServiceException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
Object.setPrototypeOf(this, ExternalServiceException.prototype);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
class InvalidIdentityPoolConfigurationException extends CognitoIdentityServiceException {
|
|
217
|
-
name = "InvalidIdentityPoolConfigurationException";
|
|
218
|
-
$fault = "client";
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "InvalidIdentityPoolConfigurationException",
|
|
222
|
-
$fault: "client",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
Object.setPrototypeOf(this, InvalidIdentityPoolConfigurationException.prototype);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
class DeveloperUserAlreadyRegisteredException extends CognitoIdentityServiceException {
|
|
229
|
-
name = "DeveloperUserAlreadyRegisteredException";
|
|
230
|
-
$fault = "client";
|
|
231
|
-
constructor(opts) {
|
|
232
|
-
super({
|
|
233
|
-
name: "DeveloperUserAlreadyRegisteredException",
|
|
234
|
-
$fault: "client",
|
|
235
|
-
...opts,
|
|
236
|
-
});
|
|
237
|
-
Object.setPrototypeOf(this, DeveloperUserAlreadyRegisteredException.prototype);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
class ConcurrentModificationException extends CognitoIdentityServiceException {
|
|
241
|
-
name = "ConcurrentModificationException";
|
|
242
|
-
$fault = "client";
|
|
243
|
-
constructor(opts) {
|
|
244
|
-
super({
|
|
245
|
-
name: "ConcurrentModificationException",
|
|
246
|
-
$fault: "client",
|
|
247
|
-
...opts,
|
|
248
|
-
});
|
|
249
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
const _ACF = "AllowClassicFlow";
|
|
254
|
-
const _AI = "AccountId";
|
|
255
|
-
const _AKI = "AccessKeyId";
|
|
256
|
-
const _ARR = "AmbiguousRoleResolution";
|
|
257
|
-
const _AUI = "AllowUnauthenticatedIdentities";
|
|
258
|
-
const _C = "Credentials";
|
|
259
|
-
const _CD = "CreationDate";
|
|
260
|
-
const _CI = "ClientId";
|
|
261
|
-
const _CIP = "CognitoIdentityProvider";
|
|
262
|
-
const _CIPI = "CreateIdentityPoolInput";
|
|
263
|
-
const _CIPL = "CognitoIdentityProviderList";
|
|
264
|
-
const _CIPo = "CognitoIdentityProviders";
|
|
265
|
-
const _CIPr = "CreateIdentityPool";
|
|
266
|
-
const _CME = "ConcurrentModificationException";
|
|
267
|
-
const _CRA = "CustomRoleArn";
|
|
268
|
-
const _Cl = "Claim";
|
|
269
|
-
const _DI = "DeleteIdentities";
|
|
270
|
-
const _DII = "DeleteIdentitiesInput";
|
|
271
|
-
const _DIIe = "DescribeIdentityInput";
|
|
272
|
-
const _DIP = "DeleteIdentityPool";
|
|
273
|
-
const _DIPI = "DeleteIdentityPoolInput";
|
|
274
|
-
const _DIPIe = "DescribeIdentityPoolInput";
|
|
275
|
-
const _DIPe = "DescribeIdentityPool";
|
|
276
|
-
const _DIR = "DeleteIdentitiesResponse";
|
|
277
|
-
const _DIe = "DescribeIdentity";
|
|
278
|
-
const _DPN = "DeveloperProviderName";
|
|
279
|
-
const _DUARE = "DeveloperUserAlreadyRegisteredException";
|
|
280
|
-
const _DUI = "DeveloperUserIdentifier";
|
|
281
|
-
const _DUIL = "DeveloperUserIdentifierList";
|
|
282
|
-
const _DUIe = "DestinationUserIdentifier";
|
|
283
|
-
const _E = "Expiration";
|
|
284
|
-
const _EC = "ErrorCode";
|
|
285
|
-
const _ESE = "ExternalServiceException";
|
|
286
|
-
const _GCFI = "GetCredentialsForIdentity";
|
|
287
|
-
const _GCFII = "GetCredentialsForIdentityInput";
|
|
288
|
-
const _GCFIR = "GetCredentialsForIdentityResponse";
|
|
289
|
-
const _GI = "GetId";
|
|
290
|
-
const _GII = "GetIdInput";
|
|
291
|
-
const _GIPR = "GetIdentityPoolRoles";
|
|
292
|
-
const _GIPRI = "GetIdentityPoolRolesInput";
|
|
293
|
-
const _GIPRR = "GetIdentityPoolRolesResponse";
|
|
294
|
-
const _GIR = "GetIdResponse";
|
|
295
|
-
const _GOIT = "GetOpenIdToken";
|
|
296
|
-
const _GOITFDI = "GetOpenIdTokenForDeveloperIdentity";
|
|
297
|
-
const _GOITFDII = "GetOpenIdTokenForDeveloperIdentityInput";
|
|
298
|
-
const _GOITFDIR = "GetOpenIdTokenForDeveloperIdentityResponse";
|
|
299
|
-
const _GOITI = "GetOpenIdTokenInput";
|
|
300
|
-
const _GOITR = "GetOpenIdTokenResponse";
|
|
301
|
-
const _GPTAM = "GetPrincipalTagAttributeMap";
|
|
302
|
-
const _GPTAMI = "GetPrincipalTagAttributeMapInput";
|
|
303
|
-
const _GPTAMR = "GetPrincipalTagAttributeMapResponse";
|
|
304
|
-
const _HD = "HideDisabled";
|
|
305
|
-
const _I = "Identities";
|
|
306
|
-
const _ID = "IdentityDescription";
|
|
307
|
-
const _IEE = "InternalErrorException";
|
|
308
|
-
const _II = "IdentityId";
|
|
309
|
-
const _IIPCE = "InvalidIdentityPoolConfigurationException";
|
|
310
|
-
const _IITD = "IdentityIdsToDelete";
|
|
311
|
-
const _IL = "IdentitiesList";
|
|
312
|
-
const _IP = "IdentityPool";
|
|
313
|
-
const _IPE = "InvalidParameterException";
|
|
314
|
-
const _IPI = "IdentityPoolId";
|
|
315
|
-
const _IPL = "IdentityPoolsList";
|
|
316
|
-
const _IPN = "IdentityPoolName";
|
|
317
|
-
const _IPNd = "IdentityProviderName";
|
|
318
|
-
const _IPSD = "IdentityPoolShortDescription";
|
|
319
|
-
const _IPT = "IdentityProviderToken";
|
|
320
|
-
const _IPTd = "IdentityPoolTags";
|
|
321
|
-
const _IPd = "IdentityPools";
|
|
322
|
-
const _L = "Logins";
|
|
323
|
-
const _LDI = "LookupDeveloperIdentity";
|
|
324
|
-
const _LDII = "LookupDeveloperIdentityInput";
|
|
325
|
-
const _LDIR = "LookupDeveloperIdentityResponse";
|
|
326
|
-
const _LEE = "LimitExceededException";
|
|
327
|
-
const _LI = "ListIdentities";
|
|
328
|
-
const _LII = "ListIdentitiesInput";
|
|
329
|
-
const _LIP = "ListIdentityPools";
|
|
330
|
-
const _LIPI = "ListIdentityPoolsInput";
|
|
331
|
-
const _LIPR = "ListIdentityPoolsResponse";
|
|
332
|
-
const _LIR = "ListIdentitiesResponse";
|
|
333
|
-
const _LM = "LoginsMap";
|
|
334
|
-
const _LMD = "LastModifiedDate";
|
|
335
|
-
const _LTFR = "ListTagsForResource";
|
|
336
|
-
const _LTFRI = "ListTagsForResourceInput";
|
|
337
|
-
const _LTFRR = "ListTagsForResourceResponse";
|
|
338
|
-
const _LTR = "LoginsToRemove";
|
|
339
|
-
const _MDI = "MergeDeveloperIdentities";
|
|
340
|
-
const _MDII = "MergeDeveloperIdentitiesInput";
|
|
341
|
-
const _MDIR = "MergeDeveloperIdentitiesResponse";
|
|
342
|
-
const _MR = "MaxResults";
|
|
343
|
-
const _MRL = "MappingRulesList";
|
|
344
|
-
const _MRa = "MappingRule";
|
|
345
|
-
const _MT = "MatchType";
|
|
346
|
-
const _NAE = "NotAuthorizedException";
|
|
347
|
-
const _NT = "NextToken";
|
|
348
|
-
const _OICPARN = "OpenIdConnectProviderARNs";
|
|
349
|
-
const _OIDCT = "OIDCToken";
|
|
350
|
-
const _PN = "ProviderName";
|
|
351
|
-
const _PT = "PrincipalTags";
|
|
352
|
-
const _R = "Roles";
|
|
353
|
-
const _RA = "ResourceArn";
|
|
354
|
-
const _RARN = "RoleARN";
|
|
355
|
-
const _RC = "RulesConfiguration";
|
|
356
|
-
const _RCE = "ResourceConflictException";
|
|
357
|
-
const _RCT = "RulesConfigurationType";
|
|
358
|
-
const _RM = "RoleMappings";
|
|
359
|
-
const _RMM = "RoleMappingMap";
|
|
360
|
-
const _RMo = "RoleMapping";
|
|
361
|
-
const _RNFE = "ResourceNotFoundException";
|
|
362
|
-
const _Ru = "Rules";
|
|
363
|
-
const _SIPR = "SetIdentityPoolRoles";
|
|
364
|
-
const _SIPRI = "SetIdentityPoolRolesInput";
|
|
365
|
-
const _SK = "SecretKey";
|
|
366
|
-
const _SKS = "SecretKeyString";
|
|
367
|
-
const _SLP = "SupportedLoginProviders";
|
|
368
|
-
const _SPARN = "SamlProviderARNs";
|
|
369
|
-
const _SPTAM = "SetPrincipalTagAttributeMap";
|
|
370
|
-
const _SPTAMI = "SetPrincipalTagAttributeMapInput";
|
|
371
|
-
const _SPTAMR = "SetPrincipalTagAttributeMapResponse";
|
|
372
|
-
const _SSTC = "ServerSideTokenCheck";
|
|
373
|
-
const _ST = "SessionToken";
|
|
374
|
-
const _SUI = "SourceUserIdentifier";
|
|
375
|
-
const _T = "Token";
|
|
376
|
-
const _TD = "TokenDuration";
|
|
377
|
-
const _TK = "TagKeys";
|
|
378
|
-
const _TMRE = "TooManyRequestsException";
|
|
379
|
-
const _TR = "TagResource";
|
|
380
|
-
const _TRI = "TagResourceInput";
|
|
381
|
-
const _TRR = "TagResourceResponse";
|
|
382
|
-
const _Ta = "Tags";
|
|
383
|
-
const _Ty = "Type";
|
|
384
|
-
const _UD = "UseDefaults";
|
|
385
|
-
const _UDI = "UnlinkDeveloperIdentity";
|
|
386
|
-
const _UDII = "UnlinkDeveloperIdentityInput";
|
|
387
|
-
const _UI = "UnlinkIdentity";
|
|
388
|
-
const _UII = "UnprocessedIdentityIds";
|
|
389
|
-
const _UIIL = "UnprocessedIdentityIdList";
|
|
390
|
-
const _UIIn = "UnlinkIdentityInput";
|
|
391
|
-
const _UIInp = "UnprocessedIdentityId";
|
|
392
|
-
const _UIP = "UpdateIdentityPool";
|
|
393
|
-
const _UR = "UntagResource";
|
|
394
|
-
const _URI = "UntagResourceInput";
|
|
395
|
-
const _URR = "UntagResourceResponse";
|
|
396
|
-
const _V = "Value";
|
|
397
|
-
const _c = "client";
|
|
398
|
-
const _e = "error";
|
|
399
|
-
const _hE = "httpError";
|
|
400
|
-
const _m = "message";
|
|
401
|
-
const _s = "server";
|
|
402
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cognitoidentity";
|
|
403
|
-
const n0 = "com.amazonaws.cognitoidentity";
|
|
404
|
-
var IdentityProviderToken = [0, n0, _IPT, 8, 0];
|
|
405
|
-
var OIDCToken = [0, n0, _OIDCT, 8, 0];
|
|
406
|
-
var SecretKeyString = [0, n0, _SKS, 8, 0];
|
|
407
|
-
var CognitoIdentityProvider$ = [3, n0, _CIP,
|
|
408
|
-
0,
|
|
409
|
-
[_PN, _CI, _SSTC],
|
|
410
|
-
[0, 0, 2]
|
|
411
|
-
];
|
|
412
|
-
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
413
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
414
|
-
[_m],
|
|
415
|
-
[0]
|
|
416
|
-
];
|
|
417
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
418
|
-
var CreateIdentityPoolInput$ = [3, n0, _CIPI,
|
|
419
|
-
0,
|
|
420
|
-
[_IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
421
|
-
[0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0], 2
|
|
422
|
-
];
|
|
423
|
-
var Credentials$ = [3, n0, _C,
|
|
424
|
-
0,
|
|
425
|
-
[_AKI, _SK, _ST, _E],
|
|
426
|
-
[0, [() => SecretKeyString, 0], 0, 4]
|
|
427
|
-
];
|
|
428
|
-
var DeleteIdentitiesInput$ = [3, n0, _DII,
|
|
429
|
-
0,
|
|
430
|
-
[_IITD],
|
|
431
|
-
[64 | 0], 1
|
|
432
|
-
];
|
|
433
|
-
var DeleteIdentitiesResponse$ = [3, n0, _DIR,
|
|
434
|
-
0,
|
|
435
|
-
[_UII],
|
|
436
|
-
[() => UnprocessedIdentityIdList]
|
|
437
|
-
];
|
|
438
|
-
var DeleteIdentityPoolInput$ = [3, n0, _DIPI,
|
|
439
|
-
0,
|
|
440
|
-
[_IPI],
|
|
441
|
-
[0], 1
|
|
442
|
-
];
|
|
443
|
-
var DescribeIdentityInput$ = [3, n0, _DIIe,
|
|
444
|
-
0,
|
|
445
|
-
[_II],
|
|
446
|
-
[0], 1
|
|
447
|
-
];
|
|
448
|
-
var DescribeIdentityPoolInput$ = [3, n0, _DIPIe,
|
|
449
|
-
0,
|
|
450
|
-
[_IPI],
|
|
451
|
-
[0], 1
|
|
452
|
-
];
|
|
453
|
-
var DeveloperUserAlreadyRegisteredException$ = [-3, n0, _DUARE,
|
|
454
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
455
|
-
[_m],
|
|
456
|
-
[0]
|
|
457
|
-
];
|
|
458
|
-
schema.TypeRegistry.for(n0).registerError(DeveloperUserAlreadyRegisteredException$, DeveloperUserAlreadyRegisteredException);
|
|
459
|
-
var ExternalServiceException$ = [-3, n0, _ESE,
|
|
460
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
461
|
-
[_m],
|
|
462
|
-
[0]
|
|
463
|
-
];
|
|
464
|
-
schema.TypeRegistry.for(n0).registerError(ExternalServiceException$, ExternalServiceException);
|
|
465
|
-
var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
|
|
466
|
-
0,
|
|
467
|
-
[_II, _L, _CRA],
|
|
468
|
-
[0, [() => LoginsMap, 0], 0], 1
|
|
469
|
-
];
|
|
470
|
-
var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
|
|
471
|
-
0,
|
|
472
|
-
[_II, _C],
|
|
473
|
-
[0, [() => Credentials$, 0]]
|
|
474
|
-
];
|
|
475
|
-
var GetIdentityPoolRolesInput$ = [3, n0, _GIPRI,
|
|
476
|
-
0,
|
|
477
|
-
[_IPI],
|
|
478
|
-
[0], 1
|
|
479
|
-
];
|
|
480
|
-
var GetIdentityPoolRolesResponse$ = [3, n0, _GIPRR,
|
|
481
|
-
0,
|
|
482
|
-
[_IPI, _R, _RM],
|
|
483
|
-
[0, 128 | 0, () => RoleMappingMap]
|
|
484
|
-
];
|
|
485
|
-
var GetIdInput$ = [3, n0, _GII,
|
|
486
|
-
0,
|
|
487
|
-
[_IPI, _AI, _L],
|
|
488
|
-
[0, 0, [() => LoginsMap, 0]], 1
|
|
489
|
-
];
|
|
490
|
-
var GetIdResponse$ = [3, n0, _GIR,
|
|
491
|
-
0,
|
|
492
|
-
[_II],
|
|
493
|
-
[0]
|
|
494
|
-
];
|
|
495
|
-
var GetOpenIdTokenForDeveloperIdentityInput$ = [3, n0, _GOITFDII,
|
|
496
|
-
0,
|
|
497
|
-
[_IPI, _L, _II, _PT, _TD],
|
|
498
|
-
[0, [() => LoginsMap, 0], 0, 128 | 0, 1], 2
|
|
499
|
-
];
|
|
500
|
-
var GetOpenIdTokenForDeveloperIdentityResponse$ = [3, n0, _GOITFDIR,
|
|
501
|
-
0,
|
|
502
|
-
[_II, _T],
|
|
503
|
-
[0, [() => OIDCToken, 0]]
|
|
504
|
-
];
|
|
505
|
-
var GetOpenIdTokenInput$ = [3, n0, _GOITI,
|
|
506
|
-
0,
|
|
507
|
-
[_II, _L],
|
|
508
|
-
[0, [() => LoginsMap, 0]], 1
|
|
509
|
-
];
|
|
510
|
-
var GetOpenIdTokenResponse$ = [3, n0, _GOITR,
|
|
511
|
-
0,
|
|
512
|
-
[_II, _T],
|
|
513
|
-
[0, [() => OIDCToken, 0]]
|
|
514
|
-
];
|
|
515
|
-
var GetPrincipalTagAttributeMapInput$ = [3, n0, _GPTAMI,
|
|
516
|
-
0,
|
|
517
|
-
[_IPI, _IPNd],
|
|
518
|
-
[0, 0], 2
|
|
519
|
-
];
|
|
520
|
-
var GetPrincipalTagAttributeMapResponse$ = [3, n0, _GPTAMR,
|
|
521
|
-
0,
|
|
522
|
-
[_IPI, _IPNd, _UD, _PT],
|
|
523
|
-
[0, 0, 2, 128 | 0]
|
|
524
|
-
];
|
|
525
|
-
var IdentityDescription$ = [3, n0, _ID,
|
|
526
|
-
0,
|
|
527
|
-
[_II, _L, _CD, _LMD],
|
|
528
|
-
[0, 64 | 0, 4, 4]
|
|
529
|
-
];
|
|
530
|
-
var IdentityPool$ = [3, n0, _IP,
|
|
531
|
-
0,
|
|
532
|
-
[_IPI, _IPN, _AUI, _ACF, _SLP, _DPN, _OICPARN, _CIPo, _SPARN, _IPTd],
|
|
533
|
-
[0, 0, 2, 2, 128 | 0, 0, 64 | 0, () => CognitoIdentityProviderList, 64 | 0, 128 | 0], 3
|
|
534
|
-
];
|
|
535
|
-
var IdentityPoolShortDescription$ = [3, n0, _IPSD,
|
|
536
|
-
0,
|
|
537
|
-
[_IPI, _IPN],
|
|
538
|
-
[0, 0]
|
|
539
|
-
];
|
|
540
|
-
var InternalErrorException$ = [-3, n0, _IEE,
|
|
541
|
-
{ [_e]: _s },
|
|
542
|
-
[_m],
|
|
543
|
-
[0]
|
|
544
|
-
];
|
|
545
|
-
schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
|
|
546
|
-
var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
|
|
547
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
548
|
-
[_m],
|
|
549
|
-
[0]
|
|
550
|
-
];
|
|
551
|
-
schema.TypeRegistry.for(n0).registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
|
|
552
|
-
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
553
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
554
|
-
[_m],
|
|
555
|
-
[0]
|
|
556
|
-
];
|
|
557
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
|
|
558
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
559
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
560
|
-
[_m],
|
|
561
|
-
[0]
|
|
562
|
-
];
|
|
563
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
564
|
-
var ListIdentitiesInput$ = [3, n0, _LII,
|
|
565
|
-
0,
|
|
566
|
-
[_IPI, _MR, _NT, _HD],
|
|
567
|
-
[0, 1, 0, 2], 2
|
|
568
|
-
];
|
|
569
|
-
var ListIdentitiesResponse$ = [3, n0, _LIR,
|
|
570
|
-
0,
|
|
571
|
-
[_IPI, _I, _NT],
|
|
572
|
-
[0, () => IdentitiesList, 0]
|
|
573
|
-
];
|
|
574
|
-
var ListIdentityPoolsInput$ = [3, n0, _LIPI,
|
|
575
|
-
0,
|
|
576
|
-
[_MR, _NT],
|
|
577
|
-
[1, 0], 1
|
|
578
|
-
];
|
|
579
|
-
var ListIdentityPoolsResponse$ = [3, n0, _LIPR,
|
|
580
|
-
0,
|
|
581
|
-
[_IPd, _NT],
|
|
582
|
-
[() => IdentityPoolsList, 0]
|
|
583
|
-
];
|
|
584
|
-
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
585
|
-
0,
|
|
586
|
-
[_RA],
|
|
587
|
-
[0], 1
|
|
588
|
-
];
|
|
589
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRR,
|
|
590
|
-
0,
|
|
591
|
-
[_Ta],
|
|
592
|
-
[128 | 0]
|
|
593
|
-
];
|
|
594
|
-
var LookupDeveloperIdentityInput$ = [3, n0, _LDII,
|
|
595
|
-
0,
|
|
596
|
-
[_IPI, _II, _DUI, _MR, _NT],
|
|
597
|
-
[0, 0, 0, 1, 0], 1
|
|
598
|
-
];
|
|
599
|
-
var LookupDeveloperIdentityResponse$ = [3, n0, _LDIR,
|
|
600
|
-
0,
|
|
601
|
-
[_II, _DUIL, _NT],
|
|
602
|
-
[0, 64 | 0, 0]
|
|
603
|
-
];
|
|
604
|
-
var MappingRule$ = [3, n0, _MRa,
|
|
605
|
-
0,
|
|
606
|
-
[_Cl, _MT, _V, _RARN],
|
|
607
|
-
[0, 0, 0, 0], 4
|
|
608
|
-
];
|
|
609
|
-
var MergeDeveloperIdentitiesInput$ = [3, n0, _MDII,
|
|
610
|
-
0,
|
|
611
|
-
[_SUI, _DUIe, _DPN, _IPI],
|
|
612
|
-
[0, 0, 0, 0], 4
|
|
613
|
-
];
|
|
614
|
-
var MergeDeveloperIdentitiesResponse$ = [3, n0, _MDIR,
|
|
615
|
-
0,
|
|
616
|
-
[_II],
|
|
617
|
-
[0]
|
|
618
|
-
];
|
|
619
|
-
var NotAuthorizedException$ = [-3, n0, _NAE,
|
|
620
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
621
|
-
[_m],
|
|
622
|
-
[0]
|
|
623
|
-
];
|
|
624
|
-
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
625
|
-
var ResourceConflictException$ = [-3, n0, _RCE,
|
|
626
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
627
|
-
[_m],
|
|
628
|
-
[0]
|
|
629
|
-
];
|
|
630
|
-
schema.TypeRegistry.for(n0).registerError(ResourceConflictException$, ResourceConflictException);
|
|
631
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
632
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
633
|
-
[_m],
|
|
634
|
-
[0]
|
|
635
|
-
];
|
|
636
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
637
|
-
var RoleMapping$ = [3, n0, _RMo,
|
|
638
|
-
0,
|
|
639
|
-
[_Ty, _ARR, _RC],
|
|
640
|
-
[0, 0, () => RulesConfigurationType$], 1
|
|
641
|
-
];
|
|
642
|
-
var RulesConfigurationType$ = [3, n0, _RCT,
|
|
643
|
-
0,
|
|
644
|
-
[_Ru],
|
|
645
|
-
[() => MappingRulesList], 1
|
|
646
|
-
];
|
|
647
|
-
var SetIdentityPoolRolesInput$ = [3, n0, _SIPRI,
|
|
648
|
-
0,
|
|
649
|
-
[_IPI, _R, _RM],
|
|
650
|
-
[0, 128 | 0, () => RoleMappingMap], 2
|
|
651
|
-
];
|
|
652
|
-
var SetPrincipalTagAttributeMapInput$ = [3, n0, _SPTAMI,
|
|
653
|
-
0,
|
|
654
|
-
[_IPI, _IPNd, _UD, _PT],
|
|
655
|
-
[0, 0, 2, 128 | 0], 2
|
|
656
|
-
];
|
|
657
|
-
var SetPrincipalTagAttributeMapResponse$ = [3, n0, _SPTAMR,
|
|
658
|
-
0,
|
|
659
|
-
[_IPI, _IPNd, _UD, _PT],
|
|
660
|
-
[0, 0, 2, 128 | 0]
|
|
661
|
-
];
|
|
662
|
-
var TagResourceInput$ = [3, n0, _TRI,
|
|
663
|
-
0,
|
|
664
|
-
[_RA, _Ta],
|
|
665
|
-
[0, 128 | 0], 2
|
|
666
|
-
];
|
|
667
|
-
var TagResourceResponse$ = [3, n0, _TRR,
|
|
668
|
-
0,
|
|
669
|
-
[],
|
|
670
|
-
[]
|
|
671
|
-
];
|
|
672
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
673
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
674
|
-
[_m],
|
|
675
|
-
[0]
|
|
676
|
-
];
|
|
677
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
678
|
-
var UnlinkDeveloperIdentityInput$ = [3, n0, _UDII,
|
|
679
|
-
0,
|
|
680
|
-
[_II, _IPI, _DPN, _DUI],
|
|
681
|
-
[0, 0, 0, 0], 4
|
|
682
|
-
];
|
|
683
|
-
var UnlinkIdentityInput$ = [3, n0, _UIIn,
|
|
684
|
-
0,
|
|
685
|
-
[_II, _L, _LTR],
|
|
686
|
-
[0, [() => LoginsMap, 0], 64 | 0], 3
|
|
687
|
-
];
|
|
688
|
-
var UnprocessedIdentityId$ = [3, n0, _UIInp,
|
|
689
|
-
0,
|
|
690
|
-
[_II, _EC],
|
|
691
|
-
[0, 0]
|
|
692
|
-
];
|
|
693
|
-
var UntagResourceInput$ = [3, n0, _URI,
|
|
694
|
-
0,
|
|
695
|
-
[_RA, _TK],
|
|
696
|
-
[0, 64 | 0], 2
|
|
697
|
-
];
|
|
698
|
-
var UntagResourceResponse$ = [3, n0, _URR,
|
|
699
|
-
0,
|
|
700
|
-
[],
|
|
701
|
-
[]
|
|
702
|
-
];
|
|
703
|
-
var __Unit = "unit";
|
|
704
|
-
var CognitoIdentityServiceException$ = [-3, _sm, "CognitoIdentityServiceException", 0, [], []];
|
|
705
|
-
schema.TypeRegistry.for(_sm).registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
|
|
706
|
-
var CognitoIdentityProviderList = [1, n0, _CIPL,
|
|
707
|
-
0, () => CognitoIdentityProvider$
|
|
708
|
-
];
|
|
709
|
-
var IdentitiesList = [1, n0, _IL,
|
|
710
|
-
0, () => IdentityDescription$
|
|
711
|
-
];
|
|
712
|
-
var IdentityPoolsList = [1, n0, _IPL,
|
|
713
|
-
0, () => IdentityPoolShortDescription$
|
|
714
|
-
];
|
|
715
|
-
var MappingRulesList = [1, n0, _MRL,
|
|
716
|
-
0, () => MappingRule$
|
|
717
|
-
];
|
|
718
|
-
var UnprocessedIdentityIdList = [1, n0, _UIIL,
|
|
719
|
-
0, () => UnprocessedIdentityId$
|
|
720
|
-
];
|
|
721
|
-
var LoginsMap = [2, n0, _LM,
|
|
722
|
-
0, [0,
|
|
723
|
-
0],
|
|
724
|
-
[() => IdentityProviderToken,
|
|
725
|
-
0]
|
|
726
|
-
];
|
|
727
|
-
var RoleMappingMap = [2, n0, _RMM,
|
|
728
|
-
0, 0, () => RoleMapping$
|
|
729
|
-
];
|
|
730
|
-
var CreateIdentityPool$ = [9, n0, _CIPr,
|
|
731
|
-
0, () => CreateIdentityPoolInput$, () => IdentityPool$
|
|
732
|
-
];
|
|
733
|
-
var DeleteIdentities$ = [9, n0, _DI,
|
|
734
|
-
0, () => DeleteIdentitiesInput$, () => DeleteIdentitiesResponse$
|
|
735
|
-
];
|
|
736
|
-
var DeleteIdentityPool$ = [9, n0, _DIP,
|
|
737
|
-
0, () => DeleteIdentityPoolInput$, () => __Unit
|
|
738
|
-
];
|
|
739
|
-
var DescribeIdentity$ = [9, n0, _DIe,
|
|
740
|
-
0, () => DescribeIdentityInput$, () => IdentityDescription$
|
|
741
|
-
];
|
|
742
|
-
var DescribeIdentityPool$ = [9, n0, _DIPe,
|
|
743
|
-
0, () => DescribeIdentityPoolInput$, () => IdentityPool$
|
|
744
|
-
];
|
|
745
|
-
var GetCredentialsForIdentity$ = [9, n0, _GCFI,
|
|
746
|
-
0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
|
|
747
|
-
];
|
|
748
|
-
var GetId$ = [9, n0, _GI,
|
|
749
|
-
0, () => GetIdInput$, () => GetIdResponse$
|
|
750
|
-
];
|
|
751
|
-
var GetIdentityPoolRoles$ = [9, n0, _GIPR,
|
|
752
|
-
0, () => GetIdentityPoolRolesInput$, () => GetIdentityPoolRolesResponse$
|
|
753
|
-
];
|
|
754
|
-
var GetOpenIdToken$ = [9, n0, _GOIT,
|
|
755
|
-
0, () => GetOpenIdTokenInput$, () => GetOpenIdTokenResponse$
|
|
756
|
-
];
|
|
757
|
-
var GetOpenIdTokenForDeveloperIdentity$ = [9, n0, _GOITFDI,
|
|
758
|
-
0, () => GetOpenIdTokenForDeveloperIdentityInput$, () => GetOpenIdTokenForDeveloperIdentityResponse$
|
|
759
|
-
];
|
|
760
|
-
var GetPrincipalTagAttributeMap$ = [9, n0, _GPTAM,
|
|
761
|
-
0, () => GetPrincipalTagAttributeMapInput$, () => GetPrincipalTagAttributeMapResponse$
|
|
762
|
-
];
|
|
763
|
-
var ListIdentities$ = [9, n0, _LI,
|
|
764
|
-
0, () => ListIdentitiesInput$, () => ListIdentitiesResponse$
|
|
765
|
-
];
|
|
766
|
-
var ListIdentityPools$ = [9, n0, _LIP,
|
|
767
|
-
0, () => ListIdentityPoolsInput$, () => ListIdentityPoolsResponse$
|
|
768
|
-
];
|
|
769
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
770
|
-
0, () => ListTagsForResourceInput$, () => ListTagsForResourceResponse$
|
|
771
|
-
];
|
|
772
|
-
var LookupDeveloperIdentity$ = [9, n0, _LDI,
|
|
773
|
-
0, () => LookupDeveloperIdentityInput$, () => LookupDeveloperIdentityResponse$
|
|
774
|
-
];
|
|
775
|
-
var MergeDeveloperIdentities$ = [9, n0, _MDI,
|
|
776
|
-
0, () => MergeDeveloperIdentitiesInput$, () => MergeDeveloperIdentitiesResponse$
|
|
777
|
-
];
|
|
778
|
-
var SetIdentityPoolRoles$ = [9, n0, _SIPR,
|
|
779
|
-
0, () => SetIdentityPoolRolesInput$, () => __Unit
|
|
780
|
-
];
|
|
781
|
-
var SetPrincipalTagAttributeMap$ = [9, n0, _SPTAM,
|
|
782
|
-
0, () => SetPrincipalTagAttributeMapInput$, () => SetPrincipalTagAttributeMapResponse$
|
|
783
|
-
];
|
|
784
|
-
var TagResource$ = [9, n0, _TR,
|
|
785
|
-
0, () => TagResourceInput$, () => TagResourceResponse$
|
|
786
|
-
];
|
|
787
|
-
var UnlinkDeveloperIdentity$ = [9, n0, _UDI,
|
|
788
|
-
0, () => UnlinkDeveloperIdentityInput$, () => __Unit
|
|
789
|
-
];
|
|
790
|
-
var UnlinkIdentity$ = [9, n0, _UI,
|
|
791
|
-
0, () => UnlinkIdentityInput$, () => __Unit
|
|
792
|
-
];
|
|
793
|
-
var UntagResource$ = [9, n0, _UR,
|
|
794
|
-
0, () => UntagResourceInput$, () => UntagResourceResponse$
|
|
795
|
-
];
|
|
796
|
-
var UpdateIdentityPool$ = [9, n0, _UIP,
|
|
797
|
-
0, () => IdentityPool$, () => IdentityPool$
|
|
798
|
-
];
|
|
799
|
-
|
|
800
|
-
class CreateIdentityPoolCommand extends smithyClient.Command
|
|
801
|
-
.classBuilder()
|
|
802
|
-
.ep(commonParams)
|
|
803
|
-
.m(function (Command, cs, config, o) {
|
|
804
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
805
|
-
})
|
|
806
|
-
.s("AWSCognitoIdentityService", "CreateIdentityPool", {})
|
|
807
|
-
.n("CognitoIdentityClient", "CreateIdentityPoolCommand")
|
|
808
|
-
.sc(CreateIdentityPool$)
|
|
809
|
-
.build() {
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
class DeleteIdentitiesCommand extends smithyClient.Command
|
|
813
|
-
.classBuilder()
|
|
814
|
-
.ep(commonParams)
|
|
815
|
-
.m(function (Command, cs, config, o) {
|
|
816
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
817
|
-
})
|
|
818
|
-
.s("AWSCognitoIdentityService", "DeleteIdentities", {})
|
|
819
|
-
.n("CognitoIdentityClient", "DeleteIdentitiesCommand")
|
|
820
|
-
.sc(DeleteIdentities$)
|
|
821
|
-
.build() {
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
class DeleteIdentityPoolCommand extends smithyClient.Command
|
|
825
|
-
.classBuilder()
|
|
826
|
-
.ep(commonParams)
|
|
827
|
-
.m(function (Command, cs, config, o) {
|
|
828
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
829
|
-
})
|
|
830
|
-
.s("AWSCognitoIdentityService", "DeleteIdentityPool", {})
|
|
831
|
-
.n("CognitoIdentityClient", "DeleteIdentityPoolCommand")
|
|
832
|
-
.sc(DeleteIdentityPool$)
|
|
833
|
-
.build() {
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
class DescribeIdentityCommand extends smithyClient.Command
|
|
837
|
-
.classBuilder()
|
|
838
|
-
.ep(commonParams)
|
|
839
|
-
.m(function (Command, cs, config, o) {
|
|
840
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
841
|
-
})
|
|
842
|
-
.s("AWSCognitoIdentityService", "DescribeIdentity", {})
|
|
843
|
-
.n("CognitoIdentityClient", "DescribeIdentityCommand")
|
|
844
|
-
.sc(DescribeIdentity$)
|
|
845
|
-
.build() {
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
class DescribeIdentityPoolCommand extends smithyClient.Command
|
|
849
|
-
.classBuilder()
|
|
850
|
-
.ep(commonParams)
|
|
851
|
-
.m(function (Command, cs, config, o) {
|
|
852
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
853
|
-
})
|
|
854
|
-
.s("AWSCognitoIdentityService", "DescribeIdentityPool", {})
|
|
855
|
-
.n("CognitoIdentityClient", "DescribeIdentityPoolCommand")
|
|
856
|
-
.sc(DescribeIdentityPool$)
|
|
857
|
-
.build() {
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
class GetCredentialsForIdentityCommand extends smithyClient.Command
|
|
861
|
-
.classBuilder()
|
|
862
|
-
.ep(commonParams)
|
|
863
|
-
.m(function (Command, cs, config, o) {
|
|
864
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
865
|
-
})
|
|
866
|
-
.s("AWSCognitoIdentityService", "GetCredentialsForIdentity", {})
|
|
867
|
-
.n("CognitoIdentityClient", "GetCredentialsForIdentityCommand")
|
|
868
|
-
.sc(GetCredentialsForIdentity$)
|
|
869
|
-
.build() {
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
class GetIdCommand extends smithyClient.Command
|
|
873
|
-
.classBuilder()
|
|
874
|
-
.ep(commonParams)
|
|
875
|
-
.m(function (Command, cs, config, o) {
|
|
876
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
877
|
-
})
|
|
878
|
-
.s("AWSCognitoIdentityService", "GetId", {})
|
|
879
|
-
.n("CognitoIdentityClient", "GetIdCommand")
|
|
880
|
-
.sc(GetId$)
|
|
881
|
-
.build() {
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
class GetIdentityPoolRolesCommand extends smithyClient.Command
|
|
885
|
-
.classBuilder()
|
|
886
|
-
.ep(commonParams)
|
|
887
|
-
.m(function (Command, cs, config, o) {
|
|
888
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
889
|
-
})
|
|
890
|
-
.s("AWSCognitoIdentityService", "GetIdentityPoolRoles", {})
|
|
891
|
-
.n("CognitoIdentityClient", "GetIdentityPoolRolesCommand")
|
|
892
|
-
.sc(GetIdentityPoolRoles$)
|
|
893
|
-
.build() {
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
class GetOpenIdTokenCommand extends smithyClient.Command
|
|
897
|
-
.classBuilder()
|
|
898
|
-
.ep(commonParams)
|
|
899
|
-
.m(function (Command, cs, config, o) {
|
|
900
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
901
|
-
})
|
|
902
|
-
.s("AWSCognitoIdentityService", "GetOpenIdToken", {})
|
|
903
|
-
.n("CognitoIdentityClient", "GetOpenIdTokenCommand")
|
|
904
|
-
.sc(GetOpenIdToken$)
|
|
905
|
-
.build() {
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
class GetOpenIdTokenForDeveloperIdentityCommand extends smithyClient.Command
|
|
909
|
-
.classBuilder()
|
|
910
|
-
.ep(commonParams)
|
|
911
|
-
.m(function (Command, cs, config, o) {
|
|
912
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
913
|
-
})
|
|
914
|
-
.s("AWSCognitoIdentityService", "GetOpenIdTokenForDeveloperIdentity", {})
|
|
915
|
-
.n("CognitoIdentityClient", "GetOpenIdTokenForDeveloperIdentityCommand")
|
|
916
|
-
.sc(GetOpenIdTokenForDeveloperIdentity$)
|
|
917
|
-
.build() {
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
class GetPrincipalTagAttributeMapCommand extends smithyClient.Command
|
|
921
|
-
.classBuilder()
|
|
922
|
-
.ep(commonParams)
|
|
923
|
-
.m(function (Command, cs, config, o) {
|
|
924
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
925
|
-
})
|
|
926
|
-
.s("AWSCognitoIdentityService", "GetPrincipalTagAttributeMap", {})
|
|
927
|
-
.n("CognitoIdentityClient", "GetPrincipalTagAttributeMapCommand")
|
|
928
|
-
.sc(GetPrincipalTagAttributeMap$)
|
|
929
|
-
.build() {
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
class ListIdentitiesCommand extends smithyClient.Command
|
|
933
|
-
.classBuilder()
|
|
934
|
-
.ep(commonParams)
|
|
935
|
-
.m(function (Command, cs, config, o) {
|
|
936
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
937
|
-
})
|
|
938
|
-
.s("AWSCognitoIdentityService", "ListIdentities", {})
|
|
939
|
-
.n("CognitoIdentityClient", "ListIdentitiesCommand")
|
|
940
|
-
.sc(ListIdentities$)
|
|
941
|
-
.build() {
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
class ListIdentityPoolsCommand extends smithyClient.Command
|
|
945
|
-
.classBuilder()
|
|
946
|
-
.ep(commonParams)
|
|
947
|
-
.m(function (Command, cs, config, o) {
|
|
948
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
949
|
-
})
|
|
950
|
-
.s("AWSCognitoIdentityService", "ListIdentityPools", {})
|
|
951
|
-
.n("CognitoIdentityClient", "ListIdentityPoolsCommand")
|
|
952
|
-
.sc(ListIdentityPools$)
|
|
953
|
-
.build() {
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
class ListTagsForResourceCommand extends smithyClient.Command
|
|
957
|
-
.classBuilder()
|
|
958
|
-
.ep(commonParams)
|
|
959
|
-
.m(function (Command, cs, config, o) {
|
|
960
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
961
|
-
})
|
|
962
|
-
.s("AWSCognitoIdentityService", "ListTagsForResource", {})
|
|
963
|
-
.n("CognitoIdentityClient", "ListTagsForResourceCommand")
|
|
964
|
-
.sc(ListTagsForResource$)
|
|
965
|
-
.build() {
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
class LookupDeveloperIdentityCommand extends smithyClient.Command
|
|
969
|
-
.classBuilder()
|
|
970
|
-
.ep(commonParams)
|
|
971
|
-
.m(function (Command, cs, config, o) {
|
|
972
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
973
|
-
})
|
|
974
|
-
.s("AWSCognitoIdentityService", "LookupDeveloperIdentity", {})
|
|
975
|
-
.n("CognitoIdentityClient", "LookupDeveloperIdentityCommand")
|
|
976
|
-
.sc(LookupDeveloperIdentity$)
|
|
977
|
-
.build() {
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
class MergeDeveloperIdentitiesCommand extends smithyClient.Command
|
|
981
|
-
.classBuilder()
|
|
982
|
-
.ep(commonParams)
|
|
983
|
-
.m(function (Command, cs, config, o) {
|
|
984
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
985
|
-
})
|
|
986
|
-
.s("AWSCognitoIdentityService", "MergeDeveloperIdentities", {})
|
|
987
|
-
.n("CognitoIdentityClient", "MergeDeveloperIdentitiesCommand")
|
|
988
|
-
.sc(MergeDeveloperIdentities$)
|
|
989
|
-
.build() {
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
class SetIdentityPoolRolesCommand extends smithyClient.Command
|
|
993
|
-
.classBuilder()
|
|
994
|
-
.ep(commonParams)
|
|
995
|
-
.m(function (Command, cs, config, o) {
|
|
996
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
997
|
-
})
|
|
998
|
-
.s("AWSCognitoIdentityService", "SetIdentityPoolRoles", {})
|
|
999
|
-
.n("CognitoIdentityClient", "SetIdentityPoolRolesCommand")
|
|
1000
|
-
.sc(SetIdentityPoolRoles$)
|
|
1001
|
-
.build() {
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
class SetPrincipalTagAttributeMapCommand extends smithyClient.Command
|
|
1005
|
-
.classBuilder()
|
|
1006
|
-
.ep(commonParams)
|
|
1007
|
-
.m(function (Command, cs, config, o) {
|
|
1008
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1009
|
-
})
|
|
1010
|
-
.s("AWSCognitoIdentityService", "SetPrincipalTagAttributeMap", {})
|
|
1011
|
-
.n("CognitoIdentityClient", "SetPrincipalTagAttributeMapCommand")
|
|
1012
|
-
.sc(SetPrincipalTagAttributeMap$)
|
|
1013
|
-
.build() {
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
class TagResourceCommand extends smithyClient.Command
|
|
1017
|
-
.classBuilder()
|
|
1018
|
-
.ep(commonParams)
|
|
1019
|
-
.m(function (Command, cs, config, o) {
|
|
1020
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1021
|
-
})
|
|
1022
|
-
.s("AWSCognitoIdentityService", "TagResource", {})
|
|
1023
|
-
.n("CognitoIdentityClient", "TagResourceCommand")
|
|
1024
|
-
.sc(TagResource$)
|
|
1025
|
-
.build() {
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
class UnlinkDeveloperIdentityCommand extends smithyClient.Command
|
|
1029
|
-
.classBuilder()
|
|
1030
|
-
.ep(commonParams)
|
|
1031
|
-
.m(function (Command, cs, config, o) {
|
|
1032
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1033
|
-
})
|
|
1034
|
-
.s("AWSCognitoIdentityService", "UnlinkDeveloperIdentity", {})
|
|
1035
|
-
.n("CognitoIdentityClient", "UnlinkDeveloperIdentityCommand")
|
|
1036
|
-
.sc(UnlinkDeveloperIdentity$)
|
|
1037
|
-
.build() {
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
class UnlinkIdentityCommand extends smithyClient.Command
|
|
1041
|
-
.classBuilder()
|
|
1042
|
-
.ep(commonParams)
|
|
1043
|
-
.m(function (Command, cs, config, o) {
|
|
1044
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1045
|
-
})
|
|
1046
|
-
.s("AWSCognitoIdentityService", "UnlinkIdentity", {})
|
|
1047
|
-
.n("CognitoIdentityClient", "UnlinkIdentityCommand")
|
|
1048
|
-
.sc(UnlinkIdentity$)
|
|
1049
|
-
.build() {
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
class UntagResourceCommand extends smithyClient.Command
|
|
1053
|
-
.classBuilder()
|
|
1054
|
-
.ep(commonParams)
|
|
1055
|
-
.m(function (Command, cs, config, o) {
|
|
1056
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1057
|
-
})
|
|
1058
|
-
.s("AWSCognitoIdentityService", "UntagResource", {})
|
|
1059
|
-
.n("CognitoIdentityClient", "UntagResourceCommand")
|
|
1060
|
-
.sc(UntagResource$)
|
|
1061
|
-
.build() {
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
class UpdateIdentityPoolCommand extends smithyClient.Command
|
|
1065
|
-
.classBuilder()
|
|
1066
|
-
.ep(commonParams)
|
|
1067
|
-
.m(function (Command, cs, config, o) {
|
|
1068
|
-
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1069
|
-
})
|
|
1070
|
-
.s("AWSCognitoIdentityService", "UpdateIdentityPool", {})
|
|
1071
|
-
.n("CognitoIdentityClient", "UpdateIdentityPoolCommand")
|
|
1072
|
-
.sc(UpdateIdentityPool$)
|
|
1073
|
-
.build() {
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
const paginateListIdentityPools = core.createPaginator(CognitoIdentityClient, ListIdentityPoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1077
|
-
|
|
1078
|
-
const commands = {
|
|
1079
|
-
CreateIdentityPoolCommand,
|
|
1080
|
-
DeleteIdentitiesCommand,
|
|
1081
|
-
DeleteIdentityPoolCommand,
|
|
1082
|
-
DescribeIdentityCommand,
|
|
1083
|
-
DescribeIdentityPoolCommand,
|
|
1084
|
-
GetCredentialsForIdentityCommand,
|
|
1085
|
-
GetIdCommand,
|
|
1086
|
-
GetIdentityPoolRolesCommand,
|
|
1087
|
-
GetOpenIdTokenCommand,
|
|
1088
|
-
GetOpenIdTokenForDeveloperIdentityCommand,
|
|
1089
|
-
GetPrincipalTagAttributeMapCommand,
|
|
1090
|
-
ListIdentitiesCommand,
|
|
1091
|
-
ListIdentityPoolsCommand,
|
|
1092
|
-
ListTagsForResourceCommand,
|
|
1093
|
-
LookupDeveloperIdentityCommand,
|
|
1094
|
-
MergeDeveloperIdentitiesCommand,
|
|
1095
|
-
SetIdentityPoolRolesCommand,
|
|
1096
|
-
SetPrincipalTagAttributeMapCommand,
|
|
1097
|
-
TagResourceCommand,
|
|
1098
|
-
UnlinkDeveloperIdentityCommand,
|
|
1099
|
-
UnlinkIdentityCommand,
|
|
1100
|
-
UntagResourceCommand,
|
|
1101
|
-
UpdateIdentityPoolCommand,
|
|
1102
|
-
};
|
|
1103
|
-
const paginators = {
|
|
1104
|
-
paginateListIdentityPools,
|
|
1105
|
-
};
|
|
1106
|
-
class CognitoIdentity extends CognitoIdentityClient {
|
|
1107
|
-
}
|
|
1108
|
-
smithyClient.createAggregatedClient(commands, CognitoIdentity, { paginators });
|
|
1109
|
-
|
|
1110
|
-
const AmbiguousRoleResolutionType = {
|
|
1111
|
-
AUTHENTICATED_ROLE: "AuthenticatedRole",
|
|
1112
|
-
DENY: "Deny",
|
|
1113
|
-
};
|
|
1114
|
-
const ErrorCode = {
|
|
1115
|
-
ACCESS_DENIED: "AccessDenied",
|
|
1116
|
-
INTERNAL_SERVER_ERROR: "InternalServerError",
|
|
1117
|
-
};
|
|
1118
|
-
const MappingRuleMatchType = {
|
|
1119
|
-
CONTAINS: "Contains",
|
|
1120
|
-
EQUALS: "Equals",
|
|
1121
|
-
NOT_EQUAL: "NotEqual",
|
|
1122
|
-
STARTS_WITH: "StartsWith",
|
|
1123
|
-
};
|
|
1124
|
-
const RoleMappingType = {
|
|
1125
|
-
RULES: "Rules",
|
|
1126
|
-
TOKEN: "Token",
|
|
1127
|
-
};
|
|
1128
|
-
|
|
1129
|
-
Object.defineProperty(exports, "$Command", {
|
|
1130
|
-
enumerable: true,
|
|
1131
|
-
get: function () { return smithyClient.Command; }
|
|
1132
|
-
});
|
|
1133
|
-
Object.defineProperty(exports, "__Client", {
|
|
1134
|
-
enumerable: true,
|
|
1135
|
-
get: function () { return smithyClient.Client; }
|
|
1136
|
-
});
|
|
1137
|
-
exports.AmbiguousRoleResolutionType = AmbiguousRoleResolutionType;
|
|
1138
|
-
exports.CognitoIdentity = CognitoIdentity;
|
|
1139
|
-
exports.CognitoIdentityClient = CognitoIdentityClient;
|
|
1140
|
-
exports.CognitoIdentityProvider$ = CognitoIdentityProvider$;
|
|
1141
|
-
exports.CognitoIdentityServiceException = CognitoIdentityServiceException;
|
|
1142
|
-
exports.CognitoIdentityServiceException$ = CognitoIdentityServiceException$;
|
|
1143
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
1144
|
-
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
1145
|
-
exports.CreateIdentityPool$ = CreateIdentityPool$;
|
|
1146
|
-
exports.CreateIdentityPoolCommand = CreateIdentityPoolCommand;
|
|
1147
|
-
exports.CreateIdentityPoolInput$ = CreateIdentityPoolInput$;
|
|
1148
|
-
exports.Credentials$ = Credentials$;
|
|
1149
|
-
exports.DeleteIdentities$ = DeleteIdentities$;
|
|
1150
|
-
exports.DeleteIdentitiesCommand = DeleteIdentitiesCommand;
|
|
1151
|
-
exports.DeleteIdentitiesInput$ = DeleteIdentitiesInput$;
|
|
1152
|
-
exports.DeleteIdentitiesResponse$ = DeleteIdentitiesResponse$;
|
|
1153
|
-
exports.DeleteIdentityPool$ = DeleteIdentityPool$;
|
|
1154
|
-
exports.DeleteIdentityPoolCommand = DeleteIdentityPoolCommand;
|
|
1155
|
-
exports.DeleteIdentityPoolInput$ = DeleteIdentityPoolInput$;
|
|
1156
|
-
exports.DescribeIdentity$ = DescribeIdentity$;
|
|
1157
|
-
exports.DescribeIdentityCommand = DescribeIdentityCommand;
|
|
1158
|
-
exports.DescribeIdentityInput$ = DescribeIdentityInput$;
|
|
1159
|
-
exports.DescribeIdentityPool$ = DescribeIdentityPool$;
|
|
1160
|
-
exports.DescribeIdentityPoolCommand = DescribeIdentityPoolCommand;
|
|
1161
|
-
exports.DescribeIdentityPoolInput$ = DescribeIdentityPoolInput$;
|
|
1162
|
-
exports.DeveloperUserAlreadyRegisteredException = DeveloperUserAlreadyRegisteredException;
|
|
1163
|
-
exports.DeveloperUserAlreadyRegisteredException$ = DeveloperUserAlreadyRegisteredException$;
|
|
1164
|
-
exports.ErrorCode = ErrorCode;
|
|
1165
|
-
exports.ExternalServiceException = ExternalServiceException;
|
|
1166
|
-
exports.ExternalServiceException$ = ExternalServiceException$;
|
|
1167
|
-
exports.GetCredentialsForIdentity$ = GetCredentialsForIdentity$;
|
|
1168
|
-
exports.GetCredentialsForIdentityCommand = GetCredentialsForIdentityCommand;
|
|
1169
|
-
exports.GetCredentialsForIdentityInput$ = GetCredentialsForIdentityInput$;
|
|
1170
|
-
exports.GetCredentialsForIdentityResponse$ = GetCredentialsForIdentityResponse$;
|
|
1171
|
-
exports.GetId$ = GetId$;
|
|
1172
|
-
exports.GetIdCommand = GetIdCommand;
|
|
1173
|
-
exports.GetIdInput$ = GetIdInput$;
|
|
1174
|
-
exports.GetIdResponse$ = GetIdResponse$;
|
|
1175
|
-
exports.GetIdentityPoolRoles$ = GetIdentityPoolRoles$;
|
|
1176
|
-
exports.GetIdentityPoolRolesCommand = GetIdentityPoolRolesCommand;
|
|
1177
|
-
exports.GetIdentityPoolRolesInput$ = GetIdentityPoolRolesInput$;
|
|
1178
|
-
exports.GetIdentityPoolRolesResponse$ = GetIdentityPoolRolesResponse$;
|
|
1179
|
-
exports.GetOpenIdToken$ = GetOpenIdToken$;
|
|
1180
|
-
exports.GetOpenIdTokenCommand = GetOpenIdTokenCommand;
|
|
1181
|
-
exports.GetOpenIdTokenForDeveloperIdentity$ = GetOpenIdTokenForDeveloperIdentity$;
|
|
1182
|
-
exports.GetOpenIdTokenForDeveloperIdentityCommand = GetOpenIdTokenForDeveloperIdentityCommand;
|
|
1183
|
-
exports.GetOpenIdTokenForDeveloperIdentityInput$ = GetOpenIdTokenForDeveloperIdentityInput$;
|
|
1184
|
-
exports.GetOpenIdTokenForDeveloperIdentityResponse$ = GetOpenIdTokenForDeveloperIdentityResponse$;
|
|
1185
|
-
exports.GetOpenIdTokenInput$ = GetOpenIdTokenInput$;
|
|
1186
|
-
exports.GetOpenIdTokenResponse$ = GetOpenIdTokenResponse$;
|
|
1187
|
-
exports.GetPrincipalTagAttributeMap$ = GetPrincipalTagAttributeMap$;
|
|
1188
|
-
exports.GetPrincipalTagAttributeMapCommand = GetPrincipalTagAttributeMapCommand;
|
|
1189
|
-
exports.GetPrincipalTagAttributeMapInput$ = GetPrincipalTagAttributeMapInput$;
|
|
1190
|
-
exports.GetPrincipalTagAttributeMapResponse$ = GetPrincipalTagAttributeMapResponse$;
|
|
1191
|
-
exports.IdentityDescription$ = IdentityDescription$;
|
|
1192
|
-
exports.IdentityPool$ = IdentityPool$;
|
|
1193
|
-
exports.IdentityPoolShortDescription$ = IdentityPoolShortDescription$;
|
|
1194
|
-
exports.InternalErrorException = InternalErrorException;
|
|
1195
|
-
exports.InternalErrorException$ = InternalErrorException$;
|
|
1196
|
-
exports.InvalidIdentityPoolConfigurationException = InvalidIdentityPoolConfigurationException;
|
|
1197
|
-
exports.InvalidIdentityPoolConfigurationException$ = InvalidIdentityPoolConfigurationException$;
|
|
1198
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
1199
|
-
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
1200
|
-
exports.LimitExceededException = LimitExceededException;
|
|
1201
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
1202
|
-
exports.ListIdentities$ = ListIdentities$;
|
|
1203
|
-
exports.ListIdentitiesCommand = ListIdentitiesCommand;
|
|
1204
|
-
exports.ListIdentitiesInput$ = ListIdentitiesInput$;
|
|
1205
|
-
exports.ListIdentitiesResponse$ = ListIdentitiesResponse$;
|
|
1206
|
-
exports.ListIdentityPools$ = ListIdentityPools$;
|
|
1207
|
-
exports.ListIdentityPoolsCommand = ListIdentityPoolsCommand;
|
|
1208
|
-
exports.ListIdentityPoolsInput$ = ListIdentityPoolsInput$;
|
|
1209
|
-
exports.ListIdentityPoolsResponse$ = ListIdentityPoolsResponse$;
|
|
1210
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1211
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1212
|
-
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1213
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1214
|
-
exports.LookupDeveloperIdentity$ = LookupDeveloperIdentity$;
|
|
1215
|
-
exports.LookupDeveloperIdentityCommand = LookupDeveloperIdentityCommand;
|
|
1216
|
-
exports.LookupDeveloperIdentityInput$ = LookupDeveloperIdentityInput$;
|
|
1217
|
-
exports.LookupDeveloperIdentityResponse$ = LookupDeveloperIdentityResponse$;
|
|
1218
|
-
exports.MappingRule$ = MappingRule$;
|
|
1219
|
-
exports.MappingRuleMatchType = MappingRuleMatchType;
|
|
1220
|
-
exports.MergeDeveloperIdentities$ = MergeDeveloperIdentities$;
|
|
1221
|
-
exports.MergeDeveloperIdentitiesCommand = MergeDeveloperIdentitiesCommand;
|
|
1222
|
-
exports.MergeDeveloperIdentitiesInput$ = MergeDeveloperIdentitiesInput$;
|
|
1223
|
-
exports.MergeDeveloperIdentitiesResponse$ = MergeDeveloperIdentitiesResponse$;
|
|
1224
|
-
exports.NotAuthorizedException = NotAuthorizedException;
|
|
1225
|
-
exports.NotAuthorizedException$ = NotAuthorizedException$;
|
|
1226
|
-
exports.ResourceConflictException = ResourceConflictException;
|
|
1227
|
-
exports.ResourceConflictException$ = ResourceConflictException$;
|
|
1228
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1229
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1230
|
-
exports.RoleMapping$ = RoleMapping$;
|
|
1231
|
-
exports.RoleMappingType = RoleMappingType;
|
|
1232
|
-
exports.RulesConfigurationType$ = RulesConfigurationType$;
|
|
1233
|
-
exports.SetIdentityPoolRoles$ = SetIdentityPoolRoles$;
|
|
1234
|
-
exports.SetIdentityPoolRolesCommand = SetIdentityPoolRolesCommand;
|
|
1235
|
-
exports.SetIdentityPoolRolesInput$ = SetIdentityPoolRolesInput$;
|
|
1236
|
-
exports.SetPrincipalTagAttributeMap$ = SetPrincipalTagAttributeMap$;
|
|
1237
|
-
exports.SetPrincipalTagAttributeMapCommand = SetPrincipalTagAttributeMapCommand;
|
|
1238
|
-
exports.SetPrincipalTagAttributeMapInput$ = SetPrincipalTagAttributeMapInput$;
|
|
1239
|
-
exports.SetPrincipalTagAttributeMapResponse$ = SetPrincipalTagAttributeMapResponse$;
|
|
1240
|
-
exports.TagResource$ = TagResource$;
|
|
1241
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1242
|
-
exports.TagResourceInput$ = TagResourceInput$;
|
|
1243
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1244
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
1245
|
-
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
1246
|
-
exports.UnlinkDeveloperIdentity$ = UnlinkDeveloperIdentity$;
|
|
1247
|
-
exports.UnlinkDeveloperIdentityCommand = UnlinkDeveloperIdentityCommand;
|
|
1248
|
-
exports.UnlinkDeveloperIdentityInput$ = UnlinkDeveloperIdentityInput$;
|
|
1249
|
-
exports.UnlinkIdentity$ = UnlinkIdentity$;
|
|
1250
|
-
exports.UnlinkIdentityCommand = UnlinkIdentityCommand;
|
|
1251
|
-
exports.UnlinkIdentityInput$ = UnlinkIdentityInput$;
|
|
1252
|
-
exports.UnprocessedIdentityId$ = UnprocessedIdentityId$;
|
|
1253
|
-
exports.UntagResource$ = UntagResource$;
|
|
1254
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1255
|
-
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1256
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1257
|
-
exports.UpdateIdentityPool$ = UpdateIdentityPool$;
|
|
1258
|
-
exports.UpdateIdentityPoolCommand = UpdateIdentityPoolCommand;
|
|
1259
|
-
exports.paginateListIdentityPools = paginateListIdentityPools;
|