@gemeentenijmegen/webapp 1.1.1 → 1.1.2
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 +10 -10
- package/assets/webapp/auth/auth.lambda/index.js +56 -35
- package/assets/webapp/login/login.lambda/index.js +56 -35
- package/assets/webapp/logout/logout.lambda/index.js +56 -209
- 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/index.js +23 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +15 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +28 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +20 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +8 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +32 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +758 -655
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +744 -641
- package/node_modules/@aws-sdk/client-dynamodb/package.json +37 -37
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +152 -29
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +0 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +48 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +75 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +47 -42
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +77 -57
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +60 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +92 -66
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +30 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +52 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +25 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +41 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +18 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +61 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +62 -44
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +98 -79
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +20 -20
- 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/GetPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +61 -39
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +12 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +82 -65
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +23 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +47 -32
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +84 -45
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +30 -21
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +126 -78
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +52 -41
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +66 -52
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +1720 -1409
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +509 -414
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +799 -780
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +303 -279
- package/node_modules/@aws-sdk/client-s3/package.json +57 -57
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/models/models_0.d.ts +184 -184
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/README.md +39 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +834 -437
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +8 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/ListNodesSummaryCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/SendCommandCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartExecutionPreviewCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +99 -144
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +167 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/ListNodesSummaryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +159 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +29 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +141 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +711 -706
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2303 -2337
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +961 -196
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +69 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ListNodesSummaryCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResumeSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendAutomationSignalCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/SendCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAssociationsOnceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAutomationExecutionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartExecutionPreviewCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +706 -702
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +1010 -1004
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +436 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/ListNodesSummaryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +36 -36
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +34 -34
- package/node_modules/@aws-sdk/client-sts/README.md +8 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +89 -12
- package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +53 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +15 -30
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +202 -88
- package/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +68 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-sts/package.json +36 -36
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -10
- package/node_modules/@aws-sdk/endpoint-cache/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +10 -10
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +19 -18
- package/node_modules/@aws-sdk/middleware-ssec/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +11 -11
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +12 -12
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-format-url/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -7
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +5 -5
- package/node_modules/@gemeentenijmegen/session/package.json +5 -5
- package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@smithy/abort-controller/package.json +4 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +11 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +8 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +23 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +4 -2
- package/node_modules/@smithy/core/package.json +10 -9
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/eventstream-codec/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +5 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
- package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-blob-browser/package.json +4 -3
- package/node_modules/@smithy/hash-node/package.json +4 -3
- package/node_modules/@smithy/hash-stream-node/package.json +4 -3
- package/node_modules/@smithy/invalid-dependency/package.json +4 -3
- package/node_modules/@smithy/md5-js/package.json +4 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
- package/node_modules/@smithy/middleware-retry/package.json +12 -10
- package/node_modules/@smithy/middleware-serde/package.json +6 -4
- package/node_modules/@smithy/middleware-stack/package.json +4 -3
- package/node_modules/@smithy/node-config-provider/package.json +6 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -6
- package/node_modules/@smithy/property-provider/package.json +4 -3
- package/node_modules/@smithy/protocol-http/package.json +4 -3
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +4 -3
- package/node_modules/@smithy/service-error-classification/package.json +4 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
- package/node_modules/@smithy/signature-v4/package.json +6 -5
- package/node_modules/@smithy/smithy-client/package.json +9 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +3 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
- package/node_modules/@smithy/util-endpoints/package.json +7 -5
- package/node_modules/@smithy/util-middleware/package.json +4 -3
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
- package/node_modules/@smithy/util-retry/package.json +5 -4
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
- package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
- package/node_modules/@smithy/util-stream/package.json +10 -6
- package/node_modules/@smithy/util-waiter/package.json +5 -4
- package/package.json +13 -13
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/HISTORY.md +0 -147
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/LICENSE +0 -24
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/README.md +0 -317
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/SECURITY.md +0 -25
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/index.js +0 -274
- package/node_modules/@gemeentenijmegen/session/node_modules/cookie/package.json +0 -44
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { SecretsManagerServiceException as __BaseException } from "./SecretsManagerServiceException";
|
|
3
3
|
export interface ReplicaRegionType {
|
|
4
|
-
Region?: string;
|
|
5
|
-
KmsKeyId?: string;
|
|
4
|
+
Region?: string | undefined;
|
|
5
|
+
KmsKeyId?: string | undefined;
|
|
6
6
|
}
|
|
7
7
|
export interface APIErrorType {
|
|
8
|
-
SecretId?: string;
|
|
9
|
-
ErrorCode?: string;
|
|
10
|
-
Message?: string;
|
|
8
|
+
SecretId?: string | undefined;
|
|
9
|
+
ErrorCode?: string | undefined;
|
|
10
|
+
Message?: string | undefined;
|
|
11
11
|
}
|
|
12
12
|
export declare const FilterNameStringType: {
|
|
13
13
|
readonly all: "all";
|
|
@@ -21,39 +21,39 @@ export declare const FilterNameStringType: {
|
|
|
21
21
|
export type FilterNameStringType =
|
|
22
22
|
(typeof FilterNameStringType)[keyof typeof FilterNameStringType];
|
|
23
23
|
export interface Filter {
|
|
24
|
-
Key?: FilterNameStringType;
|
|
25
|
-
Values?: string[];
|
|
24
|
+
Key?: FilterNameStringType | undefined;
|
|
25
|
+
Values?: string[] | undefined;
|
|
26
26
|
}
|
|
27
27
|
export interface BatchGetSecretValueRequest {
|
|
28
|
-
SecretIdList?: string[];
|
|
29
|
-
Filters?: Filter[];
|
|
30
|
-
MaxResults?: number;
|
|
31
|
-
NextToken?: string;
|
|
28
|
+
SecretIdList?: string[] | undefined;
|
|
29
|
+
Filters?: Filter[] | undefined;
|
|
30
|
+
MaxResults?: number | undefined;
|
|
31
|
+
NextToken?: string | undefined;
|
|
32
32
|
}
|
|
33
33
|
export interface SecretValueEntry {
|
|
34
|
-
ARN?: string;
|
|
35
|
-
Name?: string;
|
|
36
|
-
VersionId?: string;
|
|
37
|
-
SecretBinary?: Uint8Array;
|
|
38
|
-
SecretString?: string;
|
|
39
|
-
VersionStages?: string[];
|
|
40
|
-
CreatedDate?: Date;
|
|
34
|
+
ARN?: string | undefined;
|
|
35
|
+
Name?: string | undefined;
|
|
36
|
+
VersionId?: string | undefined;
|
|
37
|
+
SecretBinary?: Uint8Array | undefined;
|
|
38
|
+
SecretString?: string | undefined;
|
|
39
|
+
VersionStages?: string[] | undefined;
|
|
40
|
+
CreatedDate?: Date | undefined;
|
|
41
41
|
}
|
|
42
42
|
export interface BatchGetSecretValueResponse {
|
|
43
|
-
SecretValues?: SecretValueEntry[];
|
|
44
|
-
NextToken?: string;
|
|
45
|
-
Errors?: APIErrorType[];
|
|
43
|
+
SecretValues?: SecretValueEntry[] | undefined;
|
|
44
|
+
NextToken?: string | undefined;
|
|
45
|
+
Errors?: APIErrorType[] | undefined;
|
|
46
46
|
}
|
|
47
47
|
export declare class DecryptionFailure extends __BaseException {
|
|
48
48
|
readonly name: "DecryptionFailure";
|
|
49
49
|
readonly $fault: "client";
|
|
50
|
-
Message?: string;
|
|
50
|
+
Message?: string | undefined;
|
|
51
51
|
constructor(opts: __ExceptionOptionType<DecryptionFailure, __BaseException>);
|
|
52
52
|
}
|
|
53
53
|
export declare class InternalServiceError extends __BaseException {
|
|
54
54
|
readonly name: "InternalServiceError";
|
|
55
55
|
readonly $fault: "server";
|
|
56
|
-
Message?: string;
|
|
56
|
+
Message?: string | undefined;
|
|
57
57
|
constructor(
|
|
58
58
|
opts: __ExceptionOptionType<InternalServiceError, __BaseException>
|
|
59
59
|
);
|
|
@@ -61,7 +61,7 @@ export declare class InternalServiceError extends __BaseException {
|
|
|
61
61
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
62
62
|
readonly name: "InvalidNextTokenException";
|
|
63
63
|
readonly $fault: "client";
|
|
64
|
-
Message?: string;
|
|
64
|
+
Message?: string | undefined;
|
|
65
65
|
constructor(
|
|
66
66
|
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
67
67
|
);
|
|
@@ -69,7 +69,7 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
69
69
|
export declare class InvalidParameterException extends __BaseException {
|
|
70
70
|
readonly name: "InvalidParameterException";
|
|
71
71
|
readonly $fault: "client";
|
|
72
|
-
Message?: string;
|
|
72
|
+
Message?: string | undefined;
|
|
73
73
|
constructor(
|
|
74
74
|
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
75
75
|
);
|
|
@@ -77,7 +77,7 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
77
77
|
export declare class InvalidRequestException extends __BaseException {
|
|
78
78
|
readonly name: "InvalidRequestException";
|
|
79
79
|
readonly $fault: "client";
|
|
80
|
-
Message?: string;
|
|
80
|
+
Message?: string | undefined;
|
|
81
81
|
constructor(
|
|
82
82
|
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
83
83
|
);
|
|
@@ -85,7 +85,7 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
85
85
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
86
86
|
readonly name: "ResourceNotFoundException";
|
|
87
87
|
readonly $fault: "client";
|
|
88
|
-
Message?: string;
|
|
88
|
+
Message?: string | undefined;
|
|
89
89
|
constructor(
|
|
90
90
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
91
91
|
);
|
|
@@ -94,24 +94,24 @@ export interface CancelRotateSecretRequest {
|
|
|
94
94
|
SecretId: string | undefined;
|
|
95
95
|
}
|
|
96
96
|
export interface CancelRotateSecretResponse {
|
|
97
|
-
ARN?: string;
|
|
98
|
-
Name?: string;
|
|
99
|
-
VersionId?: string;
|
|
97
|
+
ARN?: string | undefined;
|
|
98
|
+
Name?: string | undefined;
|
|
99
|
+
VersionId?: string | undefined;
|
|
100
100
|
}
|
|
101
101
|
export interface Tag {
|
|
102
|
-
Key?: string;
|
|
103
|
-
Value?: string;
|
|
102
|
+
Key?: string | undefined;
|
|
103
|
+
Value?: string | undefined;
|
|
104
104
|
}
|
|
105
105
|
export interface CreateSecretRequest {
|
|
106
106
|
Name: string | undefined;
|
|
107
|
-
ClientRequestToken?: string;
|
|
108
|
-
Description?: string;
|
|
109
|
-
KmsKeyId?: string;
|
|
110
|
-
SecretBinary?: Uint8Array;
|
|
111
|
-
SecretString?: string;
|
|
112
|
-
Tags?: Tag[];
|
|
113
|
-
AddReplicaRegions?: ReplicaRegionType[];
|
|
114
|
-
ForceOverwriteReplicaSecret?: boolean;
|
|
107
|
+
ClientRequestToken?: string | undefined;
|
|
108
|
+
Description?: string | undefined;
|
|
109
|
+
KmsKeyId?: string | undefined;
|
|
110
|
+
SecretBinary?: Uint8Array | undefined;
|
|
111
|
+
SecretString?: string | undefined;
|
|
112
|
+
Tags?: Tag[] | undefined;
|
|
113
|
+
AddReplicaRegions?: ReplicaRegionType[] | undefined;
|
|
114
|
+
ForceOverwriteReplicaSecret?: boolean | undefined;
|
|
115
115
|
}
|
|
116
116
|
export declare const StatusType: {
|
|
117
117
|
readonly Failed: "Failed";
|
|
@@ -120,28 +120,28 @@ export declare const StatusType: {
|
|
|
120
120
|
};
|
|
121
121
|
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
122
122
|
export interface ReplicationStatusType {
|
|
123
|
-
Region?: string;
|
|
124
|
-
KmsKeyId?: string;
|
|
125
|
-
Status?: StatusType;
|
|
126
|
-
StatusMessage?: string;
|
|
127
|
-
LastAccessedDate?: Date;
|
|
123
|
+
Region?: string | undefined;
|
|
124
|
+
KmsKeyId?: string | undefined;
|
|
125
|
+
Status?: StatusType | undefined;
|
|
126
|
+
StatusMessage?: string | undefined;
|
|
127
|
+
LastAccessedDate?: Date | undefined;
|
|
128
128
|
}
|
|
129
129
|
export interface CreateSecretResponse {
|
|
130
|
-
ARN?: string;
|
|
131
|
-
Name?: string;
|
|
132
|
-
VersionId?: string;
|
|
133
|
-
ReplicationStatus?: ReplicationStatusType[];
|
|
130
|
+
ARN?: string | undefined;
|
|
131
|
+
Name?: string | undefined;
|
|
132
|
+
VersionId?: string | undefined;
|
|
133
|
+
ReplicationStatus?: ReplicationStatusType[] | undefined;
|
|
134
134
|
}
|
|
135
135
|
export declare class EncryptionFailure extends __BaseException {
|
|
136
136
|
readonly name: "EncryptionFailure";
|
|
137
137
|
readonly $fault: "client";
|
|
138
|
-
Message?: string;
|
|
138
|
+
Message?: string | undefined;
|
|
139
139
|
constructor(opts: __ExceptionOptionType<EncryptionFailure, __BaseException>);
|
|
140
140
|
}
|
|
141
141
|
export declare class LimitExceededException extends __BaseException {
|
|
142
142
|
readonly name: "LimitExceededException";
|
|
143
143
|
readonly $fault: "client";
|
|
144
|
-
Message?: string;
|
|
144
|
+
Message?: string | undefined;
|
|
145
145
|
constructor(
|
|
146
146
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
147
147
|
);
|
|
@@ -149,7 +149,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
149
149
|
export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
150
150
|
readonly name: "MalformedPolicyDocumentException";
|
|
151
151
|
readonly $fault: "client";
|
|
152
|
-
Message?: string;
|
|
152
|
+
Message?: string | undefined;
|
|
153
153
|
constructor(
|
|
154
154
|
opts: __ExceptionOptionType<
|
|
155
155
|
MalformedPolicyDocumentException,
|
|
@@ -160,7 +160,7 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
|
|
|
160
160
|
export declare class PreconditionNotMetException extends __BaseException {
|
|
161
161
|
readonly name: "PreconditionNotMetException";
|
|
162
162
|
readonly $fault: "client";
|
|
163
|
-
Message?: string;
|
|
163
|
+
Message?: string | undefined;
|
|
164
164
|
constructor(
|
|
165
165
|
opts: __ExceptionOptionType<PreconditionNotMetException, __BaseException>
|
|
166
166
|
);
|
|
@@ -168,7 +168,7 @@ export declare class PreconditionNotMetException extends __BaseException {
|
|
|
168
168
|
export declare class ResourceExistsException extends __BaseException {
|
|
169
169
|
readonly name: "ResourceExistsException";
|
|
170
170
|
readonly $fault: "client";
|
|
171
|
-
Message?: string;
|
|
171
|
+
Message?: string | undefined;
|
|
172
172
|
constructor(
|
|
173
173
|
opts: __ExceptionOptionType<ResourceExistsException, __BaseException>
|
|
174
174
|
);
|
|
@@ -177,81 +177,81 @@ export interface DeleteResourcePolicyRequest {
|
|
|
177
177
|
SecretId: string | undefined;
|
|
178
178
|
}
|
|
179
179
|
export interface DeleteResourcePolicyResponse {
|
|
180
|
-
ARN?: string;
|
|
181
|
-
Name?: string;
|
|
180
|
+
ARN?: string | undefined;
|
|
181
|
+
Name?: string | undefined;
|
|
182
182
|
}
|
|
183
183
|
export interface DeleteSecretRequest {
|
|
184
184
|
SecretId: string | undefined;
|
|
185
|
-
RecoveryWindowInDays?: number;
|
|
186
|
-
ForceDeleteWithoutRecovery?: boolean;
|
|
185
|
+
RecoveryWindowInDays?: number | undefined;
|
|
186
|
+
ForceDeleteWithoutRecovery?: boolean | undefined;
|
|
187
187
|
}
|
|
188
188
|
export interface DeleteSecretResponse {
|
|
189
|
-
ARN?: string;
|
|
190
|
-
Name?: string;
|
|
191
|
-
DeletionDate?: Date;
|
|
189
|
+
ARN?: string | undefined;
|
|
190
|
+
Name?: string | undefined;
|
|
191
|
+
DeletionDate?: Date | undefined;
|
|
192
192
|
}
|
|
193
193
|
export interface DescribeSecretRequest {
|
|
194
194
|
SecretId: string | undefined;
|
|
195
195
|
}
|
|
196
196
|
export interface RotationRulesType {
|
|
197
|
-
AutomaticallyAfterDays?: number;
|
|
198
|
-
Duration?: string;
|
|
199
|
-
ScheduleExpression?: string;
|
|
197
|
+
AutomaticallyAfterDays?: number | undefined;
|
|
198
|
+
Duration?: string | undefined;
|
|
199
|
+
ScheduleExpression?: string | undefined;
|
|
200
200
|
}
|
|
201
201
|
export interface DescribeSecretResponse {
|
|
202
|
-
ARN?: string;
|
|
203
|
-
Name?: string;
|
|
204
|
-
Description?: string;
|
|
205
|
-
KmsKeyId?: string;
|
|
206
|
-
RotationEnabled?: boolean;
|
|
207
|
-
RotationLambdaARN?: string;
|
|
208
|
-
RotationRules?: RotationRulesType;
|
|
209
|
-
LastRotatedDate?: Date;
|
|
210
|
-
LastChangedDate?: Date;
|
|
211
|
-
LastAccessedDate?: Date;
|
|
212
|
-
DeletedDate?: Date;
|
|
213
|
-
NextRotationDate?: Date;
|
|
214
|
-
Tags?: Tag[];
|
|
215
|
-
VersionIdsToStages?: Record<string, string[]
|
|
216
|
-
OwningService?: string;
|
|
217
|
-
CreatedDate?: Date;
|
|
218
|
-
PrimaryRegion?: string;
|
|
219
|
-
ReplicationStatus?: ReplicationStatusType[];
|
|
202
|
+
ARN?: string | undefined;
|
|
203
|
+
Name?: string | undefined;
|
|
204
|
+
Description?: string | undefined;
|
|
205
|
+
KmsKeyId?: string | undefined;
|
|
206
|
+
RotationEnabled?: boolean | undefined;
|
|
207
|
+
RotationLambdaARN?: string | undefined;
|
|
208
|
+
RotationRules?: RotationRulesType | undefined;
|
|
209
|
+
LastRotatedDate?: Date | undefined;
|
|
210
|
+
LastChangedDate?: Date | undefined;
|
|
211
|
+
LastAccessedDate?: Date | undefined;
|
|
212
|
+
DeletedDate?: Date | undefined;
|
|
213
|
+
NextRotationDate?: Date | undefined;
|
|
214
|
+
Tags?: Tag[] | undefined;
|
|
215
|
+
VersionIdsToStages?: Record<string, string[]> | undefined;
|
|
216
|
+
OwningService?: string | undefined;
|
|
217
|
+
CreatedDate?: Date | undefined;
|
|
218
|
+
PrimaryRegion?: string | undefined;
|
|
219
|
+
ReplicationStatus?: ReplicationStatusType[] | undefined;
|
|
220
220
|
}
|
|
221
221
|
export interface GetRandomPasswordRequest {
|
|
222
|
-
PasswordLength?: number;
|
|
223
|
-
ExcludeCharacters?: string;
|
|
224
|
-
ExcludeNumbers?: boolean;
|
|
225
|
-
ExcludePunctuation?: boolean;
|
|
226
|
-
ExcludeUppercase?: boolean;
|
|
227
|
-
ExcludeLowercase?: boolean;
|
|
228
|
-
IncludeSpace?: boolean;
|
|
229
|
-
RequireEachIncludedType?: boolean;
|
|
222
|
+
PasswordLength?: number | undefined;
|
|
223
|
+
ExcludeCharacters?: string | undefined;
|
|
224
|
+
ExcludeNumbers?: boolean | undefined;
|
|
225
|
+
ExcludePunctuation?: boolean | undefined;
|
|
226
|
+
ExcludeUppercase?: boolean | undefined;
|
|
227
|
+
ExcludeLowercase?: boolean | undefined;
|
|
228
|
+
IncludeSpace?: boolean | undefined;
|
|
229
|
+
RequireEachIncludedType?: boolean | undefined;
|
|
230
230
|
}
|
|
231
231
|
export interface GetRandomPasswordResponse {
|
|
232
|
-
RandomPassword?: string;
|
|
232
|
+
RandomPassword?: string | undefined;
|
|
233
233
|
}
|
|
234
234
|
export interface GetResourcePolicyRequest {
|
|
235
235
|
SecretId: string | undefined;
|
|
236
236
|
}
|
|
237
237
|
export interface GetResourcePolicyResponse {
|
|
238
|
-
ARN?: string;
|
|
239
|
-
Name?: string;
|
|
240
|
-
ResourcePolicy?: string;
|
|
238
|
+
ARN?: string | undefined;
|
|
239
|
+
Name?: string | undefined;
|
|
240
|
+
ResourcePolicy?: string | undefined;
|
|
241
241
|
}
|
|
242
242
|
export interface GetSecretValueRequest {
|
|
243
243
|
SecretId: string | undefined;
|
|
244
|
-
VersionId?: string;
|
|
245
|
-
VersionStage?: string;
|
|
244
|
+
VersionId?: string | undefined;
|
|
245
|
+
VersionStage?: string | undefined;
|
|
246
246
|
}
|
|
247
247
|
export interface GetSecretValueResponse {
|
|
248
|
-
ARN?: string;
|
|
249
|
-
Name?: string;
|
|
250
|
-
VersionId?: string;
|
|
251
|
-
SecretBinary?: Uint8Array;
|
|
252
|
-
SecretString?: string;
|
|
253
|
-
VersionStages?: string[];
|
|
254
|
-
CreatedDate?: Date;
|
|
248
|
+
ARN?: string | undefined;
|
|
249
|
+
Name?: string | undefined;
|
|
250
|
+
VersionId?: string | undefined;
|
|
251
|
+
SecretBinary?: Uint8Array | undefined;
|
|
252
|
+
SecretString?: string | undefined;
|
|
253
|
+
VersionStages?: string[] | undefined;
|
|
254
|
+
CreatedDate?: Date | undefined;
|
|
255
255
|
}
|
|
256
256
|
export declare const SortOrderType: {
|
|
257
257
|
readonly asc: "asc";
|
|
@@ -259,58 +259,58 @@ export declare const SortOrderType: {
|
|
|
259
259
|
};
|
|
260
260
|
export type SortOrderType = (typeof SortOrderType)[keyof typeof SortOrderType];
|
|
261
261
|
export interface ListSecretsRequest {
|
|
262
|
-
IncludePlannedDeletion?: boolean;
|
|
263
|
-
MaxResults?: number;
|
|
264
|
-
NextToken?: string;
|
|
265
|
-
Filters?: Filter[];
|
|
266
|
-
SortOrder?: SortOrderType;
|
|
262
|
+
IncludePlannedDeletion?: boolean | undefined;
|
|
263
|
+
MaxResults?: number | undefined;
|
|
264
|
+
NextToken?: string | undefined;
|
|
265
|
+
Filters?: Filter[] | undefined;
|
|
266
|
+
SortOrder?: SortOrderType | undefined;
|
|
267
267
|
}
|
|
268
268
|
export interface SecretListEntry {
|
|
269
|
-
ARN?: string;
|
|
270
|
-
Name?: string;
|
|
271
|
-
Description?: string;
|
|
272
|
-
KmsKeyId?: string;
|
|
273
|
-
RotationEnabled?: boolean;
|
|
274
|
-
RotationLambdaARN?: string;
|
|
275
|
-
RotationRules?: RotationRulesType;
|
|
276
|
-
LastRotatedDate?: Date;
|
|
277
|
-
LastChangedDate?: Date;
|
|
278
|
-
LastAccessedDate?: Date;
|
|
279
|
-
DeletedDate?: Date;
|
|
280
|
-
NextRotationDate?: Date;
|
|
281
|
-
Tags?: Tag[];
|
|
282
|
-
SecretVersionsToStages?: Record<string, string[]
|
|
283
|
-
OwningService?: string;
|
|
284
|
-
CreatedDate?: Date;
|
|
285
|
-
PrimaryRegion?: string;
|
|
269
|
+
ARN?: string | undefined;
|
|
270
|
+
Name?: string | undefined;
|
|
271
|
+
Description?: string | undefined;
|
|
272
|
+
KmsKeyId?: string | undefined;
|
|
273
|
+
RotationEnabled?: boolean | undefined;
|
|
274
|
+
RotationLambdaARN?: string | undefined;
|
|
275
|
+
RotationRules?: RotationRulesType | undefined;
|
|
276
|
+
LastRotatedDate?: Date | undefined;
|
|
277
|
+
LastChangedDate?: Date | undefined;
|
|
278
|
+
LastAccessedDate?: Date | undefined;
|
|
279
|
+
DeletedDate?: Date | undefined;
|
|
280
|
+
NextRotationDate?: Date | undefined;
|
|
281
|
+
Tags?: Tag[] | undefined;
|
|
282
|
+
SecretVersionsToStages?: Record<string, string[]> | undefined;
|
|
283
|
+
OwningService?: string | undefined;
|
|
284
|
+
CreatedDate?: Date | undefined;
|
|
285
|
+
PrimaryRegion?: string | undefined;
|
|
286
286
|
}
|
|
287
287
|
export interface ListSecretsResponse {
|
|
288
|
-
SecretList?: SecretListEntry[];
|
|
289
|
-
NextToken?: string;
|
|
288
|
+
SecretList?: SecretListEntry[] | undefined;
|
|
289
|
+
NextToken?: string | undefined;
|
|
290
290
|
}
|
|
291
291
|
export interface ListSecretVersionIdsRequest {
|
|
292
292
|
SecretId: string | undefined;
|
|
293
|
-
MaxResults?: number;
|
|
294
|
-
NextToken?: string;
|
|
295
|
-
IncludeDeprecated?: boolean;
|
|
293
|
+
MaxResults?: number | undefined;
|
|
294
|
+
NextToken?: string | undefined;
|
|
295
|
+
IncludeDeprecated?: boolean | undefined;
|
|
296
296
|
}
|
|
297
297
|
export interface SecretVersionsListEntry {
|
|
298
|
-
VersionId?: string;
|
|
299
|
-
VersionStages?: string[];
|
|
300
|
-
LastAccessedDate?: Date;
|
|
301
|
-
CreatedDate?: Date;
|
|
302
|
-
KmsKeyIds?: string[];
|
|
298
|
+
VersionId?: string | undefined;
|
|
299
|
+
VersionStages?: string[] | undefined;
|
|
300
|
+
LastAccessedDate?: Date | undefined;
|
|
301
|
+
CreatedDate?: Date | undefined;
|
|
302
|
+
KmsKeyIds?: string[] | undefined;
|
|
303
303
|
}
|
|
304
304
|
export interface ListSecretVersionIdsResponse {
|
|
305
|
-
Versions?: SecretVersionsListEntry[];
|
|
306
|
-
NextToken?: string;
|
|
307
|
-
ARN?: string;
|
|
308
|
-
Name?: string;
|
|
305
|
+
Versions?: SecretVersionsListEntry[] | undefined;
|
|
306
|
+
NextToken?: string | undefined;
|
|
307
|
+
ARN?: string | undefined;
|
|
308
|
+
Name?: string | undefined;
|
|
309
309
|
}
|
|
310
310
|
export declare class PublicPolicyException extends __BaseException {
|
|
311
311
|
readonly name: "PublicPolicyException";
|
|
312
312
|
readonly $fault: "client";
|
|
313
|
-
Message?: string;
|
|
313
|
+
Message?: string | undefined;
|
|
314
314
|
constructor(
|
|
315
315
|
opts: __ExceptionOptionType<PublicPolicyException, __BaseException>
|
|
316
316
|
);
|
|
@@ -318,67 +318,67 @@ export declare class PublicPolicyException extends __BaseException {
|
|
|
318
318
|
export interface PutResourcePolicyRequest {
|
|
319
319
|
SecretId: string | undefined;
|
|
320
320
|
ResourcePolicy: string | undefined;
|
|
321
|
-
BlockPublicPolicy?: boolean;
|
|
321
|
+
BlockPublicPolicy?: boolean | undefined;
|
|
322
322
|
}
|
|
323
323
|
export interface PutResourcePolicyResponse {
|
|
324
|
-
ARN?: string;
|
|
325
|
-
Name?: string;
|
|
324
|
+
ARN?: string | undefined;
|
|
325
|
+
Name?: string | undefined;
|
|
326
326
|
}
|
|
327
327
|
export interface PutSecretValueRequest {
|
|
328
328
|
SecretId: string | undefined;
|
|
329
|
-
ClientRequestToken?: string;
|
|
330
|
-
SecretBinary?: Uint8Array;
|
|
331
|
-
SecretString?: string;
|
|
332
|
-
VersionStages?: string[];
|
|
333
|
-
RotationToken?: string;
|
|
329
|
+
ClientRequestToken?: string | undefined;
|
|
330
|
+
SecretBinary?: Uint8Array | undefined;
|
|
331
|
+
SecretString?: string | undefined;
|
|
332
|
+
VersionStages?: string[] | undefined;
|
|
333
|
+
RotationToken?: string | undefined;
|
|
334
334
|
}
|
|
335
335
|
export interface PutSecretValueResponse {
|
|
336
|
-
ARN?: string;
|
|
337
|
-
Name?: string;
|
|
338
|
-
VersionId?: string;
|
|
339
|
-
VersionStages?: string[];
|
|
336
|
+
ARN?: string | undefined;
|
|
337
|
+
Name?: string | undefined;
|
|
338
|
+
VersionId?: string | undefined;
|
|
339
|
+
VersionStages?: string[] | undefined;
|
|
340
340
|
}
|
|
341
341
|
export interface RemoveRegionsFromReplicationRequest {
|
|
342
342
|
SecretId: string | undefined;
|
|
343
343
|
RemoveReplicaRegions: string[] | undefined;
|
|
344
344
|
}
|
|
345
345
|
export interface RemoveRegionsFromReplicationResponse {
|
|
346
|
-
ARN?: string;
|
|
347
|
-
ReplicationStatus?: ReplicationStatusType[];
|
|
346
|
+
ARN?: string | undefined;
|
|
347
|
+
ReplicationStatus?: ReplicationStatusType[] | undefined;
|
|
348
348
|
}
|
|
349
349
|
export interface ReplicateSecretToRegionsRequest {
|
|
350
350
|
SecretId: string | undefined;
|
|
351
351
|
AddReplicaRegions: ReplicaRegionType[] | undefined;
|
|
352
|
-
ForceOverwriteReplicaSecret?: boolean;
|
|
352
|
+
ForceOverwriteReplicaSecret?: boolean | undefined;
|
|
353
353
|
}
|
|
354
354
|
export interface ReplicateSecretToRegionsResponse {
|
|
355
|
-
ARN?: string;
|
|
356
|
-
ReplicationStatus?: ReplicationStatusType[];
|
|
355
|
+
ARN?: string | undefined;
|
|
356
|
+
ReplicationStatus?: ReplicationStatusType[] | undefined;
|
|
357
357
|
}
|
|
358
358
|
export interface RestoreSecretRequest {
|
|
359
359
|
SecretId: string | undefined;
|
|
360
360
|
}
|
|
361
361
|
export interface RestoreSecretResponse {
|
|
362
|
-
ARN?: string;
|
|
363
|
-
Name?: string;
|
|
362
|
+
ARN?: string | undefined;
|
|
363
|
+
Name?: string | undefined;
|
|
364
364
|
}
|
|
365
365
|
export interface RotateSecretRequest {
|
|
366
366
|
SecretId: string | undefined;
|
|
367
|
-
ClientRequestToken?: string;
|
|
368
|
-
RotationLambdaARN?: string;
|
|
369
|
-
RotationRules?: RotationRulesType;
|
|
370
|
-
RotateImmediately?: boolean;
|
|
367
|
+
ClientRequestToken?: string | undefined;
|
|
368
|
+
RotationLambdaARN?: string | undefined;
|
|
369
|
+
RotationRules?: RotationRulesType | undefined;
|
|
370
|
+
RotateImmediately?: boolean | undefined;
|
|
371
371
|
}
|
|
372
372
|
export interface RotateSecretResponse {
|
|
373
|
-
ARN?: string;
|
|
374
|
-
Name?: string;
|
|
375
|
-
VersionId?: string;
|
|
373
|
+
ARN?: string | undefined;
|
|
374
|
+
Name?: string | undefined;
|
|
375
|
+
VersionId?: string | undefined;
|
|
376
376
|
}
|
|
377
377
|
export interface StopReplicationToReplicaRequest {
|
|
378
378
|
SecretId: string | undefined;
|
|
379
379
|
}
|
|
380
380
|
export interface StopReplicationToReplicaResponse {
|
|
381
|
-
ARN?: string;
|
|
381
|
+
ARN?: string | undefined;
|
|
382
382
|
}
|
|
383
383
|
export interface TagResourceRequest {
|
|
384
384
|
SecretId: string | undefined;
|
|
@@ -390,38 +390,38 @@ export interface UntagResourceRequest {
|
|
|
390
390
|
}
|
|
391
391
|
export interface UpdateSecretRequest {
|
|
392
392
|
SecretId: string | undefined;
|
|
393
|
-
ClientRequestToken?: string;
|
|
394
|
-
Description?: string;
|
|
395
|
-
KmsKeyId?: string;
|
|
396
|
-
SecretBinary?: Uint8Array;
|
|
397
|
-
SecretString?: string;
|
|
393
|
+
ClientRequestToken?: string | undefined;
|
|
394
|
+
Description?: string | undefined;
|
|
395
|
+
KmsKeyId?: string | undefined;
|
|
396
|
+
SecretBinary?: Uint8Array | undefined;
|
|
397
|
+
SecretString?: string | undefined;
|
|
398
398
|
}
|
|
399
399
|
export interface UpdateSecretResponse {
|
|
400
|
-
ARN?: string;
|
|
401
|
-
Name?: string;
|
|
402
|
-
VersionId?: string;
|
|
400
|
+
ARN?: string | undefined;
|
|
401
|
+
Name?: string | undefined;
|
|
402
|
+
VersionId?: string | undefined;
|
|
403
403
|
}
|
|
404
404
|
export interface UpdateSecretVersionStageRequest {
|
|
405
405
|
SecretId: string | undefined;
|
|
406
406
|
VersionStage: string | undefined;
|
|
407
|
-
RemoveFromVersionId?: string;
|
|
408
|
-
MoveToVersionId?: string;
|
|
407
|
+
RemoveFromVersionId?: string | undefined;
|
|
408
|
+
MoveToVersionId?: string | undefined;
|
|
409
409
|
}
|
|
410
410
|
export interface UpdateSecretVersionStageResponse {
|
|
411
|
-
ARN?: string;
|
|
412
|
-
Name?: string;
|
|
411
|
+
ARN?: string | undefined;
|
|
412
|
+
Name?: string | undefined;
|
|
413
413
|
}
|
|
414
414
|
export interface ValidateResourcePolicyRequest {
|
|
415
|
-
SecretId?: string;
|
|
415
|
+
SecretId?: string | undefined;
|
|
416
416
|
ResourcePolicy: string | undefined;
|
|
417
417
|
}
|
|
418
418
|
export interface ValidationErrorsEntry {
|
|
419
|
-
CheckName?: string;
|
|
420
|
-
ErrorMessage?: string;
|
|
419
|
+
CheckName?: string | undefined;
|
|
420
|
+
ErrorMessage?: string | undefined;
|
|
421
421
|
}
|
|
422
422
|
export interface ValidateResourcePolicyResponse {
|
|
423
|
-
PolicyValidationPassed?: boolean;
|
|
424
|
-
ValidationErrors?: ValidationErrorsEntry[];
|
|
423
|
+
PolicyValidationPassed?: boolean | undefined;
|
|
424
|
+
ValidationErrors?: ValidationErrorsEntry[] | undefined;
|
|
425
425
|
}
|
|
426
426
|
export declare const SecretValueEntryFilterSensitiveLog: (
|
|
427
427
|
obj: SecretValueEntry
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-secrets-manager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.696.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.696.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.696.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.696.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|