@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
|
@@ -1,151 +1,151 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
|
-
import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
|
|
5
|
-
import { CancelCommandCommandInput, CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
|
|
6
|
-
import { CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
|
|
7
|
-
import { CreateActivationCommandInput, CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
|
|
8
|
-
import { CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
|
|
9
|
-
import { CreateAssociationCommandInput, CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
|
|
10
|
-
import { CreateDocumentCommandInput, CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
|
|
11
|
-
import { CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
|
|
12
|
-
import { CreateOpsItemCommandInput, CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
|
|
13
|
-
import { CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
|
|
14
|
-
import { CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
|
|
15
|
-
import { CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
|
|
16
|
-
import { DeleteActivationCommandInput, DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
|
|
17
|
-
import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
|
|
18
|
-
import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
|
|
19
|
-
import { DeleteInventoryCommandInput, DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
|
|
20
|
-
import { DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
|
|
21
|
-
import { DeleteOpsItemCommandInput, DeleteOpsItemCommandOutput } from "./commands/DeleteOpsItemCommand";
|
|
22
|
-
import { DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
|
|
23
|
-
import { DeleteParameterCommandInput, DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
|
|
24
|
-
import { DeleteParametersCommandInput, DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
|
|
25
|
-
import { DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
|
|
26
|
-
import { DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
|
|
27
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
28
|
-
import { DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
|
|
29
|
-
import { DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
30
|
-
import { DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
31
|
-
import { DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
32
|
-
import { DescribeActivationsCommandInput, DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
|
|
33
|
-
import { DescribeAssociationCommandInput, DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
|
|
34
|
-
import { DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
|
|
35
|
-
import { DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
|
|
36
|
-
import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
|
|
37
|
-
import { DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
|
|
38
|
-
import { DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
|
|
39
|
-
import { DescribeDocumentCommandInput, DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
|
|
40
|
-
import { DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
|
|
41
|
-
import { DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
42
|
-
import { DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
43
|
-
import { DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
|
|
44
|
-
import { DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
|
|
45
|
-
import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
|
|
46
|
-
import { DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
|
|
47
|
-
import { DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
48
|
-
import { DescribeInstancePropertiesCommandInput, DescribeInstancePropertiesCommandOutput } from "./commands/DescribeInstancePropertiesCommand";
|
|
49
|
-
import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
|
|
50
|
-
import { DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
51
|
-
import { DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
52
|
-
import { DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
53
|
-
import { DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
|
|
54
|
-
import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
|
|
55
|
-
import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
56
|
-
import { DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
|
|
57
|
-
import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
|
|
58
|
-
import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
|
|
59
|
-
import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
|
|
60
|
-
import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
|
|
61
|
-
import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
|
|
62
|
-
import { DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
|
|
63
|
-
import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
|
|
64
|
-
import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
|
|
65
|
-
import { DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
|
|
66
|
-
import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
|
|
67
|
-
import { GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
|
|
68
|
-
import { GetCalendarStateCommandInput, GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
|
|
69
|
-
import { GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
|
|
70
|
-
import { GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
|
|
71
|
-
import { GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
|
|
72
|
-
import { GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
73
|
-
import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
|
|
74
|
-
import { GetExecutionPreviewCommandInput, GetExecutionPreviewCommandOutput } from "./commands/GetExecutionPreviewCommand";
|
|
75
|
-
import { GetInventoryCommandInput, GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
|
|
76
|
-
import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
|
|
77
|
-
import { GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
|
|
78
|
-
import { GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
|
|
79
|
-
import { GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
80
|
-
import { GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
81
|
-
import { GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
|
|
82
|
-
import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
|
|
83
|
-
import { GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
|
|
84
|
-
import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
|
|
85
|
-
import { GetParameterCommandInput, GetParameterCommandOutput } from "./commands/GetParameterCommand";
|
|
86
|
-
import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
|
|
87
|
-
import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
|
|
88
|
-
import { GetParametersCommandInput, GetParametersCommandOutput } from "./commands/GetParametersCommand";
|
|
89
|
-
import { GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
|
|
90
|
-
import { GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
|
|
91
|
-
import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
|
|
92
|
-
import { GetServiceSettingCommandInput, GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
|
|
93
|
-
import { LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
|
|
94
|
-
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
|
|
95
|
-
import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
|
|
96
|
-
import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
|
|
97
|
-
import { ListCommandsCommandInput, ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
|
|
98
|
-
import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
|
|
99
|
-
import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
|
|
100
|
-
import { ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
|
|
101
|
-
import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
102
|
-
import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
|
|
103
|
-
import { ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
|
|
104
|
-
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
105
|
-
import { ListNodesSummaryCommandInput, ListNodesSummaryCommandOutput } from "./commands/ListNodesSummaryCommand";
|
|
106
|
-
import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
|
|
107
|
-
import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
|
|
108
|
-
import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
|
|
109
|
-
import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
|
|
110
|
-
import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
|
|
111
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
112
|
-
import { ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
|
|
113
|
-
import { PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
|
|
114
|
-
import { PutInventoryCommandInput, PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
|
|
115
|
-
import { PutParameterCommandInput, PutParameterCommandOutput } from "./commands/PutParameterCommand";
|
|
116
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
117
|
-
import { RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
|
|
118
|
-
import { RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
119
|
-
import { RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
120
|
-
import { RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
121
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
122
|
-
import { ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
|
|
123
|
-
import { ResumeSessionCommandInput, ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
|
|
124
|
-
import { SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
|
|
125
|
-
import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand";
|
|
126
|
-
import { StartAccessRequestCommandInput, StartAccessRequestCommandOutput } from "./commands/StartAccessRequestCommand";
|
|
127
|
-
import { StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
|
|
128
|
-
import { StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
|
|
129
|
-
import { StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
|
|
130
|
-
import { StartExecutionPreviewCommandInput, StartExecutionPreviewCommandOutput } from "./commands/StartExecutionPreviewCommand";
|
|
131
|
-
import { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
|
|
132
|
-
import { StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
|
|
133
|
-
import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
|
|
134
|
-
import { UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
|
|
135
|
-
import { UpdateAssociationCommandInput, UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
|
|
136
|
-
import { UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
|
|
137
|
-
import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
|
|
138
|
-
import { UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
|
|
139
|
-
import { UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
|
|
140
|
-
import { UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
|
|
141
|
-
import { UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
|
|
142
|
-
import { UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
|
|
143
|
-
import { UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
|
|
144
|
-
import { UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
|
|
145
|
-
import { UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
|
|
146
|
-
import { UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
|
|
147
|
-
import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
|
|
148
|
-
import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
|
|
3
|
+
import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
4
|
+
import { type AssociateOpsItemRelatedItemCommandInput, type AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
|
|
5
|
+
import { type CancelCommandCommandInput, type CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
|
|
6
|
+
import { type CancelMaintenanceWindowExecutionCommandInput, type CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
|
|
7
|
+
import { type CreateActivationCommandInput, type CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
|
|
8
|
+
import { type CreateAssociationBatchCommandInput, type CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
|
|
9
|
+
import { type CreateAssociationCommandInput, type CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
|
|
10
|
+
import { type CreateDocumentCommandInput, type CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
|
|
11
|
+
import { type CreateMaintenanceWindowCommandInput, type CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
|
|
12
|
+
import { type CreateOpsItemCommandInput, type CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
|
|
13
|
+
import { type CreateOpsMetadataCommandInput, type CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
|
|
14
|
+
import { type CreatePatchBaselineCommandInput, type CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
|
|
15
|
+
import { type CreateResourceDataSyncCommandInput, type CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
|
|
16
|
+
import { type DeleteActivationCommandInput, type DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
|
|
17
|
+
import { type DeleteAssociationCommandInput, type DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
|
|
18
|
+
import { type DeleteDocumentCommandInput, type DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
|
|
19
|
+
import { type DeleteInventoryCommandInput, type DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
|
|
20
|
+
import { type DeleteMaintenanceWindowCommandInput, type DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
|
|
21
|
+
import { type DeleteOpsItemCommandInput, type DeleteOpsItemCommandOutput } from "./commands/DeleteOpsItemCommand";
|
|
22
|
+
import { type DeleteOpsMetadataCommandInput, type DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
|
|
23
|
+
import { type DeleteParameterCommandInput, type DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
|
|
24
|
+
import { type DeleteParametersCommandInput, type DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
|
|
25
|
+
import { type DeletePatchBaselineCommandInput, type DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
|
|
26
|
+
import { type DeleteResourceDataSyncCommandInput, type DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
|
|
27
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
28
|
+
import { type DeregisterManagedInstanceCommandInput, type DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
|
|
29
|
+
import { type DeregisterPatchBaselineForPatchGroupCommandInput, type DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
|
|
30
|
+
import { type DeregisterTargetFromMaintenanceWindowCommandInput, type DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
|
|
31
|
+
import { type DeregisterTaskFromMaintenanceWindowCommandInput, type DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
|
|
32
|
+
import { type DescribeActivationsCommandInput, type DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
|
|
33
|
+
import { type DescribeAssociationCommandInput, type DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
|
|
34
|
+
import { type DescribeAssociationExecutionsCommandInput, type DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
|
|
35
|
+
import { type DescribeAssociationExecutionTargetsCommandInput, type DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
|
|
36
|
+
import { type DescribeAutomationExecutionsCommandInput, type DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
|
|
37
|
+
import { type DescribeAutomationStepExecutionsCommandInput, type DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
|
|
38
|
+
import { type DescribeAvailablePatchesCommandInput, type DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
|
|
39
|
+
import { type DescribeDocumentCommandInput, type DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
|
|
40
|
+
import { type DescribeDocumentPermissionCommandInput, type DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
|
|
41
|
+
import { type DescribeEffectiveInstanceAssociationsCommandInput, type DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
|
|
42
|
+
import { type DescribeEffectivePatchesForPatchBaselineCommandInput, type DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
|
|
43
|
+
import { type DescribeInstanceAssociationsStatusCommandInput, type DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
|
|
44
|
+
import { type DescribeInstanceInformationCommandInput, type DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
|
|
45
|
+
import { type DescribeInstancePatchesCommandInput, type DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
|
|
46
|
+
import { type DescribeInstancePatchStatesCommandInput, type DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
|
|
47
|
+
import { type DescribeInstancePatchStatesForPatchGroupCommandInput, type DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
|
|
48
|
+
import { type DescribeInstancePropertiesCommandInput, type DescribeInstancePropertiesCommandOutput } from "./commands/DescribeInstancePropertiesCommand";
|
|
49
|
+
import { type DescribeInventoryDeletionsCommandInput, type DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
|
|
50
|
+
import { type DescribeMaintenanceWindowExecutionsCommandInput, type DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
|
|
51
|
+
import { type DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, type DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
|
|
52
|
+
import { type DescribeMaintenanceWindowExecutionTasksCommandInput, type DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
|
|
53
|
+
import { type DescribeMaintenanceWindowScheduleCommandInput, type DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
|
|
54
|
+
import { type DescribeMaintenanceWindowsCommandInput, type DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
|
|
55
|
+
import { type DescribeMaintenanceWindowsForTargetCommandInput, type DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
|
|
56
|
+
import { type DescribeMaintenanceWindowTargetsCommandInput, type DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
|
|
57
|
+
import { type DescribeMaintenanceWindowTasksCommandInput, type DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
|
|
58
|
+
import { type DescribeOpsItemsCommandInput, type DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
|
|
59
|
+
import { type DescribeParametersCommandInput, type DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
|
|
60
|
+
import { type DescribePatchBaselinesCommandInput, type DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
|
|
61
|
+
import { type DescribePatchGroupsCommandInput, type DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
|
|
62
|
+
import { type DescribePatchGroupStateCommandInput, type DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
|
|
63
|
+
import { type DescribePatchPropertiesCommandInput, type DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
|
|
64
|
+
import { type DescribeSessionsCommandInput, type DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
|
|
65
|
+
import { type DisassociateOpsItemRelatedItemCommandInput, type DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
|
|
66
|
+
import { type GetAccessTokenCommandInput, type GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
|
|
67
|
+
import { type GetAutomationExecutionCommandInput, type GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
|
|
68
|
+
import { type GetCalendarStateCommandInput, type GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
|
|
69
|
+
import { type GetCommandInvocationCommandInput, type GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
|
|
70
|
+
import { type GetConnectionStatusCommandInput, type GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
|
|
71
|
+
import { type GetDefaultPatchBaselineCommandInput, type GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
|
|
72
|
+
import { type GetDeployablePatchSnapshotForInstanceCommandInput, type GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
|
|
73
|
+
import { type GetDocumentCommandInput, type GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
|
|
74
|
+
import { type GetExecutionPreviewCommandInput, type GetExecutionPreviewCommandOutput } from "./commands/GetExecutionPreviewCommand";
|
|
75
|
+
import { type GetInventoryCommandInput, type GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
|
|
76
|
+
import { type GetInventorySchemaCommandInput, type GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
|
|
77
|
+
import { type GetMaintenanceWindowCommandInput, type GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
|
|
78
|
+
import { type GetMaintenanceWindowExecutionCommandInput, type GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
|
|
79
|
+
import { type GetMaintenanceWindowExecutionTaskCommandInput, type GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
|
|
80
|
+
import { type GetMaintenanceWindowExecutionTaskInvocationCommandInput, type GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
|
|
81
|
+
import { type GetMaintenanceWindowTaskCommandInput, type GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
|
|
82
|
+
import { type GetOpsItemCommandInput, type GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
|
|
83
|
+
import { type GetOpsMetadataCommandInput, type GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
|
|
84
|
+
import { type GetOpsSummaryCommandInput, type GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
|
|
85
|
+
import { type GetParameterCommandInput, type GetParameterCommandOutput } from "./commands/GetParameterCommand";
|
|
86
|
+
import { type GetParameterHistoryCommandInput, type GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
|
|
87
|
+
import { type GetParametersByPathCommandInput, type GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
|
|
88
|
+
import { type GetParametersCommandInput, type GetParametersCommandOutput } from "./commands/GetParametersCommand";
|
|
89
|
+
import { type GetPatchBaselineCommandInput, type GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
|
|
90
|
+
import { type GetPatchBaselineForPatchGroupCommandInput, type GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
|
|
91
|
+
import { type GetResourcePoliciesCommandInput, type GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
|
|
92
|
+
import { type GetServiceSettingCommandInput, type GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
|
|
93
|
+
import { type LabelParameterVersionCommandInput, type LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
|
|
94
|
+
import { type ListAssociationsCommandInput, type ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
|
|
95
|
+
import { type ListAssociationVersionsCommandInput, type ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
|
|
96
|
+
import { type ListCommandInvocationsCommandInput, type ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
|
|
97
|
+
import { type ListCommandsCommandInput, type ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
|
|
98
|
+
import { type ListComplianceItemsCommandInput, type ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
|
|
99
|
+
import { type ListComplianceSummariesCommandInput, type ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
|
|
100
|
+
import { type ListDocumentMetadataHistoryCommandInput, type ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
|
|
101
|
+
import { type ListDocumentsCommandInput, type ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
|
|
102
|
+
import { type ListDocumentVersionsCommandInput, type ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
|
|
103
|
+
import { type ListInventoryEntriesCommandInput, type ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
|
|
104
|
+
import { type ListNodesCommandInput, type ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
105
|
+
import { type ListNodesSummaryCommandInput, type ListNodesSummaryCommandOutput } from "./commands/ListNodesSummaryCommand";
|
|
106
|
+
import { type ListOpsItemEventsCommandInput, type ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
|
|
107
|
+
import { type ListOpsItemRelatedItemsCommandInput, type ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
|
|
108
|
+
import { type ListOpsMetadataCommandInput, type ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
|
|
109
|
+
import { type ListResourceComplianceSummariesCommandInput, type ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
|
|
110
|
+
import { type ListResourceDataSyncCommandInput, type ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
|
|
111
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
112
|
+
import { type ModifyDocumentPermissionCommandInput, type ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
|
|
113
|
+
import { type PutComplianceItemsCommandInput, type PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
|
|
114
|
+
import { type PutInventoryCommandInput, type PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
|
|
115
|
+
import { type PutParameterCommandInput, type PutParameterCommandOutput } from "./commands/PutParameterCommand";
|
|
116
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
117
|
+
import { type RegisterDefaultPatchBaselineCommandInput, type RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
|
|
118
|
+
import { type RegisterPatchBaselineForPatchGroupCommandInput, type RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
|
|
119
|
+
import { type RegisterTargetWithMaintenanceWindowCommandInput, type RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
|
|
120
|
+
import { type RegisterTaskWithMaintenanceWindowCommandInput, type RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
|
|
121
|
+
import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
122
|
+
import { type ResetServiceSettingCommandInput, type ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
|
|
123
|
+
import { type ResumeSessionCommandInput, type ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
|
|
124
|
+
import { type SendAutomationSignalCommandInput, type SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
|
|
125
|
+
import { type SendCommandCommandInput, type SendCommandCommandOutput } from "./commands/SendCommandCommand";
|
|
126
|
+
import { type StartAccessRequestCommandInput, type StartAccessRequestCommandOutput } from "./commands/StartAccessRequestCommand";
|
|
127
|
+
import { type StartAssociationsOnceCommandInput, type StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
|
|
128
|
+
import { type StartAutomationExecutionCommandInput, type StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
|
|
129
|
+
import { type StartChangeRequestExecutionCommandInput, type StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
|
|
130
|
+
import { type StartExecutionPreviewCommandInput, type StartExecutionPreviewCommandOutput } from "./commands/StartExecutionPreviewCommand";
|
|
131
|
+
import { type StartSessionCommandInput, type StartSessionCommandOutput } from "./commands/StartSessionCommand";
|
|
132
|
+
import { type StopAutomationExecutionCommandInput, type StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
|
|
133
|
+
import { type TerminateSessionCommandInput, type TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
|
|
134
|
+
import { type UnlabelParameterVersionCommandInput, type UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
|
|
135
|
+
import { type UpdateAssociationCommandInput, type UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
|
|
136
|
+
import { type UpdateAssociationStatusCommandInput, type UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
|
|
137
|
+
import { type UpdateDocumentCommandInput, type UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
|
|
138
|
+
import { type UpdateDocumentDefaultVersionCommandInput, type UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
|
|
139
|
+
import { type UpdateDocumentMetadataCommandInput, type UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
|
|
140
|
+
import { type UpdateMaintenanceWindowCommandInput, type UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
|
|
141
|
+
import { type UpdateMaintenanceWindowTargetCommandInput, type UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
|
|
142
|
+
import { type UpdateMaintenanceWindowTaskCommandInput, type UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
|
|
143
|
+
import { type UpdateManagedInstanceRoleCommandInput, type UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
|
|
144
|
+
import { type UpdateOpsItemCommandInput, type UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
|
|
145
|
+
import { type UpdateOpsMetadataCommandInput, type UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
|
|
146
|
+
import { type UpdatePatchBaselineCommandInput, type UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
|
|
147
|
+
import { type UpdateResourceDataSyncCommandInput, type UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
|
|
148
|
+
import { type UpdateServiceSettingCommandInput, type UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
|
|
149
149
|
import { SSMClient } from "./SSMClient";
|
|
150
150
|
export interface SSM {
|
|
151
151
|
/**
|