@gemeentenijmegen/webapp 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +11 -11
- package/assets/webapp/auth/auth.lambda/index.js +2 -2
- package/assets/webapp/login/login.lambda/index.js +2 -2
- package/assets/webapp/logout/logout.lambda/index.js +177 -3
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +12 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +38 -38
- package/node_modules/@aws-sdk/client-s3/README.md +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +88 -150
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +4 -28
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +56 -96
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +41 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +22 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +19 -19
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +12 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +40 -40
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +0 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +151 -196
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +115 -56
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +25 -114
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +14 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-s3/package.json +58 -59
- package/node_modules/@aws-sdk/client-secrets-manager/README.md +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +36 -36
- package/node_modules/@aws-sdk/client-ssm/README.md +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +37 -37
- package/node_modules/@aws-sdk/client-sso/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +10 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -3
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +36 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +6 -1
- 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/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +14 -11
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +29 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +10 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -1
- 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/resolveSsoCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +8 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -6
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -8
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +28 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +33 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksum.js +1 -5
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.browser.js +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +23 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/validateChecksumFromResponse.js +14 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +2 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksum.d.ts +2 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +17 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -6
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +18 -15
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -16
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +112 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +11 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -8
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -6
- package/node_modules/@aws-sdk/s3-request-presigner/README.md +23 -41
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +24 -6
- package/node_modules/@aws-sdk/s3-request-presigner/dist-es/presigner.js +8 -4
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/dist-types/ts3.4/presigner.d.ts +2 -0
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -7
- package/node_modules/@aws-sdk/token-providers/package.json +8 -7
- package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -6
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +9 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +7 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +12 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/.jsii.tabl.json.gz +0 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/api-call-base.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/assertions.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/common.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/http-call.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/match.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/providers/provider.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/sdk.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/assertions/waiter-state-machine.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/lib/test-case.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-cdk/integ-tests-alpha/package.json +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +325 -18
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +3 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-defaults.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.d.ts +15 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-defaults.js +33 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.d.ts +56 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/pipes-helper.js +197 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-helper.js +10 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +9 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +28 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +695 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +35 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +8 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +16 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.jsii +85 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/API.md +841 -255
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/Dockerfile +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/README.md +5 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.d.ts +20 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +36 -30
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.d.ts +0 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/dependency.js +5 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/stack-trace.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/private/uniqueid.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/package.json +35 -31
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +24 -0
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +317 -0
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +25 -0
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +274 -0
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +44 -0
- package/node_modules/@gemeentenijmegen/session/package.json +4 -4
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +8 -23
- package/node_modules/@smithy/chunked-blob-reader/dist-es/index.js +8 -22
- package/node_modules/@smithy/chunked-blob-reader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/chunked-blob-reader/package.json +2 -2
- package/node_modules/@smithy/chunked-blob-reader-native/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/index.js +79 -158
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +163 -0
- package/node_modules/@smithy/core/dist-es/index.js +4 -3
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -67
- package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +4 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +2 -48
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/core/package.json +15 -8
- package/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/node_modules/@smithy/core/protocols.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -27
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +2 -25
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +4 -4
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +4 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -7
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -36
- package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -11
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -5
- package/node_modules/@smithy/smithy-client/dist-es/index.js +2 -0
- package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -19
- package/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +2 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +2 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -6
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-stream/package.json +10 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/@types/uuid/LICENSE +21 -0
- package/node_modules/@types/uuid/README.md +15 -0
- package/node_modules/@types/uuid/index.d.mts +12 -0
- package/node_modules/@types/uuid/index.d.ts +86 -0
- package/node_modules/@types/uuid/package.json +54 -0
- package/node_modules/cookie/index.js +118 -57
- package/node_modules/cookie/package.json +3 -3
- package/node_modules/form-data/Readme.md +4 -4
- package/node_modules/form-data/lib/form_data.js +1 -1
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/tslib/modules/index.d.ts +1 -0
- package/node_modules/tslib/modules/index.js +2 -0
- package/node_modules/tslib/package.json +1 -1
- package/node_modules/tslib/tslib.d.ts +7 -0
- package/node_modules/tslib/tslib.es6.js +24 -1
- package/node_modules/tslib/tslib.es6.mjs +24 -1
- package/node_modules/tslib/tslib.js +56 -1
- package/package.json +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/.gitattributes +0 -28
- package/node_modules/form-data/README.md.bak +0 -358
- /package/node_modules/{cookie → @gemeentenijmegen/session/node_modules/cookie}/HISTORY.md +0 -0
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/Endpoint.js → @smithy/core/dist-cjs/setFeature.js} +0 -0
- /package/node_modules/{@aws-sdk/endpoint-cache/dist-cjs/EndpointCache.js → @smithy/smithy-client/dist-cjs/quote-header.js} +0 -0
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
|
|
19
|
+
// src/submodules/protocols/index.ts
|
|
20
|
+
var protocols_exports = {};
|
|
21
|
+
__export(protocols_exports, {
|
|
22
|
+
RequestBuilder: () => RequestBuilder,
|
|
23
|
+
collectBody: () => collectBody,
|
|
24
|
+
extendedEncodeURIComponent: () => extendedEncodeURIComponent,
|
|
25
|
+
requestBuilder: () => requestBuilder,
|
|
26
|
+
resolvedPath: () => resolvedPath2
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(protocols_exports);
|
|
29
|
+
|
|
30
|
+
// src/submodules/protocols/collect-stream-body.ts
|
|
31
|
+
var import_util_stream = require("@smithy/util-stream");
|
|
32
|
+
var collectBody = async (streamBody = new Uint8Array(), context) => {
|
|
33
|
+
if (streamBody instanceof Uint8Array) {
|
|
34
|
+
return import_util_stream.Uint8ArrayBlobAdapter.mutate(streamBody);
|
|
35
|
+
}
|
|
36
|
+
if (!streamBody) {
|
|
37
|
+
return import_util_stream.Uint8ArrayBlobAdapter.mutate(new Uint8Array());
|
|
38
|
+
}
|
|
39
|
+
const fromContext = context.streamCollector(streamBody);
|
|
40
|
+
return import_util_stream.Uint8ArrayBlobAdapter.mutate(await fromContext);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
// src/submodules/protocols/extended-encode-uri-component.ts
|
|
44
|
+
function extendedEncodeURIComponent(str) {
|
|
45
|
+
return encodeURIComponent(str).replace(/[!'()*]/g, function(c) {
|
|
46
|
+
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// src/submodules/protocols/requestBuilder.ts
|
|
51
|
+
var import_protocols = require("@smithy/core/protocols");
|
|
52
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
53
|
+
function requestBuilder(input, context) {
|
|
54
|
+
return new RequestBuilder(input, context);
|
|
55
|
+
}
|
|
56
|
+
var RequestBuilder = class {
|
|
57
|
+
constructor(input, context) {
|
|
58
|
+
this.input = input;
|
|
59
|
+
this.context = context;
|
|
60
|
+
this.query = {};
|
|
61
|
+
this.method = "";
|
|
62
|
+
this.headers = {};
|
|
63
|
+
this.path = "";
|
|
64
|
+
this.body = null;
|
|
65
|
+
this.hostname = "";
|
|
66
|
+
this.resolvePathStack = [];
|
|
67
|
+
}
|
|
68
|
+
async build() {
|
|
69
|
+
const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
|
|
70
|
+
this.path = basePath;
|
|
71
|
+
for (const resolvePath of this.resolvePathStack) {
|
|
72
|
+
resolvePath(this.path);
|
|
73
|
+
}
|
|
74
|
+
return new import_protocol_http.HttpRequest({
|
|
75
|
+
protocol,
|
|
76
|
+
hostname: this.hostname || hostname,
|
|
77
|
+
port,
|
|
78
|
+
method: this.method,
|
|
79
|
+
path: this.path,
|
|
80
|
+
query: this.query,
|
|
81
|
+
body: this.body,
|
|
82
|
+
headers: this.headers
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Brevity setter for "hostname".
|
|
87
|
+
*/
|
|
88
|
+
hn(hostname) {
|
|
89
|
+
this.hostname = hostname;
|
|
90
|
+
return this;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Brevity initial builder for "basepath".
|
|
94
|
+
*/
|
|
95
|
+
bp(uriLabel) {
|
|
96
|
+
this.resolvePathStack.push((basePath) => {
|
|
97
|
+
this.path = `${(basePath == null ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
|
|
98
|
+
});
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Brevity incremental builder for "path".
|
|
103
|
+
*/
|
|
104
|
+
p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
|
|
105
|
+
this.resolvePathStack.push((path) => {
|
|
106
|
+
this.path = (0, import_protocols.resolvedPath)(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
|
|
107
|
+
});
|
|
108
|
+
return this;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Brevity setter for "headers".
|
|
112
|
+
*/
|
|
113
|
+
h(headers) {
|
|
114
|
+
this.headers = headers;
|
|
115
|
+
return this;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Brevity setter for "query".
|
|
119
|
+
*/
|
|
120
|
+
q(query) {
|
|
121
|
+
this.query = query;
|
|
122
|
+
return this;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Brevity setter for "body".
|
|
126
|
+
*/
|
|
127
|
+
b(body) {
|
|
128
|
+
this.body = body;
|
|
129
|
+
return this;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Brevity setter for "method".
|
|
133
|
+
*/
|
|
134
|
+
m(method) {
|
|
135
|
+
this.method = method;
|
|
136
|
+
return this;
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
// src/submodules/protocols/resolve-path.ts
|
|
141
|
+
var resolvedPath2 = (resolvedPath3, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
142
|
+
if (input != null && input[memberName] !== void 0) {
|
|
143
|
+
const labelValue = labelValueProvider();
|
|
144
|
+
if (labelValue.length <= 0) {
|
|
145
|
+
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
146
|
+
}
|
|
147
|
+
resolvedPath3 = resolvedPath3.replace(
|
|
148
|
+
uriLabel,
|
|
149
|
+
isGreedyLabel ? labelValue.split("/").map((segment) => extendedEncodeURIComponent(segment)).join("/") : extendedEncodeURIComponent(labelValue)
|
|
150
|
+
);
|
|
151
|
+
} else {
|
|
152
|
+
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
|
153
|
+
}
|
|
154
|
+
return resolvedPath3;
|
|
155
|
+
};
|
|
156
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
157
|
+
0 && (module.exports = {
|
|
158
|
+
RequestBuilder,
|
|
159
|
+
collectBody,
|
|
160
|
+
extendedEncodeURIComponent,
|
|
161
|
+
requestBuilder,
|
|
162
|
+
resolvedPath
|
|
163
|
+
});
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from "./getSmithyContext";
|
|
1
2
|
export * from "./middleware-http-auth-scheme";
|
|
2
3
|
export * from "./middleware-http-signing";
|
|
3
|
-
export * from "./util-identity-and-auth";
|
|
4
|
-
export * from "./getSmithyContext";
|
|
5
4
|
export * from "./normalizeProvider";
|
|
6
|
-
export * from "./protocols/requestBuilder";
|
|
7
5
|
export { createPaginator } from "./pagination/createPaginator";
|
|
6
|
+
export * from "./protocols/requestBuilder";
|
|
7
|
+
export * from "./setFeature";
|
|
8
|
+
export * from "./util-identity-and-auth";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { endpointMiddlewareOptions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { httpAuthSchemeMiddleware } from "./httpAuthSchemeMiddleware";
|
|
3
2
|
export const httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
4
3
|
step: "serialize",
|
|
@@ -6,7 +5,7 @@ export const httpAuthSchemeEndpointRuleSetMiddlewareOptions = {
|
|
|
6
5
|
name: "httpAuthSchemeMiddleware",
|
|
7
6
|
override: true,
|
|
8
7
|
relation: "before",
|
|
9
|
-
toMiddleware:
|
|
8
|
+
toMiddleware: "endpointV2Middleware",
|
|
10
9
|
};
|
|
11
10
|
export const getHttpAuthSchemeEndpointRuleSetPlugin = (config, { httpAuthSchemeParametersProvider, identityProviderConfigProvider, }) => ({
|
|
12
11
|
applyToStack: (clientStack) => {
|
package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { retryMiddlewareOptions } from "@smithy/middleware-retry";
|
|
2
1
|
import { httpSigningMiddleware } from "./httpSigningMiddleware";
|
|
3
2
|
export const httpSigningMiddlewareOptions = {
|
|
4
3
|
step: "finalizeRequest",
|
|
@@ -7,7 +6,7 @@ export const httpSigningMiddlewareOptions = {
|
|
|
7
6
|
aliases: ["apiKeyMiddleware", "tokenMiddleware", "awsAuthMiddleware"],
|
|
8
7
|
override: true,
|
|
9
8
|
relation: "after",
|
|
10
|
-
toMiddleware:
|
|
9
|
+
toMiddleware: "retryMiddleware",
|
|
11
10
|
};
|
|
12
11
|
export const getHttpSigningPlugin = (config) => ({
|
|
13
12
|
applyToStack: (clientStack) => {
|
|
@@ -1,67 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import { resolvedPath } from "@smithy/smithy-client";
|
|
3
|
-
export function requestBuilder(input, context) {
|
|
4
|
-
return new RequestBuilder(input, context);
|
|
5
|
-
}
|
|
6
|
-
export class RequestBuilder {
|
|
7
|
-
constructor(input, context) {
|
|
8
|
-
this.input = input;
|
|
9
|
-
this.context = context;
|
|
10
|
-
this.query = {};
|
|
11
|
-
this.method = "";
|
|
12
|
-
this.headers = {};
|
|
13
|
-
this.path = "";
|
|
14
|
-
this.body = null;
|
|
15
|
-
this.hostname = "";
|
|
16
|
-
this.resolvePathStack = [];
|
|
17
|
-
}
|
|
18
|
-
async build() {
|
|
19
|
-
const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
|
|
20
|
-
this.path = basePath;
|
|
21
|
-
for (const resolvePath of this.resolvePathStack) {
|
|
22
|
-
resolvePath(this.path);
|
|
23
|
-
}
|
|
24
|
-
return new HttpRequest({
|
|
25
|
-
protocol,
|
|
26
|
-
hostname: this.hostname || hostname,
|
|
27
|
-
port,
|
|
28
|
-
method: this.method,
|
|
29
|
-
path: this.path,
|
|
30
|
-
query: this.query,
|
|
31
|
-
body: this.body,
|
|
32
|
-
headers: this.headers,
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
hn(hostname) {
|
|
36
|
-
this.hostname = hostname;
|
|
37
|
-
return this;
|
|
38
|
-
}
|
|
39
|
-
bp(uriLabel) {
|
|
40
|
-
this.resolvePathStack.push((basePath) => {
|
|
41
|
-
this.path = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
|
|
42
|
-
});
|
|
43
|
-
return this;
|
|
44
|
-
}
|
|
45
|
-
p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
|
|
46
|
-
this.resolvePathStack.push((path) => {
|
|
47
|
-
this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
|
|
48
|
-
});
|
|
49
|
-
return this;
|
|
50
|
-
}
|
|
51
|
-
h(headers) {
|
|
52
|
-
this.headers = headers;
|
|
53
|
-
return this;
|
|
54
|
-
}
|
|
55
|
-
q(query) {
|
|
56
|
-
this.query = query;
|
|
57
|
-
return this;
|
|
58
|
-
}
|
|
59
|
-
b(body) {
|
|
60
|
-
this.body = body;
|
|
61
|
-
return this;
|
|
62
|
-
}
|
|
63
|
-
m(method) {
|
|
64
|
-
this.method = method;
|
|
65
|
-
return this;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
1
|
+
export { requestBuilder } from "@smithy/core/protocols";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function setFeature(context, feature, value) {
|
|
2
|
+
if (!context.__smithy_context) {
|
|
3
|
+
context.__smithy_context = {
|
|
4
|
+
features: {},
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
else if (!context.__smithy_context.features) {
|
|
8
|
+
context.__smithy_context.features = {};
|
|
9
|
+
}
|
|
10
|
+
context.__smithy_context.features[feature] = value;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { collectBody } from "@smithy/core/protocols";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { collectBody } from "@smithy/smithy-client";
|
|
3
3
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
4
4
|
import { cbor } from "./cbor";
|
|
5
5
|
export const parseCborBody = (streamBody, context) => {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
2
|
+
export const collectBody = async (streamBody = new Uint8Array(), context) => {
|
|
3
|
+
if (streamBody instanceof Uint8Array) {
|
|
4
|
+
return Uint8ArrayBlobAdapter.mutate(streamBody);
|
|
5
|
+
}
|
|
6
|
+
if (!streamBody) {
|
|
7
|
+
return Uint8ArrayBlobAdapter.mutate(new Uint8Array());
|
|
8
|
+
}
|
|
9
|
+
const fromContext = context.streamCollector(streamBody);
|
|
10
|
+
return Uint8ArrayBlobAdapter.mutate(await fromContext);
|
|
11
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { resolvedPath } from "@smithy/core/protocols";
|
|
2
|
+
import { HttpRequest } from "@smithy/protocol-http";
|
|
3
|
+
export function requestBuilder(input, context) {
|
|
4
|
+
return new RequestBuilder(input, context);
|
|
5
|
+
}
|
|
6
|
+
export class RequestBuilder {
|
|
7
|
+
constructor(input, context) {
|
|
8
|
+
this.input = input;
|
|
9
|
+
this.context = context;
|
|
10
|
+
this.query = {};
|
|
11
|
+
this.method = "";
|
|
12
|
+
this.headers = {};
|
|
13
|
+
this.path = "";
|
|
14
|
+
this.body = null;
|
|
15
|
+
this.hostname = "";
|
|
16
|
+
this.resolvePathStack = [];
|
|
17
|
+
}
|
|
18
|
+
async build() {
|
|
19
|
+
const { hostname, protocol = "https", port, path: basePath } = await this.context.endpoint();
|
|
20
|
+
this.path = basePath;
|
|
21
|
+
for (const resolvePath of this.resolvePathStack) {
|
|
22
|
+
resolvePath(this.path);
|
|
23
|
+
}
|
|
24
|
+
return new HttpRequest({
|
|
25
|
+
protocol,
|
|
26
|
+
hostname: this.hostname || hostname,
|
|
27
|
+
port,
|
|
28
|
+
method: this.method,
|
|
29
|
+
path: this.path,
|
|
30
|
+
query: this.query,
|
|
31
|
+
body: this.body,
|
|
32
|
+
headers: this.headers,
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
hn(hostname) {
|
|
36
|
+
this.hostname = hostname;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
bp(uriLabel) {
|
|
40
|
+
this.resolvePathStack.push((basePath) => {
|
|
41
|
+
this.path = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + uriLabel;
|
|
42
|
+
});
|
|
43
|
+
return this;
|
|
44
|
+
}
|
|
45
|
+
p(memberName, labelValueProvider, uriLabel, isGreedyLabel) {
|
|
46
|
+
this.resolvePathStack.push((path) => {
|
|
47
|
+
this.path = resolvedPath(path, this.input, memberName, labelValueProvider, uriLabel, isGreedyLabel);
|
|
48
|
+
});
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
h(headers) {
|
|
52
|
+
this.headers = headers;
|
|
53
|
+
return this;
|
|
54
|
+
}
|
|
55
|
+
q(query) {
|
|
56
|
+
this.query = query;
|
|
57
|
+
return this;
|
|
58
|
+
}
|
|
59
|
+
b(body) {
|
|
60
|
+
this.body = body;
|
|
61
|
+
return this;
|
|
62
|
+
}
|
|
63
|
+
m(method) {
|
|
64
|
+
this.method = method;
|
|
65
|
+
return this;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { extendedEncodeURIComponent } from "./extended-encode-uri-component";
|
|
2
|
+
export const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
|
|
3
|
+
if (input != null && input[memberName] !== undefined) {
|
|
4
|
+
const labelValue = labelValueProvider();
|
|
5
|
+
if (labelValue.length <= 0) {
|
|
6
|
+
throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
|
|
7
|
+
}
|
|
8
|
+
resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
|
|
9
|
+
? labelValue
|
|
10
|
+
.split("/")
|
|
11
|
+
.map((segment) => extendedEncodeURIComponent(segment))
|
|
12
|
+
.join("/")
|
|
13
|
+
: extendedEncodeURIComponent(labelValue));
|
|
14
|
+
}
|
|
15
|
+
else {
|
|
16
|
+
throw new Error("No value provided for input HTTP label: " + memberName + ".");
|
|
17
|
+
}
|
|
18
|
+
return resolvedPath;
|
|
19
|
+
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from "./getSmithyContext";
|
|
1
2
|
export * from "./middleware-http-auth-scheme";
|
|
2
3
|
export * from "./middleware-http-signing";
|
|
3
|
-
export * from "./util-identity-and-auth";
|
|
4
|
-
export * from "./getSmithyContext";
|
|
5
4
|
export * from "./normalizeProvider";
|
|
6
|
-
export * from "./protocols/requestBuilder";
|
|
7
5
|
export { createPaginator } from "./pagination/createPaginator";
|
|
6
|
+
export * from "./protocols/requestBuilder";
|
|
7
|
+
export * from "./setFeature";
|
|
8
|
+
export * from "./util-identity-and-auth";
|
|
@@ -1,51 +1,5 @@
|
|
|
1
|
-
import { HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import type { SerdeContext } from "@smithy/types";
|
|
3
1
|
/**
|
|
4
2
|
* @internal
|
|
5
|
-
*
|
|
3
|
+
* Backwards compatibility re-export.
|
|
6
4
|
*/
|
|
7
|
-
export
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export declare class RequestBuilder {
|
|
12
|
-
private input;
|
|
13
|
-
private context;
|
|
14
|
-
private query;
|
|
15
|
-
private method;
|
|
16
|
-
private headers;
|
|
17
|
-
private path;
|
|
18
|
-
private body;
|
|
19
|
-
private hostname;
|
|
20
|
-
private resolvePathStack;
|
|
21
|
-
constructor(input: any, context: SerdeContext);
|
|
22
|
-
build(): Promise<HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* Brevity setter for "hostname".
|
|
25
|
-
*/
|
|
26
|
-
hn(hostname: string): this;
|
|
27
|
-
/**
|
|
28
|
-
* Brevity initial builder for "basepath".
|
|
29
|
-
*/
|
|
30
|
-
bp(uriLabel: string): this;
|
|
31
|
-
/**
|
|
32
|
-
* Brevity incremental builder for "path".
|
|
33
|
-
*/
|
|
34
|
-
p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
|
|
35
|
-
/**
|
|
36
|
-
* Brevity setter for "headers".
|
|
37
|
-
*/
|
|
38
|
-
h(headers: Record<string, string>): this;
|
|
39
|
-
/**
|
|
40
|
-
* Brevity setter for "query".
|
|
41
|
-
*/
|
|
42
|
-
q(query: Record<string, string>): this;
|
|
43
|
-
/**
|
|
44
|
-
* Brevity setter for "body".
|
|
45
|
-
*/
|
|
46
|
-
b(body: any): this;
|
|
47
|
-
/**
|
|
48
|
-
* Brevity setter for "method".
|
|
49
|
-
*/
|
|
50
|
-
m(method: string): this;
|
|
51
|
-
}
|
|
5
|
+
export { requestBuilder } from "@smithy/core/protocols";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { HandlerExecutionContext, SmithyFeatures } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
* Indicates to the request context that a given feature is active.
|
|
5
|
+
*
|
|
6
|
+
* @param context - handler execution context.
|
|
7
|
+
* @param feature - readable name of feature.
|
|
8
|
+
* @param value - encoding value of feature. This is required because the
|
|
9
|
+
* specification asks the library not to include a runtime lookup of all
|
|
10
|
+
* the feature identifiers.
|
|
11
|
+
*/
|
|
12
|
+
export declare function setFeature<F extends keyof SmithyFeatures>(context: HandlerExecutionContext, feature: F, value: SmithyFeatures[F]): void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SerdeContext } from "@smithy/types";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*
|
|
6
|
+
* Collect low-level response body stream to Uint8Array.
|
|
7
|
+
*/
|
|
8
|
+
export declare const collectBody: (streamBody: any, context: {
|
|
9
|
+
streamCollector: SerdeContext["streamCollector"];
|
|
10
|
+
}) => Promise<Uint8ArrayBlobAdapter>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { HttpRequest } from "@smithy/protocol-http";
|
|
2
|
+
import type { SerdeContext } from "@smithy/types";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
* used in code-generated serde.
|
|
6
|
+
*/
|
|
7
|
+
export declare function requestBuilder(input: any, context: SerdeContext): RequestBuilder;
|
|
8
|
+
/**
|
|
9
|
+
* @internal
|
|
10
|
+
*/
|
|
11
|
+
export declare class RequestBuilder {
|
|
12
|
+
private input;
|
|
13
|
+
private context;
|
|
14
|
+
private query;
|
|
15
|
+
private method;
|
|
16
|
+
private headers;
|
|
17
|
+
private path;
|
|
18
|
+
private body;
|
|
19
|
+
private hostname;
|
|
20
|
+
private resolvePathStack;
|
|
21
|
+
constructor(input: any, context: SerdeContext);
|
|
22
|
+
build(): Promise<HttpRequest>;
|
|
23
|
+
/**
|
|
24
|
+
* Brevity setter for "hostname".
|
|
25
|
+
*/
|
|
26
|
+
hn(hostname: string): this;
|
|
27
|
+
/**
|
|
28
|
+
* Brevity initial builder for "basepath".
|
|
29
|
+
*/
|
|
30
|
+
bp(uriLabel: string): this;
|
|
31
|
+
/**
|
|
32
|
+
* Brevity incremental builder for "path".
|
|
33
|
+
*/
|
|
34
|
+
p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
|
|
35
|
+
/**
|
|
36
|
+
* Brevity setter for "headers".
|
|
37
|
+
*/
|
|
38
|
+
h(headers: Record<string, string>): this;
|
|
39
|
+
/**
|
|
40
|
+
* Brevity setter for "query".
|
|
41
|
+
*/
|
|
42
|
+
q(query: Record<string, string>): this;
|
|
43
|
+
/**
|
|
44
|
+
* Brevity setter for "body".
|
|
45
|
+
*/
|
|
46
|
+
b(body: any): this;
|
|
47
|
+
/**
|
|
48
|
+
* Brevity setter for "method".
|
|
49
|
+
*/
|
|
50
|
+
m(method: string): this;
|
|
51
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
export * from "./getSmithyContext";
|
|
1
2
|
export * from "./middleware-http-auth-scheme";
|
|
2
3
|
export * from "./middleware-http-signing";
|
|
3
|
-
export * from "./util-identity-and-auth";
|
|
4
|
-
export * from "./getSmithyContext";
|
|
5
4
|
export * from "./normalizeProvider";
|
|
6
|
-
export * from "./protocols/requestBuilder";
|
|
7
5
|
export { createPaginator } from "./pagination/createPaginator";
|
|
6
|
+
export * from "./protocols/requestBuilder";
|
|
7
|
+
export * from "./setFeature";
|
|
8
|
+
export * from "./util-identity-and-auth";
|
|
@@ -1,51 +1,5 @@
|
|
|
1
|
-
import { HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext } from "@smithy/types";
|
|
3
1
|
/**
|
|
4
2
|
* @internal
|
|
5
|
-
*
|
|
3
|
+
* Backwards compatibility re-export.
|
|
6
4
|
*/
|
|
7
|
-
export
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export declare class RequestBuilder {
|
|
12
|
-
private input;
|
|
13
|
-
private context;
|
|
14
|
-
private query;
|
|
15
|
-
private method;
|
|
16
|
-
private headers;
|
|
17
|
-
private path;
|
|
18
|
-
private body;
|
|
19
|
-
private hostname;
|
|
20
|
-
private resolvePathStack;
|
|
21
|
-
constructor(input: any, context: SerdeContext);
|
|
22
|
-
build(): Promise<HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* Brevity setter for "hostname".
|
|
25
|
-
*/
|
|
26
|
-
hn(hostname: string): this;
|
|
27
|
-
/**
|
|
28
|
-
* Brevity initial builder for "basepath".
|
|
29
|
-
*/
|
|
30
|
-
bp(uriLabel: string): this;
|
|
31
|
-
/**
|
|
32
|
-
* Brevity incremental builder for "path".
|
|
33
|
-
*/
|
|
34
|
-
p(memberName: string, labelValueProvider: () => string | undefined, uriLabel: string, isGreedyLabel: boolean): this;
|
|
35
|
-
/**
|
|
36
|
-
* Brevity setter for "headers".
|
|
37
|
-
*/
|
|
38
|
-
h(headers: Record<string, string>): this;
|
|
39
|
-
/**
|
|
40
|
-
* Brevity setter for "query".
|
|
41
|
-
*/
|
|
42
|
-
q(query: Record<string, string>): this;
|
|
43
|
-
/**
|
|
44
|
-
* Brevity setter for "body".
|
|
45
|
-
*/
|
|
46
|
-
b(body: any): this;
|
|
47
|
-
/**
|
|
48
|
-
* Brevity setter for "method".
|
|
49
|
-
*/
|
|
50
|
-
m(method: string): this;
|
|
51
|
-
}
|
|
5
|
+
export { requestBuilder } from "@smithy/core/protocols";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HandlerExecutionContext, SmithyFeatures } from "@smithy/types";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
* Indicates to the request context that a given feature is active.
|
|
5
|
+
*
|
|
6
|
+
* @param context - handler execution context.
|
|
7
|
+
* @param feature - readable name of feature.
|
|
8
|
+
* @param value - encoding value of feature. This is required because the
|
|
9
|
+
* specification asks the library not to include a runtime lookup of all
|
|
10
|
+
* the feature identifiers.
|
|
11
|
+
*/
|
|
12
|
+
export declare function setFeature<F extends keyof SmithyFeatures>(context: HandlerExecutionContext, feature: F, value: SmithyFeatures[F]): void;
|
package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SerdeContext } from "@smithy/types";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*
|
|
6
|
+
* Collect low-level response body stream to Uint8Array.
|
|
7
|
+
*/
|
|
8
|
+
export declare const collectBody: (streamBody: any, context: {
|
|
9
|
+
streamCollector: SerdeContext["streamCollector"];
|
|
10
|
+
}) => Promise<Uint8ArrayBlobAdapter>;
|