@gemeentenijmegen/webapp 1.1.14 → 1.1.15
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 +6 -6
- 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/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +11 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +57 -57
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +60 -60
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +6 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/package.json +21 -21
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +107 -107
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +114 -114
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +39 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +53 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/package.json +24 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +2 -2
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +23 -23
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManagerClient.d.ts +26 -26
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/BatchGetSecretValuePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretVersionIdsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/pagination/ListSecretsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManagerClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +18 -18
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +146 -146
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -149
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +18 -18
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +54 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +4 -4
- package/node_modules/@aws-sdk/endpoint-cache/README.md +10 -3
- package/node_modules/@aws-sdk/endpoint-cache/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +32 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
- 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/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- 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/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- 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/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- 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/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- 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/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +16 -16
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
- 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 +82 -20
- 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.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/.jsii +50 -27
- package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/API.md +16 -0
- package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/construct.d.ts +5 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs/lib/construct.js +532 -0
- package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/dependency.js +2 -2
- package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +1 -1
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/package.json +3 -3
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +9 -7
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +9 -7
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +71 -1
- package/node_modules/@smithy/util-retry/package.json +1 -1
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/package.json +2 -2
- package/node_modules/axios/README.md +26 -1
- package/node_modules/axios/dist/axios.js +91 -100
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +70 -84
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +99 -116
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +1421 -2367
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +5 -1
- package/node_modules/axios/lib/adapters/http.js +5 -2
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +3 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +2 -2
- package/node_modules/axios/package.json +93 -132
- package/node_modules/path-expression-matcher/README.md +98 -13
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +188 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +2 -2
- package/node_modules/path-expression-matcher/src/Matcher.js +84 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +152 -0
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +12 -6
- package/node_modules/strnum/tests/strnum_test.js +3 -0
- package/node_modules/strnum/tests/temp.js +8 -0
- package/package.json +5 -5
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/constructs/lib/construct.js +0 -526
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/.jsii +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/.jsii.tabl.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/CONTRIBUTING.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/NOTICE +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/cli-version.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/aws-destination.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/aws-destination.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/docker-image-asset.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/docker-image-asset.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/file-asset.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/file-asset.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/schema.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/assets/schema.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/artifact-schema.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/context-queries.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/interfaces.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/interfaces.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/metadata-schema.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/schema.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/cloud-assembly/schema.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/common.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/common.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/deploy.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/deploy.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/destroy.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/destroy.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/commands/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/schema.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/schema.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/test-case.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/integ-tests/test-case.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/lib/manifest.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/.editorconfig +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/attribute.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/helpers.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/scan.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/lib/validator.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/jsonschema/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/bin/semver.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/comparator.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/range.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/classes/semver.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/clean.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/cmp.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/coerce.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/compare-build.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/compare-loose.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/compare.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/diff.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/eq.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/gt.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/gte.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/inc.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/lt.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/lte.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/major.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/minor.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/neq.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/parse.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/patch.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/prerelease.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/rcompare.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/rsort.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/satisfies.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/sort.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/functions/valid.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/constants.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/debug.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/identifiers.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/lrucache.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/parse-options.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/internal/re.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/preload.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/range.bnf +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/gtr.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/intersects.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/ltr.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/max-satisfying.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/min-satisfying.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/min-version.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/outside.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/simplify.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/subset.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/to-comparators.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/node_modules/semver/ranges/valid.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/rosetta/default.ts-fixture +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/schema/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/schema/assets.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/schema/integ.schema.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb}/node_modules/@aws-cdk/cloud-assembly-schema/schema/version.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/.jsii +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/alb-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/alb-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/alb-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/alb-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/apigateway-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/apigateway-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/apigateway-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/apigateway-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/bedrock-inference-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/bedrock-inference-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudfront-distribution-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudfront-distribution-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudfront-distribution-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudfront-distribution-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudwatch-log-group-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudwatch-log-group-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudwatch-log-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cloudwatch-log-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cognito-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cognito-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cognito-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/cognito-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/constructs-feature-flags.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/constructs-feature-flags.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/dynamodb-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/dynamodb-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/dynamodb-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/dynamodb-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticache-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticache-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticache-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticache-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticsearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticsearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticsearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/elasticsearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/eventbridge-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/eventbridge-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/events-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/events-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/fargate-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/fargate-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/fargate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/fargate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-database-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-database-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-database-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-database-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-job-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-job-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-job-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-job-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-table-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-table-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-table-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/glue-table-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/iot-topic-rule-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/iot-topic-rule-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kendra-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kendra-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kendra-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kendra-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-analytics-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-analytics-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-analytics-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-analytics-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-firehose-s3-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-firehose-s3-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-streams-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-streams-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-streams-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kinesis-streams-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kms-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kms-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kms-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/kms-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-event-source-mapping-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-event-source-mapping-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/lambda-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/opensearch-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/opensearch-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/opensearch-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/opensearch-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/override-warning-service.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/override-warning-service.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/pipes-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/pipes-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/pipes-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/pipes-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/polly-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/polly-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-bucket-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-bucket-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-bucket-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-bucket-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-oac-origin.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/s3-oac-origin.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sagemaker-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sagemaker-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sagemaker-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sagemaker-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/secretsmanager-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/secretsmanager-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/secretsmanager-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/secretsmanager-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/security-group-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/security-group-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sns-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sns-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sns-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sns-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sqs-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sqs-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sqs-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/sqs-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/ssm-string-parameter-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/ssm-string-parameter-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/step-function-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/step-function-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/step-function-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/step-function-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/textract-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/textract-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/translate-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/translate-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/utils.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/utils.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/validation.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/validation.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/vpc-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/vpc-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/vpc-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/vpc-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/waf-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/waf-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/waf-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/waf-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/websocket-api-defaults.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/websocket-api-defaults.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/websocket-api-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/lib/websocket-api-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/.circleci/config.yml +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/.vscode/launch.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/.vscode/tasks.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/ChangeLog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/LICENSE +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/Readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/dist/deep-diff.min.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/dist/deep-diff.min.js.map +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/apply-diff-from-any.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/array-change.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/capture_change_apply_elsewhere.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/diff-ignoring-fun.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/diff-scenarios.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/example1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-111.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-113-1.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-113-2.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-115.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-124.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-125.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-126.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-35.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-47.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-48.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-62.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-70.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-71.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-72.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-74.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-78.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-83.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/issue-88.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/performance.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/examples/practice-data.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/test/.eslintrc +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/test/tests.html +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deep-diff/test/tests.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/.editorconfig +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/.eslintcache +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/changelog.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/dist/cjs.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/dist/umd.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/index.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/license.txt +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/readme.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/deepmerge/rollup.config.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/npmlog/LICENSE.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/npmlog/README.md +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/npmlog/lib/log.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/node_modules/npmlog/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/nohoist.sh +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/package.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/alb-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/alb-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/apigateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/apigateway-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/bedrock-inference-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/bedrock-inference-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudfront-distribution-api-gateway-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudfront-distribution-api-gateway-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudfront-distribution-s3-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudfront-distribution-s3-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudwatch-log-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/cloudwatch-log-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/congnito-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/congnito-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/constructs-feature-flags.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/constructs-feature-flags.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/dynamo-table.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/dynamo-table.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticache-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticache-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticache-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticache-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticsearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/elasticsearch-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/eventbridge-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/eventbridge-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/events-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/events-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/fargate-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/fargate-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/glue-job-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/glue-job-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/glue-table-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/glue-table-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/iot-rule.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/iot-rule.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kendra-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kendra-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-analytics.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-analytics.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-firehose-s3-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-firehose-s3-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-streams-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-streams-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-streams-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kinesis-streams-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kms-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/kms-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda-event-source.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda-event-source.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/lambda-test/index.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/openapi/apiDefinition.json +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/opensearch-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/opensearch-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/override-warning-service.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/override-warning-service.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/pipes-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/pipes-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/polly-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/polly-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/s3-bucket-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/s3-bucket-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/s3-bucket.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/s3-bucket.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sagemaker-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sagemaker-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/secretsmanager-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/secretsmanager-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/security-group-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/security-group-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sns-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sns-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sqs-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/sqs-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/ssm-string-parameter-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/ssm-string-parameter-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/step-function-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/step-function-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/test-helper.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/test-helper.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/textract-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/textract-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/translate-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/translate-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/utils.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/utils.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/validation.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/validation.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/vpc-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/vpc-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/waf-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/waf-helper.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/websocket-api-defaults.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/websocket-api-defaults.test.js +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/websocket-api-helper.test.d.ts +0 -0
- /package/node_modules/@aws-solutions-constructs/{core → aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core}/test/websocket-api-helper.test.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/.compatignore +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/CODE_OF_CONDUCT.md +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/CONTRIBUTING.md +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/Dockerfile +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/LICENSE +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/NOTICE +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/README.md +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/dependency.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/index.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/index.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/metadata.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/metadata.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/mixin.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/mixin.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/private/stack-trace.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/private/stack-trace.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/private/uniqueid.d.ts +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/lib/private/uniqueid.js +0 -0
- /package/node_modules/{constructs → @aws-solutions-constructs/aws-lambda-dynamodb/node_modules/constructs}/version.json +0 -0
package/.jsii
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
10
|
"@aws-lambda-powertools/logger": "^1.17.0",
|
|
11
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
12
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
11
|
+
"@aws-sdk/client-dynamodb": "^3.1022.0",
|
|
12
|
+
"@aws-sdk/client-secrets-manager": "^3.1022.0",
|
|
13
13
|
"@aws-solutions-constructs/aws-lambda-dynamodb": "^2.100.1",
|
|
14
14
|
"@gemeentenijmegen/apiclient": "^0.0.41",
|
|
15
15
|
"@gemeentenijmegen/apigateway-http": "^0.0.37",
|
|
16
16
|
"@gemeentenijmegen/aws-constructs": "^0.0.49",
|
|
17
17
|
"@gemeentenijmegen/session": "^0.0.35",
|
|
18
18
|
"@gemeentenijmegen/utils": "^0.0.38",
|
|
19
|
-
"axios": "^1.
|
|
19
|
+
"axios": "^1.14.0",
|
|
20
20
|
"cdk-remote-stack": "^2.1.0",
|
|
21
21
|
"cookie": "^0.7.2",
|
|
22
22
|
"dotenv": "^16.6.1",
|
|
@@ -8457,7 +8457,7 @@
|
|
|
8457
8457
|
"stability": "stable"
|
|
8458
8458
|
},
|
|
8459
8459
|
"homepage": "git://github.com/GemeenteNijmegen/modules-webapp",
|
|
8460
|
-
"jsiiVersion": "5.9.
|
|
8460
|
+
"jsiiVersion": "5.9.35 (build 7156583)",
|
|
8461
8461
|
"keywords": [
|
|
8462
8462
|
"cdk"
|
|
8463
8463
|
],
|
|
@@ -9470,6 +9470,6 @@
|
|
|
9470
9470
|
"symbolId": "src/webapp/Webpage:WebpageProps"
|
|
9471
9471
|
}
|
|
9472
9472
|
},
|
|
9473
|
-
"version": "1.1.
|
|
9474
|
-
"fingerprint": "
|
|
9473
|
+
"version": "1.1.15",
|
|
9474
|
+
"fingerprint": "XPTP5jTqej+hwSrG9NZHiKKijrF+sKDp5ovwg5+TNoA="
|
|
9475
9475
|
}
|
|
@@ -40,5 +40,5 @@ class Criticality {
|
|
|
40
40
|
}
|
|
41
41
|
exports.Criticality = Criticality;
|
|
42
42
|
_a = JSII_RTTI_SYMBOL_1;
|
|
43
|
-
Criticality[_a] = { fqn: "@gemeentenijmegen/webapp.Criticality", version: "1.1.
|
|
43
|
+
Criticality[_a] = { fqn: "@gemeentenijmegen/webapp.Criticality", version: "1.1.15" };
|
|
44
44
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ3JpdGljYWxpdHkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvd2ViYXBwL0NyaXRpY2FsaXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBRUEsTUFBYSxXQUFXO0lBRXRCLFlBQVksR0FBcUI7UUFDL0IsSUFBSSxDQUFDLEdBQUcsR0FBRyxHQUFHLENBQUM7SUFDakIsQ0FBQztJQUVELFdBQVc7UUFDVCxPQUFPLElBQUksSUFBSSxDQUFDLEdBQUcsTUFBTSxDQUFDO0lBQzVCLENBQUM7SUFFRCxRQUFRO1FBQ04sT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDO0lBQ2xCLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLEtBQUssRUFBRSxDQUFDO1lBQ3RCLE9BQU8sSUFBSSxXQUFXLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDbkMsQ0FBQztRQUNELElBQUksSUFBSSxDQUFDLEdBQUcsSUFBSSxRQUFRLEVBQUUsQ0FBQztZQUN6QixPQUFPLElBQUksV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksTUFBTSxFQUFFLENBQUM7WUFDdkIsT0FBTyxJQUFJLFdBQVcsQ0FBQyxVQUFVLENBQUMsQ0FBQztRQUNyQyxDQUFDO1FBQ0QsT0FBTyxJQUFJLENBQUM7SUFDZCxDQUFDO0lBRUQsUUFBUTtRQUNOLElBQUksSUFBSSxDQUFDLEdBQUcsSUFBSSxVQUFVLEVBQUUsQ0FBQztZQUMzQixPQUFPLElBQUksV0FBVyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ2pDLENBQUM7UUFDRCxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksTUFBTSxFQUFFLENBQUM7WUFDdkIsT0FBTyxJQUFJLFdBQVcsQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUNuQyxDQUFDO1FBQ0QsSUFBSSxJQUFJLENBQUMsR0FBRyxJQUFJLFFBQVEsRUFBRSxDQUFDO1lBQ3pCLE9BQU8sSUFBSSxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEMsQ0FBQztRQUNELE9BQU8sSUFBSSxDQUFDO0lBQ2QsQ0FBQzs7QUF0Q0gsa0NBdUNDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgQ3JpdGljYWxpdHlMZXZlbCA9ICdsb3cnIHwgJ21lZGl1bScgfCAnaGlnaCcgfCAnY3JpdGljYWwnO1xuXG5leHBvcnQgY2xhc3MgQ3JpdGljYWxpdHkge1xuICBwcml2YXRlIGx2bDogQ3JpdGljYWxpdHlMZXZlbDtcbiAgY29uc3RydWN0b3IobHZsOiBDcml0aWNhbGl0eUxldmVsKSB7XG4gICAgdGhpcy5sdmwgPSBsdmw7XG4gIH1cblxuICBhbGFybVN1ZmZpeCgpIHtcbiAgICByZXR1cm4gYC0ke3RoaXMubHZsfS1sdmxgO1xuICB9XG5cbiAgdG9TdHJpbmcoKSB7XG4gICAgcmV0dXJuIHRoaXMubHZsO1xuICB9XG5cbiAgaW5jcmVhc2UoKSB7XG4gICAgaWYgKHRoaXMubHZsID09ICdsb3cnKSB7XG4gICAgICByZXR1cm4gbmV3IENyaXRpY2FsaXR5KCdtZWRpdW0nKTtcbiAgICB9XG4gICAgaWYgKHRoaXMubHZsID09ICdtZWRpdW0nKSB7XG4gICAgICByZXR1cm4gbmV3IENyaXRpY2FsaXR5KCdoaWdoJyk7XG4gICAgfVxuICAgIGlmICh0aGlzLmx2bCA9PSAnaGlnaCcpIHtcbiAgICAgIHJldHVybiBuZXcgQ3JpdGljYWxpdHkoJ2NyaXRpY2FsJyk7XG4gICAgfVxuICAgIHJldHVybiB0aGlzO1xuICB9XG5cbiAgZGVjcmVhc2UoKSB7XG4gICAgaWYgKHRoaXMubHZsID09ICdjcml0aWNhbCcpIHtcbiAgICAgIHJldHVybiBuZXcgQ3JpdGljYWxpdHkoJ2hpZ2gnKTtcbiAgICB9XG4gICAgaWYgKHRoaXMubHZsID09ICdoaWdoJykge1xuICAgICAgcmV0dXJuIG5ldyBDcml0aWNhbGl0eSgnbWVkaXVtJyk7XG4gICAgfVxuICAgIGlmICh0aGlzLmx2bCA9PSAnbWVkaXVtJykge1xuICAgICAgcmV0dXJuIG5ldyBDcml0aWNhbGl0eSgnbG93Jyk7XG4gICAgfVxuICAgIHJldHVybiB0aGlzO1xuICB9XG59Il19
|
package/lib/webapp/Webapp.js
CHANGED
|
@@ -53,5 +53,5 @@ class Webapp extends constructs_1.Construct {
|
|
|
53
53
|
}
|
|
54
54
|
exports.Webapp = Webapp;
|
|
55
55
|
_a = JSII_RTTI_SYMBOL_1;
|
|
56
|
-
Webapp[_a] = { fqn: "@gemeentenijmegen/webapp.Webapp", version: "1.1.
|
|
56
|
+
Webapp[_a] = { fqn: "@gemeentenijmegen/webapp.Webapp", version: "1.1.15" };
|
|
57
57
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiV2ViYXBwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL3dlYmFwcC9XZWJhcHAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSxtRUFBMEQ7QUFFMUQsMkNBQXVDO0FBQ3ZDLCtCQUE0QjtBQUM1Qiw2Q0FBMEM7QUFDMUMsbURBQWdEO0FBSWhELE1BQWEsTUFBTyxTQUFRLHNCQUFTO0lBS25DLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBb0I7UUFDNUQsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixXQUFXO1FBQ1gsS0FBSyxHQUFHO1lBQ04sZUFBZSxFQUFFLEtBQUssQ0FBQyxlQUFlLElBQUksRUFBRTtZQUM1QyxHQUFHLEtBQUs7U0FDVCxDQUFDO1FBQ0YsV0FBVztRQUNYLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSw2QkFBYSxDQUFDLElBQUksRUFBRSxVQUFVLEVBQUU7WUFDbEQsSUFBSSxFQUFFLEdBQUcsS0FBSyxDQUFDLGVBQWUsaUJBQWlCO1NBQ2hELENBQUMsQ0FBQztRQUVILGNBQWM7UUFDZCxJQUFJLENBQUMsR0FBRyxHQUFHLElBQUksU0FBRyxDQUFDLElBQUksRUFBRSxLQUFLLEVBQUU7WUFDOUIsYUFBYSxFQUFFLEtBQUs7WUFDcEIsYUFBYSxFQUFFLElBQUksQ0FBQyxRQUFRO1NBQzdCLENBQUMsQ0FBQztRQUNILElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFFM0MsMEJBQTBCO1FBQzFCLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSx1QkFBVSxDQUFDLElBQUksRUFBRSxZQUFZLEVBQUU7WUFDbkQsYUFBYSxFQUFFLEtBQUs7WUFDcEIsZ0JBQWdCLEVBQUUsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUU7U0FDcEMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUU3Qyw4QkFBOEI7UUFDOUIsSUFBSSxLQUFLLENBQUMsa0JBQWtCLEVBQUUsQ0FBQztZQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxLQUFLLENBQUMsa0JBQWtCLEVBQUUsYUFBYSxDQUFDLENBQUM7UUFDdEUsQ0FBQztJQUVILENBQUM7SUFFRCxJQUFJLGNBQWM7UUFDaEIsT0FBTyxJQUFJLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQztJQUN2QixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0gsT0FBTyxDQUFDLEVBQVUsRUFBRSxPQUFnQixFQUFFLElBQVksRUFBRSxVQUF3QixDQUFDLDZCQUFVLENBQUMsR0FBRyxDQUFDO1FBQzFGLElBQUksQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLEVBQUUsRUFBRSxPQUFPLEVBQUUsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0lBQ2hELENBQUM7O0FBcERILHdCQXNEQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBNZXRob2QgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtYXBpZ2F0ZXdheXYyJztcbmltcG9ydCB7IElHcmFudGFibGUsIElQcmluY2lwYWwgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtaWFtJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0IHsgQXBpIH0gZnJvbSAnLi9BcGknO1xuaW1wb3J0IHsgQ2xvdWRmcm9udCB9IGZyb20gJy4vQ2xvdWRmcm9udCc7XG5pbXBvcnQgeyBTZXNzaW9uc1RhYmxlIH0gZnJvbSAnLi9TZXNzaW9uc1RhYmxlJztcbmltcG9ydCB7IFdlYmFwcE9wdGlvbnMgfSBmcm9tICcuL1dlYmFwcE9wdGlvbnMnO1xuaW1wb3J0IHsgV2VicGFnZSB9IGZyb20gJy4vV2VicGFnZSc7XG5cbmV4cG9ydCBjbGFzcyBXZWJhcHAgZXh0ZW5kcyBDb25zdHJ1Y3QgaW1wbGVtZW50cyBJR3JhbnRhYmxlIHtcbiAgcHJpdmF0ZSByZWFkb25seSBhcGk6IEFwaTtcbiAgcHJpdmF0ZSByZWFkb25seSBjbG91ZGZyb250OiBDbG91ZGZyb250O1xuICBwcml2YXRlIHJlYWRvbmx5IHNlc3Npb25zOiBTZXNzaW9uc1RhYmxlO1xuXG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcsIHByb3BzOiBXZWJhcHBPcHRpb25zKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIC8vIERlZmF1bHRzXG4gICAgcHJvcHMgPSB7XG4gICAgICBzZXNzaW9uTGlmZXRpbWU6IHByb3BzLnNlc3Npb25MaWZldGltZSA/PyAxNSxcbiAgICAgIC4uLnByb3BzLFxuICAgIH07XG4gICAgLy8gU2Vzc2lvbnNcbiAgICB0aGlzLnNlc3Npb25zID0gbmV3IFNlc3Npb25zVGFibGUodGhpcywgJ3Nlc3Npb25zJywge1xuICAgICAgbmFtZTogYCR7cHJvcHMuYXBwbGljYXRpb25OYW1lfS1zZXNzaW9ucy10YWJsZWAsXG4gICAgfSk7XG5cbiAgICAvLyBBUEkgZ2F0ZXdheVxuICAgIHRoaXMuYXBpID0gbmV3IEFwaSh0aGlzLCAnYXBpJywge1xuICAgICAgd2ViYXBwT3B0aW9uczogcHJvcHMsXG4gICAgICBzZXNzaW9uc1RhYmxlOiB0aGlzLnNlc3Npb25zLFxuICAgIH0pO1xuICAgIHRoaXMuYXBpLm5vZGUuYWRkRGVwZW5kZW5jeSh0aGlzLnNlc3Npb25zKTtcblxuICAgIC8vIENsb3VkZnJvbnQgZGlzdHJpYnV0aW9uXG4gICAgdGhpcy5jbG91ZGZyb250ID0gbmV3IENsb3VkZnJvbnQodGhpcywgJ2Nsb3VkZnJvbnQnLCB7XG4gICAgICB3ZWJhcHBPcHRpb25zOiBwcm9wcyxcbiAgICAgIGFwaUdhdGV3YXlEb21haW46IHRoaXMuYXBpLmRvbWFpbigpLFxuICAgIH0pO1xuICAgIHRoaXMuY2xvdWRmcm9udC5ub2RlLmFkZERlcGVuZGVuY3kodGhpcy5hcGkpO1xuXG4gICAgLy8gUG9zdCBwcm9jZXNzIGxvZ2luIGZ1bmN0aW9uXG4gICAgaWYgKHByb3BzLnBvc3RMb2dpblByb2Nlc3Nvcikge1xuICAgICAgdGhpcy5hZGRQYWdlKCdwb3N0LWxvZ2luJywgcHJvcHMucG9zdExvZ2luUHJvY2Vzc29yLCAnL3Bvc3QtbG9naW4nKTtcbiAgICB9XG5cbiAgfVxuXG4gIGdldCBncmFudFByaW5jaXBhbCgpIDogSVByaW5jaXBhbCB7IC8vIEhhY2sgdG8ga2VlcCB0aGUgcm9sZSBpbiB0aGUgQVBJIGNvbnN0cnVjdFxuICAgIHJldHVybiB0aGlzLmFwaS5yb2xlO1xuICB9XG5cbiAgLyoqXG4gICAqIEFkZCBhbm90aGVyIHBhZ2UgdG8gdGhlIHdlYmFwcFxuICAgKiBAcGFyYW0gaWRcbiAgICogQHBhcmFtIHBhdGhcbiAgICogQHBhcmFtIG1ldGhvZHNcbiAgICogQHBhcmFtIGhhbmRsZXJcbiAgICovXG4gIGFkZFBhZ2UoaWQ6IHN0cmluZywgaGFuZGxlcjogV2VicGFnZSwgcGF0aDogc3RyaW5nLCBtZXRob2RzOiBIdHRwTWV0aG9kW10gPSBbSHR0cE1ldGhvZC5HRVRdICkge1xuICAgIHRoaXMuYXBpLmFkZFJvdXRlKGlkLCBoYW5kbGVyLCBwYXRoLCBtZXRob2RzKTtcbiAgfVxuXG59Il19
|
package/lib/webapp/Webpage.js
CHANGED
|
@@ -88,5 +88,5 @@ class Webpage extends constructs_1.Construct {
|
|
|
88
88
|
}
|
|
89
89
|
exports.Webpage = Webpage;
|
|
90
90
|
_a = JSII_RTTI_SYMBOL_1;
|
|
91
|
-
Webpage[_a] = { fqn: "@gemeentenijmegen/webapp.Webpage", version: "1.1.
|
|
91
|
+
Webpage[_a] = { fqn: "@gemeentenijmegen/webapp.Webpage", version: "1.1.15" };
|
|
92
92
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiV2VicGFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy93ZWJhcHAvV2VicGFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLDZDQUFpRztBQUNqRywrREFBcUU7QUFHckUsbURBQWtHO0FBQ2xHLDJDQUF1QztBQWlCdkMsTUFBYSxPQUFRLFNBQVEsc0JBQVM7SUFHcEMsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUFtQjtRQUMzRCxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDO1FBRWpCLG1IQUFtSDtRQUNuSCxNQUFNLFdBQVcsR0FBRyxrQkFBa0IsbUJBQUssQ0FBQyxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUMsTUFBTSxnREFBZ0QsQ0FBQztRQUU1RyxNQUFNLFdBQVcsR0FBRyxLQUFLLENBQUMsV0FBdUYsQ0FBQztRQUNsSCxJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksV0FBVyxDQUFDLElBQUksRUFBRSxRQUFRLEVBQUU7WUFDNUMsT0FBTyxFQUFFLHdCQUFNLENBQUMsT0FBTyxDQUFDLFdBQVcsRUFBRSwyQkFBMkI7WUFDaEUsT0FBTyxFQUFFLGVBQWUsRUFBRSwyQkFBMkI7WUFDckQsSUFBSSxFQUFFLHdCQUFNLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxPQUFPLENBQUMsRUFBRSwyQkFBMkI7WUFDbEUsV0FBVyxFQUFFLEtBQUssQ0FBQyxXQUFXO1lBQzlCLElBQUksRUFBRSxLQUFLLENBQUMsSUFBSTtZQUNoQixPQUFPLEVBQUUsS0FBSyxDQUFDLE9BQU87WUFDdEIsVUFBVSxFQUFFLEdBQUc7WUFDZixlQUFlLEVBQUUsd0JBQU0sQ0FBQyxxQkFBcUIsQ0FBQyxxQkFBcUIsQ0FBQyxXQUFXLENBQUM7WUFDaEYsWUFBWSxFQUFFLHdCQUFhLENBQUMsU0FBUztZQUNyQyxXQUFXLEVBQUU7Z0JBQ1gsR0FBRyxLQUFLLENBQUMsV0FBVzthQUNyQjtTQUNGLENBQUMsQ0FBQztJQUVMLENBQUM7SUFFRDs7O09BR0c7SUFDSCxjQUFjLENBQUMsS0FBbUI7UUFDaEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxTQUFTLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDL0IsQ0FBQztJQUVEOzs7T0FHRztJQUNILGtCQUFrQixDQUFDLEtBQTBCO1FBQzNDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLGVBQWUsRUFBRSxLQUFLLENBQUMsU0FBUyxDQUFDLENBQUM7UUFDN0QsS0FBSyxDQUFDLGtCQUFrQixDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUVEOzs7T0FHRztJQUNILHdCQUF3QixDQUFDLE9BQWU7UUFDdEMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxjQUFjLENBQUMsaUJBQWlCLEVBQUUsT0FBTyxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUM7SUFDcEUsQ0FBQztJQUVEOzs7T0FHRztJQUNILHNCQUFzQixDQUFDLGVBQXVCO1FBQzVDLElBQUksQ0FBQyxNQUFNLENBQUMsY0FBYyxDQUFDLGFBQWEsRUFBRSxlQUFlLENBQUMsQ0FBQztJQUM3RCxDQUFDO0lBRUQ7Ozs7O09BS0c7SUFDSCxPQUFPLENBQUMsZUFBdUIsRUFBRSxXQUF3QixFQUFFLGFBQThCO1FBQ3ZGLE1BQU0saUJBQWlCLEdBQUcsSUFBSSx1QkFBWSxDQUFDLElBQUksRUFBRSxjQUFjLEVBQUU7WUFDL0QsUUFBUSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUTtZQUM5QixlQUFlLEVBQUUsR0FBRyxlQUFlLElBQUksSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDckQsVUFBVSxFQUFFLFFBQVE7WUFDcEIsYUFBYSxFQUFFLGFBQWEsSUFBSSx3QkFBYSxDQUFDLE9BQU8sQ0FBQyxPQUFPLENBQUM7WUFDOUQsV0FBVyxFQUFFLEdBQUc7U0FDakIsQ0FBQyxDQUFDO1FBQ0gsaUJBQWlCLENBQUMsa0JBQWtCLENBQUMsMkJBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUU1RCxNQUFNLEtBQUssR0FBRyxJQUFJLHNCQUFLLENBQUMsSUFBSSxFQUFFLEdBQUcsZUFBZSxJQUFJLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxRQUFRLEVBQUU7WUFDeEUsTUFBTSxFQUFFLGlCQUFpQixDQUFDLE1BQU0sQ0FBQztnQkFDL0IsU0FBUyxFQUFFLEtBQUs7Z0JBQ2hCLE1BQU0sRUFBRSxzQkFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7YUFDNUIsQ0FBQztZQUNGLGlCQUFpQixFQUFFLENBQUM7WUFDcEIsU0FBUyxFQUFFLENBQUM7WUFDWixTQUFTLEVBQUUsR0FBRyxlQUFlLHlCQUF5QixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsR0FBRyxXQUFXLENBQUMsV0FBVyxFQUFFLEVBQUU7WUFDaEcsZ0JBQWdCLEVBQUUsdUNBQXVDLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxnREFBZ0Q7WUFDckgsZ0JBQWdCLEVBQUUsaUNBQWdCLENBQUMsYUFBYTtTQUNqRCxDQUFDLENBQUM7UUFDSCxLQUFLLENBQUMsa0JBQWtCLENBQUMsMkJBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNsRCxDQUFDOztBQXhGSCwwQkEwRkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBhd3NfbGFtYmRhIGFzIExhbWJkYSwgYXdzX2R5bmFtb2RiLCBSZW1vdmFsUG9saWN5LCBEdXJhdGlvbiwgU3RhY2sgfSBmcm9tICdhd3MtY2RrLWxpYic7XG5pbXBvcnQgeyBBbGFybSwgVHJlYXRNaXNzaW5nRGF0YSB9IGZyb20gJ2F3cy1jZGstbGliL2F3cy1jbG91ZHdhdGNoJztcbmltcG9ydCB7IElSb2xlIH0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWlhbSc7XG5pbXBvcnQgeyBMYXllclZlcnNpb24gfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbGFtYmRhJztcbmltcG9ydCB7IEZpbHRlclBhdHRlcm4sIElGaWx0ZXJQYXR0ZXJuLCBNZXRyaWNGaWx0ZXIsIFJldGVudGlvbkRheXMgfSBmcm9tICdhd3MtY2RrLWxpYi9hd3MtbG9ncyc7XG5pbXBvcnQgeyBDb25zdHJ1Y3QgfSBmcm9tICdjb25zdHJ1Y3RzJztcbmltcG9ydCB7IENyaXRpY2FsaXR5IH0gZnJvbSAnLi9Dcml0aWNhbGl0eSc7XG5cbnR5cGUgVCA9IExhbWJkYS5GdW5jdGlvbjtcblxuZXhwb3J0IGludGVyZmFjZSBXZWJwYWdlUHJvcHMge1xuICByZWFkb25seSBhcGlGdW5jdGlvbjogYW55OyAvLyBUeXBlIGhhY2sgY2FzdCBsYXRlciB0byB7bmV3KHNjb3BlOiBDb25zdHJ1Y3QsIGlkOnN0cmluZywgcHJvcHM/OiBMYW1iZGEuRnVuY3Rpb25Qcm9wcyk6IFQgfVxuICByZWFkb25seSBkZXNjcmlwdGlvbjogc3RyaW5nO1xuICByZWFkb25seSBlbnZpcm9ubWVudD86IHsgW2tleTogc3RyaW5nXTogc3RyaW5nIH07XG4gIHJlYWRvbmx5IHJvbGU/OiBJUm9sZTtcbiAgLyoqXG4gICAqIFNldCBhIGxhbWJkYSB0aW1lb3V0IGluIG1pbGlzZWNvbmRzXG4gICAqIEBkZWZhdWx0IDMwMDAgKG1zKVxuICAgKi9cbiAgcmVhZG9ubHkgdGltZW91dD86IER1cmF0aW9uO1xufVxuXG5leHBvcnQgY2xhc3MgV2VicGFnZSBleHRlbmRzIENvbnN0cnVjdCB7XG4gIGxhbWJkYTogTGFtYmRhLkZ1bmN0aW9uO1xuXG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcsIHByb3BzOiBXZWJwYWdlUHJvcHMpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgLy8gU2VlIGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9BbWF6b25DbG91ZFdhdGNoL2xhdGVzdC9tb25pdG9yaW5nL0xhbWJkYS1JbnNpZ2h0cy1leHRlbnNpb24tdmVyc2lvbnN4ODYtNjQuaHRtbFxuICAgIGNvbnN0IGluc2lnaHRzQXJuID0gYGFybjphd3M6bGFtYmRhOiR7U3RhY2sub2YodGhpcykucmVnaW9ufTo1ODAyNDcyNzU0MzU6bGF5ZXI6TGFtYmRhSW5zaWdodHNFeHRlbnNpb246MjFgO1xuXG4gICAgY29uc3QgYXBpRnVuY3Rpb24gPSBwcm9wcy5hcGlGdW5jdGlvbiBhcyB7IG5ldyhmU2NvcGU6IENvbnN0cnVjdCwgZklkOnN0cmluZywgZlByb3BzPzogTGFtYmRhLkZ1bmN0aW9uUHJvcHMpOiBUIH07XG4gICAgdGhpcy5sYW1iZGEgPSBuZXcgYXBpRnVuY3Rpb24odGhpcywgJ2xhbWJkYScsIHtcbiAgICAgIHJ1bnRpbWU6IExhbWJkYS5SdW50aW1lLk5PREVKU18xOF9YLCAvLyBSZXF1aXJlZCBidXQgb3ZlcndyaXR0ZW5cbiAgICAgIGhhbmRsZXI6ICdpbmRleC5oYW5kbGVyJywgLy8gUmVxdWlyZWQgYnV0IG92ZXJ3cml0dGVuXG4gICAgICBjb2RlOiBMYW1iZGEuQ29kZS5mcm9tSW5saW5lKCdlbXB0eScpLCAvLyByZXF1aXJlZCBidXQgb3ZlcndyaXR0ZW5cbiAgICAgIGRlc2NyaXB0aW9uOiBwcm9wcy5kZXNjcmlwdGlvbixcbiAgICAgIHJvbGU6IHByb3BzLnJvbGUsXG4gICAgICB0aW1lb3V0OiBwcm9wcy50aW1lb3V0LFxuICAgICAgbWVtb3J5U2l6ZTogNTEyLFxuICAgICAgaW5zaWdodHNWZXJzaW9uOiBMYW1iZGEuTGFtYmRhSW5zaWdodHNWZXJzaW9uLmZyb21JbnNpZ2h0VmVyc2lvbkFybihpbnNpZ2h0c0FybiksXG4gICAgICBsb2dSZXRlbnRpb246IFJldGVudGlvbkRheXMuT05FX01PTlRILFxuICAgICAgZW52aXJvbm1lbnQ6IHtcbiAgICAgICAgLi4ucHJvcHMuZW52aXJvbm1lbnQsXG4gICAgICB9LFxuICAgIH0pO1xuXG4gIH1cblxuICAvKipcbiAgICogQWRkIHRoZSBzaGFyZWQgcmVzb3VyY2VzIGxheWVyIHRoYXQgaXMgY29uc3RydWN0ZWQgZm9yIHRoaXMgd2ViYXBwLlxuICAgKiBAcGFyYW0gbGF5ZXJcbiAgICovXG4gIGFkZExhbWJkYUxheWVyKGxheWVyOiBMYXllclZlcnNpb24pIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRMYXllcnMobGF5ZXIpO1xuICB9XG5cbiAgLyoqXG4gICAqIEdyYW50IGFjY2VzcyB0byB0aGUgc2Vzc2lvbiBzdG9yZSBhbmQgYWRkIFNFU1NJT05fVEFCTEUgZW52aXJvbm1lbnQgdmFyaWFibGVcbiAgICogQHBhcmFtIHRhYmxlXG4gICAqL1xuICBhbGxvd1Nlc3Npb25BY2Nlc3ModGFibGU6IGF3c19keW5hbW9kYi5JVGFibGUpIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRFbnZpcm9ubWVudCgnU0VTU0lPTl9UQUJMRScsIHRhYmxlLnRhYmxlTmFtZSk7XG4gICAgdGFibGUuZ3JhbnRSZWFkV3JpdGVEYXRhKHRoaXMubGFtYmRhLmdyYW50UHJpbmNpcGFsKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBBZGQgc2Vzc2lvbiBlbnYgdmFyaWFibGUuXG4gICAqIEBwYXJhbSBtaW51dGVzXG4gICAqL1xuICBvdmVyd3JpdGVTZXNzaW9uTGlmZXRpbWUobWludXRlczogbnVtYmVyKSB7XG4gICAgdGhpcy5sYW1iZGEuYWRkRW52aXJvbm1lbnQoJ1NFU1NJT05fVFRMX01JTicsIG1pbnV0ZXMudG9TdHJpbmcoKSk7XG4gIH1cblxuICAvKipcbiAgICogQWRkIHN0YW5kYXJkIGVudmlyb25tZW50IHZhcmlhYmxlcyB0byB0aGUgbGFtYmRhXG4gICAqIEBwYXJhbSBhcHBsaWNhdGlvbk5hbWVcbiAgICovXG4gIGFkZFN0YW5kYXJkRW52aXJvbm1lbnQoYXBwbGljYXRpb25OYW1lOiBzdHJpbmcpIHtcbiAgICB0aGlzLmxhbWJkYS5hZGRFbnZpcm9ubWVudCgnV0VCQVBQX05BTUUnLCBhcHBsaWNhdGlvbk5hbWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIE1vbml0b3IgdGhlIGxvZ3MgZ2VuZXJhdGVkIGJ5IHRoaXMgZnVuY3Rpb24gZm9yIGEgZmlsdGVyIHBhdHRlcm4sIGdlbmVyYXRlIG1ldHJpY1xuICAgKiBhbmQgYWxhcm0gb24gaW5jcmVhc2VkIGVycm9yIHJhdGUuXG4gICAqXG4gICAqIEBwYXJhbSBmaWx0ZXJQYXR0ZXJuIFBhdHRlcm4gdG8gZmlsdGVyIGJ5IChkZWZhdWx0OiBjb250YWluaW5nIEVSUk9SKVxuICAgKi9cbiAgbW9uaXRvcihhcHBsaWNhdGlvbk5hbWU6IHN0cmluZywgY3JpdGljYWxpdHk6IENyaXRpY2FsaXR5LCBmaWx0ZXJQYXR0ZXJuPzogSUZpbHRlclBhdHRlcm4pIHtcbiAgICBjb25zdCBlcnJvck1ldHJpY0ZpbHRlciA9IG5ldyBNZXRyaWNGaWx0ZXIodGhpcywgJ01ldHJpY0ZpbHRlcicsIHtcbiAgICAgIGxvZ0dyb3VwOiB0aGlzLmxhbWJkYS5sb2dHcm91cCxcbiAgICAgIG1ldHJpY05hbWVzcGFjZTogYCR7YXBwbGljYXRpb25OYW1lfS8ke3RoaXMubm9kZS5pZH1gLFxuICAgICAgbWV0cmljTmFtZTogJ0Vycm9ycycsXG4gICAgICBmaWx0ZXJQYXR0ZXJuOiBmaWx0ZXJQYXR0ZXJuID8/IEZpbHRlclBhdHRlcm4uYW55VGVybSgnRVJST1InKSxcbiAgICAgIG1ldHJpY1ZhbHVlOiAnMScsXG4gICAgfSk7XG4gICAgZXJyb3JNZXRyaWNGaWx0ZXIuYXBwbHlSZW1vdmFsUG9saWN5KFJlbW92YWxQb2xpY3kuREVTVFJPWSk7XG5cbiAgICBjb25zdCBhbGFybSA9IG5ldyBBbGFybSh0aGlzLCBgJHthcHBsaWNhdGlvbk5hbWV9LSR7dGhpcy5ub2RlLmlkfS1hbGFybWAsIHtcbiAgICAgIG1ldHJpYzogZXJyb3JNZXRyaWNGaWx0ZXIubWV0cmljKHtcbiAgICAgICAgc3RhdGlzdGljOiAnc3VtJyxcbiAgICAgICAgcGVyaW9kOiBEdXJhdGlvbi5taW51dGVzKDUpLFxuICAgICAgfSksXG4gICAgICBldmFsdWF0aW9uUGVyaW9kczogMyxcbiAgICAgIHRocmVzaG9sZDogNSxcbiAgICAgIGFsYXJtTmFtZTogYCR7YXBwbGljYXRpb25OYW1lfS1pbmNyZWFzZWQtZXJyb3ItcmF0ZS0ke3RoaXMubm9kZS5pZH0ke2NyaXRpY2FsaXR5LmFsYXJtU3VmZml4KCl9YCxcbiAgICAgIGFsYXJtRGVzY3JpcHRpb246IGBUaGlzIGFsYXJtIHRyaWdnZXJzIGlmIHRoZSBmdW5jdGlvbiAke3RoaXMubm9kZS5pZH0gaXMgbG9nZ2luZyBtb3JlIHRoYW4gNSBlcnJvcnMgb3ZlciBuIG1pbnV0ZXMuYCxcbiAgICAgIHRyZWF0TWlzc2luZ0RhdGE6IFRyZWF0TWlzc2luZ0RhdGEuTk9UX0JSRUFDSElORyxcbiAgICB9KTtcbiAgICBhbGFybS5hcHBseVJlbW92YWxQb2xpY3koUmVtb3ZhbFBvbGljeS5ERVNUUk9ZKTtcbiAgfVxuXG59XG4iXX0=
|
package/lib/webapp/util/Files.js
CHANGED
|
@@ -29,5 +29,5 @@ class Files {
|
|
|
29
29
|
}
|
|
30
30
|
exports.Files = Files;
|
|
31
31
|
_a = JSII_RTTI_SYMBOL_1;
|
|
32
|
-
Files[_a] = { fqn: "@gemeentenijmegen/webapp.Files", version: "1.1.
|
|
32
|
+
Files[_a] = { fqn: "@gemeentenijmegen/webapp.Files", version: "1.1.15" };
|
|
33
33
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiRmlsZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvd2ViYXBwL3V0aWwvRmlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSx5QkFBeUI7QUFFekIsTUFBYSxLQUFLO0lBRWhCOzs7O09BSUc7SUFDSCxNQUFNLENBQUMscUJBQXFCLENBQUMsSUFBWTtRQUN2QyxJQUFJLEVBQUUsQ0FBQyxVQUFVLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQztZQUN4QixPQUFPLENBQUMsSUFBSSxDQUFDLEdBQUcsSUFBSSw0QkFBNEIsQ0FBQyxDQUFDO1lBQ2xELE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDaEQsQ0FBQztRQUNELE9BQU8sU0FBUyxDQUFDO0lBQ25CLENBQUM7SUFFRDs7O09BR0c7SUFDSCxNQUFNLENBQUMsMEJBQTBCO1FBQy9CLE1BQU0sUUFBUSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLFlBQVksQ0FBQywwQkFBMEIsQ0FBQyxDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDO1FBQzFGLE9BQU8sQ0FBQyxJQUFJLENBQUMsc0NBQXNDLEVBQUUsUUFBUSxDQUFDLENBQUM7UUFDL0QsT0FBTyxRQUFRLENBQUM7SUFDbEIsQ0FBQzs7QUF2Qkgsc0JBd0JDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgZnMgZnJvbSAnZnMnO1xuXG5leHBvcnQgY2xhc3MgRmlsZXMge1xuXG4gIC8qKlxuICAgKiBDaGVjayBpZiB0aGUgdGVtcGxhdGUgaXMgZm91bmQgaW4gdGhlIGZpbGUgc3lzdGVtXG4gICAqIEBwYXJhbSBwYXRoIHRvIHRlbXBsYXRlIHNob3VsZCBzdGFydCB3aXRoIC9vcHQvXG4gICAqIEByZXR1cm5zIHRlbXBsYXRlIGFzIHN0cmluZyBvciB1bmRlZmluZWRcbiAgICovXG4gIHN0YXRpYyBsb2FkVGVtcGxhdGVPdmVyd3JpdGUocGF0aDogc3RyaW5nKSA6IHVuZGVmaW5lZCB8IHN0cmluZyB7XG4gICAgaWYgKGZzLmV4aXN0c1N5bmMocGF0aCkpIHtcbiAgICAgIGNvbnNvbGUuaW5mbyhgJHtwYXRofSB0ZW1wbGF0ZSBvdmVyd3JpdGUgZm91bmQhYCk7XG4gICAgICByZXR1cm4gZnMucmVhZEZpbGVTeW5jKHBhdGgpLnRvU3RyaW5nKCd1dGY4Jyk7XG4gICAgfVxuICAgIHJldHVybiB1bmRlZmluZWQ7XG4gIH1cblxuICAvKipcbiAgICogR2V0IHRoZSBhdXRoZW50aWNhdGlvbiBKU09OIGZpbGUgYW5kIHBhcnNlIGl0XG4gICAqIEByZXR1cm5zIHRoZSBsaXN0IG9mIHByb2ZpbGVzXG4gICAqL1xuICBzdGF0aWMgbG9hZEF1dGhlbnRpY2F0aW9uUHJvZmlsZXMoKSA6IGFueSB7XG4gICAgY29uc3QgcHJvZmlsZXMgPSBKU09OLnBhcnNlKGZzLnJlYWRGaWxlU3luYygnL29wdC9hdXRoZW50aWNhdGlvbi5qc29uJykudG9TdHJpbmcoJ3V0ZjgnKSk7XG4gICAgY29uc29sZS5pbmZvKCdJbml0aWFsaXppbmcgYXV0aGVudGljYXRpb24gcHJvZmlsZXMnLCBwcm9maWxlcyk7XG4gICAgcmV0dXJuIHByb2ZpbGVzO1xuICB9XG59Il19
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultDynamoDBHttpAuthSchemeProvider = exports.defaultDynamoDBHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultDynamoDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultDynamoDBHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultDynamoDBHttpAuthSchemeProvider = defaultDynamoDBHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const K = "required", L = "type", M = "rules", N = "conditions", O = "fn", P = "argv", Q = "ref", R = "assign", S = "url", T = "properties", U = "headers", V = "metricValues";
|
|
5
5
|
const a = false, b = "error", c = "stringEquals", d = "https://dynamodb.{Region}.{PartitionResult#dualStackDnsSuffix}", e = "endpoint", f = "tree", g = "dynamodb", h = { [K]: false, [L]: "string" }, i = { [K]: true, "default": false, [L]: "boolean" }, j = { [O]: "isSet", [P]: [{ [Q]: "Endpoint" }] }, k = { [Q]: "Endpoint" }, l = { [O]: "isSet", [P]: [{ [Q]: "Region" }] }, m = { [Q]: "Region" }, n = { [O]: "aws.partition", [P]: [m], [R]: "PartitionResult" }, o = { [N]: [{ [O]: "booleanEquals", [P]: [{ [Q]: "UseFIPS" }, true] }], [b]: "Invalid Configuration: FIPS and custom endpoint are not supported", [L]: b }, p = { [O]: "booleanEquals", [P]: [{ [Q]: "UseFIPS" }, true] }, q = { [N]: [{ [O]: "booleanEquals", [P]: [{ [Q]: "UseDualStack" }, true] }], [b]: "Invalid Configuration: Dualstack and custom endpoint are not supported", [L]: b }, r = { [O]: "booleanEquals", [P]: [{ [Q]: "UseDualStack" }, true] }, s = { [e]: { [S]: "{Endpoint}", [T]: {}, [U]: {} }, [L]: e }, t = {}, u = { [O]: "booleanEquals", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "supportsFIPS"] }, true] }, v = { [O]: "booleanEquals", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "supportsDualStack"] }, true] }, w = { [N]: [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "required"] }], [M]: [{ [b]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [L]: b }], [L]: f }, x = { [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "name"] }, y = { [e]: { [S]: "https://dynamodb.{Region}.{PartitionResult#dnsSuffix}", [T]: {}, [U]: {} }, [L]: e }, z = { [S]: "https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: { [V]: ["O"] }, [U]: {} }, A = { [V]: ["O"] }, B = { [b]: "Credentials-sourced account ID parameter is invalid", [L]: b }, C = { [N]: [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "required"] }], [M]: [{ [N]: [{ [O]: "not", [P]: [p] }], [M]: [{ [N]: [{ [O]: c, [P]: [x, "aws"] }], [M]: [{ [b]: "AccountIdEndpointMode is required but no AccountID was provided or able to be loaded", [L]: b }], [L]: f }, { [b]: "Invalid Configuration: AccountIdEndpointMode is required but account endpoints are not supported in this partition", [L]: b }], [L]: f }, { [b]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [L]: b }], [L]: f }, D = { [S]: "https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [T]: A, [U]: {} }, E = [p], F = [r], G = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "ResourceArn" }] }, { [O]: "aws.parseArn", [P]: [{ [Q]: "ResourceArn" }], [R]: "ParsedArn" }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "service"] }, g] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, false] }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, "{Region}"] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "accountId"] }, false] }], H = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "ResourceArnList" }] }, { [O]: "getAttr", [P]: [{ [Q]: "ResourceArnList" }, "[0]"], [R]: "FirstArn" }, { [O]: "aws.parseArn", [P]: [{ [Q]: "FirstArn" }], [R]: "ParsedArn" }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "service"] }, g] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, false] }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, "{Region}"] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "accountId"] }, false] }], I = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "AccountId" }] }], J = [{ [O]: "isValidHostLabel", [P]: [{ [Q]: "AccountId" }, false] }];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h, AccountId: h, AccountIdEndpointMode: h, ResourceArn: h, ResourceArnList: { [K]: a, [L]: "stringArray" } }, [M]: [{ [N]: [j, l, n], [M]: [o, q, { [N]: [{ [O]: c, [P]: [k, d] }], error: "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html", [L]: b }, s], [L]: f }, { [N]: [j], [M]: [o, q, s], [L]: f }, { [N]: [l], [M]: [{ [N]: [n], [M]: [{ [N]: [{ [O]: c, [P]: [m, "local"] }], [M]: [{ [N]: E, error: "Invalid Configuration: FIPS and local endpoint are not supported", [L]: b }, { [N]: F, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [L]: b }, { endpoint: { [S]: "http://localhost:8000", [T]: { authSchemes: [{
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h, AccountId: h, AccountIdEndpointMode: h, ResourceArn: h, ResourceArnList: { [K]: a, [L]: "stringArray" } }, [M]: [{ [N]: [j, l, n], [M]: [o, q, { [N]: [{ [O]: c, [P]: [k, d] }], error: "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html", [L]: b }, s], [L]: f }, { [N]: [j], [M]: [o, q, s], [L]: f }, { [N]: [l], [M]: [{ [N]: [n], [M]: [{ [N]: [{ [O]: c, [P]: [m, "local"] }], [M]: [{ [N]: E, error: "Invalid Configuration: FIPS and local endpoint are not supported", [L]: b }, { [N]: F, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [L]: b }, { endpoint: { [S]: "http://localhost:8000", [T]: { authSchemes: [{ name: "sigv4", signingName: g, signingRegion: "us-east-1" }] }, [U]: t }, [L]: e }], [L]: f }, { [N]: [p, r], [M]: [{ [N]: [u, v], [M]: [w, { endpoint: { [S]: "https://dynamodb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [L]: b }], [L]: f }, { [N]: E, [M]: [{ [N]: [u], [M]: [{ [N]: [{ [O]: c, [P]: [x, "aws-us-gov"] }], [M]: [w, y], [L]: f }, w, { endpoint: { [S]: "https://dynamodb-fips.{Region}.{PartitionResult#dnsSuffix}", [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "FIPS is enabled but this partition does not support FIPS", [L]: b }], [L]: f }, { [N]: F, [M]: [{ [N]: [v], [M]: [{ [N]: G, endpoint: z, [L]: e }, { [N]: H, endpoint: z, [L]: e }, { [N]: I, [M]: [{ [N]: J, [M]: [{ endpoint: { [S]: "https://{AccountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: A, [U]: t }, [L]: e }], [L]: f }, B], [L]: f }, C, { endpoint: { [S]: d, [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "DualStack is enabled but this partition does not support DualStack", [L]: b }], [L]: f }, { [N]: G, endpoint: D, [L]: e }, { [N]: H, endpoint: D, [L]: e }, { [N]: I, [M]: [{ [N]: J, [M]: [{ endpoint: { [S]: "https://{AccountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [T]: A, [U]: t }, [L]: e }], [L]: f }, B], [L]: f }, C, y], [L]: f }], [L]: f }, { error: "Invalid Configuration: Missing Region", [L]: b }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -3,8 +3,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const core_1 = require("@aws-sdk/core");
|
|
7
6
|
const account_id_endpoint_1 = require("@aws-sdk/core/account-id-endpoint");
|
|
7
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
8
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
9
10
|
const middleware_endpoint_discovery_1 = require("@aws-sdk/middleware-endpoint-discovery");
|
|
10
11
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
@@ -23,7 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
24
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
24
25
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
25
26
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
26
|
-
(0,
|
|
27
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
27
28
|
const loaderConfig = {
|
|
28
29
|
profile: config?.profile,
|
|
29
30
|
logger: clientSharedValues.logger,
|
|
@@ -34,7 +35,7 @@ const getRuntimeConfig = (config) => {
|
|
|
34
35
|
runtime: "node",
|
|
35
36
|
defaultsMode,
|
|
36
37
|
accountIdEndpointMode: config?.accountIdEndpointMode ?? (0, node_config_provider_1.loadConfig)(account_id_endpoint_1.NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS, loaderConfig),
|
|
37
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
38
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
38
39
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
39
40
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
40
41
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const dynamodb_codec_1 = require("@aws-sdk/dynamodb-codec");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
@@ -24,7 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
{
|
|
25
25
|
schemeId: "aws.auth#sigv4",
|
|
26
26
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
27
|
-
signer: new
|
|
27
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
28
28
|
},
|
|
29
29
|
],
|
|
30
30
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -443,6 +443,7 @@ const _RASD = "ReplicaAutoScalingDescription";
|
|
|
443
443
|
const _RASDL = "ReplicaAutoScalingDescriptionList";
|
|
444
444
|
const _RASU = "ReplicaAutoScalingUpdate";
|
|
445
445
|
const _RASUL = "ReplicaAutoScalingUpdateList";
|
|
446
|
+
const _RAe = "ReplicaArn";
|
|
446
447
|
const _RBMS = "ReplicaBillingModeSummary";
|
|
447
448
|
const _RCC = "ReturnConsumedCapacity";
|
|
448
449
|
const _RCU = "ReadCapacityUnits";
|
|
@@ -1676,8 +1677,8 @@ exports.ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
|
|
|
1676
1677
|
];
|
|
1677
1678
|
exports.ReplicaDescription$ = [3, n0, _RD,
|
|
1678
1679
|
0,
|
|
1679
|
-
[_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
|
|
1680
|
-
[0, 0, 0, 0, 0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => exports.TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => exports.TableClassSummary$, 0]
|
|
1680
|
+
[_RN, _RSe, _RAe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
|
|
1681
|
+
[0, 0, 0, 0, 0, 0, () => exports.ProvisionedThroughputOverride$, () => exports.OnDemandThroughputOverride$, () => exports.TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => exports.TableClassSummary$, 0]
|
|
1681
1682
|
];
|
|
1682
1683
|
exports.ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
|
|
1683
1684
|
0,
|
|
@@ -4,11 +4,11 @@ import { BatchGetItemCommand, } from "./commands/BatchGetItemCommand";
|
|
|
4
4
|
import { BatchWriteItemCommand, } from "./commands/BatchWriteItemCommand";
|
|
5
5
|
import { CreateBackupCommand, } from "./commands/CreateBackupCommand";
|
|
6
6
|
import { CreateGlobalTableCommand, } from "./commands/CreateGlobalTableCommand";
|
|
7
|
-
import { CreateTableCommand } from "./commands/CreateTableCommand";
|
|
7
|
+
import { CreateTableCommand, } from "./commands/CreateTableCommand";
|
|
8
8
|
import { DeleteBackupCommand, } from "./commands/DeleteBackupCommand";
|
|
9
|
-
import { DeleteItemCommand } from "./commands/DeleteItemCommand";
|
|
9
|
+
import { DeleteItemCommand, } from "./commands/DeleteItemCommand";
|
|
10
10
|
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
11
|
-
import { DeleteTableCommand } from "./commands/DeleteTableCommand";
|
|
11
|
+
import { DeleteTableCommand, } from "./commands/DeleteTableCommand";
|
|
12
12
|
import { DescribeBackupCommand, } from "./commands/DescribeBackupCommand";
|
|
13
13
|
import { DescribeContinuousBackupsCommand, } from "./commands/DescribeContinuousBackupsCommand";
|
|
14
14
|
import { DescribeContributorInsightsCommand, } from "./commands/DescribeContributorInsightsCommand";
|
|
@@ -29,13 +29,13 @@ import { ExecuteTransactionCommand, } from "./commands/ExecuteTransactionCommand
|
|
|
29
29
|
import { ExportTableToPointInTimeCommand, } from "./commands/ExportTableToPointInTimeCommand";
|
|
30
30
|
import { GetItemCommand } from "./commands/GetItemCommand";
|
|
31
31
|
import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
|
|
32
|
-
import { ImportTableCommand } from "./commands/ImportTableCommand";
|
|
33
|
-
import { ListBackupsCommand } from "./commands/ListBackupsCommand";
|
|
32
|
+
import { ImportTableCommand, } from "./commands/ImportTableCommand";
|
|
33
|
+
import { ListBackupsCommand, } from "./commands/ListBackupsCommand";
|
|
34
34
|
import { ListContributorInsightsCommand, } from "./commands/ListContributorInsightsCommand";
|
|
35
|
-
import { ListExportsCommand } from "./commands/ListExportsCommand";
|
|
35
|
+
import { ListExportsCommand, } from "./commands/ListExportsCommand";
|
|
36
36
|
import { ListGlobalTablesCommand, } from "./commands/ListGlobalTablesCommand";
|
|
37
|
-
import { ListImportsCommand } from "./commands/ListImportsCommand";
|
|
38
|
-
import { ListTablesCommand } from "./commands/ListTablesCommand";
|
|
37
|
+
import { ListImportsCommand, } from "./commands/ListImportsCommand";
|
|
38
|
+
import { ListTablesCommand, } from "./commands/ListTablesCommand";
|
|
39
39
|
import { ListTagsOfResourceCommand, } from "./commands/ListTagsOfResourceCommand";
|
|
40
40
|
import { PutItemCommand } from "./commands/PutItemCommand";
|
|
41
41
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
@@ -43,7 +43,7 @@ import { QueryCommand } from "./commands/QueryCommand";
|
|
|
43
43
|
import { RestoreTableFromBackupCommand, } from "./commands/RestoreTableFromBackupCommand";
|
|
44
44
|
import { RestoreTableToPointInTimeCommand, } from "./commands/RestoreTableToPointInTimeCommand";
|
|
45
45
|
import { ScanCommand } from "./commands/ScanCommand";
|
|
46
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
46
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
47
47
|
import { TransactGetItemsCommand, } from "./commands/TransactGetItemsCommand";
|
|
48
48
|
import { TransactWriteItemsCommand, } from "./commands/TransactWriteItemsCommand";
|
|
49
49
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -51,9 +51,9 @@ import { UpdateContinuousBackupsCommand, } from "./commands/UpdateContinuousBack
|
|
|
51
51
|
import { UpdateContributorInsightsCommand, } from "./commands/UpdateContributorInsightsCommand";
|
|
52
52
|
import { UpdateGlobalTableCommand, } from "./commands/UpdateGlobalTableCommand";
|
|
53
53
|
import { UpdateGlobalTableSettingsCommand, } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
54
|
-
import { UpdateItemCommand } from "./commands/UpdateItemCommand";
|
|
54
|
+
import { UpdateItemCommand, } from "./commands/UpdateItemCommand";
|
|
55
55
|
import { UpdateKinesisStreamingDestinationCommand, } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
56
|
-
import { UpdateTableCommand } from "./commands/UpdateTableCommand";
|
|
56
|
+
import { UpdateTableCommand, } from "./commands/UpdateTableCommand";
|
|
57
57
|
import { UpdateTableReplicaAutoScalingCommand, } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
58
58
|
import { UpdateTimeToLiveCommand, } from "./commands/UpdateTimeToLiveCommand";
|
|
59
59
|
import { DynamoDBClient } from "./DynamoDBClient";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultDynamoDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const K = "required", L = "type", M = "rules", N = "conditions", O = "fn", P = "argv", Q = "ref", R = "assign", S = "url", T = "properties", U = "headers", V = "metricValues";
|
|
2
2
|
const a = false, b = "error", c = "stringEquals", d = "https://dynamodb.{Region}.{PartitionResult#dualStackDnsSuffix}", e = "endpoint", f = "tree", g = "dynamodb", h = { [K]: false, [L]: "string" }, i = { [K]: true, "default": false, [L]: "boolean" }, j = { [O]: "isSet", [P]: [{ [Q]: "Endpoint" }] }, k = { [Q]: "Endpoint" }, l = { [O]: "isSet", [P]: [{ [Q]: "Region" }] }, m = { [Q]: "Region" }, n = { [O]: "aws.partition", [P]: [m], [R]: "PartitionResult" }, o = { [N]: [{ [O]: "booleanEquals", [P]: [{ [Q]: "UseFIPS" }, true] }], [b]: "Invalid Configuration: FIPS and custom endpoint are not supported", [L]: b }, p = { [O]: "booleanEquals", [P]: [{ [Q]: "UseFIPS" }, true] }, q = { [N]: [{ [O]: "booleanEquals", [P]: [{ [Q]: "UseDualStack" }, true] }], [b]: "Invalid Configuration: Dualstack and custom endpoint are not supported", [L]: b }, r = { [O]: "booleanEquals", [P]: [{ [Q]: "UseDualStack" }, true] }, s = { [e]: { [S]: "{Endpoint}", [T]: {}, [U]: {} }, [L]: e }, t = {}, u = { [O]: "booleanEquals", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "supportsFIPS"] }, true] }, v = { [O]: "booleanEquals", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "supportsDualStack"] }, true] }, w = { [N]: [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "required"] }], [M]: [{ [b]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [L]: b }], [L]: f }, x = { [O]: "getAttr", [P]: [{ [Q]: "PartitionResult" }, "name"] }, y = { [e]: { [S]: "https://dynamodb.{Region}.{PartitionResult#dnsSuffix}", [T]: {}, [U]: {} }, [L]: e }, z = { [S]: "https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: { [V]: ["O"] }, [U]: {} }, A = { [V]: ["O"] }, B = { [b]: "Credentials-sourced account ID parameter is invalid", [L]: b }, C = { [N]: [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "required"] }], [M]: [{ [N]: [{ [O]: "not", [P]: [p] }], [M]: [{ [N]: [{ [O]: c, [P]: [x, "aws"] }], [M]: [{ [b]: "AccountIdEndpointMode is required but no AccountID was provided or able to be loaded", [L]: b }], [L]: f }, { [b]: "Invalid Configuration: AccountIdEndpointMode is required but account endpoints are not supported in this partition", [L]: b }], [L]: f }, { [b]: "Invalid Configuration: AccountIdEndpointMode is required and FIPS is enabled, but FIPS account endpoints are not supported", [L]: b }], [L]: f }, D = { [S]: "https://{ParsedArn#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [T]: A, [U]: {} }, E = [p], F = [r], G = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "ResourceArn" }] }, { [O]: "aws.parseArn", [P]: [{ [Q]: "ResourceArn" }], [R]: "ParsedArn" }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "service"] }, g] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, false] }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, "{Region}"] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "accountId"] }, false] }], H = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "ResourceArnList" }] }, { [O]: "getAttr", [P]: [{ [Q]: "ResourceArnList" }, "[0]"], [R]: "FirstArn" }, { [O]: "aws.parseArn", [P]: [{ [Q]: "FirstArn" }], [R]: "ParsedArn" }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "service"] }, g] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, false] }, { [O]: c, [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "region"] }, "{Region}"] }, { [O]: "isValidHostLabel", [P]: [{ [O]: "getAttr", [P]: [{ [Q]: "ParsedArn" }, "accountId"] }, false] }], I = [{ [O]: "isSet", [P]: [{ [Q]: "AccountIdEndpointMode" }] }, { [O]: "not", [P]: [{ [O]: c, [P]: [{ [Q]: "AccountIdEndpointMode" }, "disabled"] }] }, { [O]: c, [P]: [x, "aws"] }, { [O]: "not", [P]: [p] }, { [O]: "isSet", [P]: [{ [Q]: "AccountId" }] }], J = [{ [O]: "isValidHostLabel", [P]: [{ [Q]: "AccountId" }, false] }];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h, AccountId: h, AccountIdEndpointMode: h, ResourceArn: h, ResourceArnList: { [K]: a, [L]: "stringArray" } }, [M]: [{ [N]: [j, l, n], [M]: [o, q, { [N]: [{ [O]: c, [P]: [k, d] }], error: "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html", [L]: b }, s], [L]: f }, { [N]: [j], [M]: [o, q, s], [L]: f }, { [N]: [l], [M]: [{ [N]: [n], [M]: [{ [N]: [{ [O]: c, [P]: [m, "local"] }], [M]: [{ [N]: E, error: "Invalid Configuration: FIPS and local endpoint are not supported", [L]: b }, { [N]: F, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [L]: b }, { endpoint: { [S]: "http://localhost:8000", [T]: { authSchemes: [{
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h, AccountId: h, AccountIdEndpointMode: h, ResourceArn: h, ResourceArnList: { [K]: a, [L]: "stringArray" } }, [M]: [{ [N]: [j, l, n], [M]: [o, q, { [N]: [{ [O]: c, [P]: [k, d] }], error: "Endpoint override is not supported for dual-stack endpoints. Please enable dual-stack functionality by enabling the configuration. For more details, see: https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoints.html", [L]: b }, s], [L]: f }, { [N]: [j], [M]: [o, q, s], [L]: f }, { [N]: [l], [M]: [{ [N]: [n], [M]: [{ [N]: [{ [O]: c, [P]: [m, "local"] }], [M]: [{ [N]: E, error: "Invalid Configuration: FIPS and local endpoint are not supported", [L]: b }, { [N]: F, error: "Invalid Configuration: Dualstack and local endpoint are not supported", [L]: b }, { endpoint: { [S]: "http://localhost:8000", [T]: { authSchemes: [{ name: "sigv4", signingName: g, signingRegion: "us-east-1" }] }, [U]: t }, [L]: e }], [L]: f }, { [N]: [p, r], [M]: [{ [N]: [u, v], [M]: [w, { endpoint: { [S]: "https://dynamodb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [L]: b }], [L]: f }, { [N]: E, [M]: [{ [N]: [u], [M]: [{ [N]: [{ [O]: c, [P]: [x, "aws-us-gov"] }], [M]: [w, y], [L]: f }, w, { endpoint: { [S]: "https://dynamodb-fips.{Region}.{PartitionResult#dnsSuffix}", [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "FIPS is enabled but this partition does not support FIPS", [L]: b }], [L]: f }, { [N]: F, [M]: [{ [N]: [v], [M]: [{ [N]: G, endpoint: z, [L]: e }, { [N]: H, endpoint: z, [L]: e }, { [N]: I, [M]: [{ [N]: J, [M]: [{ endpoint: { [S]: "https://{AccountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}", [T]: A, [U]: t }, [L]: e }], [L]: f }, B], [L]: f }, C, { endpoint: { [S]: d, [T]: t, [U]: t }, [L]: e }], [L]: f }, { error: "DualStack is enabled but this partition does not support DualStack", [L]: b }], [L]: f }, { [N]: G, endpoint: D, [L]: e }, { [N]: H, endpoint: D, [L]: e }, { [N]: I, [M]: [{ [N]: J, [M]: [{ endpoint: { [S]: "https://{AccountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", [T]: A, [U]: t }, [L]: e }], [L]: f }, B], [L]: f }, C, y], [L]: f }], [L]: f }, { error: "Invalid Configuration: Missing Region", [L]: b }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
|
|
3
2
|
import { NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS } from "@aws-sdk/core/account-id-endpoint";
|
|
3
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
4
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
6
|
import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery";
|
|
6
7
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { DynamoDBJsonCodec } from "@aws-sdk/dynamodb-codec";
|
|
4
4
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
@@ -434,6 +434,7 @@ const _RASD = "ReplicaAutoScalingDescription";
|
|
|
434
434
|
const _RASDL = "ReplicaAutoScalingDescriptionList";
|
|
435
435
|
const _RASU = "ReplicaAutoScalingUpdate";
|
|
436
436
|
const _RASUL = "ReplicaAutoScalingUpdateList";
|
|
437
|
+
const _RAe = "ReplicaArn";
|
|
437
438
|
const _RBMS = "ReplicaBillingModeSummary";
|
|
438
439
|
const _RCC = "ReturnConsumedCapacity";
|
|
439
440
|
const _RCU = "ReadCapacityUnits";
|
|
@@ -1667,8 +1668,8 @@ export var ReplicaAutoScalingUpdate$ = [3, n0, _RASU,
|
|
|
1667
1668
|
];
|
|
1668
1669
|
export var ReplicaDescription$ = [3, n0, _RD,
|
|
1669
1670
|
0,
|
|
1670
|
-
[_RN, _RSe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
|
|
1671
|
-
[0, 0, 0, 0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => TableClassSummary$, 0]
|
|
1671
|
+
[_RN, _RSe, _RAe, _RSD, _RSPP, _KMSMKI, _PTO, _ODTO, _WT, _GSI, _RIDT, _RTCS, _GTSRM],
|
|
1672
|
+
[0, 0, 0, 0, 0, 0, () => ProvisionedThroughputOverride$, () => OnDemandThroughputOverride$, () => TableWarmThroughputDescription$, () => ReplicaGlobalSecondaryIndexDescriptionList, 4, () => TableClassSummary$, 0]
|
|
1672
1673
|
];
|
|
1673
1674
|
export var ReplicaGlobalSecondaryIndex$ = [3, n0, _RGSI,
|
|
1674
1675
|
0,
|
package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeContributorInsightsCommand, } from "../commands/DescribeContributorInsightsCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeExportCommand } from "../commands/DescribeExportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeImportCommand } from "../commands/DescribeImportCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeKinesisStreamingDestinationCommand, } from "../commands/DescribeKinesisStreamingDestinationCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeTableCommand } from "../commands/DescribeTableCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeTableCommand } from "../commands/DescribeTableCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
4
|
-
import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
5
|
-
import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
6
|
-
import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
7
|
-
import { CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
8
|
-
import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
9
|
-
import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
10
|
-
import { DeleteItemCommandInput, DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
11
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
12
|
-
import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
13
|
-
import { DescribeBackupCommandInput, DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
14
|
-
import { DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
15
|
-
import { DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
16
|
-
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
17
|
-
import { DescribeExportCommandInput, DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
18
|
-
import { DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
19
|
-
import { DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
20
|
-
import { DescribeImportCommandInput, DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
21
|
-
import { DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
22
|
-
import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
23
|
-
import { DescribeTableCommandInput, DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
24
|
-
import { DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
25
|
-
import { DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
26
|
-
import { DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
27
|
-
import { EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
28
|
-
import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
29
|
-
import { ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
30
|
-
import { ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
31
|
-
import { GetItemCommandInput, GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
32
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
33
|
-
import { ImportTableCommandInput, ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
34
|
-
import { ListBackupsCommandInput, ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
35
|
-
import { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
36
|
-
import { ListExportsCommandInput, ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
37
|
-
import { ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
38
|
-
import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
39
|
-
import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
40
|
-
import { ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
41
|
-
import { PutItemCommandInput, PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
42
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
43
|
-
import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
|
|
44
|
-
import { RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
45
|
-
import { RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
46
|
-
import { ScanCommandInput, ScanCommandOutput } from "./commands/ScanCommand";
|
|
47
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
-
import { TransactGetItemsCommandInput, TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
49
|
-
import { TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
50
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
51
|
-
import { UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
52
|
-
import { UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
53
|
-
import { UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
54
|
-
import { UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
55
|
-
import { UpdateItemCommandInput, UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
56
|
-
import { UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
57
|
-
import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
58
|
-
import { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
59
|
-
import { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
3
|
+
import { type BatchExecuteStatementCommandInput, type BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
|
|
4
|
+
import { type BatchGetItemCommandInput, type BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
|
|
5
|
+
import { type BatchWriteItemCommandInput, type BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
|
|
6
|
+
import { type CreateBackupCommandInput, type CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
|
|
7
|
+
import { type CreateGlobalTableCommandInput, type CreateGlobalTableCommandOutput } from "./commands/CreateGlobalTableCommand";
|
|
8
|
+
import { type CreateTableCommandInput, type CreateTableCommandOutput } from "./commands/CreateTableCommand";
|
|
9
|
+
import { type DeleteBackupCommandInput, type DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
|
|
10
|
+
import { type DeleteItemCommandInput, type DeleteItemCommandOutput } from "./commands/DeleteItemCommand";
|
|
11
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
12
|
+
import { type DeleteTableCommandInput, type DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
|
|
13
|
+
import { type DescribeBackupCommandInput, type DescribeBackupCommandOutput } from "./commands/DescribeBackupCommand";
|
|
14
|
+
import { type DescribeContinuousBackupsCommandInput, type DescribeContinuousBackupsCommandOutput } from "./commands/DescribeContinuousBackupsCommand";
|
|
15
|
+
import { type DescribeContributorInsightsCommandInput, type DescribeContributorInsightsCommandOutput } from "./commands/DescribeContributorInsightsCommand";
|
|
16
|
+
import { type DescribeEndpointsCommandInput, type DescribeEndpointsCommandOutput } from "./commands/DescribeEndpointsCommand";
|
|
17
|
+
import { type DescribeExportCommandInput, type DescribeExportCommandOutput } from "./commands/DescribeExportCommand";
|
|
18
|
+
import { type DescribeGlobalTableCommandInput, type DescribeGlobalTableCommandOutput } from "./commands/DescribeGlobalTableCommand";
|
|
19
|
+
import { type DescribeGlobalTableSettingsCommandInput, type DescribeGlobalTableSettingsCommandOutput } from "./commands/DescribeGlobalTableSettingsCommand";
|
|
20
|
+
import { type DescribeImportCommandInput, type DescribeImportCommandOutput } from "./commands/DescribeImportCommand";
|
|
21
|
+
import { type DescribeKinesisStreamingDestinationCommandInput, type DescribeKinesisStreamingDestinationCommandOutput } from "./commands/DescribeKinesisStreamingDestinationCommand";
|
|
22
|
+
import { type DescribeLimitsCommandInput, type DescribeLimitsCommandOutput } from "./commands/DescribeLimitsCommand";
|
|
23
|
+
import { type DescribeTableCommandInput, type DescribeTableCommandOutput } from "./commands/DescribeTableCommand";
|
|
24
|
+
import { type DescribeTableReplicaAutoScalingCommandInput, type DescribeTableReplicaAutoScalingCommandOutput } from "./commands/DescribeTableReplicaAutoScalingCommand";
|
|
25
|
+
import { type DescribeTimeToLiveCommandInput, type DescribeTimeToLiveCommandOutput } from "./commands/DescribeTimeToLiveCommand";
|
|
26
|
+
import { type DisableKinesisStreamingDestinationCommandInput, type DisableKinesisStreamingDestinationCommandOutput } from "./commands/DisableKinesisStreamingDestinationCommand";
|
|
27
|
+
import { type EnableKinesisStreamingDestinationCommandInput, type EnableKinesisStreamingDestinationCommandOutput } from "./commands/EnableKinesisStreamingDestinationCommand";
|
|
28
|
+
import { type ExecuteStatementCommandInput, type ExecuteStatementCommandOutput } from "./commands/ExecuteStatementCommand";
|
|
29
|
+
import { type ExecuteTransactionCommandInput, type ExecuteTransactionCommandOutput } from "./commands/ExecuteTransactionCommand";
|
|
30
|
+
import { type ExportTableToPointInTimeCommandInput, type ExportTableToPointInTimeCommandOutput } from "./commands/ExportTableToPointInTimeCommand";
|
|
31
|
+
import { type GetItemCommandInput, type GetItemCommandOutput } from "./commands/GetItemCommand";
|
|
32
|
+
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
33
|
+
import { type ImportTableCommandInput, type ImportTableCommandOutput } from "./commands/ImportTableCommand";
|
|
34
|
+
import { type ListBackupsCommandInput, type ListBackupsCommandOutput } from "./commands/ListBackupsCommand";
|
|
35
|
+
import { type ListContributorInsightsCommandInput, type ListContributorInsightsCommandOutput } from "./commands/ListContributorInsightsCommand";
|
|
36
|
+
import { type ListExportsCommandInput, type ListExportsCommandOutput } from "./commands/ListExportsCommand";
|
|
37
|
+
import { type ListGlobalTablesCommandInput, type ListGlobalTablesCommandOutput } from "./commands/ListGlobalTablesCommand";
|
|
38
|
+
import { type ListImportsCommandInput, type ListImportsCommandOutput } from "./commands/ListImportsCommand";
|
|
39
|
+
import { type ListTablesCommandInput, type ListTablesCommandOutput } from "./commands/ListTablesCommand";
|
|
40
|
+
import { type ListTagsOfResourceCommandInput, type ListTagsOfResourceCommandOutput } from "./commands/ListTagsOfResourceCommand";
|
|
41
|
+
import { type PutItemCommandInput, type PutItemCommandOutput } from "./commands/PutItemCommand";
|
|
42
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
43
|
+
import { type QueryCommandInput, type QueryCommandOutput } from "./commands/QueryCommand";
|
|
44
|
+
import { type RestoreTableFromBackupCommandInput, type RestoreTableFromBackupCommandOutput } from "./commands/RestoreTableFromBackupCommand";
|
|
45
|
+
import { type RestoreTableToPointInTimeCommandInput, type RestoreTableToPointInTimeCommandOutput } from "./commands/RestoreTableToPointInTimeCommand";
|
|
46
|
+
import { type ScanCommandInput, type ScanCommandOutput } from "./commands/ScanCommand";
|
|
47
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
+
import { type TransactGetItemsCommandInput, type TransactGetItemsCommandOutput } from "./commands/TransactGetItemsCommand";
|
|
49
|
+
import { type TransactWriteItemsCommandInput, type TransactWriteItemsCommandOutput } from "./commands/TransactWriteItemsCommand";
|
|
50
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
51
|
+
import { type UpdateContinuousBackupsCommandInput, type UpdateContinuousBackupsCommandOutput } from "./commands/UpdateContinuousBackupsCommand";
|
|
52
|
+
import { type UpdateContributorInsightsCommandInput, type UpdateContributorInsightsCommandOutput } from "./commands/UpdateContributorInsightsCommand";
|
|
53
|
+
import { type UpdateGlobalTableCommandInput, type UpdateGlobalTableCommandOutput } from "./commands/UpdateGlobalTableCommand";
|
|
54
|
+
import { type UpdateGlobalTableSettingsCommandInput, type UpdateGlobalTableSettingsCommandOutput } from "./commands/UpdateGlobalTableSettingsCommand";
|
|
55
|
+
import { type UpdateItemCommandInput, type UpdateItemCommandOutput } from "./commands/UpdateItemCommand";
|
|
56
|
+
import { type UpdateKinesisStreamingDestinationCommandInput, type UpdateKinesisStreamingDestinationCommandOutput } from "./commands/UpdateKinesisStreamingDestinationCommand";
|
|
57
|
+
import { type UpdateTableCommandInput, type UpdateTableCommandOutput } from "./commands/UpdateTableCommand";
|
|
58
|
+
import { type UpdateTableReplicaAutoScalingCommandInput, type UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
|
|
59
|
+
import { type UpdateTimeToLiveCommandInput, type UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
|
|
60
60
|
import { DynamoDBClient } from "./DynamoDBClient";
|
|
61
61
|
export interface DynamoDB {
|
|
62
62
|
/**
|