@mavogel/awscdk-rootmail 0.0.331 → 0.0.332
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 +3 -3
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/README.md +35 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +70 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/schemas/schemas_0.js +128 -22
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/CloudWatchLogs.js +14 -4
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/CreateLookupTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/DeleteLookupTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/DescribeLookupTablesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/GetLookupTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/UpdateLookupTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/commands/index.js +5 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/models/models_1.js +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-es/schemas/schemas_0.js +119 -13
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogs.d.ts +144 -108
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/CloudWatchLogsClient.d.ts +118 -113
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateLookupTableCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/CreateScheduledQueryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DeleteLookupTableCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeLookupTablesCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/DescribeQueryDefinitionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogFieldsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLookupTableCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetScheduledQueryCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/ListScheduledQueriesCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/PutQueryDefinitionCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/StartQueryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateLookupTableCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/UpdateScheduledQueryCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +280 -203
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_1.d.ts +234 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeConfigurationTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeDeliveriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeDeliveryDestinationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeDeliverySourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeDestinationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeLogGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeLogStreamsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeMetricFiltersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/DescribeSubscriptionFiltersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/FilterLogEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/GetLogEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/GetScheduledQueryHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListAggregateLogGroupSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListAnomaliesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListLogAnomalyDetectorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListLogGroupsForQueryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListScheduledQueriesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/pagination/ListSourcesForS3TableIntegrationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogs.d.ts +86 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/CloudWatchLogsClient.d.ts +32 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_0.d.ts +58 -45
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/models/models_1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +16 -16
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-es/waiters/waitForResourceRecordSetsChanged.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/Route53.d.ts +71 -71
- package/node_modules/@aws-sdk/client-route-53/dist-types/Route53Client.d.ts +74 -74
- package/node_modules/@aws-sdk/client-route-53/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrBlocksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrCollectionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListCidrLocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListHealthChecksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListHostedZonesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/Route53Client.d.ts +2 -3
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +3 -3
- package/node_modules/@aws-sdk/client-route-53/package.json +17 -17
- package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -4
- package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +5 -5
- package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +107 -107
- package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +114 -114
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +4 -4
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/package.json +22 -22
- package/node_modules/@aws-sdk/client-ses/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-es/SES.js +2 -2
- package/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-es/waiters/waitForIdentityExists.js +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts +71 -71
- package/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts +74 -74
- package/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ses/package.json +24 -18
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +3 -3
- package/node_modules/@aws-sdk/client-ssm/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/waiters/waitForCommandExecuted.js +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +146 -146
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +149 -149
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSMClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +16 -16
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +32 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +14 -14
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +1 -1
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +1 -1
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/package.json +2 -2
- package/node_modules/axios/README.md +26 -1
- package/node_modules/axios/dist/axios.js +91 -100
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +70 -84
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +99 -116
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +1421 -2367
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +5 -1
- package/node_modules/axios/lib/adapters/http.js +5 -2
- package/node_modules/axios/lib/core/Axios.js +0 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +3 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +2 -2
- package/node_modules/axios/package.json +93 -132
- package/node_modules/mailparser/.release-please-manifest.json +1 -1
- package/node_modules/mailparser/CHANGELOG.md +7 -0
- package/node_modules/mailparser/package.json +2 -2
- package/node_modules/nodemailer/CHANGELOG.md +7 -0
- package/node_modules/nodemailer/lib/smtp-connection/index.js +4 -1
- package/node_modules/nodemailer/package.json +1 -1
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/package.json +1 -1
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
|
@@ -8,6 +8,7 @@ export * from "./CreateImportTaskCommand";
|
|
|
8
8
|
export * from "./CreateLogAnomalyDetectorCommand";
|
|
9
9
|
export * from "./CreateLogGroupCommand";
|
|
10
10
|
export * from "./CreateLogStreamCommand";
|
|
11
|
+
export * from "./CreateLookupTableCommand";
|
|
11
12
|
export * from "./CreateScheduledQueryCommand";
|
|
12
13
|
export * from "./DeleteAccountPolicyCommand";
|
|
13
14
|
export * from "./DeleteDataProtectionPolicyCommand";
|
|
@@ -21,6 +22,7 @@ export * from "./DeleteIntegrationCommand";
|
|
|
21
22
|
export * from "./DeleteLogAnomalyDetectorCommand";
|
|
22
23
|
export * from "./DeleteLogGroupCommand";
|
|
23
24
|
export * from "./DeleteLogStreamCommand";
|
|
25
|
+
export * from "./DeleteLookupTableCommand";
|
|
24
26
|
export * from "./DeleteMetricFilterCommand";
|
|
25
27
|
export * from "./DeleteQueryDefinitionCommand";
|
|
26
28
|
export * from "./DeleteResourcePolicyCommand";
|
|
@@ -41,6 +43,7 @@ export * from "./DescribeImportTasksCommand";
|
|
|
41
43
|
export * from "./DescribeIndexPoliciesCommand";
|
|
42
44
|
export * from "./DescribeLogGroupsCommand";
|
|
43
45
|
export * from "./DescribeLogStreamsCommand";
|
|
46
|
+
export * from "./DescribeLookupTablesCommand";
|
|
44
47
|
export * from "./DescribeMetricFiltersCommand";
|
|
45
48
|
export * from "./DescribeQueriesCommand";
|
|
46
49
|
export * from "./DescribeQueryDefinitionsCommand";
|
|
@@ -61,6 +64,7 @@ export * from "./GetLogFieldsCommand";
|
|
|
61
64
|
export * from "./GetLogGroupFieldsCommand";
|
|
62
65
|
export * from "./GetLogObjectCommand";
|
|
63
66
|
export * from "./GetLogRecordCommand";
|
|
67
|
+
export * from "./GetLookupTableCommand";
|
|
64
68
|
export * from "./GetQueryResultsCommand";
|
|
65
69
|
export * from "./GetScheduledQueryCommand";
|
|
66
70
|
export * from "./GetScheduledQueryHistoryCommand";
|
|
@@ -105,4 +109,5 @@ export * from "./UntagResourceCommand";
|
|
|
105
109
|
export * from "./UpdateAnomalyCommand";
|
|
106
110
|
export * from "./UpdateDeliveryConfigurationCommand";
|
|
107
111
|
export * from "./UpdateLogAnomalyDetectorCommand";
|
|
112
|
+
export * from "./UpdateLookupTableCommand";
|
|
108
113
|
export * from "./UpdateScheduledQueryCommand";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -38,6 +38,9 @@ const _CLG = "CreateLogGroup";
|
|
|
38
38
|
const _CLGR = "CreateLogGroupRequest";
|
|
39
39
|
const _CLS = "CreateLogStream";
|
|
40
40
|
const _CLSR = "CreateLogStreamRequest";
|
|
41
|
+
const _CLT = "CreateLookupTable";
|
|
42
|
+
const _CLTR = "CreateLookupTableRequest";
|
|
43
|
+
const _CLTRr = "CreateLookupTableResponse";
|
|
41
44
|
const _CSQ = "CreateScheduledQuery";
|
|
42
45
|
const _CSQR = "CreateScheduledQueryRequest";
|
|
43
46
|
const _CSQRr = "CreateScheduledQueryResponse";
|
|
@@ -122,6 +125,11 @@ const _DLSR = "DeleteLogStreamRequest";
|
|
|
122
125
|
const _DLSRe = "DescribeLogStreamsRequest";
|
|
123
126
|
const _DLSRes = "DescribeLogStreamsResponse";
|
|
124
127
|
const _DLSe = "DescribeLogStreams";
|
|
128
|
+
const _DLT = "DeleteLookupTable";
|
|
129
|
+
const _DLTR = "DeleteLookupTableRequest";
|
|
130
|
+
const _DLTRe = "DescribeLookupTablesRequest";
|
|
131
|
+
const _DLTRes = "DescribeLookupTablesResponse";
|
|
132
|
+
const _DLTe = "DescribeLookupTables";
|
|
125
133
|
const _DMF = "DeleteMetricFilter";
|
|
126
134
|
const _DMFR = "DeleteMetricFilterRequest";
|
|
127
135
|
const _DMFRe = "DescribeMetricFiltersRequest";
|
|
@@ -219,6 +227,9 @@ const _GLORe = "GetLogObjectResponse";
|
|
|
219
227
|
const _GLR = "GetLogRecord";
|
|
220
228
|
const _GLRR = "GetLogRecordRequest";
|
|
221
229
|
const _GLRRe = "GetLogRecordResponse";
|
|
230
|
+
const _GLT = "GetLookupTable";
|
|
231
|
+
const _GLTR = "GetLookupTableRequest";
|
|
232
|
+
const _GLTRe = "GetLookupTableResponse";
|
|
222
233
|
const _GQR = "GetQueryResults";
|
|
223
234
|
const _GQRR = "GetQueryResultsRequest";
|
|
224
235
|
const _GQRRe = "GetQueryResultsResponse";
|
|
@@ -288,6 +299,7 @@ const _LSQR = "ListScheduledQueriesRequest";
|
|
|
288
299
|
const _LSQRi = "ListScheduledQueriesResponse";
|
|
289
300
|
const _LSo = "LogSamples";
|
|
290
301
|
const _LSog = "LogStreams";
|
|
302
|
+
const _LT = "LookupTable";
|
|
291
303
|
const _LTFR = "ListTagsForResource";
|
|
292
304
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
293
305
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -300,6 +312,7 @@ const _LTSM = "LiveTailSessionMetadata";
|
|
|
300
312
|
const _LTSR = "LiveTailSessionResults";
|
|
301
313
|
const _LTSS = "LiveTailSessionStart";
|
|
302
314
|
const _LTSU = "LiveTailSessionUpdate";
|
|
315
|
+
const _LTo = "LookupTables";
|
|
303
316
|
const _MF = "MetricFilter";
|
|
304
317
|
const _MFM = "MetricFilterMatches";
|
|
305
318
|
const _MFMR = "MetricFilterMatchRecord";
|
|
@@ -390,6 +403,8 @@ const _QD = "QueryDefinition";
|
|
|
390
403
|
const _QDL = "QueryDefinitionList";
|
|
391
404
|
const _QI = "QueryInfo";
|
|
392
405
|
const _QIL = "QueryInfoList";
|
|
406
|
+
const _QP = "QueryParameter";
|
|
407
|
+
const _QPL = "QueryParameterList";
|
|
393
408
|
const _QR = "QueryResults";
|
|
394
409
|
const _QS = "QueryStatistics";
|
|
395
410
|
const _RAEE = "ResourceAlreadyExistsException";
|
|
@@ -469,6 +484,9 @@ const _ULAD = "UpdateLogAnomalyDetector";
|
|
|
469
484
|
const _ULADR = "UpdateLogAnomalyDetectorRequest";
|
|
470
485
|
const _ULG = "UntagLogGroup";
|
|
471
486
|
const _ULGR = "UntagLogGroupRequest";
|
|
487
|
+
const _ULT = "UpdateLookupTable";
|
|
488
|
+
const _ULTR = "UpdateLookupTableRequest";
|
|
489
|
+
const _ULTRp = "UpdateLookupTableResponse";
|
|
472
490
|
const _UR = "UntagResource";
|
|
473
491
|
const _URR = "UntagResourceRequest";
|
|
474
492
|
const _USQ = "UpdateScheduledQuery";
|
|
@@ -508,7 +526,8 @@ const _bIy = "bytesImported";
|
|
|
508
526
|
const _bS = "bytesScanned";
|
|
509
527
|
const _bTAE = "bearerTokenAuthenticationEnabled";
|
|
510
528
|
const _c = "client";
|
|
511
|
-
const _cA = "
|
|
529
|
+
const _cA = "createdAt";
|
|
530
|
+
const _cAo = "collectionArn";
|
|
512
531
|
const _cE = "collectionEndpoint";
|
|
513
532
|
const _cT = "creationTime";
|
|
514
533
|
const _cTS = "creationTimeStamp";
|
|
@@ -697,9 +716,13 @@ const _lST = "lastScanTime";
|
|
|
697
716
|
const _lSo = "logSamples";
|
|
698
717
|
const _lSog = "logStreams";
|
|
699
718
|
const _lT = "logType";
|
|
719
|
+
const _lTA = "lookupTableArn";
|
|
700
720
|
const _lTM = "listToMap";
|
|
721
|
+
const _lTN = "lookupTableName";
|
|
722
|
+
const _lTNP = "lookupTableNamePrefix";
|
|
701
723
|
const _lTT = "lastTriggeredTime";
|
|
702
724
|
const _lTo = "logTypes";
|
|
725
|
+
const _lToo = "lookupTables";
|
|
703
726
|
const _lUT = "lastUpdatedTime";
|
|
704
727
|
const _lUTa = "lastUpdateTime";
|
|
705
728
|
const _li = "limit";
|
|
@@ -725,6 +748,7 @@ const _nMV = "nonMatchValue";
|
|
|
725
748
|
const _nP = "networkPolicy";
|
|
726
749
|
const _nST = "nextSequenceToken";
|
|
727
750
|
const _nT = "nextToken";
|
|
751
|
+
const _oAI = "ownerAccountId";
|
|
728
752
|
const _oB = "orderBy";
|
|
729
753
|
const _oF = "outputFormat";
|
|
730
754
|
const _oIE = "overwriteIfExists";
|
|
@@ -749,6 +773,7 @@ const _pTOCSF = "parseToOCSF";
|
|
|
749
773
|
const _pTa = "patternTokens";
|
|
750
774
|
const _pVPC = "parseVPC";
|
|
751
775
|
const _pWAF = "parseWAF";
|
|
776
|
+
const _pa = "parameters";
|
|
752
777
|
const _pe = "percent";
|
|
753
778
|
const _po = "policy";
|
|
754
779
|
const _q = "queries";
|
|
@@ -764,7 +789,8 @@ const _r = "results";
|
|
|
764
789
|
const _rA = "resourceArn";
|
|
765
790
|
const _rAe = "resourceArns";
|
|
766
791
|
const _rAo = "roleArn";
|
|
767
|
-
const _rC = "
|
|
792
|
+
const _rC = "recordsCount";
|
|
793
|
+
const _rCe = "resourceConfig";
|
|
768
794
|
const _rD = "retentionDays";
|
|
769
795
|
const _rEI = "rejectedEntityInfo";
|
|
770
796
|
const _rF = "recordFields";
|
|
@@ -784,7 +810,8 @@ const _rT = "resourceType";
|
|
|
784
810
|
const _rTe = "resourceTypes";
|
|
785
811
|
const _rTen = "renameTo";
|
|
786
812
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudwatchlogs";
|
|
787
|
-
const _sB = "
|
|
813
|
+
const _sB = "sizeBytes";
|
|
814
|
+
const _sBt = "storedBytes";
|
|
788
815
|
const _sC = "selectionCriteria";
|
|
789
816
|
const _sCO = "startCharOffset";
|
|
790
817
|
const _sCe = "searchedCompletely";
|
|
@@ -834,10 +861,12 @@ const _su = "suppressed";
|
|
|
834
861
|
const _suc = "success";
|
|
835
862
|
const _t = "target";
|
|
836
863
|
const _tA = "targetArn";
|
|
864
|
+
const _tB = "tableBody";
|
|
837
865
|
const _tC = "transformerConfig";
|
|
838
866
|
const _tCy = "typeConverter";
|
|
839
867
|
const _tEM = "transformedEventMessage";
|
|
840
868
|
const _tF = "targetFormat";
|
|
869
|
+
const _tFa = "tableFields";
|
|
841
870
|
const _tH = "triggerHistory";
|
|
842
871
|
const _tI = "taskId";
|
|
843
872
|
const _tK = "tagKeys";
|
|
@@ -1132,6 +1161,16 @@ export var CreateLogStreamRequest$ = [3, n0, _CLSR,
|
|
|
1132
1161
|
[_lGN, _lSN],
|
|
1133
1162
|
[0, 0], 2
|
|
1134
1163
|
];
|
|
1164
|
+
export var CreateLookupTableRequest$ = [3, n0, _CLTR,
|
|
1165
|
+
0,
|
|
1166
|
+
[_lTN, _tB, _d, _kKI, _ta],
|
|
1167
|
+
[0, 0, 0, 0, 128 | 0], 2
|
|
1168
|
+
];
|
|
1169
|
+
export var CreateLookupTableResponse$ = [3, n0, _CLTRr,
|
|
1170
|
+
0,
|
|
1171
|
+
[_lTA, _cA],
|
|
1172
|
+
[0, 1]
|
|
1173
|
+
];
|
|
1135
1174
|
export var CreateScheduledQueryRequest$ = [3, n0, _CSQR,
|
|
1136
1175
|
0,
|
|
1137
1176
|
[_n, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _dC, _sST, _sET, _st, _ta],
|
|
@@ -1237,6 +1276,11 @@ export var DeleteLogStreamRequest$ = [3, n0, _DLSR,
|
|
|
1237
1276
|
[_lGN, _lSN],
|
|
1238
1277
|
[0, 0], 2
|
|
1239
1278
|
];
|
|
1279
|
+
export var DeleteLookupTableRequest$ = [3, n0, _DLTR,
|
|
1280
|
+
0,
|
|
1281
|
+
[_lTA],
|
|
1282
|
+
[0], 1
|
|
1283
|
+
];
|
|
1240
1284
|
export var DeleteMetricFilterRequest$ = [3, n0, _DMFR,
|
|
1241
1285
|
0,
|
|
1242
1286
|
[_lGN, _fN],
|
|
@@ -1432,6 +1476,16 @@ export var DescribeLogStreamsResponse$ = [3, n0, _DLSRes,
|
|
|
1432
1476
|
[_lSog, _nT],
|
|
1433
1477
|
[() => LogStreams, 0]
|
|
1434
1478
|
];
|
|
1479
|
+
export var DescribeLookupTablesRequest$ = [3, n0, _DLTRe,
|
|
1480
|
+
0,
|
|
1481
|
+
[_lTNP, _mR, _nT],
|
|
1482
|
+
[0, 1, 0]
|
|
1483
|
+
];
|
|
1484
|
+
export var DescribeLookupTablesResponse$ = [3, n0, _DLTRes,
|
|
1485
|
+
0,
|
|
1486
|
+
[_lToo, _nT],
|
|
1487
|
+
[() => LookupTables, 0]
|
|
1488
|
+
];
|
|
1435
1489
|
export var DescribeMetricFiltersRequest$ = [3, n0, _DMFRe,
|
|
1436
1490
|
0,
|
|
1437
1491
|
[_lGN, _fNP, _nT, _li, _mN, _mNe],
|
|
@@ -1672,6 +1726,16 @@ export var GetLogRecordResponse$ = [3, n0, _GLRRe,
|
|
|
1672
1726
|
[_lR],
|
|
1673
1727
|
[128 | 0]
|
|
1674
1728
|
];
|
|
1729
|
+
export var GetLookupTableRequest$ = [3, n0, _GLTR,
|
|
1730
|
+
0,
|
|
1731
|
+
[_lTA],
|
|
1732
|
+
[0], 1
|
|
1733
|
+
];
|
|
1734
|
+
export var GetLookupTableResponse$ = [3, n0, _GLTRe,
|
|
1735
|
+
0,
|
|
1736
|
+
[_lTA, _lTN, _d, _tB, _sB, _lUT, _kKI],
|
|
1737
|
+
[0, 0, 0, 0, 1, 1, 0]
|
|
1738
|
+
];
|
|
1675
1739
|
export var GetQueryResultsRequest$ = [3, n0, _GQRR,
|
|
1676
1740
|
0,
|
|
1677
1741
|
[_qI],
|
|
@@ -1899,7 +1963,7 @@ export var LogFieldType$ = [3, n0, _LFT,
|
|
|
1899
1963
|
];
|
|
1900
1964
|
export var LogGroup$ = [3, n0, _LG,
|
|
1901
1965
|
0,
|
|
1902
|
-
[_lGN, _cT, _rID, _mFC, _ar,
|
|
1966
|
+
[_lGN, _cT, _rID, _mFC, _ar, _sBt, _kKI, _dPS, _iPn, _lGCo, _lGA, _dPE, _bTAE],
|
|
1903
1967
|
[0, 1, 1, 1, 0, 1, 0, 0, 64 | 0, 0, 0, 2, 2]
|
|
1904
1968
|
];
|
|
1905
1969
|
export var LogGroupField$ = [3, n0, _LGF,
|
|
@@ -1914,9 +1978,14 @@ export var LogGroupSummary$ = [3, n0, _LGS,
|
|
|
1914
1978
|
];
|
|
1915
1979
|
export var LogStream$ = [3, n0, _LS,
|
|
1916
1980
|
0,
|
|
1917
|
-
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar,
|
|
1981
|
+
[_lSN, _cT, _fETi, _lETa, _lIT, _uST, _ar, _sBt],
|
|
1918
1982
|
[0, 1, 1, 1, 1, 0, 0, 1]
|
|
1919
1983
|
];
|
|
1984
|
+
export var LookupTable$ = [3, n0, _LT,
|
|
1985
|
+
0,
|
|
1986
|
+
[_lTA, _lTN, _d, _tFa, _rC, _sB, _lUT, _kKI],
|
|
1987
|
+
[0, 0, 0, 64 | 0, 1, 1, 1, 0]
|
|
1988
|
+
];
|
|
1920
1989
|
export var LowerCaseString$ = [3, n0, _LCS,
|
|
1921
1990
|
0,
|
|
1922
1991
|
[_wK],
|
|
@@ -1954,7 +2023,7 @@ export var OpenSearchApplication$ = [3, n0, _OSA,
|
|
|
1954
2023
|
];
|
|
1955
2024
|
export var OpenSearchCollection$ = [3, n0, _OSC,
|
|
1956
2025
|
0,
|
|
1957
|
-
[_cE,
|
|
2026
|
+
[_cE, _cAo, _sta],
|
|
1958
2027
|
[0, 0, () => OpenSearchResourceStatus$]
|
|
1959
2028
|
];
|
|
1960
2029
|
export var OpenSearchDataAccessPolicy$ = [3, n0, _OSDAP,
|
|
@@ -2144,7 +2213,7 @@ export var PutIndexPolicyResponse$ = [3, n0, _PIPRu,
|
|
|
2144
2213
|
];
|
|
2145
2214
|
export var PutIntegrationRequest$ = [3, n0, _PIR,
|
|
2146
2215
|
0,
|
|
2147
|
-
[_iN,
|
|
2216
|
+
[_iN, _rCe, _iTn],
|
|
2148
2217
|
[0, () => ResourceConfig$, 0], 3
|
|
2149
2218
|
];
|
|
2150
2219
|
export var PutIntegrationResponse$ = [3, n0, _PIRu,
|
|
@@ -2174,8 +2243,8 @@ export var PutMetricFilterRequest$ = [3, n0, _PMFR,
|
|
|
2174
2243
|
];
|
|
2175
2244
|
export var PutQueryDefinitionRequest$ = [3, n0, _PQDR,
|
|
2176
2245
|
0,
|
|
2177
|
-
[_n, _qS, _qL, _qDI, _lGNo, _cTl],
|
|
2178
|
-
[0, 0, 0, 0, 64 | 0, [0, 4]], 2
|
|
2246
|
+
[_n, _qS, _qL, _qDI, _lGNo, _cTl, _pa],
|
|
2247
|
+
[0, 0, 0, 0, 64 | 0, [0, 4], () => QueryParameterList], 2
|
|
2179
2248
|
];
|
|
2180
2249
|
export var PutQueryDefinitionResponse$ = [3, n0, _PQDRu,
|
|
2181
2250
|
0,
|
|
@@ -2219,14 +2288,19 @@ export var QueryCompileErrorLocation$ = [3, n0, _QCEL,
|
|
|
2219
2288
|
];
|
|
2220
2289
|
export var QueryDefinition$ = [3, n0, _QD,
|
|
2221
2290
|
0,
|
|
2222
|
-
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
2223
|
-
[0, 0, 0, 0, 1, 64 | 0]
|
|
2291
|
+
[_qL, _qDI, _n, _qS, _lM, _lGNo, _pa],
|
|
2292
|
+
[0, 0, 0, 0, 1, 64 | 0, () => QueryParameterList]
|
|
2224
2293
|
];
|
|
2225
2294
|
export var QueryInfo$ = [3, n0, _QI,
|
|
2226
2295
|
0,
|
|
2227
2296
|
[_qL, _qI, _qS, _sta, _cTr, _lGN],
|
|
2228
2297
|
[0, 0, 0, 0, 1, 0]
|
|
2229
2298
|
];
|
|
2299
|
+
export var QueryParameter$ = [3, n0, _QP,
|
|
2300
|
+
0,
|
|
2301
|
+
[_n, _dV, _d],
|
|
2302
|
+
[0, 0, 0], 1
|
|
2303
|
+
];
|
|
2230
2304
|
export var QueryStatistics$ = [3, n0, _QS,
|
|
2231
2305
|
0,
|
|
2232
2306
|
[_rM, _rS, _eRS, _bS, _eBS, _lGS],
|
|
@@ -2269,8 +2343,8 @@ export var ResultField$ = [3, n0, _RFe,
|
|
|
2269
2343
|
];
|
|
2270
2344
|
export var S3Configuration$ = [3, n0, _SC,
|
|
2271
2345
|
0,
|
|
2272
|
-
[_dI, _rAo],
|
|
2273
|
-
[0, 0], 2
|
|
2346
|
+
[_dI, _rAo, _oAI, _kKI],
|
|
2347
|
+
[0, 0, 0, 0], 2
|
|
2274
2348
|
];
|
|
2275
2349
|
export var S3DeliveryConfiguration$ = [3, n0, _SDC,
|
|
2276
2350
|
0,
|
|
@@ -2442,6 +2516,16 @@ export var UpdateLogAnomalyDetectorRequest$ = [3, n0, _ULADR,
|
|
|
2442
2516
|
[_aDA, _ena, _eF, _fP, _aVT],
|
|
2443
2517
|
[0, 2, 0, 0, 1], 2
|
|
2444
2518
|
];
|
|
2519
|
+
export var UpdateLookupTableRequest$ = [3, n0, _ULTR,
|
|
2520
|
+
0,
|
|
2521
|
+
[_lTA, _tB, _d, _kKI],
|
|
2522
|
+
[0, 0, 0, 0], 2
|
|
2523
|
+
];
|
|
2524
|
+
export var UpdateLookupTableResponse$ = [3, n0, _ULTRp,
|
|
2525
|
+
0,
|
|
2526
|
+
[_lTA, _lUT],
|
|
2527
|
+
[0, 1]
|
|
2528
|
+
];
|
|
2445
2529
|
export var UpdateScheduledQueryRequest$ = [3, n0, _USQR,
|
|
2446
2530
|
0,
|
|
2447
2531
|
[_i, _qL, _qS, _sE, _eRA, _d, _lGI, _ti, _sTO, _dC, _sST, _sET, _st],
|
|
@@ -2564,6 +2648,9 @@ var LogStreams = [1, n0, _LSog,
|
|
|
2564
2648
|
0, () => LogStream$
|
|
2565
2649
|
];
|
|
2566
2650
|
var LogTypes = 64 | 0;
|
|
2651
|
+
var LookupTables = [1, n0, _LTo,
|
|
2652
|
+
0, () => LookupTable$
|
|
2653
|
+
];
|
|
2567
2654
|
var LowerCaseStringWithKeys = 64 | 0;
|
|
2568
2655
|
var MatchPatterns = 64 | 0;
|
|
2569
2656
|
var MetricFilterMatches = [1, n0, _MFM,
|
|
@@ -2594,6 +2681,9 @@ var QueryDefinitionList = [1, n0, _QDL,
|
|
|
2594
2681
|
var QueryInfoList = [1, n0, _QIL,
|
|
2595
2682
|
0, () => QueryInfo$
|
|
2596
2683
|
];
|
|
2684
|
+
var QueryParameterList = [1, n0, _QPL,
|
|
2685
|
+
0, () => QueryParameter$
|
|
2686
|
+
];
|
|
2597
2687
|
var QueryResults = [1, n0, _QR,
|
|
2598
2688
|
0, () => ResultRows
|
|
2599
2689
|
];
|
|
@@ -2632,6 +2722,7 @@ var SubscriptionFilters = [1, n0, _SFu,
|
|
|
2632
2722
|
var SubstituteStringEntries = [1, n0, _SSEub,
|
|
2633
2723
|
0, () => SubstituteStringEntry$
|
|
2634
2724
|
];
|
|
2725
|
+
var TableFields = 64 | 0;
|
|
2635
2726
|
var TagKeyList = 64 | 0;
|
|
2636
2727
|
var TagList = 64 | 0;
|
|
2637
2728
|
var TestEventMessages = 64 | 0;
|
|
@@ -2704,6 +2795,9 @@ export var CreateLogGroup$ = [9, n0, _CLG,
|
|
|
2704
2795
|
export var CreateLogStream$ = [9, n0, _CLS,
|
|
2705
2796
|
0, () => CreateLogStreamRequest$, () => __Unit
|
|
2706
2797
|
];
|
|
2798
|
+
export var CreateLookupTable$ = [9, n0, _CLT,
|
|
2799
|
+
0, () => CreateLookupTableRequest$, () => CreateLookupTableResponse$
|
|
2800
|
+
];
|
|
2707
2801
|
export var CreateScheduledQuery$ = [9, n0, _CSQ,
|
|
2708
2802
|
0, () => CreateScheduledQueryRequest$, () => CreateScheduledQueryResponse$
|
|
2709
2803
|
];
|
|
@@ -2743,6 +2837,9 @@ export var DeleteLogGroup$ = [9, n0, _DLG,
|
|
|
2743
2837
|
export var DeleteLogStream$ = [9, n0, _DLS,
|
|
2744
2838
|
0, () => DeleteLogStreamRequest$, () => __Unit
|
|
2745
2839
|
];
|
|
2840
|
+
export var DeleteLookupTable$ = [9, n0, _DLT,
|
|
2841
|
+
0, () => DeleteLookupTableRequest$, () => __Unit
|
|
2842
|
+
];
|
|
2746
2843
|
export var DeleteMetricFilter$ = [9, n0, _DMF,
|
|
2747
2844
|
0, () => DeleteMetricFilterRequest$, () => __Unit
|
|
2748
2845
|
];
|
|
@@ -2803,6 +2900,9 @@ export var DescribeLogGroups$ = [9, n0, _DLGe,
|
|
|
2803
2900
|
export var DescribeLogStreams$ = [9, n0, _DLSe,
|
|
2804
2901
|
0, () => DescribeLogStreamsRequest$, () => DescribeLogStreamsResponse$
|
|
2805
2902
|
];
|
|
2903
|
+
export var DescribeLookupTables$ = [9, n0, _DLTe,
|
|
2904
|
+
0, () => DescribeLookupTablesRequest$, () => DescribeLookupTablesResponse$
|
|
2905
|
+
];
|
|
2806
2906
|
export var DescribeMetricFilters$ = [9, n0, _DMFe,
|
|
2807
2907
|
0, () => DescribeMetricFiltersRequest$, () => DescribeMetricFiltersResponse$
|
|
2808
2908
|
];
|
|
@@ -2863,6 +2963,9 @@ export var GetLogObject$ = [9, n0, _GLO,
|
|
|
2863
2963
|
export var GetLogRecord$ = [9, n0, _GLR,
|
|
2864
2964
|
0, () => GetLogRecordRequest$, () => GetLogRecordResponse$
|
|
2865
2965
|
];
|
|
2966
|
+
export var GetLookupTable$ = [9, n0, _GLT,
|
|
2967
|
+
0, () => GetLookupTableRequest$, () => GetLookupTableResponse$
|
|
2968
|
+
];
|
|
2866
2969
|
export var GetQueryResults$ = [9, n0, _GQR,
|
|
2867
2970
|
0, () => GetQueryResultsRequest$, () => GetQueryResultsResponse$
|
|
2868
2971
|
];
|
|
@@ -2995,6 +3098,9 @@ export var UpdateDeliveryConfiguration$ = [9, n0, _UDC,
|
|
|
2995
3098
|
export var UpdateLogAnomalyDetector$ = [9, n0, _ULAD,
|
|
2996
3099
|
0, () => UpdateLogAnomalyDetectorRequest$, () => __Unit
|
|
2997
3100
|
];
|
|
3101
|
+
export var UpdateLookupTable$ = [9, n0, _ULT,
|
|
3102
|
+
0, () => UpdateLookupTableRequest$, () => UpdateLookupTableResponse$
|
|
3103
|
+
];
|
|
2998
3104
|
export var UpdateScheduledQuery$ = [9, n0, _USQ,
|
|
2999
3105
|
0, () => UpdateScheduledQueryRequest$, () => UpdateScheduledQueryResponse$
|
|
3000
3106
|
];
|