@gemeentenijmegen/webapp 1.1.5 → 1.1.7
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 +13 -13
- package/assets/webapp/auth/auth.lambda/index.js +10 -10
- package/assets/webapp/login/login.lambda/index.js +10 -10
- package/assets/webapp/logout/logout.lambda/index.js +10 -10
- package/lib/webapp/Criticality.js +1 -1
- package/lib/webapp/Webapp.js +1 -1
- package/lib/webapp/Webpage.js +1 -1
- package/lib/webapp/auth/auth-function.js +2 -2
- package/lib/webapp/login/login-function.js +2 -2
- package/lib/webapp/logout/logout-function.js +2 -2
- package/lib/webapp/util/Files.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +10 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +460 -311
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +10 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +33 -28
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +33 -30
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -70
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -47
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +25 -25
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +12 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +12 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +30 -30
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +1 -52
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +73 -41
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +78 -97
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +15 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +18 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +30 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +29 -29
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +45 -31
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -20
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +18 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +14 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +62 -63
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +26 -26
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +23 -23
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +22 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +22 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +19 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +18 -15
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +15 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +68 -74
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +17 -16
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +21 -22
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +47 -48
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +13 -14
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +47 -48
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManagerClient.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/BatchGetSecretValueCommand.d.ts +24 -24
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CancelRotateSecretCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/CreateSecretCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DeleteSecretCommand.d.ts +1 -19
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/DescribeSecretCommand.d.ts +1 -48
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetRandomPasswordCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/GetSecretValueCommand.d.ts +14 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretVersionIdsCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ListSecretsCommand.d.ts +17 -17
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/PutSecretValueCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RemoveRegionsFromReplicationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ReplicateSecretToRegionsCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RestoreSecretCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/RotateSecretCommand.d.ts +16 -17
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/StopReplicationToReplicaCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/TagResourceCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UntagResourceCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretCommand.d.ts +25 -27
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/UpdateSecretVersionStageCommand.d.ts +21 -23
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/commands/ValidateResourcePolicyCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-ssm/README.md +16 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +558 -291
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSMClient.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/GetAccessTokenCommand.js +23 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTargetWithMaintenanceWindowCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/RegisterTaskWithMaintenanceWindowCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/StartAccessRequestCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +29 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +57 -27
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_2.js +50 -16
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +98 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +14 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelCommandCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateActivationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeOpsItemsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAutomationExecutionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDocumentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsItemCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParametersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListCommandsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +1 -52
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutInventoryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendAutomationSignalCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/SendCommandCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsItemCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +65 -73
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +222 -416
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +495 -21
- package/node_modules/@aws-sdk/client-ssm/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +34 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/StartAccessRequestCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +29 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +70 -62
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +87 -9
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +22 -23
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +13 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +115 -33
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +16 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +25 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +22 -22
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- 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/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +14 -18
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-es/configurations.js +2 -3
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +23 -22
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +11 -9
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +18 -21
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +8 -6
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/configuration.js +1 -1
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +39 -32
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +9 -9
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +6 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +6 -7
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +11 -11
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +23 -24
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +8 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +58 -26
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +62 -25
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +5 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +24 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +19 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +19 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +58 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/README.md +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +681 -155
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.d.ts +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/index.js +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/alb-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.d.ts +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-defaults.js +11 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.d.ts +10 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/apigateway-helper.js +59 -45
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.d.ts +38 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +110 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +30 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +87 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudwatch-log-group-helper.js +2 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cognito-helper.js +3 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.d.ts +19 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-defaults.js +26 -23
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/dynamodb-table-helper.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/elasticsearch-helper.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/eventbridge-helper.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/events-rule-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/fargate-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-database-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-job-helper.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/glue-table-defaults.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/iot-topic-rule-defaults.js +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-analytics-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-firehose-s3-defaults.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kinesis-streams-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kms-helper.js +2 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.d.ts +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/lambda-event-source-mapping-defaults.js +16 -16
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/mediastore-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/opensearch-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/override-warning-service.js +9 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/s3-bucket-helper.js +7 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.d.ts +5 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sagemaker-helper.js +10 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/secretsmanager-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.d.ts +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-defaults.js +4 -4
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sns-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/sqs-helper.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.d.ts +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/step-function-defaults.js +3 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.d.ts +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/utils.js +18 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.d.ts +2 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/vpc-helper.js +13 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +2 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/websocket-api-helper.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/nohoist.sh +11 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +7 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/apigateway-helper.test.js +84 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +211 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-api-gateway-helper.test.js +11 -11
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/cloudfront-distribution-s3-helper.test.js +467 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/dynamo-table.test.js +89 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-job-helper.test.js +7 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/glue-table-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-analytics.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/kinesis-streams-defaults.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda-event-source.test.js +10 -10
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/openapi/apiDefinition.json +57 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/override-warning-service.test.js +25 -26
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +5 -5
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/utils.test.js +11 -12
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +8 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddb-add-secondary-index.template.json +25 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/lamddbaddsecondaryindexIntegDefaultTestDeployAssert3193B4D9.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/manifest.json +197 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/tree.json +1 -415
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +38 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +476 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1386
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +3 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +36 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +404 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -968
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddb-no-arguments.template.json +25 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/lamddbnoargumentsIntegDefaultTestDeployAssert248B75D0.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/manifest.json +183 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/tree.json +1 -386
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.d.ts +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +44 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/cdk.out +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/integ.json +13 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.assets.json +34 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddb-point-in-time-recovery.template.json +253 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.assets.json +20 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/lamddbpointintimerecoveryIntegDefaultTestDeployAssertB0CCD339.template.json +36 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/manifest.json +314 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/tree.json +1 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddb-set-billing-mode.template.json +25 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/lamddbsetbillingmodeIntegDefaultTestDeployAssertDAE32272.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/manifest.json +185 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/tree.json +1 -389
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +1 -2
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +21 -0
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/cdk.out +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/integ.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.assets.json +6 -6
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddb-use-existing-func.template.json +25 -19
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/lamddbuseexistingfuncIntegDefaultTestDeployAssert48D284DD.assets.json +1 -1
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/manifest.json +183 -3
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/tree.json +1 -386
- package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +7 -7
- package/node_modules/@gemeentenijmegen/apiclient/package.json +10 -10
- package/node_modules/@gemeentenijmegen/apigateway-http/README.md +15 -3
- package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.d.ts +19 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/lib/V1/Response.js +85 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.d.ts +1 -0
- package/node_modules/@gemeentenijmegen/apigateway-http/lib/V2/Response.js +10 -10
- package/node_modules/@gemeentenijmegen/apigateway-http/package.json +6 -6
- package/node_modules/@gemeentenijmegen/session/package.json +4 -4
- package/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +8 -0
- package/node_modules/@gemeentenijmegen/utils/lib/Storage.js +39 -3
- package/node_modules/@gemeentenijmegen/utils/package.json +8 -7
- package/node_modules/@smithy/abort-controller/package.json +5 -5
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +11 -14
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +5 -6
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +4 -5
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@smithy/core/dist-cjs/index.js +27 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +41 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +3 -1
- 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 +9 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -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 +31 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -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 +31 -0
- package/node_modules/@smithy/core/package.json +17 -8
- package/node_modules/@smithy/core/serde.d.ts +7 -0
- package/node_modules/@smithy/core/serde.js +6 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +8 -8
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-browser/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/EventStreamSerdeConfig.js +1 -2
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +5 -5
- package/node_modules/@smithy/eventstream-serde-node/package.json +6 -6
- package/node_modules/@smithy/eventstream-serde-universal/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +8 -8
- package/node_modules/@smithy/hash-blob-browser/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/hash-stream-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +5 -5
- package/node_modules/@smithy/md5-js/package.json +5 -5
- package/node_modules/@smithy/middleware-content-length/package.json +6 -6
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -6
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +5 -6
- package/node_modules/@smithy/middleware-endpoint/package.json +10 -10
- package/node_modules/@smithy/middleware-retry/README.md +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +5 -6
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +5 -6
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +5 -5
- package/node_modules/@smithy/node-config-provider/package.json +7 -7
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/package.json +5 -5
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +4 -5
- package/node_modules/@smithy/protocol-http/package.json +5 -5
- package/node_modules/@smithy/querystring-builder/package.json +5 -5
- package/node_modules/@smithy/querystring-parser/package.json +5 -5
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +22 -1
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +15 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/service-error-classification/package.json +5 -5
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
- package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
- package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -14
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +2 -8
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +2 -3
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +6 -6
- package/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@smithy/types/dist-cjs/index.js +4 -9
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +2 -3
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +2 -6
- package/node_modules/@smithy/types/package.json +4 -4
- package/node_modules/@smithy/url-parser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +5 -5
- package/node_modules/@smithy/util-retry/README.md +1 -1
- package/node_modules/@smithy/util-retry/package.json +6 -6
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +3 -3
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +3 -3
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@smithy/util-waiter/package.json +6 -6
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/handler.d.ts +95 -0
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +1 -1
- package/node_modules/axios/CHANGELOG.md +63 -0
- package/node_modules/axios/README.md +12 -6
- package/node_modules/axios/dist/axios.js +34 -18
- 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 +33 -15
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +33 -15
- 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 +35 -17
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +3 -2
- package/node_modules/axios/index.d.ts +5 -2
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/core/Axios.js +1 -1
- package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
- package/node_modules/axios/lib/core/buildFullPath.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/utils.js +12 -6
- package/node_modules/axios/package.json +1 -1
- package/node_modules/dotenv/CHANGELOG.md +18 -2
- package/node_modules/dotenv/README-es.md +7 -25
- package/node_modules/dotenv/README.md +23 -22
- package/node_modules/dotenv/lib/main.js +4 -5
- package/node_modules/dotenv/package.json +2 -1
- package/package.json +21 -21
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.eslintignore +0 -7
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.eslintignore +0 -9
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.0c3255e93ffe7a906c7422e9f0e9cc4c7fd86ee996ee3bb302e2f134b38463c8/index.js +0 -8
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/ansi-regex → ansi-regex}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/aproba → aproba}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/LICENSE.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-base.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-group.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker-stream.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/lib/tracker.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/are-we-there-yet → are-we-there-yet}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/bin.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/color-support → color-support}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/console-control-strings → console-control-strings}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/LICENSE-MIT.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/es2015/text.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/emoji-regex → emoji-regex}/text.js +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/HISTORY.md +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/LICENSE +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/README.md +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/db.json +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/index.js +0 -0
- /package/node_modules/{mime-db → form-data/node_modules/mime-db}/package.json +0 -0
- /package/node_modules/{mime-types → form-data/node_modules/mime-types}/HISTORY.md +0 -0
- /package/node_modules/{mime-types → form-data/node_modules/mime-types}/LICENSE +0 -0
- /package/node_modules/{mime-types → form-data/node_modules/mime-types}/README.md +0 -0
- /package/node_modules/{mime-types → form-data/node_modules/mime-types}/index.js +0 -0
- /package/node_modules/{mime-types → form-data/node_modules/mime-types}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/LICENSE.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/base-theme.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/error.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/has-color.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/plumbing.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/process.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/progress-bar.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/render-template.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-immediate.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/set-interval.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/spin.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/template-item.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/theme-set.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/themes.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/lib/wide-truncate.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/LICENSE.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/browser.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/index.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/cjs/signals.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/browser.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/index.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/dist/mjs/signals.js.map +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core → gauge}/node_modules/signal-exit/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/gauge → gauge}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/has-unicode → has-unicode}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/is-fullwidth-code-point → is-fullwidth-code-point}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/LICENSE.txt +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/set-blocking → set-blocking}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/string-width → string-width}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.d.ts +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/index.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/license +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/package.json +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/strip-ansi → strip-ansi}/readme.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/LICENSE +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/README.md +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/align.js +0 -0
- /package/node_modules/{@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/node_modules/wide-align → wide-align}/package.json +0 -0
|
@@ -19,8 +19,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
|
+
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
AccessRequestStatus: () => AccessRequestStatus,
|
|
24
26
|
AddTagsToResourceCommand: () => AddTagsToResourceCommand,
|
|
25
27
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
26
28
|
AssociateOpsItemRelatedItemCommand: () => AssociateOpsItemRelatedItemCommand,
|
|
@@ -82,6 +84,7 @@ __export(src_exports, {
|
|
|
82
84
|
CreatePatchBaselineCommand: () => CreatePatchBaselineCommand,
|
|
83
85
|
CreatePatchBaselineRequestFilterSensitiveLog: () => CreatePatchBaselineRequestFilterSensitiveLog,
|
|
84
86
|
CreateResourceDataSyncCommand: () => CreateResourceDataSyncCommand,
|
|
87
|
+
CredentialsFilterSensitiveLog: () => CredentialsFilterSensitiveLog,
|
|
85
88
|
CustomSchemaCountLimitExceededException: () => CustomSchemaCountLimitExceededException,
|
|
86
89
|
DeleteActivationCommand: () => DeleteActivationCommand,
|
|
87
90
|
DeleteAssociationCommand: () => DeleteAssociationCommand,
|
|
@@ -169,6 +172,8 @@ __export(src_exports, {
|
|
|
169
172
|
FailedCreateAssociationFilterSensitiveLog: () => FailedCreateAssociationFilterSensitiveLog,
|
|
170
173
|
Fault: () => Fault,
|
|
171
174
|
FeatureNotAvailableException: () => FeatureNotAvailableException,
|
|
175
|
+
GetAccessTokenCommand: () => GetAccessTokenCommand,
|
|
176
|
+
GetAccessTokenResponseFilterSensitiveLog: () => GetAccessTokenResponseFilterSensitiveLog,
|
|
172
177
|
GetAutomationExecutionCommand: () => GetAutomationExecutionCommand,
|
|
173
178
|
GetCalendarStateCommand: () => GetCalendarStateCommand,
|
|
174
179
|
GetCommandInvocationCommand: () => GetCommandInvocationCommand,
|
|
@@ -365,6 +370,7 @@ __export(src_exports, {
|
|
|
365
370
|
PatchAction: () => PatchAction,
|
|
366
371
|
PatchComplianceDataState: () => PatchComplianceDataState,
|
|
367
372
|
PatchComplianceLevel: () => PatchComplianceLevel,
|
|
373
|
+
PatchComplianceStatus: () => PatchComplianceStatus,
|
|
368
374
|
PatchDeploymentStatus: () => PatchDeploymentStatus,
|
|
369
375
|
PatchFilterKey: () => PatchFilterKey,
|
|
370
376
|
PatchOperationType: () => PatchOperationType,
|
|
@@ -412,12 +418,14 @@ __export(src_exports, {
|
|
|
412
418
|
SendCommandCommand: () => SendCommandCommand,
|
|
413
419
|
SendCommandRequestFilterSensitiveLog: () => SendCommandRequestFilterSensitiveLog,
|
|
414
420
|
SendCommandResultFilterSensitiveLog: () => SendCommandResultFilterSensitiveLog,
|
|
421
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
415
422
|
ServiceSettingNotFound: () => ServiceSettingNotFound,
|
|
416
423
|
SessionFilterKey: () => SessionFilterKey,
|
|
417
424
|
SessionState: () => SessionState,
|
|
418
425
|
SessionStatus: () => SessionStatus,
|
|
419
426
|
SignalType: () => SignalType,
|
|
420
427
|
SourceType: () => SourceType,
|
|
428
|
+
StartAccessRequestCommand: () => StartAccessRequestCommand,
|
|
421
429
|
StartAssociationsOnceCommand: () => StartAssociationsOnceCommand,
|
|
422
430
|
StartAutomationExecutionCommand: () => StartAutomationExecutionCommand,
|
|
423
431
|
StartChangeRequestExecutionCommand: () => StartChangeRequestExecutionCommand,
|
|
@@ -431,6 +439,7 @@ __export(src_exports, {
|
|
|
431
439
|
TargetInUseException: () => TargetInUseException,
|
|
432
440
|
TargetNotConnected: () => TargetNotConnected,
|
|
433
441
|
TerminateSessionCommand: () => TerminateSessionCommand,
|
|
442
|
+
ThrottlingException: () => ThrottlingException,
|
|
434
443
|
TooManyTagsError: () => TooManyTagsError,
|
|
435
444
|
TooManyUpdates: () => TooManyUpdates,
|
|
436
445
|
TotalSizeLimitExceededException: () => TotalSizeLimitExceededException,
|
|
@@ -523,7 +532,7 @@ __export(src_exports, {
|
|
|
523
532
|
waitForCommandExecuted: () => waitForCommandExecuted,
|
|
524
533
|
waitUntilCommandExecuted: () => waitUntilCommandExecuted
|
|
525
534
|
});
|
|
526
|
-
module.exports = __toCommonJS(
|
|
535
|
+
module.exports = __toCommonJS(index_exports);
|
|
527
536
|
|
|
528
537
|
// src/SSMClient.ts
|
|
529
538
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -540,12 +549,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
540
549
|
|
|
541
550
|
// src/endpoint/EndpointParameters.ts
|
|
542
551
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
543
|
-
return {
|
|
544
|
-
...options,
|
|
552
|
+
return Object.assign(options, {
|
|
545
553
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
546
554
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
547
555
|
defaultSigningName: "ssm"
|
|
548
|
-
};
|
|
556
|
+
});
|
|
549
557
|
}, "resolveClientEndpointParameters");
|
|
550
558
|
var commonParams = {
|
|
551
559
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -602,22 +610,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
602
610
|
}, "resolveHttpAuthRuntimeConfig");
|
|
603
611
|
|
|
604
612
|
// src/runtimeExtensions.ts
|
|
605
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
606
613
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
607
|
-
const extensionConfiguration =
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
614
|
+
const extensionConfiguration = Object.assign(
|
|
615
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
616
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
617
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
618
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
619
|
+
);
|
|
613
620
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
614
|
-
return
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
+
return Object.assign(
|
|
622
|
+
runtimeConfig,
|
|
623
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
624
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
625
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
626
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
627
|
+
);
|
|
621
628
|
}, "resolveRuntimeExtensions");
|
|
622
629
|
|
|
623
630
|
// src/SSMClient.ts
|
|
@@ -631,6 +638,8 @@ var SSMClient = class extends import_smithy_client.Client {
|
|
|
631
638
|
config;
|
|
632
639
|
constructor(...[configuration]) {
|
|
633
640
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
641
|
+
super(_config_0);
|
|
642
|
+
this.initConfig = _config_0;
|
|
634
643
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
635
644
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
636
645
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -639,7 +648,6 @@ var SSMClient = class extends import_smithy_client.Client {
|
|
|
639
648
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
640
649
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
641
650
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
642
|
-
super(_config_8);
|
|
643
651
|
this.config = _config_8;
|
|
644
652
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
645
653
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -650,9 +658,9 @@ var SSMClient = class extends import_smithy_client.Client {
|
|
|
650
658
|
this.middlewareStack.use(
|
|
651
659
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
652
660
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSSMHttpAuthSchemeParametersProvider,
|
|
653
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
661
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
654
662
|
"aws.auth#sigv4": config.credentials
|
|
655
|
-
})
|
|
663
|
+
}), "identityProviderConfigProvider")
|
|
656
664
|
})
|
|
657
665
|
);
|
|
658
666
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -700,6 +708,33 @@ var SSMServiceException = class _SSMServiceException extends import_smithy_clien
|
|
|
700
708
|
};
|
|
701
709
|
|
|
702
710
|
// src/models/models_0.ts
|
|
711
|
+
var AccessDeniedException = class _AccessDeniedException extends SSMServiceException {
|
|
712
|
+
static {
|
|
713
|
+
__name(this, "AccessDeniedException");
|
|
714
|
+
}
|
|
715
|
+
name = "AccessDeniedException";
|
|
716
|
+
$fault = "client";
|
|
717
|
+
Message;
|
|
718
|
+
/**
|
|
719
|
+
* @internal
|
|
720
|
+
*/
|
|
721
|
+
constructor(opts) {
|
|
722
|
+
super({
|
|
723
|
+
name: "AccessDeniedException",
|
|
724
|
+
$fault: "client",
|
|
725
|
+
...opts
|
|
726
|
+
});
|
|
727
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
728
|
+
this.Message = opts.Message;
|
|
729
|
+
}
|
|
730
|
+
};
|
|
731
|
+
var AccessRequestStatus = {
|
|
732
|
+
APPROVED: "Approved",
|
|
733
|
+
EXPIRED: "Expired",
|
|
734
|
+
PENDING: "Pending",
|
|
735
|
+
REJECTED: "Rejected",
|
|
736
|
+
REVOKED: "Revoked"
|
|
737
|
+
};
|
|
703
738
|
var ResourceTypeForTagging = {
|
|
704
739
|
ASSOCIATION: "Association",
|
|
705
740
|
AUTOMATION: "Automation",
|
|
@@ -1270,6 +1305,7 @@ var DocumentFormat = {
|
|
|
1270
1305
|
var DocumentType = {
|
|
1271
1306
|
ApplicationConfiguration: "ApplicationConfiguration",
|
|
1272
1307
|
ApplicationConfigurationSchema: "ApplicationConfigurationSchema",
|
|
1308
|
+
AutoApprovalPolicy: "AutoApprovalPolicy",
|
|
1273
1309
|
Automation: "Automation",
|
|
1274
1310
|
ChangeCalendar: "ChangeCalendar",
|
|
1275
1311
|
ChangeTemplate: "Automation.ChangeTemplate",
|
|
@@ -1277,6 +1313,7 @@ var DocumentType = {
|
|
|
1277
1313
|
Command: "Command",
|
|
1278
1314
|
ConformancePackTemplate: "ConformancePackTemplate",
|
|
1279
1315
|
DeploymentStrategy: "DeploymentStrategy",
|
|
1316
|
+
ManualApprovalPolicy: "ManualApprovalPolicy",
|
|
1280
1317
|
Package: "Package",
|
|
1281
1318
|
Policy: "Policy",
|
|
1282
1319
|
ProblemAnalysis: "ProblemAnalysis",
|
|
@@ -1601,6 +1638,10 @@ var PatchFilterKey = {
|
|
|
1601
1638
|
Severity: "SEVERITY",
|
|
1602
1639
|
Version: "VERSION"
|
|
1603
1640
|
};
|
|
1641
|
+
var PatchComplianceStatus = {
|
|
1642
|
+
Compliant: "COMPLIANT",
|
|
1643
|
+
NonCompliant: "NON_COMPLIANT"
|
|
1644
|
+
};
|
|
1604
1645
|
var OperatingSystem = {
|
|
1605
1646
|
AlmaLinux: "ALMA_LINUX",
|
|
1606
1647
|
AmazonLinux: "AMAZON_LINUX",
|
|
@@ -2205,6 +2246,7 @@ var AutomationExecutionStatus = {
|
|
|
2205
2246
|
WAITING: "Waiting"
|
|
2206
2247
|
};
|
|
2207
2248
|
var AutomationSubtype = {
|
|
2249
|
+
AccessRequest: "AccessRequest",
|
|
2208
2250
|
ChangeRequest: "ChangeRequest"
|
|
2209
2251
|
};
|
|
2210
2252
|
var AutomationType = {
|
|
@@ -2376,6 +2418,7 @@ var InvalidInstanceInformationFilterValue = class _InvalidInstanceInformationFil
|
|
|
2376
2418
|
}
|
|
2377
2419
|
};
|
|
2378
2420
|
var PatchComplianceDataState = {
|
|
2421
|
+
AvailableSecurityUpdate: "AVAILABLE_SECURITY_UPDATE",
|
|
2379
2422
|
Failed: "FAILED",
|
|
2380
2423
|
Installed: "INSTALLED",
|
|
2381
2424
|
InstalledOther: "INSTALLED_OTHER",
|
|
@@ -2474,10 +2517,6 @@ var MaintenanceWindowTaskType = {
|
|
|
2474
2517
|
RunCommand: "RUN_COMMAND",
|
|
2475
2518
|
StepFunctions: "STEP_FUNCTIONS"
|
|
2476
2519
|
};
|
|
2477
|
-
var MaintenanceWindowResourceType = {
|
|
2478
|
-
Instance: "INSTANCE",
|
|
2479
|
-
ResourceGroup: "RESOURCE_GROUP"
|
|
2480
|
-
};
|
|
2481
2520
|
var CreateAssociationRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2482
2521
|
...obj,
|
|
2483
2522
|
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2591,11 +2630,24 @@ var DescribeMaintenanceWindowsResultFilterSensitiveLog = /* @__PURE__ */ __name(
|
|
|
2591
2630
|
|
|
2592
2631
|
// src/models/models_1.ts
|
|
2593
2632
|
|
|
2633
|
+
var MaintenanceWindowResourceType = {
|
|
2634
|
+
Instance: "INSTANCE",
|
|
2635
|
+
ResourceGroup: "RESOURCE_GROUP"
|
|
2636
|
+
};
|
|
2594
2637
|
var MaintenanceWindowTaskCutoffBehavior = {
|
|
2595
2638
|
CancelTask: "CANCEL_TASK",
|
|
2596
2639
|
ContinueTask: "CONTINUE_TASK"
|
|
2597
2640
|
};
|
|
2598
2641
|
var OpsItemFilterKey = {
|
|
2642
|
+
ACCESS_REQUEST_APPROVER_ARN: "AccessRequestByApproverArn",
|
|
2643
|
+
ACCESS_REQUEST_APPROVER_ID: "AccessRequestByApproverId",
|
|
2644
|
+
ACCESS_REQUEST_IS_REPLICA: "AccessRequestByIsReplica",
|
|
2645
|
+
ACCESS_REQUEST_REQUESTER_ARN: "AccessRequestByRequesterArn",
|
|
2646
|
+
ACCESS_REQUEST_REQUESTER_ID: "AccessRequestByRequesterId",
|
|
2647
|
+
ACCESS_REQUEST_SOURCE_ACCOUNT_ID: "AccessRequestBySourceAccountId",
|
|
2648
|
+
ACCESS_REQUEST_SOURCE_OPS_ITEM_ID: "AccessRequestBySourceOpsItemId",
|
|
2649
|
+
ACCESS_REQUEST_SOURCE_REGION: "AccessRequestBySourceRegion",
|
|
2650
|
+
ACCESS_REQUEST_TARGET_RESOURCE_ID: "AccessRequestByTargetResourceId",
|
|
2599
2651
|
ACCOUNT_ID: "AccountId",
|
|
2600
2652
|
ACTUAL_END_TIME: "ActualEndTime",
|
|
2601
2653
|
ACTUAL_START_TIME: "ActualStartTime",
|
|
@@ -2648,6 +2700,7 @@ var OpsItemStatus = {
|
|
|
2648
2700
|
PENDING_CHANGE_CALENDAR_OVERRIDE: "PendingChangeCalendarOverride",
|
|
2649
2701
|
REJECTED: "Rejected",
|
|
2650
2702
|
RESOLVED: "Resolved",
|
|
2703
|
+
REVOKED: "Revoked",
|
|
2651
2704
|
RUNBOOK_IN_PROGRESS: "RunbookInProgress",
|
|
2652
2705
|
SCHEDULED: "Scheduled",
|
|
2653
2706
|
TIMED_OUT: "TimedOut"
|
|
@@ -2737,6 +2790,64 @@ var OpsItemRelatedItemAssociationNotFoundException = class _OpsItemRelatedItemAs
|
|
|
2737
2790
|
this.Message = opts.Message;
|
|
2738
2791
|
}
|
|
2739
2792
|
};
|
|
2793
|
+
var ThrottlingException = class _ThrottlingException extends SSMServiceException {
|
|
2794
|
+
static {
|
|
2795
|
+
__name(this, "ThrottlingException");
|
|
2796
|
+
}
|
|
2797
|
+
name = "ThrottlingException";
|
|
2798
|
+
$fault = "client";
|
|
2799
|
+
Message;
|
|
2800
|
+
/**
|
|
2801
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
2802
|
+
* @public
|
|
2803
|
+
*/
|
|
2804
|
+
QuotaCode;
|
|
2805
|
+
/**
|
|
2806
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
2807
|
+
* @public
|
|
2808
|
+
*/
|
|
2809
|
+
ServiceCode;
|
|
2810
|
+
/**
|
|
2811
|
+
* @internal
|
|
2812
|
+
*/
|
|
2813
|
+
constructor(opts) {
|
|
2814
|
+
super({
|
|
2815
|
+
name: "ThrottlingException",
|
|
2816
|
+
$fault: "client",
|
|
2817
|
+
...opts
|
|
2818
|
+
});
|
|
2819
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
2820
|
+
this.Message = opts.Message;
|
|
2821
|
+
this.QuotaCode = opts.QuotaCode;
|
|
2822
|
+
this.ServiceCode = opts.ServiceCode;
|
|
2823
|
+
}
|
|
2824
|
+
};
|
|
2825
|
+
var ValidationException = class _ValidationException extends SSMServiceException {
|
|
2826
|
+
static {
|
|
2827
|
+
__name(this, "ValidationException");
|
|
2828
|
+
}
|
|
2829
|
+
name = "ValidationException";
|
|
2830
|
+
$fault = "client";
|
|
2831
|
+
Message;
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>The reason code for the invalid request.</p>
|
|
2834
|
+
* @public
|
|
2835
|
+
*/
|
|
2836
|
+
ReasonCode;
|
|
2837
|
+
/**
|
|
2838
|
+
* @internal
|
|
2839
|
+
*/
|
|
2840
|
+
constructor(opts) {
|
|
2841
|
+
super({
|
|
2842
|
+
name: "ValidationException",
|
|
2843
|
+
$fault: "client",
|
|
2844
|
+
...opts
|
|
2845
|
+
});
|
|
2846
|
+
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
2847
|
+
this.Message = opts.Message;
|
|
2848
|
+
this.ReasonCode = opts.ReasonCode;
|
|
2849
|
+
}
|
|
2850
|
+
};
|
|
2740
2851
|
var CalendarState = {
|
|
2741
2852
|
CLOSED: "CLOSED",
|
|
2742
2853
|
OPEN: "OPEN"
|
|
@@ -2862,8 +2973,7 @@ var ImpactType = {
|
|
|
2862
2973
|
var ExecutionPreview;
|
|
2863
2974
|
((ExecutionPreview2) => {
|
|
2864
2975
|
ExecutionPreview2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2865
|
-
if (value.Automation !== void 0)
|
|
2866
|
-
return visitor.Automation(value.Automation);
|
|
2976
|
+
if (value.Automation !== void 0) return visitor.Automation(value.Automation);
|
|
2867
2977
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2868
2978
|
}, "visit");
|
|
2869
2979
|
})(ExecutionPreview || (ExecutionPreview = {}));
|
|
@@ -3134,8 +3244,7 @@ var ManagedStatus = {
|
|
|
3134
3244
|
var NodeType;
|
|
3135
3245
|
((NodeType2) => {
|
|
3136
3246
|
NodeType2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
3137
|
-
if (value.Instance !== void 0)
|
|
3138
|
-
return visitor.Instance(value.Instance);
|
|
3247
|
+
if (value.Instance !== void 0) return visitor.Instance(value.Instance);
|
|
3139
3248
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
3140
3249
|
}, "visit");
|
|
3141
3250
|
})(NodeType || (NodeType = {}));
|
|
@@ -3664,26 +3773,6 @@ var ResourcePolicyLimitExceededException = class _ResourcePolicyLimitExceededExc
|
|
|
3664
3773
|
this.Message = opts.Message;
|
|
3665
3774
|
}
|
|
3666
3775
|
};
|
|
3667
|
-
var FeatureNotAvailableException = class _FeatureNotAvailableException extends SSMServiceException {
|
|
3668
|
-
static {
|
|
3669
|
-
__name(this, "FeatureNotAvailableException");
|
|
3670
|
-
}
|
|
3671
|
-
name = "FeatureNotAvailableException";
|
|
3672
|
-
$fault = "client";
|
|
3673
|
-
Message;
|
|
3674
|
-
/**
|
|
3675
|
-
* @internal
|
|
3676
|
-
*/
|
|
3677
|
-
constructor(opts) {
|
|
3678
|
-
super({
|
|
3679
|
-
name: "FeatureNotAvailableException",
|
|
3680
|
-
$fault: "client",
|
|
3681
|
-
...opts
|
|
3682
|
-
});
|
|
3683
|
-
Object.setPrototypeOf(this, _FeatureNotAvailableException.prototype);
|
|
3684
|
-
this.Message = opts.Message;
|
|
3685
|
-
}
|
|
3686
|
-
};
|
|
3687
3776
|
var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3688
3777
|
...obj,
|
|
3689
3778
|
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -3706,6 +3795,15 @@ var DescribeMaintenanceWindowTasksResultFilterSensitiveLog = /* @__PURE__ */ __n
|
|
|
3706
3795
|
...obj,
|
|
3707
3796
|
...obj.Tasks && { Tasks: obj.Tasks.map((item) => MaintenanceWindowTaskFilterSensitiveLog(item)) }
|
|
3708
3797
|
}), "DescribeMaintenanceWindowTasksResultFilterSensitiveLog");
|
|
3798
|
+
var CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3799
|
+
...obj,
|
|
3800
|
+
...obj.SecretAccessKey && { SecretAccessKey: import_smithy_client.SENSITIVE_STRING },
|
|
3801
|
+
...obj.SessionToken && { SessionToken: import_smithy_client.SENSITIVE_STRING }
|
|
3802
|
+
}), "CredentialsFilterSensitiveLog");
|
|
3803
|
+
var GetAccessTokenResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3804
|
+
...obj,
|
|
3805
|
+
...obj.Credentials && { Credentials: CredentialsFilterSensitiveLog(obj.Credentials) }
|
|
3806
|
+
}), "GetAccessTokenResponseFilterSensitiveLog");
|
|
3709
3807
|
var BaselineOverrideFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3710
3808
|
...obj,
|
|
3711
3809
|
...obj.Sources && { Sources: obj.Sources.map((item) => PatchSourceFilterSensitiveLog(item)) }
|
|
@@ -3805,10 +3903,8 @@ var InstanceInfoFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3805
3903
|
...obj.IpAddress && { IpAddress: import_smithy_client.SENSITIVE_STRING }
|
|
3806
3904
|
}), "InstanceInfoFilterSensitiveLog");
|
|
3807
3905
|
var NodeTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
3808
|
-
if (obj.Instance !== void 0)
|
|
3809
|
-
|
|
3810
|
-
if (obj.$unknown !== void 0)
|
|
3811
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
3906
|
+
if (obj.Instance !== void 0) return { Instance: InstanceInfoFilterSensitiveLog(obj.Instance) };
|
|
3907
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
3812
3908
|
}, "NodeTypeFilterSensitiveLog");
|
|
3813
3909
|
var NodeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3814
3910
|
...obj,
|
|
@@ -3822,22 +3918,29 @@ var PutParameterRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3822
3918
|
...obj,
|
|
3823
3919
|
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3824
3920
|
}), "PutParameterRequestFilterSensitiveLog");
|
|
3825
|
-
var RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3826
|
-
...obj,
|
|
3827
|
-
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
3828
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3829
|
-
}), "RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3830
|
-
var RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3831
|
-
...obj,
|
|
3832
|
-
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
3833
|
-
...obj.TaskInvocationParameters && {
|
|
3834
|
-
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
3835
|
-
},
|
|
3836
|
-
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
3837
|
-
}), "RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
3838
3921
|
|
|
3839
3922
|
// src/models/models_2.ts
|
|
3840
3923
|
|
|
3924
|
+
var FeatureNotAvailableException = class _FeatureNotAvailableException extends SSMServiceException {
|
|
3925
|
+
static {
|
|
3926
|
+
__name(this, "FeatureNotAvailableException");
|
|
3927
|
+
}
|
|
3928
|
+
name = "FeatureNotAvailableException";
|
|
3929
|
+
$fault = "client";
|
|
3930
|
+
Message;
|
|
3931
|
+
/**
|
|
3932
|
+
* @internal
|
|
3933
|
+
*/
|
|
3934
|
+
constructor(opts) {
|
|
3935
|
+
super({
|
|
3936
|
+
name: "FeatureNotAvailableException",
|
|
3937
|
+
$fault: "client",
|
|
3938
|
+
...opts
|
|
3939
|
+
});
|
|
3940
|
+
Object.setPrototypeOf(this, _FeatureNotAvailableException.prototype);
|
|
3941
|
+
this.Message = opts.Message;
|
|
3942
|
+
}
|
|
3943
|
+
};
|
|
3841
3944
|
var AutomationStepNotFoundException = class _AutomationStepNotFoundException extends SSMServiceException {
|
|
3842
3945
|
static {
|
|
3843
3946
|
__name(this, "AutomationStepNotFoundException");
|
|
@@ -3882,6 +3985,7 @@ var SignalType = {
|
|
|
3882
3985
|
APPROVE: "Approve",
|
|
3883
3986
|
REJECT: "Reject",
|
|
3884
3987
|
RESUME: "Resume",
|
|
3988
|
+
REVOKE: "Revoke",
|
|
3885
3989
|
START_STEP: "StartStep",
|
|
3886
3990
|
STOP_STEP: "StopStep"
|
|
3887
3991
|
};
|
|
@@ -3943,6 +4047,50 @@ var InvalidRole = class _InvalidRole extends SSMServiceException {
|
|
|
3943
4047
|
this.Message = opts.Message;
|
|
3944
4048
|
}
|
|
3945
4049
|
};
|
|
4050
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends SSMServiceException {
|
|
4051
|
+
static {
|
|
4052
|
+
__name(this, "ServiceQuotaExceededException");
|
|
4053
|
+
}
|
|
4054
|
+
name = "ServiceQuotaExceededException";
|
|
4055
|
+
$fault = "client";
|
|
4056
|
+
Message;
|
|
4057
|
+
/**
|
|
4058
|
+
* <p>The unique ID of the resource referenced in the failed request.</p>
|
|
4059
|
+
* @public
|
|
4060
|
+
*/
|
|
4061
|
+
ResourceId;
|
|
4062
|
+
/**
|
|
4063
|
+
* <p>The resource type of the resource referenced in the failed request.</p>
|
|
4064
|
+
* @public
|
|
4065
|
+
*/
|
|
4066
|
+
ResourceType;
|
|
4067
|
+
/**
|
|
4068
|
+
* <p>The quota code recognized by the Amazon Web Services Service Quotas service.</p>
|
|
4069
|
+
* @public
|
|
4070
|
+
*/
|
|
4071
|
+
QuotaCode;
|
|
4072
|
+
/**
|
|
4073
|
+
* <p>The code for the Amazon Web Services service that owns the quota.</p>
|
|
4074
|
+
* @public
|
|
4075
|
+
*/
|
|
4076
|
+
ServiceCode;
|
|
4077
|
+
/**
|
|
4078
|
+
* @internal
|
|
4079
|
+
*/
|
|
4080
|
+
constructor(opts) {
|
|
4081
|
+
super({
|
|
4082
|
+
name: "ServiceQuotaExceededException",
|
|
4083
|
+
$fault: "client",
|
|
4084
|
+
...opts
|
|
4085
|
+
});
|
|
4086
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
4087
|
+
this.Message = opts.Message;
|
|
4088
|
+
this.ResourceId = opts.ResourceId;
|
|
4089
|
+
this.ResourceType = opts.ResourceType;
|
|
4090
|
+
this.QuotaCode = opts.QuotaCode;
|
|
4091
|
+
this.ServiceCode = opts.ServiceCode;
|
|
4092
|
+
}
|
|
4093
|
+
};
|
|
3946
4094
|
var InvalidAssociation = class _InvalidAssociation extends SSMServiceException {
|
|
3947
4095
|
static {
|
|
3948
4096
|
__name(this, "InvalidAssociation");
|
|
@@ -4066,37 +4214,10 @@ var AutomationDefinitionNotApprovedException = class _AutomationDefinitionNotApp
|
|
|
4066
4214
|
var ExecutionInputs;
|
|
4067
4215
|
((ExecutionInputs3) => {
|
|
4068
4216
|
ExecutionInputs3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
4069
|
-
if (value.Automation !== void 0)
|
|
4070
|
-
return visitor.Automation(value.Automation);
|
|
4217
|
+
if (value.Automation !== void 0) return visitor.Automation(value.Automation);
|
|
4071
4218
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
4072
4219
|
}, "visit");
|
|
4073
4220
|
})(ExecutionInputs || (ExecutionInputs = {}));
|
|
4074
|
-
var ValidationException = class _ValidationException extends SSMServiceException {
|
|
4075
|
-
static {
|
|
4076
|
-
__name(this, "ValidationException");
|
|
4077
|
-
}
|
|
4078
|
-
name = "ValidationException";
|
|
4079
|
-
$fault = "client";
|
|
4080
|
-
Message;
|
|
4081
|
-
/**
|
|
4082
|
-
* <p>The reason code for the invalid request.</p>
|
|
4083
|
-
* @public
|
|
4084
|
-
*/
|
|
4085
|
-
ReasonCode;
|
|
4086
|
-
/**
|
|
4087
|
-
* @internal
|
|
4088
|
-
*/
|
|
4089
|
-
constructor(opts) {
|
|
4090
|
-
super({
|
|
4091
|
-
name: "ValidationException",
|
|
4092
|
-
$fault: "client",
|
|
4093
|
-
...opts
|
|
4094
|
-
});
|
|
4095
|
-
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
4096
|
-
this.Message = opts.Message;
|
|
4097
|
-
this.ReasonCode = opts.ReasonCode;
|
|
4098
|
-
}
|
|
4099
|
-
};
|
|
4100
4221
|
var TargetNotConnected = class _TargetNotConnected extends SSMServiceException {
|
|
4101
4222
|
static {
|
|
4102
4223
|
__name(this, "TargetNotConnected");
|
|
@@ -4303,6 +4424,19 @@ var ResourceDataSyncConflictException = class _ResourceDataSyncConflictException
|
|
|
4303
4424
|
this.Message = opts.Message;
|
|
4304
4425
|
}
|
|
4305
4426
|
};
|
|
4427
|
+
var RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4428
|
+
...obj,
|
|
4429
|
+
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
4430
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
4431
|
+
}), "RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
4432
|
+
var RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4433
|
+
...obj,
|
|
4434
|
+
...obj.TaskParameters && { TaskParameters: import_smithy_client.SENSITIVE_STRING },
|
|
4435
|
+
...obj.TaskInvocationParameters && {
|
|
4436
|
+
TaskInvocationParameters: MaintenanceWindowTaskInvocationParametersFilterSensitiveLog(obj.TaskInvocationParameters)
|
|
4437
|
+
},
|
|
4438
|
+
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
4439
|
+
}), "RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog");
|
|
4306
4440
|
var SendCommandRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4307
4441
|
...obj,
|
|
4308
4442
|
...obj.Parameters && { Parameters: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4749,6 +4883,12 @@ var se_DisassociateOpsItemRelatedItemCommand = /* @__PURE__ */ __name(async (inp
|
|
|
4749
4883
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4750
4884
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4751
4885
|
}, "se_DisassociateOpsItemRelatedItemCommand");
|
|
4886
|
+
var se_GetAccessTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4887
|
+
const headers = sharedHeaders("GetAccessToken");
|
|
4888
|
+
let body;
|
|
4889
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
4890
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
4891
|
+
}, "se_GetAccessTokenCommand");
|
|
4752
4892
|
var se_GetAutomationExecutionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4753
4893
|
const headers = sharedHeaders("GetAutomationExecution");
|
|
4754
4894
|
let body;
|
|
@@ -5103,6 +5243,12 @@ var se_SendCommandCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
5103
5243
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
5104
5244
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5105
5245
|
}, "se_SendCommandCommand");
|
|
5246
|
+
var se_StartAccessRequestCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5247
|
+
const headers = sharedHeaders("StartAccessRequest");
|
|
5248
|
+
let body;
|
|
5249
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
5250
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
5251
|
+
}, "se_StartAccessRequestCommand");
|
|
5106
5252
|
var se_StartAssociationsOnceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5107
5253
|
const headers = sharedHeaders("StartAssociationsOnce");
|
|
5108
5254
|
let body;
|
|
@@ -6054,6 +6200,19 @@ var de_DisassociateOpsItemRelatedItemCommand = /* @__PURE__ */ __name(async (out
|
|
|
6054
6200
|
};
|
|
6055
6201
|
return response;
|
|
6056
6202
|
}, "de_DisassociateOpsItemRelatedItemCommand");
|
|
6203
|
+
var de_GetAccessTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6204
|
+
if (output.statusCode >= 300) {
|
|
6205
|
+
return de_CommandError(output, context);
|
|
6206
|
+
}
|
|
6207
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6208
|
+
let contents = {};
|
|
6209
|
+
contents = de_GetAccessTokenResponse(data, context);
|
|
6210
|
+
const response = {
|
|
6211
|
+
$metadata: deserializeMetadata(output),
|
|
6212
|
+
...contents
|
|
6213
|
+
};
|
|
6214
|
+
return response;
|
|
6215
|
+
}, "de_GetAccessTokenCommand");
|
|
6057
6216
|
var de_GetAutomationExecutionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6058
6217
|
if (output.statusCode >= 300) {
|
|
6059
6218
|
return de_CommandError(output, context);
|
|
@@ -6821,6 +6980,19 @@ var de_SendCommandCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6821
6980
|
};
|
|
6822
6981
|
return response;
|
|
6823
6982
|
}, "de_SendCommandCommand");
|
|
6983
|
+
var de_StartAccessRequestCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6984
|
+
if (output.statusCode >= 300) {
|
|
6985
|
+
return de_CommandError(output, context);
|
|
6986
|
+
}
|
|
6987
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
6988
|
+
let contents = {};
|
|
6989
|
+
contents = (0, import_smithy_client._json)(data);
|
|
6990
|
+
const response = {
|
|
6991
|
+
$metadata: deserializeMetadata(output),
|
|
6992
|
+
...contents
|
|
6993
|
+
};
|
|
6994
|
+
return response;
|
|
6995
|
+
}, "de_StartAccessRequestCommand");
|
|
6824
6996
|
var de_StartAssociationsOnceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6825
6997
|
if (output.statusCode >= 300) {
|
|
6826
6998
|
return de_CommandError(output, context);
|
|
@@ -7336,6 +7508,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7336
7508
|
case "OpsItemRelatedItemAssociationNotFoundException":
|
|
7337
7509
|
case "com.amazonaws.ssm#OpsItemRelatedItemAssociationNotFoundException":
|
|
7338
7510
|
throw await de_OpsItemRelatedItemAssociationNotFoundExceptionRes(parsedOutput, context);
|
|
7511
|
+
case "AccessDeniedException":
|
|
7512
|
+
case "com.amazonaws.ssm#AccessDeniedException":
|
|
7513
|
+
throw await de_AccessDeniedExceptionRes(parsedOutput, context);
|
|
7514
|
+
case "ThrottlingException":
|
|
7515
|
+
case "com.amazonaws.ssm#ThrottlingException":
|
|
7516
|
+
throw await de_ThrottlingExceptionRes(parsedOutput, context);
|
|
7517
|
+
case "ValidationException":
|
|
7518
|
+
case "com.amazonaws.ssm#ValidationException":
|
|
7519
|
+
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
7339
7520
|
case "InvalidDocumentType":
|
|
7340
7521
|
case "com.amazonaws.ssm#InvalidDocumentType":
|
|
7341
7522
|
throw await de_InvalidDocumentTypeRes(parsedOutput, context);
|
|
@@ -7468,6 +7649,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7468
7649
|
case "InvalidRole":
|
|
7469
7650
|
case "com.amazonaws.ssm#InvalidRole":
|
|
7470
7651
|
throw await de_InvalidRoleRes(parsedOutput, context);
|
|
7652
|
+
case "ServiceQuotaExceededException":
|
|
7653
|
+
case "com.amazonaws.ssm#ServiceQuotaExceededException":
|
|
7654
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
7471
7655
|
case "InvalidAssociation":
|
|
7472
7656
|
case "com.amazonaws.ssm#InvalidAssociation":
|
|
7473
7657
|
throw await de_InvalidAssociationRes(parsedOutput, context);
|
|
@@ -7486,9 +7670,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7486
7670
|
case "AutomationDefinitionNotApprovedException":
|
|
7487
7671
|
case "com.amazonaws.ssm#AutomationDefinitionNotApprovedException":
|
|
7488
7672
|
throw await de_AutomationDefinitionNotApprovedExceptionRes(parsedOutput, context);
|
|
7489
|
-
case "ValidationException":
|
|
7490
|
-
case "com.amazonaws.ssm#ValidationException":
|
|
7491
|
-
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
7492
7673
|
case "TargetNotConnected":
|
|
7493
7674
|
case "com.amazonaws.ssm#TargetNotConnected":
|
|
7494
7675
|
throw await de_TargetNotConnectedRes(parsedOutput, context);
|
|
@@ -7528,6 +7709,15 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7528
7709
|
});
|
|
7529
7710
|
}
|
|
7530
7711
|
}, "de_CommandError");
|
|
7712
|
+
var de_AccessDeniedExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7713
|
+
const body = parsedOutput.body;
|
|
7714
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
7715
|
+
const exception = new AccessDeniedException({
|
|
7716
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
7717
|
+
...deserialized
|
|
7718
|
+
});
|
|
7719
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
7720
|
+
}, "de_AccessDeniedExceptionRes");
|
|
7531
7721
|
var de_AlreadyExistsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
7532
7722
|
const body = parsedOutput.body;
|
|
7533
7723
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -8590,6 +8780,15 @@ var de_ResourcePolicyNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsed
|
|
|
8590
8780
|
});
|
|
8591
8781
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8592
8782
|
}, "de_ResourcePolicyNotFoundExceptionRes");
|
|
8783
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8784
|
+
const body = parsedOutput.body;
|
|
8785
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
8786
|
+
const exception = new ServiceQuotaExceededException({
|
|
8787
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
8788
|
+
...deserialized
|
|
8789
|
+
});
|
|
8790
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8791
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
8593
8792
|
var de_ServiceSettingNotFoundRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8594
8793
|
const body = parsedOutput.body;
|
|
8595
8794
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -8635,6 +8834,15 @@ var de_TargetNotConnectedRes = /* @__PURE__ */ __name(async (parsedOutput, conte
|
|
|
8635
8834
|
});
|
|
8636
8835
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8637
8836
|
}, "de_TargetNotConnectedRes");
|
|
8837
|
+
var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8838
|
+
const body = parsedOutput.body;
|
|
8839
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
8840
|
+
const exception = new ThrottlingException({
|
|
8841
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
8842
|
+
...deserialized
|
|
8843
|
+
});
|
|
8844
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8845
|
+
}, "de_ThrottlingExceptionRes");
|
|
8638
8846
|
var de_TooManyTagsErrorRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8639
8847
|
const body = parsedOutput.body;
|
|
8640
8848
|
const deserialized = (0, import_smithy_client._json)(body);
|
|
@@ -8746,7 +8954,7 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
8746
8954
|
var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
|
|
8747
8955
|
return (0, import_smithy_client.take)(input, {
|
|
8748
8956
|
AdditionalInfo: [],
|
|
8749
|
-
Date: (_) => _.getTime() / 1e3,
|
|
8957
|
+
Date: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Date"),
|
|
8750
8958
|
Message: [],
|
|
8751
8959
|
Name: []
|
|
8752
8960
|
});
|
|
@@ -8754,7 +8962,7 @@ var se_AssociationStatus = /* @__PURE__ */ __name((input, context) => {
|
|
|
8754
8962
|
var se_ComplianceExecutionSummary = /* @__PURE__ */ __name((input, context) => {
|
|
8755
8963
|
return (0, import_smithy_client.take)(input, {
|
|
8756
8964
|
ExecutionId: [],
|
|
8757
|
-
ExecutionTime: (_) => _.getTime() / 1e3,
|
|
8965
|
+
ExecutionTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExecutionTime"),
|
|
8758
8966
|
ExecutionType: []
|
|
8759
8967
|
});
|
|
8760
8968
|
}, "se_ComplianceExecutionSummary");
|
|
@@ -8762,7 +8970,7 @@ var se_CreateActivationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8762
8970
|
return (0, import_smithy_client.take)(input, {
|
|
8763
8971
|
DefaultInstanceName: [],
|
|
8764
8972
|
Description: [],
|
|
8765
|
-
ExpirationDate: (_) => _.getTime() / 1e3,
|
|
8973
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ExpirationDate"),
|
|
8766
8974
|
IamRole: [],
|
|
8767
8975
|
RegistrationLimit: [],
|
|
8768
8976
|
RegistrationMetadata: import_smithy_client._json,
|
|
@@ -8788,15 +8996,15 @@ var se_CreateMaintenanceWindowRequest = /* @__PURE__ */ __name((input, context)
|
|
|
8788
8996
|
var se_CreateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8789
8997
|
return (0, import_smithy_client.take)(input, {
|
|
8790
8998
|
AccountId: [],
|
|
8791
|
-
ActualEndTime: (_) => _.getTime() / 1e3,
|
|
8792
|
-
ActualStartTime: (_) => _.getTime() / 1e3,
|
|
8999
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
|
|
9000
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
|
|
8793
9001
|
Category: [],
|
|
8794
9002
|
Description: [],
|
|
8795
9003
|
Notifications: import_smithy_client._json,
|
|
8796
9004
|
OperationalData: import_smithy_client._json,
|
|
8797
9005
|
OpsItemType: [],
|
|
8798
|
-
PlannedEndTime: (_) => _.getTime() / 1e3,
|
|
8799
|
-
PlannedStartTime: (_) => _.getTime() / 1e3,
|
|
9006
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
|
|
9007
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
|
|
8800
9008
|
Priority: [],
|
|
8801
9009
|
RelatedOpsItems: import_smithy_client._json,
|
|
8802
9010
|
Severity: [],
|
|
@@ -8811,6 +9019,7 @@ var se_CreatePatchBaselineRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8811
9019
|
ApprovedPatches: import_smithy_client._json,
|
|
8812
9020
|
ApprovedPatchesComplianceLevel: [],
|
|
8813
9021
|
ApprovedPatchesEnableNonSecurity: [],
|
|
9022
|
+
AvailableSecurityUpdatesComplianceStatus: [],
|
|
8814
9023
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
8815
9024
|
Description: [],
|
|
8816
9025
|
GlobalFilters: import_smithy_client._json,
|
|
@@ -8832,7 +9041,7 @@ var se_DeleteInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8832
9041
|
}, "se_DeleteInventoryRequest");
|
|
8833
9042
|
var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8834
9043
|
return (0, import_smithy_client.take)(input, {
|
|
8835
|
-
Aggregators: (_) => se_InventoryAggregatorList(_, context),
|
|
9044
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
|
|
8836
9045
|
Filters: import_smithy_client._json,
|
|
8837
9046
|
MaxResults: [],
|
|
8838
9047
|
NextToken: [],
|
|
@@ -8841,7 +9050,7 @@ var se_GetInventoryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8841
9050
|
}, "se_GetInventoryRequest");
|
|
8842
9051
|
var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8843
9052
|
return (0, import_smithy_client.take)(input, {
|
|
8844
|
-
Aggregators: (_) => se_OpsAggregatorList(_, context),
|
|
9053
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
|
|
8845
9054
|
Filters: import_smithy_client._json,
|
|
8846
9055
|
MaxResults: [],
|
|
8847
9056
|
NextToken: [],
|
|
@@ -8851,7 +9060,7 @@ var se_GetOpsSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
8851
9060
|
}, "se_GetOpsSummaryRequest");
|
|
8852
9061
|
var se_InventoryAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8853
9062
|
return (0, import_smithy_client.take)(input, {
|
|
8854
|
-
Aggregators: (_) => se_InventoryAggregatorList(_, context),
|
|
9063
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_InventoryAggregatorList(_, context), "Aggregators"),
|
|
8855
9064
|
Expression: [],
|
|
8856
9065
|
Groups: import_smithy_client._json
|
|
8857
9066
|
});
|
|
@@ -8863,7 +9072,7 @@ var se_InventoryAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8863
9072
|
}, "se_InventoryAggregatorList");
|
|
8864
9073
|
var se_ListNodesSummaryRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8865
9074
|
return (0, import_smithy_client.take)(input, {
|
|
8866
|
-
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
9075
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
|
|
8867
9076
|
Filters: import_smithy_client._json,
|
|
8868
9077
|
MaxResults: [],
|
|
8869
9078
|
NextToken: [],
|
|
@@ -8880,7 +9089,7 @@ var se_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((input, contex
|
|
|
8880
9089
|
var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input, context) => {
|
|
8881
9090
|
return (0, import_smithy_client.take)(input, {
|
|
8882
9091
|
Automation: import_smithy_client._json,
|
|
8883
|
-
Lambda: (_) => se_MaintenanceWindowLambdaParameters(_, context),
|
|
9092
|
+
Lambda: /* @__PURE__ */ __name((_) => se_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
|
|
8884
9093
|
RunCommand: import_smithy_client._json,
|
|
8885
9094
|
StepFunctions: import_smithy_client._json
|
|
8886
9095
|
});
|
|
@@ -8888,7 +9097,7 @@ var se_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((input
|
|
|
8888
9097
|
var se_NodeAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8889
9098
|
return (0, import_smithy_client.take)(input, {
|
|
8890
9099
|
AggregatorType: [],
|
|
8891
|
-
Aggregators: (_) => se_NodeAggregatorList(_, context),
|
|
9100
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_NodeAggregatorList(_, context), "Aggregators"),
|
|
8892
9101
|
AttributeName: [],
|
|
8893
9102
|
TypeName: []
|
|
8894
9103
|
});
|
|
@@ -8901,7 +9110,7 @@ var se_NodeAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8901
9110
|
var se_OpsAggregator = /* @__PURE__ */ __name((input, context) => {
|
|
8902
9111
|
return (0, import_smithy_client.take)(input, {
|
|
8903
9112
|
AggregatorType: [],
|
|
8904
|
-
Aggregators: (_) => se_OpsAggregatorList(_, context),
|
|
9113
|
+
Aggregators: /* @__PURE__ */ __name((_) => se_OpsAggregatorList(_, context), "Aggregators"),
|
|
8905
9114
|
AttributeName: [],
|
|
8906
9115
|
Filters: import_smithy_client._json,
|
|
8907
9116
|
TypeName: [],
|
|
@@ -8916,7 +9125,7 @@ var se_OpsAggregatorList = /* @__PURE__ */ __name((input, context) => {
|
|
|
8916
9125
|
var se_PutComplianceItemsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8917
9126
|
return (0, import_smithy_client.take)(input, {
|
|
8918
9127
|
ComplianceType: [],
|
|
8919
|
-
ExecutionSummary: (_) => se_ComplianceExecutionSummary(_, context),
|
|
9128
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => se_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
8920
9129
|
ItemContentHash: [],
|
|
8921
9130
|
Items: import_smithy_client._json,
|
|
8922
9131
|
ResourceId: [],
|
|
@@ -8949,7 +9158,7 @@ var se_RegisterTaskWithMaintenanceWindowRequest = /* @__PURE__ */ __name((input,
|
|
|
8949
9158
|
ServiceRoleArn: [],
|
|
8950
9159
|
Targets: import_smithy_client._json,
|
|
8951
9160
|
TaskArn: [],
|
|
8952
|
-
TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
9161
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
8953
9162
|
TaskParameters: import_smithy_client._json,
|
|
8954
9163
|
TaskType: [],
|
|
8955
9164
|
WindowId: []
|
|
@@ -8965,14 +9174,14 @@ var se_StartChangeRequestExecutionRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8965
9174
|
DocumentVersion: [],
|
|
8966
9175
|
Parameters: import_smithy_client._json,
|
|
8967
9176
|
Runbooks: import_smithy_client._json,
|
|
8968
|
-
ScheduledEndTime: (_) => _.getTime() / 1e3,
|
|
8969
|
-
ScheduledTime: (_) => _.getTime() / 1e3,
|
|
9177
|
+
ScheduledEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledEndTime"),
|
|
9178
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ScheduledTime"),
|
|
8970
9179
|
Tags: import_smithy_client._json
|
|
8971
9180
|
});
|
|
8972
9181
|
}, "se_StartChangeRequestExecutionRequest");
|
|
8973
9182
|
var se_UpdateAssociationStatusRequest = /* @__PURE__ */ __name((input, context) => {
|
|
8974
9183
|
return (0, import_smithy_client.take)(input, {
|
|
8975
|
-
AssociationStatus: (_) => se_AssociationStatus(_, context),
|
|
9184
|
+
AssociationStatus: /* @__PURE__ */ __name((_) => se_AssociationStatus(_, context), "AssociationStatus"),
|
|
8976
9185
|
InstanceId: [],
|
|
8977
9186
|
Name: []
|
|
8978
9187
|
});
|
|
@@ -8991,7 +9200,7 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8991
9200
|
ServiceRoleArn: [],
|
|
8992
9201
|
Targets: import_smithy_client._json,
|
|
8993
9202
|
TaskArn: [],
|
|
8994
|
-
TaskInvocationParameters: (_) => se_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
9203
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => se_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
8995
9204
|
TaskParameters: import_smithy_client._json,
|
|
8996
9205
|
WindowId: [],
|
|
8997
9206
|
WindowTaskId: []
|
|
@@ -8999,8 +9208,8 @@ var se_UpdateMaintenanceWindowTaskRequest = /* @__PURE__ */ __name((input, conte
|
|
|
8999
9208
|
}, "se_UpdateMaintenanceWindowTaskRequest");
|
|
9000
9209
|
var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
9001
9210
|
return (0, import_smithy_client.take)(input, {
|
|
9002
|
-
ActualEndTime: (_) => _.getTime() / 1e3,
|
|
9003
|
-
ActualStartTime: (_) => _.getTime() / 1e3,
|
|
9211
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualEndTime"),
|
|
9212
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "ActualStartTime"),
|
|
9004
9213
|
Category: [],
|
|
9005
9214
|
Description: [],
|
|
9006
9215
|
Notifications: import_smithy_client._json,
|
|
@@ -9008,8 +9217,8 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9008
9217
|
OperationalDataToDelete: import_smithy_client._json,
|
|
9009
9218
|
OpsItemArn: [],
|
|
9010
9219
|
OpsItemId: [],
|
|
9011
|
-
PlannedEndTime: (_) => _.getTime() / 1e3,
|
|
9012
|
-
PlannedStartTime: (_) => _.getTime() / 1e3,
|
|
9220
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedEndTime"),
|
|
9221
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "PlannedStartTime"),
|
|
9013
9222
|
Priority: [],
|
|
9014
9223
|
RelatedOpsItems: import_smithy_client._json,
|
|
9015
9224
|
Severity: [],
|
|
@@ -9020,10 +9229,10 @@ var se_UpdateOpsItemRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
9020
9229
|
var de_Activation = /* @__PURE__ */ __name((output, context) => {
|
|
9021
9230
|
return (0, import_smithy_client.take)(output, {
|
|
9022
9231
|
ActivationId: import_smithy_client.expectString,
|
|
9023
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9232
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9024
9233
|
DefaultInstanceName: import_smithy_client.expectString,
|
|
9025
9234
|
Description: import_smithy_client.expectString,
|
|
9026
|
-
ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9235
|
+
ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationDate"),
|
|
9027
9236
|
Expired: import_smithy_client.expectBoolean,
|
|
9028
9237
|
IamRole: import_smithy_client.expectString,
|
|
9029
9238
|
RegistrationLimit: import_smithy_client.expectInt32,
|
|
@@ -9045,7 +9254,7 @@ var de_Association = /* @__PURE__ */ __name((output, context) => {
|
|
|
9045
9254
|
DocumentVersion: import_smithy_client.expectString,
|
|
9046
9255
|
Duration: import_smithy_client.expectInt32,
|
|
9047
9256
|
InstanceId: import_smithy_client.expectString,
|
|
9048
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9257
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9049
9258
|
Name: import_smithy_client.expectString,
|
|
9050
9259
|
Overview: import_smithy_client._json,
|
|
9051
9260
|
ScheduleExpression: import_smithy_client.expectString,
|
|
@@ -9064,13 +9273,13 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9064
9273
|
AutomationTargetParameterName: import_smithy_client.expectString,
|
|
9065
9274
|
CalendarNames: import_smithy_client._json,
|
|
9066
9275
|
ComplianceSeverity: import_smithy_client.expectString,
|
|
9067
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9276
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
9068
9277
|
DocumentVersion: import_smithy_client.expectString,
|
|
9069
9278
|
Duration: import_smithy_client.expectInt32,
|
|
9070
9279
|
InstanceId: import_smithy_client.expectString,
|
|
9071
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9072
|
-
LastSuccessfulExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9073
|
-
LastUpdateAssociationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9280
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9281
|
+
LastSuccessfulExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulExecutionDate"),
|
|
9282
|
+
LastUpdateAssociationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdateAssociationDate"),
|
|
9074
9283
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9075
9284
|
MaxErrors: import_smithy_client.expectString,
|
|
9076
9285
|
Name: import_smithy_client.expectString,
|
|
@@ -9079,7 +9288,7 @@ var de_AssociationDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9079
9288
|
Parameters: import_smithy_client._json,
|
|
9080
9289
|
ScheduleExpression: import_smithy_client.expectString,
|
|
9081
9290
|
ScheduleOffset: import_smithy_client.expectInt32,
|
|
9082
|
-
Status: (_) => de_AssociationStatus(_, context),
|
|
9291
|
+
Status: /* @__PURE__ */ __name((_) => de_AssociationStatus(_, context), "Status"),
|
|
9083
9292
|
SyncCompliance: import_smithy_client.expectString,
|
|
9084
9293
|
TargetLocations: import_smithy_client._json,
|
|
9085
9294
|
TargetMaps: import_smithy_client._json,
|
|
@@ -9098,10 +9307,10 @@ var de_AssociationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9098
9307
|
AlarmConfiguration: import_smithy_client._json,
|
|
9099
9308
|
AssociationId: import_smithy_client.expectString,
|
|
9100
9309
|
AssociationVersion: import_smithy_client.expectString,
|
|
9101
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9310
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
9102
9311
|
DetailedStatus: import_smithy_client.expectString,
|
|
9103
9312
|
ExecutionId: import_smithy_client.expectString,
|
|
9104
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9313
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9105
9314
|
ResourceCountByStatus: import_smithy_client.expectString,
|
|
9106
9315
|
Status: import_smithy_client.expectString,
|
|
9107
9316
|
TriggeredAlarms: import_smithy_client._json
|
|
@@ -9119,7 +9328,7 @@ var de_AssociationExecutionTarget = /* @__PURE__ */ __name((output, context) =>
|
|
|
9119
9328
|
AssociationVersion: import_smithy_client.expectString,
|
|
9120
9329
|
DetailedStatus: import_smithy_client.expectString,
|
|
9121
9330
|
ExecutionId: import_smithy_client.expectString,
|
|
9122
|
-
LastExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9331
|
+
LastExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastExecutionDate"),
|
|
9123
9332
|
OutputSource: import_smithy_client._json,
|
|
9124
9333
|
ResourceId: import_smithy_client.expectString,
|
|
9125
9334
|
ResourceType: import_smithy_client.expectString,
|
|
@@ -9141,7 +9350,7 @@ var de_AssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9141
9350
|
var de_AssociationStatus = /* @__PURE__ */ __name((output, context) => {
|
|
9142
9351
|
return (0, import_smithy_client.take)(output, {
|
|
9143
9352
|
AdditionalInfo: import_smithy_client.expectString,
|
|
9144
|
-
Date: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9353
|
+
Date: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Date"),
|
|
9145
9354
|
Message: import_smithy_client.expectString,
|
|
9146
9355
|
Name: import_smithy_client.expectString
|
|
9147
9356
|
});
|
|
@@ -9154,7 +9363,7 @@ var de_AssociationVersionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
|
9154
9363
|
AssociationVersion: import_smithy_client.expectString,
|
|
9155
9364
|
CalendarNames: import_smithy_client._json,
|
|
9156
9365
|
ComplianceSeverity: import_smithy_client.expectString,
|
|
9157
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9366
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9158
9367
|
DocumentVersion: import_smithy_client.expectString,
|
|
9159
9368
|
Duration: import_smithy_client.expectInt32,
|
|
9160
9369
|
MaxConcurrency: import_smithy_client.expectString,
|
|
@@ -9189,8 +9398,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9189
9398
|
DocumentName: import_smithy_client.expectString,
|
|
9190
9399
|
DocumentVersion: import_smithy_client.expectString,
|
|
9191
9400
|
ExecutedBy: import_smithy_client.expectString,
|
|
9192
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9193
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9401
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
9402
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
9194
9403
|
FailureMessage: import_smithy_client.expectString,
|
|
9195
9404
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9196
9405
|
MaxErrors: import_smithy_client.expectString,
|
|
@@ -9202,8 +9411,8 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
|
|
|
9202
9411
|
ProgressCounters: import_smithy_client._json,
|
|
9203
9412
|
ResolvedTargets: import_smithy_client._json,
|
|
9204
9413
|
Runbooks: import_smithy_client._json,
|
|
9205
|
-
ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9206
|
-
StepExecutions: (_) => de_StepExecutionList(_, context),
|
|
9414
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
|
|
9415
|
+
StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions"),
|
|
9207
9416
|
StepExecutionsTruncated: import_smithy_client.expectBoolean,
|
|
9208
9417
|
Target: import_smithy_client.expectString,
|
|
9209
9418
|
TargetLocations: import_smithy_client._json,
|
|
@@ -9229,8 +9438,8 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
|
|
|
9229
9438
|
DocumentName: import_smithy_client.expectString,
|
|
9230
9439
|
DocumentVersion: import_smithy_client.expectString,
|
|
9231
9440
|
ExecutedBy: import_smithy_client.expectString,
|
|
9232
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9233
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9441
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
9442
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
9234
9443
|
FailureMessage: import_smithy_client.expectString,
|
|
9235
9444
|
LogFile: import_smithy_client.expectString,
|
|
9236
9445
|
MaxConcurrency: import_smithy_client.expectString,
|
|
@@ -9241,7 +9450,7 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
|
|
|
9241
9450
|
ParentAutomationExecutionId: import_smithy_client.expectString,
|
|
9242
9451
|
ResolvedTargets: import_smithy_client._json,
|
|
9243
9452
|
Runbooks: import_smithy_client._json,
|
|
9244
|
-
ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9453
|
+
ScheduledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ScheduledTime"),
|
|
9245
9454
|
Target: import_smithy_client.expectString,
|
|
9246
9455
|
TargetLocationsURL: import_smithy_client.expectString,
|
|
9247
9456
|
TargetMaps: import_smithy_client._json,
|
|
@@ -9267,7 +9476,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
|
|
|
9267
9476
|
DocumentName: import_smithy_client.expectString,
|
|
9268
9477
|
DocumentVersion: import_smithy_client.expectString,
|
|
9269
9478
|
ErrorCount: import_smithy_client.expectInt32,
|
|
9270
|
-
ExpiresAfter: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9479
|
+
ExpiresAfter: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpiresAfter"),
|
|
9271
9480
|
InstanceIds: import_smithy_client._json,
|
|
9272
9481
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9273
9482
|
MaxErrors: import_smithy_client.expectString,
|
|
@@ -9276,7 +9485,7 @@ var de_Command = /* @__PURE__ */ __name((output, context) => {
|
|
|
9276
9485
|
OutputS3KeyPrefix: import_smithy_client.expectString,
|
|
9277
9486
|
OutputS3Region: import_smithy_client.expectString,
|
|
9278
9487
|
Parameters: import_smithy_client._json,
|
|
9279
|
-
RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9488
|
+
RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
|
|
9280
9489
|
ServiceRole: import_smithy_client.expectString,
|
|
9281
9490
|
Status: import_smithy_client.expectString,
|
|
9282
9491
|
StatusDetails: import_smithy_client.expectString,
|
|
@@ -9290,14 +9499,14 @@ var de_CommandInvocation = /* @__PURE__ */ __name((output, context) => {
|
|
|
9290
9499
|
return (0, import_smithy_client.take)(output, {
|
|
9291
9500
|
CloudWatchOutputConfig: import_smithy_client._json,
|
|
9292
9501
|
CommandId: import_smithy_client.expectString,
|
|
9293
|
-
CommandPlugins: (_) => de_CommandPluginList(_, context),
|
|
9502
|
+
CommandPlugins: /* @__PURE__ */ __name((_) => de_CommandPluginList(_, context), "CommandPlugins"),
|
|
9294
9503
|
Comment: import_smithy_client.expectString,
|
|
9295
9504
|
DocumentName: import_smithy_client.expectString,
|
|
9296
9505
|
DocumentVersion: import_smithy_client.expectString,
|
|
9297
9506
|
InstanceId: import_smithy_client.expectString,
|
|
9298
9507
|
InstanceName: import_smithy_client.expectString,
|
|
9299
9508
|
NotificationConfig: import_smithy_client._json,
|
|
9300
|
-
RequestedDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9509
|
+
RequestedDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestedDateTime"),
|
|
9301
9510
|
ServiceRole: import_smithy_client.expectString,
|
|
9302
9511
|
StandardErrorUrl: import_smithy_client.expectString,
|
|
9303
9512
|
StandardOutputUrl: import_smithy_client.expectString,
|
|
@@ -9326,8 +9535,8 @@ var de_CommandPlugin = /* @__PURE__ */ __name((output, context) => {
|
|
|
9326
9535
|
OutputS3KeyPrefix: import_smithy_client.expectString,
|
|
9327
9536
|
OutputS3Region: import_smithy_client.expectString,
|
|
9328
9537
|
ResponseCode: import_smithy_client.expectInt32,
|
|
9329
|
-
ResponseFinishDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9330
|
-
ResponseStartDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9538
|
+
ResponseFinishDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseFinishDateTime"),
|
|
9539
|
+
ResponseStartDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResponseStartDateTime"),
|
|
9331
9540
|
StandardErrorUrl: import_smithy_client.expectString,
|
|
9332
9541
|
StandardOutputUrl: import_smithy_client.expectString,
|
|
9333
9542
|
Status: import_smithy_client.expectString,
|
|
@@ -9343,7 +9552,7 @@ var de_CommandPluginList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9343
9552
|
var de_ComplianceExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
9344
9553
|
return (0, import_smithy_client.take)(output, {
|
|
9345
9554
|
ExecutionId: import_smithy_client.expectString,
|
|
9346
|
-
ExecutionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9555
|
+
ExecutionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionTime"),
|
|
9347
9556
|
ExecutionType: import_smithy_client.expectString
|
|
9348
9557
|
});
|
|
9349
9558
|
}, "de_ComplianceExecutionSummary");
|
|
@@ -9351,7 +9560,7 @@ var de_ComplianceItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
9351
9560
|
return (0, import_smithy_client.take)(output, {
|
|
9352
9561
|
ComplianceType: import_smithy_client.expectString,
|
|
9353
9562
|
Details: import_smithy_client._json,
|
|
9354
|
-
ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
|
|
9563
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
9355
9564
|
Id: import_smithy_client.expectString,
|
|
9356
9565
|
ResourceId: import_smithy_client.expectString,
|
|
9357
9566
|
ResourceType: import_smithy_client.expectString,
|
|
@@ -9369,147 +9578,155 @@ var de_ComplianceItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9369
9578
|
var de_CreateAssociationBatchResult = /* @__PURE__ */ __name((output, context) => {
|
|
9370
9579
|
return (0, import_smithy_client.take)(output, {
|
|
9371
9580
|
Failed: import_smithy_client._json,
|
|
9372
|
-
Successful: (_) => de_AssociationDescriptionList(_, context)
|
|
9581
|
+
Successful: /* @__PURE__ */ __name((_) => de_AssociationDescriptionList(_, context), "Successful")
|
|
9373
9582
|
});
|
|
9374
9583
|
}, "de_CreateAssociationBatchResult");
|
|
9375
9584
|
var de_CreateAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9376
9585
|
return (0, import_smithy_client.take)(output, {
|
|
9377
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
9586
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
9378
9587
|
});
|
|
9379
9588
|
}, "de_CreateAssociationResult");
|
|
9380
9589
|
var de_CreateDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9381
9590
|
return (0, import_smithy_client.take)(output, {
|
|
9382
|
-
DocumentDescription: (_) => de_DocumentDescription(_, context)
|
|
9591
|
+
DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
|
|
9383
9592
|
});
|
|
9384
9593
|
}, "de_CreateDocumentResult");
|
|
9594
|
+
var de_Credentials = /* @__PURE__ */ __name((output, context) => {
|
|
9595
|
+
return (0, import_smithy_client.take)(output, {
|
|
9596
|
+
AccessKeyId: import_smithy_client.expectString,
|
|
9597
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),
|
|
9598
|
+
SecretAccessKey: import_smithy_client.expectString,
|
|
9599
|
+
SessionToken: import_smithy_client.expectString
|
|
9600
|
+
});
|
|
9601
|
+
}, "de_Credentials");
|
|
9385
9602
|
var de_DescribeActivationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9386
9603
|
return (0, import_smithy_client.take)(output, {
|
|
9387
|
-
ActivationList: (_) => de_ActivationList(_, context),
|
|
9604
|
+
ActivationList: /* @__PURE__ */ __name((_) => de_ActivationList(_, context), "ActivationList"),
|
|
9388
9605
|
NextToken: import_smithy_client.expectString
|
|
9389
9606
|
});
|
|
9390
9607
|
}, "de_DescribeActivationsResult");
|
|
9391
9608
|
var de_DescribeAssociationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9392
9609
|
return (0, import_smithy_client.take)(output, {
|
|
9393
|
-
AssociationExecutions: (_) => de_AssociationExecutionsList(_, context),
|
|
9610
|
+
AssociationExecutions: /* @__PURE__ */ __name((_) => de_AssociationExecutionsList(_, context), "AssociationExecutions"),
|
|
9394
9611
|
NextToken: import_smithy_client.expectString
|
|
9395
9612
|
});
|
|
9396
9613
|
}, "de_DescribeAssociationExecutionsResult");
|
|
9397
9614
|
var de_DescribeAssociationExecutionTargetsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9398
9615
|
return (0, import_smithy_client.take)(output, {
|
|
9399
|
-
AssociationExecutionTargets: (_) => de_AssociationExecutionTargetsList(_, context),
|
|
9616
|
+
AssociationExecutionTargets: /* @__PURE__ */ __name((_) => de_AssociationExecutionTargetsList(_, context), "AssociationExecutionTargets"),
|
|
9400
9617
|
NextToken: import_smithy_client.expectString
|
|
9401
9618
|
});
|
|
9402
9619
|
}, "de_DescribeAssociationExecutionTargetsResult");
|
|
9403
9620
|
var de_DescribeAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9404
9621
|
return (0, import_smithy_client.take)(output, {
|
|
9405
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
9622
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
9406
9623
|
});
|
|
9407
9624
|
}, "de_DescribeAssociationResult");
|
|
9408
9625
|
var de_DescribeAutomationExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9409
9626
|
return (0, import_smithy_client.take)(output, {
|
|
9410
|
-
AutomationExecutionMetadataList: (_) => de_AutomationExecutionMetadataList(_, context),
|
|
9627
|
+
AutomationExecutionMetadataList: /* @__PURE__ */ __name((_) => de_AutomationExecutionMetadataList(_, context), "AutomationExecutionMetadataList"),
|
|
9411
9628
|
NextToken: import_smithy_client.expectString
|
|
9412
9629
|
});
|
|
9413
9630
|
}, "de_DescribeAutomationExecutionsResult");
|
|
9414
9631
|
var de_DescribeAutomationStepExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9415
9632
|
return (0, import_smithy_client.take)(output, {
|
|
9416
9633
|
NextToken: import_smithy_client.expectString,
|
|
9417
|
-
StepExecutions: (_) => de_StepExecutionList(_, context)
|
|
9634
|
+
StepExecutions: /* @__PURE__ */ __name((_) => de_StepExecutionList(_, context), "StepExecutions")
|
|
9418
9635
|
});
|
|
9419
9636
|
}, "de_DescribeAutomationStepExecutionsResult");
|
|
9420
9637
|
var de_DescribeAvailablePatchesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9421
9638
|
return (0, import_smithy_client.take)(output, {
|
|
9422
9639
|
NextToken: import_smithy_client.expectString,
|
|
9423
|
-
Patches: (_) => de_PatchList(_, context)
|
|
9640
|
+
Patches: /* @__PURE__ */ __name((_) => de_PatchList(_, context), "Patches")
|
|
9424
9641
|
});
|
|
9425
9642
|
}, "de_DescribeAvailablePatchesResult");
|
|
9426
9643
|
var de_DescribeDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9427
9644
|
return (0, import_smithy_client.take)(output, {
|
|
9428
|
-
Document: (_) => de_DocumentDescription(_, context)
|
|
9645
|
+
Document: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "Document")
|
|
9429
9646
|
});
|
|
9430
9647
|
}, "de_DescribeDocumentResult");
|
|
9431
9648
|
var de_DescribeEffectivePatchesForPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
9432
9649
|
return (0, import_smithy_client.take)(output, {
|
|
9433
|
-
EffectivePatches: (_) => de_EffectivePatchList(_, context),
|
|
9650
|
+
EffectivePatches: /* @__PURE__ */ __name((_) => de_EffectivePatchList(_, context), "EffectivePatches"),
|
|
9434
9651
|
NextToken: import_smithy_client.expectString
|
|
9435
9652
|
});
|
|
9436
9653
|
}, "de_DescribeEffectivePatchesForPatchBaselineResult");
|
|
9437
9654
|
var de_DescribeInstanceAssociationsStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
9438
9655
|
return (0, import_smithy_client.take)(output, {
|
|
9439
|
-
InstanceAssociationStatusInfos: (_) => de_InstanceAssociationStatusInfos(_, context),
|
|
9656
|
+
InstanceAssociationStatusInfos: /* @__PURE__ */ __name((_) => de_InstanceAssociationStatusInfos(_, context), "InstanceAssociationStatusInfos"),
|
|
9440
9657
|
NextToken: import_smithy_client.expectString
|
|
9441
9658
|
});
|
|
9442
9659
|
}, "de_DescribeInstanceAssociationsStatusResult");
|
|
9443
9660
|
var de_DescribeInstanceInformationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9444
9661
|
return (0, import_smithy_client.take)(output, {
|
|
9445
|
-
InstanceInformationList: (_) => de_InstanceInformationList(_, context),
|
|
9662
|
+
InstanceInformationList: /* @__PURE__ */ __name((_) => de_InstanceInformationList(_, context), "InstanceInformationList"),
|
|
9446
9663
|
NextToken: import_smithy_client.expectString
|
|
9447
9664
|
});
|
|
9448
9665
|
}, "de_DescribeInstanceInformationResult");
|
|
9449
9666
|
var de_DescribeInstancePatchesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9450
9667
|
return (0, import_smithy_client.take)(output, {
|
|
9451
9668
|
NextToken: import_smithy_client.expectString,
|
|
9452
|
-
Patches: (_) => de_PatchComplianceDataList(_, context)
|
|
9669
|
+
Patches: /* @__PURE__ */ __name((_) => de_PatchComplianceDataList(_, context), "Patches")
|
|
9453
9670
|
});
|
|
9454
9671
|
}, "de_DescribeInstancePatchesResult");
|
|
9455
9672
|
var de_DescribeInstancePatchStatesForPatchGroupResult = /* @__PURE__ */ __name((output, context) => {
|
|
9456
9673
|
return (0, import_smithy_client.take)(output, {
|
|
9457
|
-
InstancePatchStates: (_) => de_InstancePatchStatesList(_, context),
|
|
9674
|
+
InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStatesList(_, context), "InstancePatchStates"),
|
|
9458
9675
|
NextToken: import_smithy_client.expectString
|
|
9459
9676
|
});
|
|
9460
9677
|
}, "de_DescribeInstancePatchStatesForPatchGroupResult");
|
|
9461
9678
|
var de_DescribeInstancePatchStatesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9462
9679
|
return (0, import_smithy_client.take)(output, {
|
|
9463
|
-
InstancePatchStates: (_) => de_InstancePatchStateList(_, context),
|
|
9680
|
+
InstancePatchStates: /* @__PURE__ */ __name((_) => de_InstancePatchStateList(_, context), "InstancePatchStates"),
|
|
9464
9681
|
NextToken: import_smithy_client.expectString
|
|
9465
9682
|
});
|
|
9466
9683
|
}, "de_DescribeInstancePatchStatesResult");
|
|
9467
9684
|
var de_DescribeInstancePropertiesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9468
9685
|
return (0, import_smithy_client.take)(output, {
|
|
9469
|
-
InstanceProperties: (_) => de_InstanceProperties(_, context),
|
|
9686
|
+
InstanceProperties: /* @__PURE__ */ __name((_) => de_InstanceProperties(_, context), "InstanceProperties"),
|
|
9470
9687
|
NextToken: import_smithy_client.expectString
|
|
9471
9688
|
});
|
|
9472
9689
|
}, "de_DescribeInstancePropertiesResult");
|
|
9473
9690
|
var de_DescribeInventoryDeletionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9474
9691
|
return (0, import_smithy_client.take)(output, {
|
|
9475
|
-
InventoryDeletions: (_) => de_InventoryDeletionsList(_, context),
|
|
9692
|
+
InventoryDeletions: /* @__PURE__ */ __name((_) => de_InventoryDeletionsList(_, context), "InventoryDeletions"),
|
|
9476
9693
|
NextToken: import_smithy_client.expectString
|
|
9477
9694
|
});
|
|
9478
9695
|
}, "de_DescribeInventoryDeletionsResult");
|
|
9479
9696
|
var de_DescribeMaintenanceWindowExecutionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9480
9697
|
return (0, import_smithy_client.take)(output, {
|
|
9481
9698
|
NextToken: import_smithy_client.expectString,
|
|
9482
|
-
WindowExecutions: (_) => de_MaintenanceWindowExecutionList(_, context)
|
|
9699
|
+
WindowExecutions: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionList(_, context), "WindowExecutions")
|
|
9483
9700
|
});
|
|
9484
9701
|
}, "de_DescribeMaintenanceWindowExecutionsResult");
|
|
9485
9702
|
var de_DescribeMaintenanceWindowExecutionTaskInvocationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9486
9703
|
return (0, import_smithy_client.take)(output, {
|
|
9487
9704
|
NextToken: import_smithy_client.expectString,
|
|
9488
|
-
WindowExecutionTaskInvocationIdentities: (_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context)
|
|
9705
|
+
WindowExecutionTaskInvocationIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskInvocationIdentityList(_, context), "WindowExecutionTaskInvocationIdentities")
|
|
9489
9706
|
});
|
|
9490
9707
|
}, "de_DescribeMaintenanceWindowExecutionTaskInvocationsResult");
|
|
9491
9708
|
var de_DescribeMaintenanceWindowExecutionTasksResult = /* @__PURE__ */ __name((output, context) => {
|
|
9492
9709
|
return (0, import_smithy_client.take)(output, {
|
|
9493
9710
|
NextToken: import_smithy_client.expectString,
|
|
9494
|
-
WindowExecutionTaskIdentities: (_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context)
|
|
9711
|
+
WindowExecutionTaskIdentities: /* @__PURE__ */ __name((_) => de_MaintenanceWindowExecutionTaskIdentityList(_, context), "WindowExecutionTaskIdentities")
|
|
9495
9712
|
});
|
|
9496
9713
|
}, "de_DescribeMaintenanceWindowExecutionTasksResult");
|
|
9497
9714
|
var de_DescribeOpsItemsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9498
9715
|
return (0, import_smithy_client.take)(output, {
|
|
9499
9716
|
NextToken: import_smithy_client.expectString,
|
|
9500
|
-
OpsItemSummaries: (_) => de_OpsItemSummaries(_, context)
|
|
9717
|
+
OpsItemSummaries: /* @__PURE__ */ __name((_) => de_OpsItemSummaries(_, context), "OpsItemSummaries")
|
|
9501
9718
|
});
|
|
9502
9719
|
}, "de_DescribeOpsItemsResponse");
|
|
9503
9720
|
var de_DescribeParametersResult = /* @__PURE__ */ __name((output, context) => {
|
|
9504
9721
|
return (0, import_smithy_client.take)(output, {
|
|
9505
9722
|
NextToken: import_smithy_client.expectString,
|
|
9506
|
-
Parameters: (_) => de_ParameterMetadataList(_, context)
|
|
9723
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterMetadataList(_, context), "Parameters")
|
|
9507
9724
|
});
|
|
9508
9725
|
}, "de_DescribeParametersResult");
|
|
9509
9726
|
var de_DescribeSessionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9510
9727
|
return (0, import_smithy_client.take)(output, {
|
|
9511
9728
|
NextToken: import_smithy_client.expectString,
|
|
9512
|
-
Sessions: (_) => de_SessionList(_, context)
|
|
9729
|
+
Sessions: /* @__PURE__ */ __name((_) => de_SessionList(_, context), "Sessions")
|
|
9513
9730
|
});
|
|
9514
9731
|
}, "de_DescribeSessionsResponse");
|
|
9515
9732
|
var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9519,7 +9736,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9519
9736
|
Author: import_smithy_client.expectString,
|
|
9520
9737
|
Category: import_smithy_client._json,
|
|
9521
9738
|
CategoryEnum: import_smithy_client._json,
|
|
9522
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9739
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9523
9740
|
DefaultVersion: import_smithy_client.expectString,
|
|
9524
9741
|
Description: import_smithy_client.expectString,
|
|
9525
9742
|
DisplayName: import_smithy_client.expectString,
|
|
@@ -9535,7 +9752,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9535
9752
|
PendingReviewVersion: import_smithy_client.expectString,
|
|
9536
9753
|
PlatformTypes: import_smithy_client._json,
|
|
9537
9754
|
Requires: import_smithy_client._json,
|
|
9538
|
-
ReviewInformation: (_) => de_ReviewInformationList(_, context),
|
|
9755
|
+
ReviewInformation: /* @__PURE__ */ __name((_) => de_ReviewInformationList(_, context), "ReviewInformation"),
|
|
9539
9756
|
ReviewStatus: import_smithy_client.expectString,
|
|
9540
9757
|
SchemaVersion: import_smithy_client.expectString,
|
|
9541
9758
|
Sha1: import_smithy_client.expectString,
|
|
@@ -9549,7 +9766,7 @@ var de_DocumentDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
9549
9766
|
var de_DocumentIdentifier = /* @__PURE__ */ __name((output, context) => {
|
|
9550
9767
|
return (0, import_smithy_client.take)(output, {
|
|
9551
9768
|
Author: import_smithy_client.expectString,
|
|
9552
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9769
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9553
9770
|
DisplayName: import_smithy_client.expectString,
|
|
9554
9771
|
DocumentFormat: import_smithy_client.expectString,
|
|
9555
9772
|
DocumentType: import_smithy_client.expectString,
|
|
@@ -9573,7 +9790,7 @@ var de_DocumentIdentifierList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9573
9790
|
}, "de_DocumentIdentifierList");
|
|
9574
9791
|
var de_DocumentMetadataResponseInfo = /* @__PURE__ */ __name((output, context) => {
|
|
9575
9792
|
return (0, import_smithy_client.take)(output, {
|
|
9576
|
-
ReviewerResponse: (_) => de_DocumentReviewerResponseList(_, context)
|
|
9793
|
+
ReviewerResponse: /* @__PURE__ */ __name((_) => de_DocumentReviewerResponseList(_, context), "ReviewerResponse")
|
|
9577
9794
|
});
|
|
9578
9795
|
}, "de_DocumentMetadataResponseInfo");
|
|
9579
9796
|
var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9585,15 +9802,15 @@ var de_DocumentReviewerResponseList = /* @__PURE__ */ __name((output, context) =
|
|
|
9585
9802
|
var de_DocumentReviewerResponseSource = /* @__PURE__ */ __name((output, context) => {
|
|
9586
9803
|
return (0, import_smithy_client.take)(output, {
|
|
9587
9804
|
Comment: import_smithy_client._json,
|
|
9588
|
-
CreateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9805
|
+
CreateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreateTime"),
|
|
9589
9806
|
ReviewStatus: import_smithy_client.expectString,
|
|
9590
9807
|
Reviewer: import_smithy_client.expectString,
|
|
9591
|
-
UpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
9808
|
+
UpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedTime")
|
|
9592
9809
|
});
|
|
9593
9810
|
}, "de_DocumentReviewerResponseSource");
|
|
9594
9811
|
var de_DocumentVersionInfo = /* @__PURE__ */ __name((output, context) => {
|
|
9595
9812
|
return (0, import_smithy_client.take)(output, {
|
|
9596
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9813
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9597
9814
|
DisplayName: import_smithy_client.expectString,
|
|
9598
9815
|
DocumentFormat: import_smithy_client.expectString,
|
|
9599
9816
|
DocumentVersion: import_smithy_client.expectString,
|
|
@@ -9613,8 +9830,8 @@ var de_DocumentVersionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9613
9830
|
}, "de_DocumentVersionList");
|
|
9614
9831
|
var de_EffectivePatch = /* @__PURE__ */ __name((output, context) => {
|
|
9615
9832
|
return (0, import_smithy_client.take)(output, {
|
|
9616
|
-
Patch: (_) => de_Patch(_, context),
|
|
9617
|
-
PatchStatus: (_) => de_PatchStatus(_, context)
|
|
9833
|
+
Patch: /* @__PURE__ */ __name((_) => de_Patch(_, context), "Patch"),
|
|
9834
|
+
PatchStatus: /* @__PURE__ */ __name((_) => de_PatchStatus(_, context), "PatchStatus")
|
|
9618
9835
|
});
|
|
9619
9836
|
}, "de_EffectivePatch");
|
|
9620
9837
|
var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9623,16 +9840,22 @@ var de_EffectivePatchList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9623
9840
|
});
|
|
9624
9841
|
return retVal;
|
|
9625
9842
|
}, "de_EffectivePatchList");
|
|
9843
|
+
var de_GetAccessTokenResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9844
|
+
return (0, import_smithy_client.take)(output, {
|
|
9845
|
+
AccessRequestStatus: import_smithy_client.expectString,
|
|
9846
|
+
Credentials: /* @__PURE__ */ __name((_) => de_Credentials(_, context), "Credentials")
|
|
9847
|
+
});
|
|
9848
|
+
}, "de_GetAccessTokenResponse");
|
|
9626
9849
|
var de_GetAutomationExecutionResult = /* @__PURE__ */ __name((output, context) => {
|
|
9627
9850
|
return (0, import_smithy_client.take)(output, {
|
|
9628
|
-
AutomationExecution: (_) => de_AutomationExecution(_, context)
|
|
9851
|
+
AutomationExecution: /* @__PURE__ */ __name((_) => de_AutomationExecution(_, context), "AutomationExecution")
|
|
9629
9852
|
});
|
|
9630
9853
|
}, "de_GetAutomationExecutionResult");
|
|
9631
9854
|
var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
9632
9855
|
return (0, import_smithy_client.take)(output, {
|
|
9633
9856
|
AttachmentsContent: import_smithy_client._json,
|
|
9634
9857
|
Content: import_smithy_client.expectString,
|
|
9635
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9858
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9636
9859
|
DisplayName: import_smithy_client.expectString,
|
|
9637
9860
|
DocumentFormat: import_smithy_client.expectString,
|
|
9638
9861
|
DocumentType: import_smithy_client.expectString,
|
|
@@ -9647,8 +9870,8 @@ var de_GetDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9647
9870
|
}, "de_GetDocumentResult");
|
|
9648
9871
|
var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9649
9872
|
return (0, import_smithy_client.take)(output, {
|
|
9650
|
-
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9651
|
-
ExecutionPreview: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
9873
|
+
EndedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndedAt"),
|
|
9874
|
+
ExecutionPreview: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "ExecutionPreview"),
|
|
9652
9875
|
ExecutionPreviewId: import_smithy_client.expectString,
|
|
9653
9876
|
Status: import_smithy_client.expectString,
|
|
9654
9877
|
StatusMessage: import_smithy_client.expectString
|
|
@@ -9656,8 +9879,8 @@ var de_GetExecutionPreviewResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
9656
9879
|
}, "de_GetExecutionPreviewResponse");
|
|
9657
9880
|
var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, context) => {
|
|
9658
9881
|
return (0, import_smithy_client.take)(output, {
|
|
9659
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9660
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9882
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9883
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9661
9884
|
Status: import_smithy_client.expectString,
|
|
9662
9885
|
StatusDetails: import_smithy_client.expectString,
|
|
9663
9886
|
TaskIds: import_smithy_client._json,
|
|
@@ -9666,12 +9889,12 @@ var de_GetMaintenanceWindowExecutionResult = /* @__PURE__ */ __name((output, con
|
|
|
9666
9889
|
}, "de_GetMaintenanceWindowExecutionResult");
|
|
9667
9890
|
var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __name((output, context) => {
|
|
9668
9891
|
return (0, import_smithy_client.take)(output, {
|
|
9669
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9892
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9670
9893
|
ExecutionId: import_smithy_client.expectString,
|
|
9671
9894
|
InvocationId: import_smithy_client.expectString,
|
|
9672
9895
|
OwnerInformation: import_smithy_client.expectString,
|
|
9673
9896
|
Parameters: import_smithy_client.expectString,
|
|
9674
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9897
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9675
9898
|
Status: import_smithy_client.expectString,
|
|
9676
9899
|
StatusDetails: import_smithy_client.expectString,
|
|
9677
9900
|
TaskExecutionId: import_smithy_client.expectString,
|
|
@@ -9683,12 +9906,12 @@ var de_GetMaintenanceWindowExecutionTaskInvocationResult = /* @__PURE__ */ __nam
|
|
|
9683
9906
|
var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
9684
9907
|
return (0, import_smithy_client.take)(output, {
|
|
9685
9908
|
AlarmConfiguration: import_smithy_client._json,
|
|
9686
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9909
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
9687
9910
|
MaxConcurrency: import_smithy_client.expectString,
|
|
9688
9911
|
MaxErrors: import_smithy_client.expectString,
|
|
9689
9912
|
Priority: import_smithy_client.expectInt32,
|
|
9690
9913
|
ServiceRole: import_smithy_client.expectString,
|
|
9691
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9914
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
9692
9915
|
Status: import_smithy_client.expectString,
|
|
9693
9916
|
StatusDetails: import_smithy_client.expectString,
|
|
9694
9917
|
TaskArn: import_smithy_client.expectString,
|
|
@@ -9702,13 +9925,13 @@ var de_GetMaintenanceWindowExecutionTaskResult = /* @__PURE__ */ __name((output,
|
|
|
9702
9925
|
var de_GetMaintenanceWindowResult = /* @__PURE__ */ __name((output, context) => {
|
|
9703
9926
|
return (0, import_smithy_client.take)(output, {
|
|
9704
9927
|
AllowUnassociatedTargets: import_smithy_client.expectBoolean,
|
|
9705
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9928
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9706
9929
|
Cutoff: import_smithy_client.expectInt32,
|
|
9707
9930
|
Description: import_smithy_client.expectString,
|
|
9708
9931
|
Duration: import_smithy_client.expectInt32,
|
|
9709
9932
|
Enabled: import_smithy_client.expectBoolean,
|
|
9710
9933
|
EndDate: import_smithy_client.expectString,
|
|
9711
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9934
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
9712
9935
|
Name: import_smithy_client.expectString,
|
|
9713
9936
|
NextExecutionTime: import_smithy_client.expectString,
|
|
9714
9937
|
Schedule: import_smithy_client.expectString,
|
|
@@ -9731,7 +9954,7 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
|
|
|
9731
9954
|
ServiceRoleArn: import_smithy_client.expectString,
|
|
9732
9955
|
Targets: import_smithy_client._json,
|
|
9733
9956
|
TaskArn: import_smithy_client.expectString,
|
|
9734
|
-
TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
9957
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
9735
9958
|
TaskParameters: import_smithy_client._json,
|
|
9736
9959
|
TaskType: import_smithy_client.expectString,
|
|
9737
9960
|
WindowId: import_smithy_client.expectString,
|
|
@@ -9740,30 +9963,30 @@ var de_GetMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context)
|
|
|
9740
9963
|
}, "de_GetMaintenanceWindowTaskResult");
|
|
9741
9964
|
var de_GetOpsItemResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9742
9965
|
return (0, import_smithy_client.take)(output, {
|
|
9743
|
-
OpsItem: (_) => de_OpsItem(_, context)
|
|
9966
|
+
OpsItem: /* @__PURE__ */ __name((_) => de_OpsItem(_, context), "OpsItem")
|
|
9744
9967
|
});
|
|
9745
9968
|
}, "de_GetOpsItemResponse");
|
|
9746
9969
|
var de_GetParameterHistoryResult = /* @__PURE__ */ __name((output, context) => {
|
|
9747
9970
|
return (0, import_smithy_client.take)(output, {
|
|
9748
9971
|
NextToken: import_smithy_client.expectString,
|
|
9749
|
-
Parameters: (_) => de_ParameterHistoryList(_, context)
|
|
9972
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterHistoryList(_, context), "Parameters")
|
|
9750
9973
|
});
|
|
9751
9974
|
}, "de_GetParameterHistoryResult");
|
|
9752
9975
|
var de_GetParameterResult = /* @__PURE__ */ __name((output, context) => {
|
|
9753
9976
|
return (0, import_smithy_client.take)(output, {
|
|
9754
|
-
Parameter: (_) => de_Parameter(_, context)
|
|
9977
|
+
Parameter: /* @__PURE__ */ __name((_) => de_Parameter(_, context), "Parameter")
|
|
9755
9978
|
});
|
|
9756
9979
|
}, "de_GetParameterResult");
|
|
9757
9980
|
var de_GetParametersByPathResult = /* @__PURE__ */ __name((output, context) => {
|
|
9758
9981
|
return (0, import_smithy_client.take)(output, {
|
|
9759
9982
|
NextToken: import_smithy_client.expectString,
|
|
9760
|
-
Parameters: (_) => de_ParameterList(_, context)
|
|
9983
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
|
|
9761
9984
|
});
|
|
9762
9985
|
}, "de_GetParametersByPathResult");
|
|
9763
9986
|
var de_GetParametersResult = /* @__PURE__ */ __name((output, context) => {
|
|
9764
9987
|
return (0, import_smithy_client.take)(output, {
|
|
9765
9988
|
InvalidParameters: import_smithy_client._json,
|
|
9766
|
-
Parameters: (_) => de_ParameterList(_, context)
|
|
9989
|
+
Parameters: /* @__PURE__ */ __name((_) => de_ParameterList(_, context), "Parameters")
|
|
9767
9990
|
});
|
|
9768
9991
|
}, "de_GetParametersResult");
|
|
9769
9992
|
var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9772,11 +9995,12 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9772
9995
|
ApprovedPatches: import_smithy_client._json,
|
|
9773
9996
|
ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
|
|
9774
9997
|
ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
|
|
9998
|
+
AvailableSecurityUpdatesComplianceStatus: import_smithy_client.expectString,
|
|
9775
9999
|
BaselineId: import_smithy_client.expectString,
|
|
9776
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10000
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
9777
10001
|
Description: import_smithy_client.expectString,
|
|
9778
10002
|
GlobalFilters: import_smithy_client._json,
|
|
9779
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10003
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
9780
10004
|
Name: import_smithy_client.expectString,
|
|
9781
10005
|
OperatingSystem: import_smithy_client.expectString,
|
|
9782
10006
|
PatchGroups: import_smithy_client._json,
|
|
@@ -9787,7 +10011,7 @@ var de_GetPatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
9787
10011
|
}, "de_GetPatchBaselineResult");
|
|
9788
10012
|
var de_GetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
|
|
9789
10013
|
return (0, import_smithy_client.take)(output, {
|
|
9790
|
-
ServiceSetting: (_) => de_ServiceSetting(_, context)
|
|
10014
|
+
ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
|
|
9791
10015
|
});
|
|
9792
10016
|
}, "de_GetServiceSettingResult");
|
|
9793
10017
|
var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -9798,7 +10022,7 @@ var de_InstanceAssociationStatusInfo = /* @__PURE__ */ __name((output, context)
|
|
|
9798
10022
|
DetailedStatus: import_smithy_client.expectString,
|
|
9799
10023
|
DocumentVersion: import_smithy_client.expectString,
|
|
9800
10024
|
ErrorCode: import_smithy_client.expectString,
|
|
9801
|
-
ExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10025
|
+
ExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionDate"),
|
|
9802
10026
|
ExecutionSummary: import_smithy_client.expectString,
|
|
9803
10027
|
InstanceId: import_smithy_client.expectString,
|
|
9804
10028
|
Name: import_smithy_client.expectString,
|
|
@@ -9823,15 +10047,15 @@ var de_InstanceInformation = /* @__PURE__ */ __name((output, context) => {
|
|
|
9823
10047
|
IamRole: import_smithy_client.expectString,
|
|
9824
10048
|
InstanceId: import_smithy_client.expectString,
|
|
9825
10049
|
IsLatestVersion: import_smithy_client.expectBoolean,
|
|
9826
|
-
LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9827
|
-
LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9828
|
-
LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10050
|
+
LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
|
|
10051
|
+
LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
|
|
10052
|
+
LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
|
|
9829
10053
|
Name: import_smithy_client.expectString,
|
|
9830
10054
|
PingStatus: import_smithy_client.expectString,
|
|
9831
10055
|
PlatformName: import_smithy_client.expectString,
|
|
9832
10056
|
PlatformType: import_smithy_client.expectString,
|
|
9833
10057
|
PlatformVersion: import_smithy_client.expectString,
|
|
9834
|
-
RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10058
|
+
RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
|
|
9835
10059
|
ResourceType: import_smithy_client.expectString,
|
|
9836
10060
|
SourceId: import_smithy_client.expectString,
|
|
9837
10061
|
SourceType: import_smithy_client.expectString
|
|
@@ -9845,6 +10069,7 @@ var de_InstanceInformationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9845
10069
|
}, "de_InstanceInformationList");
|
|
9846
10070
|
var de_InstancePatchState = /* @__PURE__ */ __name((output, context) => {
|
|
9847
10071
|
return (0, import_smithy_client.take)(output, {
|
|
10072
|
+
AvailableSecurityUpdateCount: import_smithy_client.expectInt32,
|
|
9848
10073
|
BaselineId: import_smithy_client.expectString,
|
|
9849
10074
|
CriticalNonCompliantCount: import_smithy_client.expectInt32,
|
|
9850
10075
|
FailedCount: import_smithy_client.expectInt32,
|
|
@@ -9854,12 +10079,12 @@ var de_InstancePatchState = /* @__PURE__ */ __name((output, context) => {
|
|
|
9854
10079
|
InstalledPendingRebootCount: import_smithy_client.expectInt32,
|
|
9855
10080
|
InstalledRejectedCount: import_smithy_client.expectInt32,
|
|
9856
10081
|
InstanceId: import_smithy_client.expectString,
|
|
9857
|
-
LastNoRebootInstallOperationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10082
|
+
LastNoRebootInstallOperationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastNoRebootInstallOperationTime"),
|
|
9858
10083
|
MissingCount: import_smithy_client.expectInt32,
|
|
9859
10084
|
NotApplicableCount: import_smithy_client.expectInt32,
|
|
9860
10085
|
Operation: import_smithy_client.expectString,
|
|
9861
|
-
OperationEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9862
|
-
OperationStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10086
|
+
OperationEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationEndTime"),
|
|
10087
|
+
OperationStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "OperationStartTime"),
|
|
9863
10088
|
OtherNonCompliantCount: import_smithy_client.expectInt32,
|
|
9864
10089
|
OwnerInformation: import_smithy_client.expectString,
|
|
9865
10090
|
PatchGroup: import_smithy_client.expectString,
|
|
@@ -9902,16 +10127,16 @@ var de_InstanceProperty = /* @__PURE__ */ __name((output, context) => {
|
|
|
9902
10127
|
InstanceState: import_smithy_client.expectString,
|
|
9903
10128
|
InstanceType: import_smithy_client.expectString,
|
|
9904
10129
|
KeyName: import_smithy_client.expectString,
|
|
9905
|
-
LastAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9906
|
-
LastPingDateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9907
|
-
LastSuccessfulAssociationExecutionDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9908
|
-
LaunchTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10130
|
+
LastAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAssociationExecutionDate"),
|
|
10131
|
+
LastPingDateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastPingDateTime"),
|
|
10132
|
+
LastSuccessfulAssociationExecutionDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulAssociationExecutionDate"),
|
|
10133
|
+
LaunchTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LaunchTime"),
|
|
9909
10134
|
Name: import_smithy_client.expectString,
|
|
9910
10135
|
PingStatus: import_smithy_client.expectString,
|
|
9911
10136
|
PlatformName: import_smithy_client.expectString,
|
|
9912
10137
|
PlatformType: import_smithy_client.expectString,
|
|
9913
10138
|
PlatformVersion: import_smithy_client.expectString,
|
|
9914
|
-
RegistrationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10139
|
+
RegistrationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RegistrationDate"),
|
|
9915
10140
|
ResourceType: import_smithy_client.expectString,
|
|
9916
10141
|
SourceId: import_smithy_client.expectString,
|
|
9917
10142
|
SourceType: import_smithy_client.expectString
|
|
@@ -9926,41 +10151,41 @@ var de_InventoryDeletionsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9926
10151
|
var de_InventoryDeletionStatusItem = /* @__PURE__ */ __name((output, context) => {
|
|
9927
10152
|
return (0, import_smithy_client.take)(output, {
|
|
9928
10153
|
DeletionId: import_smithy_client.expectString,
|
|
9929
|
-
DeletionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10154
|
+
DeletionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "DeletionStartTime"),
|
|
9930
10155
|
DeletionSummary: import_smithy_client._json,
|
|
9931
10156
|
LastStatus: import_smithy_client.expectString,
|
|
9932
10157
|
LastStatusMessage: import_smithy_client.expectString,
|
|
9933
|
-
LastStatusUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10158
|
+
LastStatusUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastStatusUpdateTime"),
|
|
9934
10159
|
TypeName: import_smithy_client.expectString
|
|
9935
10160
|
});
|
|
9936
10161
|
}, "de_InventoryDeletionStatusItem");
|
|
9937
10162
|
var de_ListAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9938
10163
|
return (0, import_smithy_client.take)(output, {
|
|
9939
|
-
Associations: (_) => de_AssociationList(_, context),
|
|
10164
|
+
Associations: /* @__PURE__ */ __name((_) => de_AssociationList(_, context), "Associations"),
|
|
9940
10165
|
NextToken: import_smithy_client.expectString
|
|
9941
10166
|
});
|
|
9942
10167
|
}, "de_ListAssociationsResult");
|
|
9943
10168
|
var de_ListAssociationVersionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9944
10169
|
return (0, import_smithy_client.take)(output, {
|
|
9945
|
-
AssociationVersions: (_) => de_AssociationVersionList(_, context),
|
|
10170
|
+
AssociationVersions: /* @__PURE__ */ __name((_) => de_AssociationVersionList(_, context), "AssociationVersions"),
|
|
9946
10171
|
NextToken: import_smithy_client.expectString
|
|
9947
10172
|
});
|
|
9948
10173
|
}, "de_ListAssociationVersionsResult");
|
|
9949
10174
|
var de_ListCommandInvocationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9950
10175
|
return (0, import_smithy_client.take)(output, {
|
|
9951
|
-
CommandInvocations: (_) => de_CommandInvocationList(_, context),
|
|
10176
|
+
CommandInvocations: /* @__PURE__ */ __name((_) => de_CommandInvocationList(_, context), "CommandInvocations"),
|
|
9952
10177
|
NextToken: import_smithy_client.expectString
|
|
9953
10178
|
});
|
|
9954
10179
|
}, "de_ListCommandInvocationsResult");
|
|
9955
10180
|
var de_ListCommandsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9956
10181
|
return (0, import_smithy_client.take)(output, {
|
|
9957
|
-
Commands: (_) => de_CommandList(_, context),
|
|
10182
|
+
Commands: /* @__PURE__ */ __name((_) => de_CommandList(_, context), "Commands"),
|
|
9958
10183
|
NextToken: import_smithy_client.expectString
|
|
9959
10184
|
});
|
|
9960
10185
|
}, "de_ListCommandsResult");
|
|
9961
10186
|
var de_ListComplianceItemsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9962
10187
|
return (0, import_smithy_client.take)(output, {
|
|
9963
|
-
ComplianceItems: (_) => de_ComplianceItemList(_, context),
|
|
10188
|
+
ComplianceItems: /* @__PURE__ */ __name((_) => de_ComplianceItemList(_, context), "ComplianceItems"),
|
|
9964
10189
|
NextToken: import_smithy_client.expectString
|
|
9965
10190
|
});
|
|
9966
10191
|
}, "de_ListComplianceItemsResult");
|
|
@@ -9968,63 +10193,63 @@ var de_ListDocumentMetadataHistoryResponse = /* @__PURE__ */ __name((output, con
|
|
|
9968
10193
|
return (0, import_smithy_client.take)(output, {
|
|
9969
10194
|
Author: import_smithy_client.expectString,
|
|
9970
10195
|
DocumentVersion: import_smithy_client.expectString,
|
|
9971
|
-
Metadata: (_) => de_DocumentMetadataResponseInfo(_, context),
|
|
10196
|
+
Metadata: /* @__PURE__ */ __name((_) => de_DocumentMetadataResponseInfo(_, context), "Metadata"),
|
|
9972
10197
|
Name: import_smithy_client.expectString,
|
|
9973
10198
|
NextToken: import_smithy_client.expectString
|
|
9974
10199
|
});
|
|
9975
10200
|
}, "de_ListDocumentMetadataHistoryResponse");
|
|
9976
10201
|
var de_ListDocumentsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9977
10202
|
return (0, import_smithy_client.take)(output, {
|
|
9978
|
-
DocumentIdentifiers: (_) => de_DocumentIdentifierList(_, context),
|
|
10203
|
+
DocumentIdentifiers: /* @__PURE__ */ __name((_) => de_DocumentIdentifierList(_, context), "DocumentIdentifiers"),
|
|
9979
10204
|
NextToken: import_smithy_client.expectString
|
|
9980
10205
|
});
|
|
9981
10206
|
}, "de_ListDocumentsResult");
|
|
9982
10207
|
var de_ListDocumentVersionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
9983
10208
|
return (0, import_smithy_client.take)(output, {
|
|
9984
|
-
DocumentVersions: (_) => de_DocumentVersionList(_, context),
|
|
10209
|
+
DocumentVersions: /* @__PURE__ */ __name((_) => de_DocumentVersionList(_, context), "DocumentVersions"),
|
|
9985
10210
|
NextToken: import_smithy_client.expectString
|
|
9986
10211
|
});
|
|
9987
10212
|
}, "de_ListDocumentVersionsResult");
|
|
9988
10213
|
var de_ListNodesResult = /* @__PURE__ */ __name((output, context) => {
|
|
9989
10214
|
return (0, import_smithy_client.take)(output, {
|
|
9990
10215
|
NextToken: import_smithy_client.expectString,
|
|
9991
|
-
Nodes: (_) => de_NodeList(_, context)
|
|
10216
|
+
Nodes: /* @__PURE__ */ __name((_) => de_NodeList(_, context), "Nodes")
|
|
9992
10217
|
});
|
|
9993
10218
|
}, "de_ListNodesResult");
|
|
9994
10219
|
var de_ListOpsItemEventsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
9995
10220
|
return (0, import_smithy_client.take)(output, {
|
|
9996
10221
|
NextToken: import_smithy_client.expectString,
|
|
9997
|
-
Summaries: (_) => de_OpsItemEventSummaries(_, context)
|
|
10222
|
+
Summaries: /* @__PURE__ */ __name((_) => de_OpsItemEventSummaries(_, context), "Summaries")
|
|
9998
10223
|
});
|
|
9999
10224
|
}, "de_ListOpsItemEventsResponse");
|
|
10000
10225
|
var de_ListOpsItemRelatedItemsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
10001
10226
|
return (0, import_smithy_client.take)(output, {
|
|
10002
10227
|
NextToken: import_smithy_client.expectString,
|
|
10003
|
-
Summaries: (_) => de_OpsItemRelatedItemSummaries(_, context)
|
|
10228
|
+
Summaries: /* @__PURE__ */ __name((_) => de_OpsItemRelatedItemSummaries(_, context), "Summaries")
|
|
10004
10229
|
});
|
|
10005
10230
|
}, "de_ListOpsItemRelatedItemsResponse");
|
|
10006
10231
|
var de_ListOpsMetadataResult = /* @__PURE__ */ __name((output, context) => {
|
|
10007
10232
|
return (0, import_smithy_client.take)(output, {
|
|
10008
10233
|
NextToken: import_smithy_client.expectString,
|
|
10009
|
-
OpsMetadataList: (_) => de_OpsMetadataList(_, context)
|
|
10234
|
+
OpsMetadataList: /* @__PURE__ */ __name((_) => de_OpsMetadataList(_, context), "OpsMetadataList")
|
|
10010
10235
|
});
|
|
10011
10236
|
}, "de_ListOpsMetadataResult");
|
|
10012
10237
|
var de_ListResourceComplianceSummariesResult = /* @__PURE__ */ __name((output, context) => {
|
|
10013
10238
|
return (0, import_smithy_client.take)(output, {
|
|
10014
10239
|
NextToken: import_smithy_client.expectString,
|
|
10015
|
-
ResourceComplianceSummaryItems: (_) => de_ResourceComplianceSummaryItemList(_, context)
|
|
10240
|
+
ResourceComplianceSummaryItems: /* @__PURE__ */ __name((_) => de_ResourceComplianceSummaryItemList(_, context), "ResourceComplianceSummaryItems")
|
|
10016
10241
|
});
|
|
10017
10242
|
}, "de_ListResourceComplianceSummariesResult");
|
|
10018
10243
|
var de_ListResourceDataSyncResult = /* @__PURE__ */ __name((output, context) => {
|
|
10019
10244
|
return (0, import_smithy_client.take)(output, {
|
|
10020
10245
|
NextToken: import_smithy_client.expectString,
|
|
10021
|
-
ResourceDataSyncItems: (_) => de_ResourceDataSyncItemList(_, context)
|
|
10246
|
+
ResourceDataSyncItems: /* @__PURE__ */ __name((_) => de_ResourceDataSyncItemList(_, context), "ResourceDataSyncItems")
|
|
10022
10247
|
});
|
|
10023
10248
|
}, "de_ListResourceDataSyncResult");
|
|
10024
10249
|
var de_MaintenanceWindowExecution = /* @__PURE__ */ __name((output, context) => {
|
|
10025
10250
|
return (0, import_smithy_client.take)(output, {
|
|
10026
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10027
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10251
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10252
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10028
10253
|
Status: import_smithy_client.expectString,
|
|
10029
10254
|
StatusDetails: import_smithy_client.expectString,
|
|
10030
10255
|
WindowExecutionId: import_smithy_client.expectString,
|
|
@@ -10040,8 +10265,8 @@ var de_MaintenanceWindowExecutionList = /* @__PURE__ */ __name((output, context)
|
|
|
10040
10265
|
var de_MaintenanceWindowExecutionTaskIdentity = /* @__PURE__ */ __name((output, context) => {
|
|
10041
10266
|
return (0, import_smithy_client.take)(output, {
|
|
10042
10267
|
AlarmConfiguration: import_smithy_client._json,
|
|
10043
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10044
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10268
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10269
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10045
10270
|
Status: import_smithy_client.expectString,
|
|
10046
10271
|
StatusDetails: import_smithy_client.expectString,
|
|
10047
10272
|
TaskArn: import_smithy_client.expectString,
|
|
@@ -10059,12 +10284,12 @@ var de_MaintenanceWindowExecutionTaskIdentityList = /* @__PURE__ */ __name((outp
|
|
|
10059
10284
|
}, "de_MaintenanceWindowExecutionTaskIdentityList");
|
|
10060
10285
|
var de_MaintenanceWindowExecutionTaskInvocationIdentity = /* @__PURE__ */ __name((output, context) => {
|
|
10061
10286
|
return (0, import_smithy_client.take)(output, {
|
|
10062
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10287
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
10063
10288
|
ExecutionId: import_smithy_client.expectString,
|
|
10064
10289
|
InvocationId: import_smithy_client.expectString,
|
|
10065
10290
|
OwnerInformation: import_smithy_client.expectString,
|
|
10066
10291
|
Parameters: import_smithy_client.expectString,
|
|
10067
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10292
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
10068
10293
|
Status: import_smithy_client.expectString,
|
|
10069
10294
|
StatusDetails: import_smithy_client.expectString,
|
|
10070
10295
|
TaskExecutionId: import_smithy_client.expectString,
|
|
@@ -10089,16 +10314,16 @@ var de_MaintenanceWindowLambdaParameters = /* @__PURE__ */ __name((output, conte
|
|
|
10089
10314
|
var de_MaintenanceWindowTaskInvocationParameters = /* @__PURE__ */ __name((output, context) => {
|
|
10090
10315
|
return (0, import_smithy_client.take)(output, {
|
|
10091
10316
|
Automation: import_smithy_client._json,
|
|
10092
|
-
Lambda: (_) => de_MaintenanceWindowLambdaParameters(_, context),
|
|
10317
|
+
Lambda: /* @__PURE__ */ __name((_) => de_MaintenanceWindowLambdaParameters(_, context), "Lambda"),
|
|
10093
10318
|
RunCommand: import_smithy_client._json,
|
|
10094
10319
|
StepFunctions: import_smithy_client._json
|
|
10095
10320
|
});
|
|
10096
10321
|
}, "de_MaintenanceWindowTaskInvocationParameters");
|
|
10097
10322
|
var de_Node = /* @__PURE__ */ __name((output, context) => {
|
|
10098
10323
|
return (0, import_smithy_client.take)(output, {
|
|
10099
|
-
CaptureTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10324
|
+
CaptureTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CaptureTime"),
|
|
10100
10325
|
Id: import_smithy_client.expectString,
|
|
10101
|
-
NodeType: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
10326
|
+
NodeType: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "NodeType"),
|
|
10102
10327
|
Owner: import_smithy_client._json,
|
|
10103
10328
|
Region: import_smithy_client.expectString
|
|
10104
10329
|
});
|
|
@@ -10111,21 +10336,21 @@ var de_NodeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10111
10336
|
}, "de_NodeList");
|
|
10112
10337
|
var de_OpsItem = /* @__PURE__ */ __name((output, context) => {
|
|
10113
10338
|
return (0, import_smithy_client.take)(output, {
|
|
10114
|
-
ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10115
|
-
ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10339
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
|
|
10340
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
|
|
10116
10341
|
Category: import_smithy_client.expectString,
|
|
10117
10342
|
CreatedBy: import_smithy_client.expectString,
|
|
10118
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10343
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10119
10344
|
Description: import_smithy_client.expectString,
|
|
10120
10345
|
LastModifiedBy: import_smithy_client.expectString,
|
|
10121
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10346
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10122
10347
|
Notifications: import_smithy_client._json,
|
|
10123
10348
|
OperationalData: import_smithy_client._json,
|
|
10124
10349
|
OpsItemArn: import_smithy_client.expectString,
|
|
10125
10350
|
OpsItemId: import_smithy_client.expectString,
|
|
10126
10351
|
OpsItemType: import_smithy_client.expectString,
|
|
10127
|
-
PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10128
|
-
PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10352
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
|
|
10353
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
|
|
10129
10354
|
Priority: import_smithy_client.expectInt32,
|
|
10130
10355
|
RelatedOpsItems: import_smithy_client._json,
|
|
10131
10356
|
Severity: import_smithy_client.expectString,
|
|
@@ -10144,7 +10369,7 @@ var de_OpsItemEventSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
10144
10369
|
var de_OpsItemEventSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10145
10370
|
return (0, import_smithy_client.take)(output, {
|
|
10146
10371
|
CreatedBy: import_smithy_client._json,
|
|
10147
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10372
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10148
10373
|
Detail: import_smithy_client.expectString,
|
|
10149
10374
|
DetailType: import_smithy_client.expectString,
|
|
10150
10375
|
EventId: import_smithy_client.expectString,
|
|
@@ -10163,9 +10388,9 @@ var de_OpsItemRelatedItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10163
10388
|
AssociationId: import_smithy_client.expectString,
|
|
10164
10389
|
AssociationType: import_smithy_client.expectString,
|
|
10165
10390
|
CreatedBy: import_smithy_client._json,
|
|
10166
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10391
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10167
10392
|
LastModifiedBy: import_smithy_client._json,
|
|
10168
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10393
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10169
10394
|
OpsItemId: import_smithy_client.expectString,
|
|
10170
10395
|
ResourceType: import_smithy_client.expectString,
|
|
10171
10396
|
ResourceUri: import_smithy_client.expectString
|
|
@@ -10179,18 +10404,18 @@ var de_OpsItemSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
10179
10404
|
}, "de_OpsItemSummaries");
|
|
10180
10405
|
var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
10181
10406
|
return (0, import_smithy_client.take)(output, {
|
|
10182
|
-
ActualEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10183
|
-
ActualStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10407
|
+
ActualEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualEndTime"),
|
|
10408
|
+
ActualStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ActualStartTime"),
|
|
10184
10409
|
Category: import_smithy_client.expectString,
|
|
10185
10410
|
CreatedBy: import_smithy_client.expectString,
|
|
10186
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10411
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
10187
10412
|
LastModifiedBy: import_smithy_client.expectString,
|
|
10188
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10413
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
10189
10414
|
OperationalData: import_smithy_client._json,
|
|
10190
10415
|
OpsItemId: import_smithy_client.expectString,
|
|
10191
10416
|
OpsItemType: import_smithy_client.expectString,
|
|
10192
|
-
PlannedEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10193
|
-
PlannedStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10417
|
+
PlannedEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedEndTime"),
|
|
10418
|
+
PlannedStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "PlannedStartTime"),
|
|
10194
10419
|
Priority: import_smithy_client.expectInt32,
|
|
10195
10420
|
Severity: import_smithy_client.expectString,
|
|
10196
10421
|
Source: import_smithy_client.expectString,
|
|
@@ -10200,8 +10425,8 @@ var de_OpsItemSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
10200
10425
|
}, "de_OpsItemSummary");
|
|
10201
10426
|
var de_OpsMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
10202
10427
|
return (0, import_smithy_client.take)(output, {
|
|
10203
|
-
CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10204
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10428
|
+
CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationDate"),
|
|
10429
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10205
10430
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10206
10431
|
OpsMetadataArn: import_smithy_client.expectString,
|
|
10207
10432
|
ResourceId: import_smithy_client.expectString
|
|
@@ -10217,7 +10442,7 @@ var de_Parameter = /* @__PURE__ */ __name((output, context) => {
|
|
|
10217
10442
|
return (0, import_smithy_client.take)(output, {
|
|
10218
10443
|
ARN: import_smithy_client.expectString,
|
|
10219
10444
|
DataType: import_smithy_client.expectString,
|
|
10220
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10445
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10221
10446
|
Name: import_smithy_client.expectString,
|
|
10222
10447
|
Selector: import_smithy_client.expectString,
|
|
10223
10448
|
SourceResult: import_smithy_client.expectString,
|
|
@@ -10233,7 +10458,7 @@ var de_ParameterHistory = /* @__PURE__ */ __name((output, context) => {
|
|
|
10233
10458
|
Description: import_smithy_client.expectString,
|
|
10234
10459
|
KeyId: import_smithy_client.expectString,
|
|
10235
10460
|
Labels: import_smithy_client._json,
|
|
10236
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10461
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10237
10462
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10238
10463
|
Name: import_smithy_client.expectString,
|
|
10239
10464
|
Policies: import_smithy_client._json,
|
|
@@ -10262,7 +10487,7 @@ var de_ParameterMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
10262
10487
|
DataType: import_smithy_client.expectString,
|
|
10263
10488
|
Description: import_smithy_client.expectString,
|
|
10264
10489
|
KeyId: import_smithy_client.expectString,
|
|
10265
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10490
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10266
10491
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10267
10492
|
Name: import_smithy_client.expectString,
|
|
10268
10493
|
Policies: import_smithy_client._json,
|
|
@@ -10296,7 +10521,7 @@ var de_Patch = /* @__PURE__ */ __name((output, context) => {
|
|
|
10296
10521
|
Product: import_smithy_client.expectString,
|
|
10297
10522
|
ProductFamily: import_smithy_client.expectString,
|
|
10298
10523
|
Release: import_smithy_client.expectString,
|
|
10299
|
-
ReleaseDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10524
|
+
ReleaseDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReleaseDate"),
|
|
10300
10525
|
Repository: import_smithy_client.expectString,
|
|
10301
10526
|
Severity: import_smithy_client.expectString,
|
|
10302
10527
|
Title: import_smithy_client.expectString,
|
|
@@ -10308,7 +10533,7 @@ var de_PatchComplianceData = /* @__PURE__ */ __name((output, context) => {
|
|
|
10308
10533
|
return (0, import_smithy_client.take)(output, {
|
|
10309
10534
|
CVEIds: import_smithy_client.expectString,
|
|
10310
10535
|
Classification: import_smithy_client.expectString,
|
|
10311
|
-
InstalledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10536
|
+
InstalledTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "InstalledTime"),
|
|
10312
10537
|
KBId: import_smithy_client.expectString,
|
|
10313
10538
|
Severity: import_smithy_client.expectString,
|
|
10314
10539
|
State: import_smithy_client.expectString,
|
|
@@ -10329,21 +10554,21 @@ var de_PatchList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10329
10554
|
}, "de_PatchList");
|
|
10330
10555
|
var de_PatchStatus = /* @__PURE__ */ __name((output, context) => {
|
|
10331
10556
|
return (0, import_smithy_client.take)(output, {
|
|
10332
|
-
ApprovalDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10557
|
+
ApprovalDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ApprovalDate"),
|
|
10333
10558
|
ComplianceLevel: import_smithy_client.expectString,
|
|
10334
10559
|
DeploymentStatus: import_smithy_client.expectString
|
|
10335
10560
|
});
|
|
10336
10561
|
}, "de_PatchStatus");
|
|
10337
10562
|
var de_ResetServiceSettingResult = /* @__PURE__ */ __name((output, context) => {
|
|
10338
10563
|
return (0, import_smithy_client.take)(output, {
|
|
10339
|
-
ServiceSetting: (_) => de_ServiceSetting(_, context)
|
|
10564
|
+
ServiceSetting: /* @__PURE__ */ __name((_) => de_ServiceSetting(_, context), "ServiceSetting")
|
|
10340
10565
|
});
|
|
10341
10566
|
}, "de_ResetServiceSettingResult");
|
|
10342
10567
|
var de_ResourceComplianceSummaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
10343
10568
|
return (0, import_smithy_client.take)(output, {
|
|
10344
10569
|
ComplianceType: import_smithy_client.expectString,
|
|
10345
10570
|
CompliantSummary: import_smithy_client._json,
|
|
10346
|
-
ExecutionSummary: (_) => de_ComplianceExecutionSummary(_, context),
|
|
10571
|
+
ExecutionSummary: /* @__PURE__ */ __name((_) => de_ComplianceExecutionSummary(_, context), "ExecutionSummary"),
|
|
10347
10572
|
NonCompliantSummary: import_smithy_client._json,
|
|
10348
10573
|
OverallSeverity: import_smithy_client.expectString,
|
|
10349
10574
|
ResourceId: import_smithy_client.expectString,
|
|
@@ -10360,12 +10585,12 @@ var de_ResourceComplianceSummaryItemList = /* @__PURE__ */ __name((output, conte
|
|
|
10360
10585
|
var de_ResourceDataSyncItem = /* @__PURE__ */ __name((output, context) => {
|
|
10361
10586
|
return (0, import_smithy_client.take)(output, {
|
|
10362
10587
|
LastStatus: import_smithy_client.expectString,
|
|
10363
|
-
LastSuccessfulSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10588
|
+
LastSuccessfulSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSuccessfulSyncTime"),
|
|
10364
10589
|
LastSyncStatusMessage: import_smithy_client.expectString,
|
|
10365
|
-
LastSyncTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10590
|
+
LastSyncTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastSyncTime"),
|
|
10366
10591
|
S3Destination: import_smithy_client._json,
|
|
10367
|
-
SyncCreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10368
|
-
SyncLastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10592
|
+
SyncCreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncCreatedTime"),
|
|
10593
|
+
SyncLastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SyncLastModifiedTime"),
|
|
10369
10594
|
SyncName: import_smithy_client.expectString,
|
|
10370
10595
|
SyncSource: import_smithy_client._json,
|
|
10371
10596
|
SyncType: import_smithy_client.expectString
|
|
@@ -10379,7 +10604,7 @@ var de_ResourceDataSyncItemList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10379
10604
|
}, "de_ResourceDataSyncItemList");
|
|
10380
10605
|
var de_ReviewInformation = /* @__PURE__ */ __name((output, context) => {
|
|
10381
10606
|
return (0, import_smithy_client.take)(output, {
|
|
10382
|
-
ReviewedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10607
|
+
ReviewedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReviewedTime"),
|
|
10383
10608
|
Reviewer: import_smithy_client.expectString,
|
|
10384
10609
|
Status: import_smithy_client.expectString
|
|
10385
10610
|
});
|
|
@@ -10392,13 +10617,13 @@ var de_ReviewInformationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10392
10617
|
}, "de_ReviewInformationList");
|
|
10393
10618
|
var de_SendCommandResult = /* @__PURE__ */ __name((output, context) => {
|
|
10394
10619
|
return (0, import_smithy_client.take)(output, {
|
|
10395
|
-
Command: (_) => de_Command(_, context)
|
|
10620
|
+
Command: /* @__PURE__ */ __name((_) => de_Command(_, context), "Command")
|
|
10396
10621
|
});
|
|
10397
10622
|
}, "de_SendCommandResult");
|
|
10398
10623
|
var de_ServiceSetting = /* @__PURE__ */ __name((output, context) => {
|
|
10399
10624
|
return (0, import_smithy_client.take)(output, {
|
|
10400
10625
|
ARN: import_smithy_client.expectString,
|
|
10401
|
-
LastModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10626
|
+
LastModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedDate"),
|
|
10402
10627
|
LastModifiedUser: import_smithy_client.expectString,
|
|
10403
10628
|
SettingId: import_smithy_client.expectString,
|
|
10404
10629
|
SettingValue: import_smithy_client.expectString,
|
|
@@ -10409,13 +10634,13 @@ var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
|
10409
10634
|
return (0, import_smithy_client.take)(output, {
|
|
10410
10635
|
Details: import_smithy_client.expectString,
|
|
10411
10636
|
DocumentName: import_smithy_client.expectString,
|
|
10412
|
-
EndDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10637
|
+
EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
|
|
10413
10638
|
MaxSessionDuration: import_smithy_client.expectString,
|
|
10414
10639
|
OutputUrl: import_smithy_client._json,
|
|
10415
10640
|
Owner: import_smithy_client.expectString,
|
|
10416
10641
|
Reason: import_smithy_client.expectString,
|
|
10417
10642
|
SessionId: import_smithy_client.expectString,
|
|
10418
|
-
StartDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10643
|
+
StartDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartDate"),
|
|
10419
10644
|
Status: import_smithy_client.expectString,
|
|
10420
10645
|
Target: import_smithy_client.expectString
|
|
10421
10646
|
});
|
|
@@ -10429,8 +10654,8 @@ var de_SessionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10429
10654
|
var de_StepExecution = /* @__PURE__ */ __name((output, context) => {
|
|
10430
10655
|
return (0, import_smithy_client.take)(output, {
|
|
10431
10656
|
Action: import_smithy_client.expectString,
|
|
10432
|
-
ExecutionEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10433
|
-
ExecutionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10657
|
+
ExecutionEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionEndTime"),
|
|
10658
|
+
ExecutionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExecutionStartTime"),
|
|
10434
10659
|
FailureDetails: import_smithy_client._json,
|
|
10435
10660
|
FailureMessage: import_smithy_client.expectString,
|
|
10436
10661
|
Inputs: import_smithy_client._json,
|
|
@@ -10462,17 +10687,17 @@ var de_StepExecutionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
10462
10687
|
}, "de_StepExecutionList");
|
|
10463
10688
|
var de_UpdateAssociationResult = /* @__PURE__ */ __name((output, context) => {
|
|
10464
10689
|
return (0, import_smithy_client.take)(output, {
|
|
10465
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
10690
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
10466
10691
|
});
|
|
10467
10692
|
}, "de_UpdateAssociationResult");
|
|
10468
10693
|
var de_UpdateAssociationStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
10469
10694
|
return (0, import_smithy_client.take)(output, {
|
|
10470
|
-
AssociationDescription: (_) => de_AssociationDescription(_, context)
|
|
10695
|
+
AssociationDescription: /* @__PURE__ */ __name((_) => de_AssociationDescription(_, context), "AssociationDescription")
|
|
10471
10696
|
});
|
|
10472
10697
|
}, "de_UpdateAssociationStatusResult");
|
|
10473
10698
|
var de_UpdateDocumentResult = /* @__PURE__ */ __name((output, context) => {
|
|
10474
10699
|
return (0, import_smithy_client.take)(output, {
|
|
10475
|
-
DocumentDescription: (_) => de_DocumentDescription(_, context)
|
|
10700
|
+
DocumentDescription: /* @__PURE__ */ __name((_) => de_DocumentDescription(_, context), "DocumentDescription")
|
|
10476
10701
|
});
|
|
10477
10702
|
}, "de_UpdateDocumentResult");
|
|
10478
10703
|
var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -10488,7 +10713,7 @@ var de_UpdateMaintenanceWindowTaskResult = /* @__PURE__ */ __name((output, conte
|
|
|
10488
10713
|
ServiceRoleArn: import_smithy_client.expectString,
|
|
10489
10714
|
Targets: import_smithy_client._json,
|
|
10490
10715
|
TaskArn: import_smithy_client.expectString,
|
|
10491
|
-
TaskInvocationParameters: (_) => de_MaintenanceWindowTaskInvocationParameters(_, context),
|
|
10716
|
+
TaskInvocationParameters: /* @__PURE__ */ __name((_) => de_MaintenanceWindowTaskInvocationParameters(_, context), "TaskInvocationParameters"),
|
|
10492
10717
|
TaskParameters: import_smithy_client._json,
|
|
10493
10718
|
WindowId: import_smithy_client.expectString,
|
|
10494
10719
|
WindowTaskId: import_smithy_client.expectString
|
|
@@ -10500,11 +10725,12 @@ var de_UpdatePatchBaselineResult = /* @__PURE__ */ __name((output, context) => {
|
|
|
10500
10725
|
ApprovedPatches: import_smithy_client._json,
|
|
10501
10726
|
ApprovedPatchesComplianceLevel: import_smithy_client.expectString,
|
|
10502
10727
|
ApprovedPatchesEnableNonSecurity: import_smithy_client.expectBoolean,
|
|
10728
|
+
AvailableSecurityUpdatesComplianceStatus: import_smithy_client.expectString,
|
|
10503
10729
|
BaselineId: import_smithy_client.expectString,
|
|
10504
|
-
CreatedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10730
|
+
CreatedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedDate"),
|
|
10505
10731
|
Description: import_smithy_client.expectString,
|
|
10506
10732
|
GlobalFilters: import_smithy_client._json,
|
|
10507
|
-
ModifiedDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
10733
|
+
ModifiedDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ModifiedDate"),
|
|
10508
10734
|
Name: import_smithy_client.expectString,
|
|
10509
10735
|
OperatingSystem: import_smithy_client.expectString,
|
|
10510
10736
|
RejectedPatches: import_smithy_client._json,
|
|
@@ -11487,6 +11713,21 @@ var DisassociateOpsItemRelatedItemCommand = class extends import_smithy_client.C
|
|
|
11487
11713
|
}
|
|
11488
11714
|
};
|
|
11489
11715
|
|
|
11716
|
+
// src/commands/GetAccessTokenCommand.ts
|
|
11717
|
+
|
|
11718
|
+
|
|
11719
|
+
|
|
11720
|
+
var GetAccessTokenCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
11721
|
+
return [
|
|
11722
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11723
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
11724
|
+
];
|
|
11725
|
+
}).s("AmazonSSM", "GetAccessToken", {}).n("SSMClient", "GetAccessTokenCommand").f(void 0, GetAccessTokenResponseFilterSensitiveLog).ser(se_GetAccessTokenCommand).de(de_GetAccessTokenCommand).build() {
|
|
11726
|
+
static {
|
|
11727
|
+
__name(this, "GetAccessTokenCommand");
|
|
11728
|
+
}
|
|
11729
|
+
};
|
|
11730
|
+
|
|
11490
11731
|
// src/commands/GetAutomationExecutionCommand.ts
|
|
11491
11732
|
|
|
11492
11733
|
|
|
@@ -12372,6 +12613,21 @@ var SendCommandCommand = class extends import_smithy_client.Command.classBuilder
|
|
|
12372
12613
|
}
|
|
12373
12614
|
};
|
|
12374
12615
|
|
|
12616
|
+
// src/commands/StartAccessRequestCommand.ts
|
|
12617
|
+
|
|
12618
|
+
|
|
12619
|
+
|
|
12620
|
+
var StartAccessRequestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command3, cs, config, o) {
|
|
12621
|
+
return [
|
|
12622
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12623
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command3.getEndpointParameterInstructions())
|
|
12624
|
+
];
|
|
12625
|
+
}).s("AmazonSSM", "StartAccessRequest", {}).n("SSMClient", "StartAccessRequestCommand").f(void 0, void 0).ser(se_StartAccessRequestCommand).de(de_StartAccessRequestCommand).build() {
|
|
12626
|
+
static {
|
|
12627
|
+
__name(this, "StartAccessRequestCommand");
|
|
12628
|
+
}
|
|
12629
|
+
};
|
|
12630
|
+
|
|
12375
12631
|
// src/commands/StartAssociationsOnceCommand.ts
|
|
12376
12632
|
|
|
12377
12633
|
|
|
@@ -12767,6 +13023,7 @@ var commands = {
|
|
|
12767
13023
|
DescribePatchPropertiesCommand,
|
|
12768
13024
|
DescribeSessionsCommand,
|
|
12769
13025
|
DisassociateOpsItemRelatedItemCommand,
|
|
13026
|
+
GetAccessTokenCommand,
|
|
12770
13027
|
GetAutomationExecutionCommand,
|
|
12771
13028
|
GetCalendarStateCommand,
|
|
12772
13029
|
GetCommandInvocationCommand,
|
|
@@ -12826,6 +13083,7 @@ var commands = {
|
|
|
12826
13083
|
ResumeSessionCommand,
|
|
12827
13084
|
SendAutomationSignalCommand,
|
|
12828
13085
|
SendCommandCommand,
|
|
13086
|
+
StartAccessRequestCommand,
|
|
12829
13087
|
StartAssociationsOnceCommand,
|
|
12830
13088
|
StartAutomationExecutionCommand,
|
|
12831
13089
|
StartChangeRequestExecutionCommand,
|
|
@@ -13223,6 +13481,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13223
13481
|
DescribePatchPropertiesCommand,
|
|
13224
13482
|
DescribeSessionsCommand,
|
|
13225
13483
|
DisassociateOpsItemRelatedItemCommand,
|
|
13484
|
+
GetAccessTokenCommand,
|
|
13226
13485
|
GetAutomationExecutionCommand,
|
|
13227
13486
|
GetCalendarStateCommand,
|
|
13228
13487
|
GetCommandInvocationCommand,
|
|
@@ -13282,6 +13541,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13282
13541
|
ResumeSessionCommand,
|
|
13283
13542
|
SendAutomationSignalCommand,
|
|
13284
13543
|
SendCommandCommand,
|
|
13544
|
+
StartAccessRequestCommand,
|
|
13285
13545
|
StartAssociationsOnceCommand,
|
|
13286
13546
|
StartAutomationExecutionCommand,
|
|
13287
13547
|
StartChangeRequestExecutionCommand,
|
|
@@ -13356,6 +13616,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13356
13616
|
paginateListResourceDataSync,
|
|
13357
13617
|
waitForCommandExecuted,
|
|
13358
13618
|
waitUntilCommandExecuted,
|
|
13619
|
+
AccessDeniedException,
|
|
13620
|
+
AccessRequestStatus,
|
|
13359
13621
|
ResourceTypeForTagging,
|
|
13360
13622
|
InternalServerError,
|
|
13361
13623
|
InvalidResourceId,
|
|
@@ -13412,6 +13674,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13412
13674
|
OpsMetadataTooManyUpdatesException,
|
|
13413
13675
|
PatchComplianceLevel,
|
|
13414
13676
|
PatchFilterKey,
|
|
13677
|
+
PatchComplianceStatus,
|
|
13415
13678
|
OperatingSystem,
|
|
13416
13679
|
PatchAction,
|
|
13417
13680
|
ResourceDataSyncS3Format,
|
|
@@ -13475,7 +13738,6 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13475
13738
|
InvalidDeletionIdException,
|
|
13476
13739
|
MaintenanceWindowExecutionStatus,
|
|
13477
13740
|
MaintenanceWindowTaskType,
|
|
13478
|
-
MaintenanceWindowResourceType,
|
|
13479
13741
|
CreateAssociationRequestFilterSensitiveLog,
|
|
13480
13742
|
AssociationDescriptionFilterSensitiveLog,
|
|
13481
13743
|
CreateAssociationResultFilterSensitiveLog,
|
|
@@ -13498,6 +13760,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13498
13760
|
DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog,
|
|
13499
13761
|
MaintenanceWindowIdentityFilterSensitiveLog,
|
|
13500
13762
|
DescribeMaintenanceWindowsResultFilterSensitiveLog,
|
|
13763
|
+
MaintenanceWindowResourceType,
|
|
13501
13764
|
MaintenanceWindowTaskCutoffBehavior,
|
|
13502
13765
|
OpsItemFilterKey,
|
|
13503
13766
|
OpsItemFilterOperator,
|
|
@@ -13512,6 +13775,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13512
13775
|
SessionState,
|
|
13513
13776
|
SessionStatus,
|
|
13514
13777
|
OpsItemRelatedItemAssociationNotFoundException,
|
|
13778
|
+
ThrottlingException,
|
|
13779
|
+
ValidationException,
|
|
13515
13780
|
CalendarState,
|
|
13516
13781
|
InvalidDocumentType,
|
|
13517
13782
|
UnsupportedCalendarException,
|
|
@@ -13584,12 +13849,13 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13584
13849
|
PoliciesLimitExceededException,
|
|
13585
13850
|
UnsupportedParameterType,
|
|
13586
13851
|
ResourcePolicyLimitExceededException,
|
|
13587
|
-
FeatureNotAvailableException,
|
|
13588
13852
|
MaintenanceWindowTargetFilterSensitiveLog,
|
|
13589
13853
|
DescribeMaintenanceWindowTargetsResultFilterSensitiveLog,
|
|
13590
13854
|
MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
|
|
13591
13855
|
MaintenanceWindowTaskFilterSensitiveLog,
|
|
13592
13856
|
DescribeMaintenanceWindowTasksResultFilterSensitiveLog,
|
|
13857
|
+
CredentialsFilterSensitiveLog,
|
|
13858
|
+
GetAccessTokenResponseFilterSensitiveLog,
|
|
13593
13859
|
BaselineOverrideFilterSensitiveLog,
|
|
13594
13860
|
GetDeployablePatchSnapshotForInstanceRequestFilterSensitiveLog,
|
|
13595
13861
|
GetMaintenanceWindowResultFilterSensitiveLog,
|
|
@@ -13616,14 +13882,14 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13616
13882
|
NodeFilterSensitiveLog,
|
|
13617
13883
|
ListNodesResultFilterSensitiveLog,
|
|
13618
13884
|
PutParameterRequestFilterSensitiveLog,
|
|
13619
|
-
|
|
13620
|
-
RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog,
|
|
13885
|
+
FeatureNotAvailableException,
|
|
13621
13886
|
AutomationStepNotFoundException,
|
|
13622
13887
|
InvalidAutomationSignalException,
|
|
13623
13888
|
SignalType,
|
|
13624
13889
|
InvalidNotificationConfig,
|
|
13625
13890
|
InvalidOutputFolder,
|
|
13626
13891
|
InvalidRole,
|
|
13892
|
+
ServiceQuotaExceededException,
|
|
13627
13893
|
InvalidAssociation,
|
|
13628
13894
|
AutomationDefinitionNotFoundException,
|
|
13629
13895
|
AutomationDefinitionVersionNotFoundException,
|
|
@@ -13631,7 +13897,6 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13631
13897
|
InvalidAutomationExecutionParametersException,
|
|
13632
13898
|
AutomationDefinitionNotApprovedException,
|
|
13633
13899
|
ExecutionInputs,
|
|
13634
|
-
ValidationException,
|
|
13635
13900
|
TargetNotConnected,
|
|
13636
13901
|
InvalidAutomationStatusUpdateException,
|
|
13637
13902
|
StopType,
|
|
@@ -13644,6 +13909,8 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13644
13909
|
DocumentReviewAction,
|
|
13645
13910
|
OpsMetadataKeyLimitExceededException,
|
|
13646
13911
|
ResourceDataSyncConflictException,
|
|
13912
|
+
RegisterTargetWithMaintenanceWindowRequestFilterSensitiveLog,
|
|
13913
|
+
RegisterTaskWithMaintenanceWindowRequestFilterSensitiveLog,
|
|
13647
13914
|
SendCommandRequestFilterSensitiveLog,
|
|
13648
13915
|
SendCommandResultFilterSensitiveLog,
|
|
13649
13916
|
UpdateAssociationRequestFilterSensitiveLog,
|