@mavogel/awscdk-rootmail 0.0.317 → 0.0.319
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/.claude/settings.local.json +8 -0
- package/.jsii +3 -3
- package/CLAUDE.md +154 -0
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/README.md +10 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +148 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/CloudWatchLogs.js +2 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/GetLogObjectCommand.js +27 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/models_0.js +40 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/protocols/Aws_json1_1.js +67 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogs.d.ts +9 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogsClient.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/AssociateKmsKeyCommand.d.ts +30 -29
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateDeliveryCommand.d.ts +22 -25
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateExportTaskCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLogAnomalyDetectorCommand.d.ts +19 -25
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLogGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLogStreamCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteAccountPolicyCommand.d.ts +18 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteDeliveryCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteDeliveryDestinationCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteDeliverySourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteDestinationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteIndexPolicyCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteLogGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteLogStreamCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteQueryDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteResourcePolicyCommand.d.ts +7 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteTransformerCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeAccountPoliciesCommand.d.ts +14 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeConfigurationTemplatesCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeDeliveriesCommand.d.ts +9 -11
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeDestinationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeFieldIndexesCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeIndexPoliciesCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeLogGroupsCommand.d.ts +13 -11
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeLogStreamsCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeQueryDefinitionsCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeResourcePoliciesCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeSubscriptionFiltersCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DisassociateKmsKeyCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/FilterLogEventsCommand.d.ts +31 -20
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetDeliveryCommand.d.ts +12 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetDeliveryDestinationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetDeliveryDestinationPolicyCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogEventsCommand.d.ts +25 -17
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogGroupFieldsCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogObjectCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetQueryResultsCommand.d.ts +13 -11
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetTransformerCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListAnomaliesCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListIntegrationsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListLogGroupsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListLogGroupsForQueryCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListTagsLogGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutAccountPolicyCommand.d.ts +172 -100
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +20 -19
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDeliveryDestinationCommand.d.ts +28 -28
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDeliveryDestinationPolicyCommand.d.ts +18 -20
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDeliverySourceCommand.d.ts +23 -25
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDestinationCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutDestinationPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutIndexPolicyCommand.d.ts +24 -23
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutIntegrationCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutLogEventsCommand.d.ts +27 -24
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutMetricFilterCommand.d.ts +14 -18
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutQueryDefinitionCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutResourcePolicyCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutRetentionPolicyCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutSubscriptionFilterCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutTransformerCommand.d.ts +24 -19
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/StartLiveTailCommand.d.ts +27 -28
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/StartQueryCommand.d.ts +28 -30
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/StopQueryCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/TagLogGroupCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/TagResourceCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/TestTransformerCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UntagLogGroupCommand.d.ts +5 -7
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateAnomalyCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateDeliveryConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +1551 -1206
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +17 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +69 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +36 -36
- package/node_modules/@aws-sdk/client-route-53/package.json +36 -36
- package/node_modules/@aws-sdk/client-s3/README.md +40 -0
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +594 -121
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +10 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +26 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +28 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +31 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +16 -24
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +24 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +325 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +35 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +7 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +17 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +46 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +95 -106
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +70 -82
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +182 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +25 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +88 -113
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +45 -50
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +23 -28
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +114 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +26 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +5 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +9 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +37 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +37 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +9 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -19
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +28 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +146 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +25 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +9 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +55 -70
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +66 -81
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +8 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +33 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +50 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +14 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +41 -49
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +7 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +28 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +21 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +14 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +51 -62
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +23 -25
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +23 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +40 -48
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +33 -37
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -60
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +26 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +29 -35
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +24 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +31 -38
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +21 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +20 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +19 -18
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +53 -61
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +56 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +18 -24
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +34 -40
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +76 -85
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +50 -59
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +161 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +64 -74
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +80 -96
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +29 -33
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2688 -3603
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2120 -743
- package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +45 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +109 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +30 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +93 -206
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +238 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +60 -0
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-ses/package.json +34 -34
- package/node_modules/@aws-sdk/client-ssm/README.md +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +3 -0
- 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 +20 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +63 -5
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +81 -34
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +7 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -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 +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +10 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +93 -42
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +13 -54
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +20 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +6 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +20 -17
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/axios/CHANGELOG.md +17 -0
- package/node_modules/axios/README.md +1 -4
- package/node_modules/axios/dist/axios.js +39 -5
- 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 +46 -9
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +46 -9
- 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 +46 -9
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +13 -2
- package/node_modules/axios/lib/core/Axios.js +2 -2
- package/node_modules/axios/lib/core/mergeConfig.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +1 -1
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
- package/node_modules/axios/lib/utils.js +36 -0
- package/node_modules/axios/package.json +5 -5
- package/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/cdk-nag/.jsii +131 -47
- package/node_modules/cdk-nag/API.md +6 -0
- package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
- package/node_modules/cdk-nag/lib/nag-logger.js +15 -8
- package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
- package/node_modules/cdk-nag/lib/nag-rules.d.ts +2 -1
- package/node_modules/cdk-nag/lib/nag-rules.js +3 -2
- package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
- package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
- package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
- package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
- package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
- package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
- package/node_modules/cdk-nag/lib/packs/serverless.js +1 -1
- package/node_modules/cdk-nag/lib/rules/ec2/EC2IMDSv2Enabled.js +3 -3
- package/node_modules/cdk-nag/lib/rules/ecs/ECSClusterCloudWatchContainerInsights.js +3 -2
- package/node_modules/cdk-nag/package.json +9 -9
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/node_modules/es-set-tostringtag/README.md +53 -0
- package/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/node_modules/es-set-tostringtag/index.js +35 -0
- package/node_modules/es-set-tostringtag/package.json +78 -0
- package/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/node_modules/form-data/CHANGELOG.md +601 -0
- package/node_modules/form-data/{Readme.md → README.md} +34 -37
- package/node_modules/form-data/lib/browser.js +3 -1
- package/node_modules/form-data/lib/form_data.js +140 -147
- package/node_modules/form-data/lib/populate.js +5 -5
- package/node_modules/form-data/package.json +34 -23
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +38 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +178 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +377 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +5 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +8 -0
- package/node_modules/has-tostringtag/package.json +108 -0
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +8 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/node_modules/has-tostringtag/test/tests.js +15 -0
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
"stability": "experimental"
|
|
3999
3999
|
},
|
|
4000
4000
|
"homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
|
|
4001
|
-
"jsiiVersion": "5.7.
|
|
4001
|
+
"jsiiVersion": "5.7.21 (build e7af4b3)",
|
|
4002
4002
|
"keywords": [
|
|
4003
4003
|
"aws",
|
|
4004
4004
|
"cdk",
|
|
@@ -4447,6 +4447,6 @@
|
|
|
4447
4447
|
"symbolId": "src/ses-receive:SESReceiveProps"
|
|
4448
4448
|
}
|
|
4449
4449
|
},
|
|
4450
|
-
"version": "0.0.
|
|
4451
|
-
"fingerprint": "
|
|
4450
|
+
"version": "0.0.319",
|
|
4451
|
+
"fingerprint": "WCHXkdxn0fYqqY3ntcl60PfdEcwQ5igpPtoNkxgLUQ4="
|
|
4452
4452
|
}
|
package/CLAUDE.md
ADDED
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
# CLAUDE.md
|
|
2
|
+
|
|
3
|
+
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
4
|
+
|
|
5
|
+
## Repository Overview
|
|
6
|
+
|
|
7
|
+
This repository contains `@mavogel/awscdk-rootmail`, an AWS CDK construct library that provides an opinionated way to secure root email addresses for AWS accounts. It implements a single email box solution for all root user emails across AWS organizations, based on the superwerker rootmail feature.
|
|
8
|
+
|
|
9
|
+
## Core Architecture
|
|
10
|
+
|
|
11
|
+
### Main Components
|
|
12
|
+
|
|
13
|
+
- **Rootmail Construct** (`src/rootmail.ts`) - Main construct that orchestrates the entire solution
|
|
14
|
+
- **SES Receive** (`src/ses-receive.ts`) - Handles incoming email processing through SES
|
|
15
|
+
- **Hosted Zone DKIM** (`src/hosted-zone-dkim.ts`) - Manages DNS setup and DKIM configuration
|
|
16
|
+
- **DNS Autowiring** (`src/rootmail-autowire-dns.ts`) - Automatically configures DNS records when parent hosted zone is in same account
|
|
17
|
+
|
|
18
|
+
### Architecture Pattern
|
|
19
|
+
|
|
20
|
+
The solution creates a subdomain (e.g., `aws.mycompany.com`) that receives all root emails. Key components:
|
|
21
|
+
|
|
22
|
+
1. **Route53 Hosted Zone** - For the subdomain
|
|
23
|
+
2. **SES Receipt Rules** - To process incoming emails
|
|
24
|
+
3. **S3 Bucket** - To store received emails
|
|
25
|
+
4. **Lambda Functions** - For email processing and DNS propagation
|
|
26
|
+
5. **SSM Parameters** - To store configuration values
|
|
27
|
+
|
|
28
|
+
### Custom Resource Handlers
|
|
29
|
+
|
|
30
|
+
The construct uses several custom resource handlers for orchestration:
|
|
31
|
+
- `hosted-zone-dkim-propagation.*` - Waits for DNS propagation
|
|
32
|
+
- `hosted-zone-dkim-verification-records.*` - Sets up DKIM verification
|
|
33
|
+
- `rootmail-autowire-dns.*` - Auto-configures parent DNS records
|
|
34
|
+
- `ses-receipt-ruleset-activation.*` - Activates SES receipt rules
|
|
35
|
+
|
|
36
|
+
## Development Commands
|
|
37
|
+
|
|
38
|
+
### Build and Test
|
|
39
|
+
```bash
|
|
40
|
+
# Build the project
|
|
41
|
+
yarn build
|
|
42
|
+
# or
|
|
43
|
+
npx projen build
|
|
44
|
+
|
|
45
|
+
# Run tests
|
|
46
|
+
yarn test
|
|
47
|
+
# or
|
|
48
|
+
npx projen test
|
|
49
|
+
|
|
50
|
+
# Watch mode for tests
|
|
51
|
+
yarn test:watch
|
|
52
|
+
|
|
53
|
+
# Type checking and linting
|
|
54
|
+
yarn eslint
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### CDK Operations
|
|
58
|
+
```bash
|
|
59
|
+
# Synthesize CloudFormation templates
|
|
60
|
+
yarn synth
|
|
61
|
+
# or
|
|
62
|
+
npx cdk synth -q
|
|
63
|
+
|
|
64
|
+
# Prepare for integration tests
|
|
65
|
+
yarn prepare-integ-test
|
|
66
|
+
|
|
67
|
+
# Run integration tests
|
|
68
|
+
yarn integ-test
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Development Workflow
|
|
72
|
+
```bash
|
|
73
|
+
# Install dependencies
|
|
74
|
+
yarn install
|
|
75
|
+
|
|
76
|
+
# Compile TypeScript
|
|
77
|
+
yarn compile
|
|
78
|
+
|
|
79
|
+
# Package for distribution
|
|
80
|
+
yarn package
|
|
81
|
+
|
|
82
|
+
# Publish assets (for releases)
|
|
83
|
+
yarn publish-assets
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Testing
|
|
87
|
+
|
|
88
|
+
### Unit Tests
|
|
89
|
+
- Located in `test/` directory
|
|
90
|
+
- Uses Jest with snapshot testing
|
|
91
|
+
- Run with `yarn test`
|
|
92
|
+
- Coverage reports generated in `coverage/` directory
|
|
93
|
+
|
|
94
|
+
### Integration Tests
|
|
95
|
+
- Located in `integ-tests/` directory
|
|
96
|
+
- Uses CDK Integration Testing framework
|
|
97
|
+
- Tests real AWS deployments in regions: `eu-west-1`, `eu-west-2`
|
|
98
|
+
- Run with `yarn integ-test`
|
|
99
|
+
- Includes cleanup scripts for post-test resource removal
|
|
100
|
+
|
|
101
|
+
### Test Requirements
|
|
102
|
+
- AWS credentials configured for integration tests
|
|
103
|
+
- Python environment for cleanup scripts (see `integ-tests/requirements.txt`)
|
|
104
|
+
|
|
105
|
+
## Key Configuration Files
|
|
106
|
+
|
|
107
|
+
### Projen Configuration
|
|
108
|
+
- `.projenrc.ts` - Projen project configuration with custom GitHub workflows
|
|
109
|
+
- Uses `@mavogel/mvc-projen` for standardized project setup
|
|
110
|
+
- Defines complex CI/CD workflows for multi-region releases
|
|
111
|
+
|
|
112
|
+
### CDK Configuration
|
|
113
|
+
- `cdk.json` - CDK app configuration pointing to `src/index-cli-synth.ts`
|
|
114
|
+
- `tsconfig.json` - TypeScript configuration for JSII compilation
|
|
115
|
+
|
|
116
|
+
### Package Configuration
|
|
117
|
+
- Uses Yarn Classic as package manager
|
|
118
|
+
- JSII-compatible TypeScript library for multi-language support
|
|
119
|
+
- Bundles AWS SDK dependencies to avoid version conflicts
|
|
120
|
+
|
|
121
|
+
## Supported AWS Regions
|
|
122
|
+
|
|
123
|
+
SES is not available in all regions. The construct validates deployment regions against:
|
|
124
|
+
- `us-east-1` (N. Virginia)
|
|
125
|
+
- `eu-west-1` (Ireland)
|
|
126
|
+
- `us-west-2` (Oregon)
|
|
127
|
+
- `eu-central-1` (Frankfurt)
|
|
128
|
+
- `us-east-2` (Ohio)
|
|
129
|
+
- `ca-central-1` (Canada Central)
|
|
130
|
+
- `ap-northeast-1` (Tokyo)
|
|
131
|
+
- `ap-southeast-1` (Singapore)
|
|
132
|
+
- `ap-southeast-2` (Sydney)
|
|
133
|
+
|
|
134
|
+
## Release Process
|
|
135
|
+
|
|
136
|
+
The project uses automated releases to S3 buckets across multiple regions:
|
|
137
|
+
- **Dev releases**: On every PR to development S3 bucket
|
|
138
|
+
- **Prod releases**: On version tags to production S3 bucket
|
|
139
|
+
- **CloudFormation templates**: Available in both JSON and YAML formats
|
|
140
|
+
|
|
141
|
+
## Security and Compliance
|
|
142
|
+
|
|
143
|
+
- Uses `cdk-nag` for AWS security best practices validation
|
|
144
|
+
- All resources follow AWS Well-Architected Framework principles
|
|
145
|
+
- S3 buckets have public access blocked and encryption enabled
|
|
146
|
+
- IAM policies follow principle of least privilege
|
|
147
|
+
- CDK Nag suppressions documented with justifications
|
|
148
|
+
|
|
149
|
+
## Important Notes
|
|
150
|
+
|
|
151
|
+
- **Email Size Limit**: AWS accounts can have maximum 64 characters for email addresses
|
|
152
|
+
- **Domain Requirements**: Parent domain must be registered in Route53 in the same AWS account for auto-wiring
|
|
153
|
+
- **SES Region Validation**: Construct will throw error if deployed to unsupported SES regions
|
|
154
|
+
- **Cleanup**: Integration tests include automated cleanup of created resources
|
package/lib/rootmail.js
CHANGED
|
@@ -82,7 +82,7 @@ class Rootmail extends constructs_1.Construct {
|
|
|
82
82
|
}
|
|
83
83
|
exports.Rootmail = Rootmail;
|
|
84
84
|
_a = JSII_RTTI_SYMBOL_1;
|
|
85
|
-
Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.
|
|
85
|
+
Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.319" };
|
|
86
86
|
/**
|
|
87
87
|
* Aspect for setting all removal policies to DESTROY
|
|
88
88
|
*/
|
package/lib/ses-receive.js
CHANGED
|
@@ -130,7 +130,7 @@ class SESReceive extends constructs_1.Construct {
|
|
|
130
130
|
}
|
|
131
131
|
exports.SESReceive = SESReceive;
|
|
132
132
|
_a = JSII_RTTI_SYMBOL_1;
|
|
133
|
-
SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.
|
|
133
|
+
SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.319" };
|
|
134
134
|
/**
|
|
135
135
|
* Aspect for setting all removal policies to DESTROY
|
|
136
136
|
*/
|
|
@@ -28,8 +28,8 @@ CloudWatch metric that you specify.</p>
|
|
|
28
28
|
</li>
|
|
29
29
|
<li>
|
|
30
30
|
<p>
|
|
31
|
-
<b>Monitor CloudTrail logged events</b>: You
|
|
32
|
-
create alarms in CloudWatch and receive notifications of particular API activity as
|
|
31
|
+
<b>Monitor CloudTrail logged events</b>: You
|
|
32
|
+
can create alarms in CloudWatch and receive notifications of particular API activity as
|
|
33
33
|
captured by CloudTrail. You can use the notification to perform troubleshooting.</p>
|
|
34
34
|
</li>
|
|
35
35
|
<li>
|
|
@@ -652,6 +652,14 @@ GetLogGroupFields
|
|
|
652
652
|
|
|
653
653
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetLogGroupFieldsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogGroupFieldsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogGroupFieldsCommandOutput/)
|
|
654
654
|
|
|
655
|
+
</details>
|
|
656
|
+
<details>
|
|
657
|
+
<summary>
|
|
658
|
+
GetLogObject
|
|
659
|
+
</summary>
|
|
660
|
+
|
|
661
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/command/GetLogObjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogObjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudwatch-logs/Interface/GetLogObjectCommandOutput/)
|
|
662
|
+
|
|
655
663
|
</details>
|
|
656
664
|
<details>
|
|
657
665
|
<summary>
|
|
@@ -88,6 +88,10 @@ __export(index_exports, {
|
|
|
88
88
|
GetLogAnomalyDetectorCommand: () => GetLogAnomalyDetectorCommand,
|
|
89
89
|
GetLogEventsCommand: () => GetLogEventsCommand,
|
|
90
90
|
GetLogGroupFieldsCommand: () => GetLogGroupFieldsCommand,
|
|
91
|
+
GetLogObjectCommand: () => GetLogObjectCommand,
|
|
92
|
+
GetLogObjectResponseFilterSensitiveLog: () => GetLogObjectResponseFilterSensitiveLog,
|
|
93
|
+
GetLogObjectResponseStream: () => GetLogObjectResponseStream,
|
|
94
|
+
GetLogObjectResponseStreamFilterSensitiveLog: () => GetLogObjectResponseStreamFilterSensitiveLog,
|
|
91
95
|
GetLogRecordCommand: () => GetLogRecordCommand,
|
|
92
96
|
GetQueryResultsCommand: () => GetQueryResultsCommand,
|
|
93
97
|
GetTransformerCommand: () => GetTransformerCommand,
|
|
@@ -96,6 +100,7 @@ __export(index_exports, {
|
|
|
96
100
|
IntegrationDetails: () => IntegrationDetails,
|
|
97
101
|
IntegrationStatus: () => IntegrationStatus,
|
|
98
102
|
IntegrationType: () => IntegrationType,
|
|
103
|
+
InternalStreamingException: () => InternalStreamingException,
|
|
99
104
|
InvalidOperationException: () => InvalidOperationException,
|
|
100
105
|
InvalidParameterException: () => InvalidParameterException,
|
|
101
106
|
InvalidSequenceTokenException: () => InvalidSequenceTokenException,
|
|
@@ -114,6 +119,7 @@ __export(index_exports, {
|
|
|
114
119
|
OperationAbortedException: () => OperationAbortedException,
|
|
115
120
|
OrderBy: () => OrderBy,
|
|
116
121
|
OutputFormat: () => OutputFormat,
|
|
122
|
+
PolicyScope: () => PolicyScope,
|
|
117
123
|
PolicyType: () => PolicyType,
|
|
118
124
|
PutAccountPolicyCommand: () => PutAccountPolicyCommand,
|
|
119
125
|
PutDataProtectionPolicyCommand: () => PutDataProtectionPolicyCommand,
|
|
@@ -378,6 +384,7 @@ var AccessDeniedException = class _AccessDeniedException extends CloudWatchLogsS
|
|
|
378
384
|
var PolicyType = {
|
|
379
385
|
DATA_PROTECTION_POLICY: "DATA_PROTECTION_POLICY",
|
|
380
386
|
FIELD_INDEX_POLICY: "FIELD_INDEX_POLICY",
|
|
387
|
+
METRIC_EXTRACTION_POLICY: "METRIC_EXTRACTION_POLICY",
|
|
381
388
|
SUBSCRIPTION_FILTER_POLICY: "SUBSCRIPTION_FILTER_POLICY",
|
|
382
389
|
TRANSFORMER_POLICY: "TRANSFORMER_POLICY"
|
|
383
390
|
};
|
|
@@ -505,7 +512,8 @@ var OutputFormat = {
|
|
|
505
512
|
var DeliveryDestinationType = {
|
|
506
513
|
CWL: "CWL",
|
|
507
514
|
FH: "FH",
|
|
508
|
-
S3: "S3"
|
|
515
|
+
S3: "S3",
|
|
516
|
+
XRAY: "XRAY"
|
|
509
517
|
};
|
|
510
518
|
var ConflictException = class _ConflictException extends CloudWatchLogsServiceException {
|
|
511
519
|
static {
|
|
@@ -708,6 +716,10 @@ var QueryStatus = {
|
|
|
708
716
|
Timeout: "Timeout",
|
|
709
717
|
Unknown: "Unknown"
|
|
710
718
|
};
|
|
719
|
+
var PolicyScope = {
|
|
720
|
+
ACCOUNT: "ACCOUNT",
|
|
721
|
+
RESOURCE: "RESOURCE"
|
|
722
|
+
};
|
|
711
723
|
var Distribution = {
|
|
712
724
|
ByLogStream: "ByLogStream",
|
|
713
725
|
Random: "Random"
|
|
@@ -753,6 +765,33 @@ var IntegrationStatus = {
|
|
|
753
765
|
var IntegrationType = {
|
|
754
766
|
OPENSEARCH: "OPENSEARCH"
|
|
755
767
|
};
|
|
768
|
+
var InternalStreamingException = class _InternalStreamingException extends CloudWatchLogsServiceException {
|
|
769
|
+
static {
|
|
770
|
+
__name(this, "InternalStreamingException");
|
|
771
|
+
}
|
|
772
|
+
name = "InternalStreamingException";
|
|
773
|
+
$fault = "client";
|
|
774
|
+
/**
|
|
775
|
+
* @internal
|
|
776
|
+
*/
|
|
777
|
+
constructor(opts) {
|
|
778
|
+
super({
|
|
779
|
+
name: "InternalStreamingException",
|
|
780
|
+
$fault: "client",
|
|
781
|
+
...opts
|
|
782
|
+
});
|
|
783
|
+
Object.setPrototypeOf(this, _InternalStreamingException.prototype);
|
|
784
|
+
}
|
|
785
|
+
};
|
|
786
|
+
var GetLogObjectResponseStream;
|
|
787
|
+
((GetLogObjectResponseStream3) => {
|
|
788
|
+
GetLogObjectResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
789
|
+
if (value.fields !== void 0) return visitor.fields(value.fields);
|
|
790
|
+
if (value.InternalStreamingException !== void 0)
|
|
791
|
+
return visitor.InternalStreamingException(value.InternalStreamingException);
|
|
792
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
793
|
+
}, "visit");
|
|
794
|
+
})(GetLogObjectResponseStream || (GetLogObjectResponseStream = {}));
|
|
756
795
|
var OCSFVersion = {
|
|
757
796
|
V1_1: "V1.1"
|
|
758
797
|
};
|
|
@@ -917,6 +956,16 @@ var SuppressionType = {
|
|
|
917
956
|
INFINITE: "INFINITE",
|
|
918
957
|
LIMITED: "LIMITED"
|
|
919
958
|
};
|
|
959
|
+
var GetLogObjectResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
960
|
+
if (obj.fields !== void 0) return { fields: obj.fields };
|
|
961
|
+
if (obj.InternalStreamingException !== void 0)
|
|
962
|
+
return { InternalStreamingException: obj.InternalStreamingException };
|
|
963
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
964
|
+
}, "GetLogObjectResponseStreamFilterSensitiveLog");
|
|
965
|
+
var GetLogObjectResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
966
|
+
...obj,
|
|
967
|
+
...obj.fieldStream && { fieldStream: "STREAMING_CONTENT" }
|
|
968
|
+
}), "GetLogObjectResponseFilterSensitiveLog");
|
|
920
969
|
var StartLiveTailResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
921
970
|
if (obj.sessionStart !== void 0) return { sessionStart: obj.sessionStart };
|
|
922
971
|
if (obj.sessionUpdate !== void 0) return { sessionUpdate: obj.sessionUpdate };
|
|
@@ -1242,6 +1291,19 @@ var se_GetLogGroupFieldsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1242
1291
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1243
1292
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1244
1293
|
}, "se_GetLogGroupFieldsCommand");
|
|
1294
|
+
var se_GetLogObjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1295
|
+
const headers = sharedHeaders("GetLogObject");
|
|
1296
|
+
let body;
|
|
1297
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1298
|
+
let { hostname: resolvedHostname } = await context.endpoint();
|
|
1299
|
+
if (context.disableHostPrefix !== true) {
|
|
1300
|
+
resolvedHostname = "streaming-" + resolvedHostname;
|
|
1301
|
+
if (!(0, import_protocol_http.isValidHostname)(resolvedHostname)) {
|
|
1302
|
+
throw new Error("ValidationError: prefixed hostname must be hostname compatible.");
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
return buildHttpRpcRequest(context, headers, "/", resolvedHostname, body);
|
|
1306
|
+
}, "se_GetLogObjectCommand");
|
|
1245
1307
|
var se_GetLogRecordCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1246
1308
|
const headers = sharedHeaders("GetLogRecord");
|
|
1247
1309
|
let body;
|
|
@@ -2093,6 +2155,17 @@ var de_GetLogGroupFieldsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2093
2155
|
};
|
|
2094
2156
|
return response;
|
|
2095
2157
|
}, "de_GetLogGroupFieldsCommand");
|
|
2158
|
+
var de_GetLogObjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2159
|
+
if (output.statusCode >= 300) {
|
|
2160
|
+
return de_CommandError(output, context);
|
|
2161
|
+
}
|
|
2162
|
+
const contents = { fieldStream: de_GetLogObjectResponseStream(output.body, context) };
|
|
2163
|
+
const response = {
|
|
2164
|
+
$metadata: deserializeMetadata(output),
|
|
2165
|
+
...contents
|
|
2166
|
+
};
|
|
2167
|
+
return response;
|
|
2168
|
+
}, "de_GetLogObjectCommand");
|
|
2096
2169
|
var de_GetLogRecordCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2097
2170
|
if (output.statusCode >= 300) {
|
|
2098
2171
|
return de_CommandError(output, context);
|
|
@@ -2772,6 +2845,24 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
2772
2845
|
});
|
|
2773
2846
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2774
2847
|
}, "de_ValidationExceptionRes");
|
|
2848
|
+
var de_GetLogObjectResponseStream = /* @__PURE__ */ __name((output, context) => {
|
|
2849
|
+
return context.eventStreamMarshaller.deserialize(output, async (event) => {
|
|
2850
|
+
if (event["fields"] != null) {
|
|
2851
|
+
return {
|
|
2852
|
+
fields: await de_FieldsData_event(event["fields"], context)
|
|
2853
|
+
};
|
|
2854
|
+
}
|
|
2855
|
+
if (event["InternalStreamingException"] != null) {
|
|
2856
|
+
return {
|
|
2857
|
+
InternalStreamingException: await de_InternalStreamingException_event(
|
|
2858
|
+
event["InternalStreamingException"],
|
|
2859
|
+
context
|
|
2860
|
+
)
|
|
2861
|
+
};
|
|
2862
|
+
}
|
|
2863
|
+
return { $unknown: event };
|
|
2864
|
+
});
|
|
2865
|
+
}, "de_GetLogObjectResponseStream");
|
|
2775
2866
|
var de_StartLiveTailResponseStream = /* @__PURE__ */ __name((output, context) => {
|
|
2776
2867
|
return context.eventStreamMarshaller.deserialize(output, async (event) => {
|
|
2777
2868
|
if (event["sessionStart"] != null) {
|
|
@@ -2800,6 +2891,19 @@ var de_StartLiveTailResponseStream = /* @__PURE__ */ __name((output, context) =>
|
|
|
2800
2891
|
return { $unknown: event };
|
|
2801
2892
|
});
|
|
2802
2893
|
}, "de_StartLiveTailResponseStream");
|
|
2894
|
+
var de_FieldsData_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
2895
|
+
const contents = {};
|
|
2896
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
2897
|
+
Object.assign(contents, de_FieldsData(data, context));
|
|
2898
|
+
return contents;
|
|
2899
|
+
}, "de_FieldsData_event");
|
|
2900
|
+
var de_InternalStreamingException_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
2901
|
+
const parsedOutput = {
|
|
2902
|
+
...output,
|
|
2903
|
+
body: await (0, import_core2.parseJsonBody)(output.body, context)
|
|
2904
|
+
};
|
|
2905
|
+
return de_InternalStreamingExceptionRes(parsedOutput, context);
|
|
2906
|
+
}, "de_InternalStreamingException_event");
|
|
2803
2907
|
var de_LiveTailSessionStart_event = /* @__PURE__ */ __name(async (output, context) => {
|
|
2804
2908
|
const contents = {};
|
|
2805
2909
|
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
@@ -2826,6 +2930,15 @@ var de_SessionTimeoutException_event = /* @__PURE__ */ __name(async (output, con
|
|
|
2826
2930
|
};
|
|
2827
2931
|
return de_SessionTimeoutExceptionRes(parsedOutput, context);
|
|
2828
2932
|
}, "de_SessionTimeoutException_event");
|
|
2933
|
+
var de_InternalStreamingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2934
|
+
const body = parsedOutput.body;
|
|
2935
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2936
|
+
const exception = new InternalStreamingException({
|
|
2937
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2938
|
+
...deserialized
|
|
2939
|
+
});
|
|
2940
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2941
|
+
}, "de_InternalStreamingExceptionRes");
|
|
2829
2942
|
var de_SessionStreamingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2830
2943
|
const body = parsedOutput.body;
|
|
2831
2944
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -2884,6 +2997,11 @@ var de_DescribeMetricFiltersResponse = /* @__PURE__ */ __name((output, context)
|
|
|
2884
2997
|
nextToken: import_smithy_client.expectString
|
|
2885
2998
|
});
|
|
2886
2999
|
}, "de_DescribeMetricFiltersResponse");
|
|
3000
|
+
var de_FieldsData = /* @__PURE__ */ __name((output, context) => {
|
|
3001
|
+
return (0, import_smithy_client.take)(output, {
|
|
3002
|
+
data: context.base64Decoder
|
|
3003
|
+
});
|
|
3004
|
+
}, "de_FieldsData");
|
|
2887
3005
|
var de_GetQueryResultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2888
3006
|
return (0, import_smithy_client.take)(output, {
|
|
2889
3007
|
encryptionKey: import_smithy_client.expectString,
|
|
@@ -3745,6 +3863,28 @@ var GetLogGroupFieldsCommand = class extends import_smithy_client.Command.classB
|
|
|
3745
3863
|
}
|
|
3746
3864
|
};
|
|
3747
3865
|
|
|
3866
|
+
// src/commands/GetLogObjectCommand.ts
|
|
3867
|
+
|
|
3868
|
+
|
|
3869
|
+
|
|
3870
|
+
var GetLogObjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3871
|
+
return [
|
|
3872
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3873
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3874
|
+
];
|
|
3875
|
+
}).s("Logs_20140328", "GetLogObject", {
|
|
3876
|
+
/**
|
|
3877
|
+
* @internal
|
|
3878
|
+
*/
|
|
3879
|
+
eventStream: {
|
|
3880
|
+
output: true
|
|
3881
|
+
}
|
|
3882
|
+
}).n("CloudWatchLogsClient", "GetLogObjectCommand").f(void 0, GetLogObjectResponseFilterSensitiveLog).ser(se_GetLogObjectCommand).de(de_GetLogObjectCommand).build() {
|
|
3883
|
+
static {
|
|
3884
|
+
__name(this, "GetLogObjectCommand");
|
|
3885
|
+
}
|
|
3886
|
+
};
|
|
3887
|
+
|
|
3748
3888
|
// src/commands/GetLogRecordCommand.ts
|
|
3749
3889
|
|
|
3750
3890
|
|
|
@@ -4376,6 +4516,7 @@ var commands = {
|
|
|
4376
4516
|
GetLogAnomalyDetectorCommand,
|
|
4377
4517
|
GetLogEventsCommand,
|
|
4378
4518
|
GetLogGroupFieldsCommand,
|
|
4519
|
+
GetLogObjectCommand,
|
|
4379
4520
|
GetLogRecordCommand,
|
|
4380
4521
|
GetQueryResultsCommand,
|
|
4381
4522
|
GetTransformerCommand,
|
|
@@ -4537,6 +4678,7 @@ var paginateListLogGroupsForQuery = (0, import_core.createPaginator)(CloudWatchL
|
|
|
4537
4678
|
GetLogAnomalyDetectorCommand,
|
|
4538
4679
|
GetLogEventsCommand,
|
|
4539
4680
|
GetLogGroupFieldsCommand,
|
|
4681
|
+
GetLogObjectCommand,
|
|
4540
4682
|
GetLogRecordCommand,
|
|
4541
4683
|
GetQueryResultsCommand,
|
|
4542
4684
|
GetTransformerCommand,
|
|
@@ -4618,6 +4760,7 @@ var paginateListLogGroupsForQuery = (0, import_core.createPaginator)(CloudWatchL
|
|
|
4618
4760
|
StandardUnit,
|
|
4619
4761
|
QueryLanguage,
|
|
4620
4762
|
QueryStatus,
|
|
4763
|
+
PolicyScope,
|
|
4621
4764
|
Distribution,
|
|
4622
4765
|
EntityRejectionErrorType,
|
|
4623
4766
|
EventSource,
|
|
@@ -4626,6 +4769,8 @@ var paginateListLogGroupsForQuery = (0, import_core.createPaginator)(CloudWatchL
|
|
|
4626
4769
|
IntegrationDetails,
|
|
4627
4770
|
IntegrationStatus,
|
|
4628
4771
|
IntegrationType,
|
|
4772
|
+
InternalStreamingException,
|
|
4773
|
+
GetLogObjectResponseStream,
|
|
4629
4774
|
OCSFVersion,
|
|
4630
4775
|
Type,
|
|
4631
4776
|
InvalidSequenceTokenException,
|
|
@@ -4639,6 +4784,8 @@ var paginateListLogGroupsForQuery = (0, import_core.createPaginator)(CloudWatchL
|
|
|
4639
4784
|
TooManyTagsException,
|
|
4640
4785
|
SuppressionUnit,
|
|
4641
4786
|
SuppressionType,
|
|
4787
|
+
GetLogObjectResponseStreamFilterSensitiveLog,
|
|
4788
|
+
GetLogObjectResponseFilterSensitiveLog,
|
|
4642
4789
|
StartLiveTailResponseStreamFilterSensitiveLog,
|
|
4643
4790
|
StartLiveTailResponseFilterSensitiveLog
|
|
4644
4791
|
});
|
|
@@ -52,6 +52,7 @@ import { GetIntegrationCommand, } from "./commands/GetIntegrationCommand";
|
|
|
52
52
|
import { GetLogAnomalyDetectorCommand, } from "./commands/GetLogAnomalyDetectorCommand";
|
|
53
53
|
import { GetLogEventsCommand, } from "./commands/GetLogEventsCommand";
|
|
54
54
|
import { GetLogGroupFieldsCommand, } from "./commands/GetLogGroupFieldsCommand";
|
|
55
|
+
import { GetLogObjectCommand, } from "./commands/GetLogObjectCommand";
|
|
55
56
|
import { GetLogRecordCommand, } from "./commands/GetLogRecordCommand";
|
|
56
57
|
import { GetQueryResultsCommand, } from "./commands/GetQueryResultsCommand";
|
|
57
58
|
import { GetTransformerCommand, } from "./commands/GetTransformerCommand";
|
|
@@ -143,6 +144,7 @@ const commands = {
|
|
|
143
144
|
GetLogAnomalyDetectorCommand,
|
|
144
145
|
GetLogEventsCommand,
|
|
145
146
|
GetLogGroupFieldsCommand,
|
|
147
|
+
GetLogObjectCommand,
|
|
146
148
|
GetLogRecordCommand,
|
|
147
149
|
GetQueryResultsCommand,
|
|
148
150
|
GetTransformerCommand,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetLogObjectResponseFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { de_GetLogObjectCommand, se_GetLogObjectCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetLogObjectCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("Logs_20140328", "GetLogObject", {
|
|
18
|
+
eventStream: {
|
|
19
|
+
output: true,
|
|
20
|
+
},
|
|
21
|
+
})
|
|
22
|
+
.n("CloudWatchLogsClient", "GetLogObjectCommand")
|
|
23
|
+
.f(void 0, GetLogObjectResponseFilterSensitiveLog)
|
|
24
|
+
.ser(se_GetLogObjectCommand)
|
|
25
|
+
.de(de_GetLogObjectCommand)
|
|
26
|
+
.build() {
|
|
27
|
+
}
|
|
@@ -50,6 +50,7 @@ export * from "./GetIntegrationCommand";
|
|
|
50
50
|
export * from "./GetLogAnomalyDetectorCommand";
|
|
51
51
|
export * from "./GetLogEventsCommand";
|
|
52
52
|
export * from "./GetLogGroupFieldsCommand";
|
|
53
|
+
export * from "./GetLogObjectCommand";
|
|
53
54
|
export * from "./GetLogRecordCommand";
|
|
54
55
|
export * from "./GetQueryResultsCommand";
|
|
55
56
|
export * from "./GetTransformerCommand";
|
|
@@ -14,6 +14,7 @@ export class AccessDeniedException extends __BaseException {
|
|
|
14
14
|
export const PolicyType = {
|
|
15
15
|
DATA_PROTECTION_POLICY: "DATA_PROTECTION_POLICY",
|
|
16
16
|
FIELD_INDEX_POLICY: "FIELD_INDEX_POLICY",
|
|
17
|
+
METRIC_EXTRACTION_POLICY: "METRIC_EXTRACTION_POLICY",
|
|
17
18
|
SUBSCRIPTION_FILTER_POLICY: "SUBSCRIPTION_FILTER_POLICY",
|
|
18
19
|
TRANSFORMER_POLICY: "TRANSFORMER_POLICY",
|
|
19
20
|
};
|
|
@@ -112,6 +113,7 @@ export const DeliveryDestinationType = {
|
|
|
112
113
|
CWL: "CWL",
|
|
113
114
|
FH: "FH",
|
|
114
115
|
S3: "S3",
|
|
116
|
+
XRAY: "XRAY",
|
|
115
117
|
};
|
|
116
118
|
export class ConflictException extends __BaseException {
|
|
117
119
|
name = "ConflictException";
|
|
@@ -272,6 +274,10 @@ export const QueryStatus = {
|
|
|
272
274
|
Timeout: "Timeout",
|
|
273
275
|
Unknown: "Unknown",
|
|
274
276
|
};
|
|
277
|
+
export const PolicyScope = {
|
|
278
|
+
ACCOUNT: "ACCOUNT",
|
|
279
|
+
RESOURCE: "RESOURCE",
|
|
280
|
+
};
|
|
275
281
|
export const Distribution = {
|
|
276
282
|
ByLogStream: "ByLogStream",
|
|
277
283
|
Random: "Random",
|
|
@@ -317,6 +323,28 @@ export const IntegrationStatus = {
|
|
|
317
323
|
export const IntegrationType = {
|
|
318
324
|
OPENSEARCH: "OPENSEARCH",
|
|
319
325
|
};
|
|
326
|
+
export class InternalStreamingException extends __BaseException {
|
|
327
|
+
name = "InternalStreamingException";
|
|
328
|
+
$fault = "client";
|
|
329
|
+
constructor(opts) {
|
|
330
|
+
super({
|
|
331
|
+
name: "InternalStreamingException",
|
|
332
|
+
$fault: "client",
|
|
333
|
+
...opts,
|
|
334
|
+
});
|
|
335
|
+
Object.setPrototypeOf(this, InternalStreamingException.prototype);
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
export var GetLogObjectResponseStream;
|
|
339
|
+
(function (GetLogObjectResponseStream) {
|
|
340
|
+
GetLogObjectResponseStream.visit = (value, visitor) => {
|
|
341
|
+
if (value.fields !== undefined)
|
|
342
|
+
return visitor.fields(value.fields);
|
|
343
|
+
if (value.InternalStreamingException !== undefined)
|
|
344
|
+
return visitor.InternalStreamingException(value.InternalStreamingException);
|
|
345
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
346
|
+
};
|
|
347
|
+
})(GetLogObjectResponseStream || (GetLogObjectResponseStream = {}));
|
|
320
348
|
export const OCSFVersion = {
|
|
321
349
|
V1_1: "V1.1",
|
|
322
350
|
};
|
|
@@ -439,6 +467,18 @@ export const SuppressionType = {
|
|
|
439
467
|
INFINITE: "INFINITE",
|
|
440
468
|
LIMITED: "LIMITED",
|
|
441
469
|
};
|
|
470
|
+
export const GetLogObjectResponseStreamFilterSensitiveLog = (obj) => {
|
|
471
|
+
if (obj.fields !== undefined)
|
|
472
|
+
return { fields: obj.fields };
|
|
473
|
+
if (obj.InternalStreamingException !== undefined)
|
|
474
|
+
return { InternalStreamingException: obj.InternalStreamingException };
|
|
475
|
+
if (obj.$unknown !== undefined)
|
|
476
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
477
|
+
};
|
|
478
|
+
export const GetLogObjectResponseFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
...(obj.fieldStream && { fieldStream: "STREAMING_CONTENT" }),
|
|
481
|
+
});
|
|
442
482
|
export const StartLiveTailResponseStreamFilterSensitiveLog = (obj) => {
|
|
443
483
|
if (obj.sessionStart !== undefined)
|
|
444
484
|
return { sessionStart: obj.sessionStart };
|