@aws-sdk/client-firehose
Advanced tools
Comparing version 3.614.0 to 3.616.0
@@ -22,5 +22,5 @@ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header"; | ||
const _config_3 = resolveEndpointConfig(_config_2); | ||
const _config_4 = resolveRetryConfig(_config_3); | ||
const _config_5 = resolveHostHeaderConfig(_config_4); | ||
const _config_6 = resolveUserAgentConfig(_config_5); | ||
const _config_4 = resolveHostHeaderConfig(_config_3); | ||
const _config_5 = resolveUserAgentConfig(_config_4); | ||
const _config_6 = resolveRetryConfig(_config_5); | ||
const _config_7 = resolveHttpAuthSchemeConfig(_config_6); | ||
@@ -30,4 +30,2 @@ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); | ||
this.config = _config_8; | ||
this.middlewareStack.use(getRetryPlugin(this.config)); | ||
this.middlewareStack.use(getContentLengthPlugin(this.config)); | ||
this.middlewareStack.use(getHostHeaderPlugin(this.config)); | ||
@@ -37,2 +35,4 @@ this.middlewareStack.use(getLoggerPlugin(this.config)); | ||
this.middlewareStack.use(getUserAgentPlugin(this.config)); | ||
this.middlewareStack.use(getRetryPlugin(this.config)); | ||
this.middlewareStack.use(getContentLengthPlugin(this.config)); | ||
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, { | ||
@@ -39,0 +39,0 @@ httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(), |
@@ -119,2 +119,6 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client"; | ||
}; | ||
export const IcebergS3BackupMode = { | ||
AllData: "AllData", | ||
FailedDataOnly: "FailedDataOnly", | ||
}; | ||
export const RedshiftS3BackupMode = { | ||
@@ -121,0 +125,0 @@ Disabled: "Disabled", |
@@ -356,4 +356,5 @@ import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core"; | ||
HttpEndpointDestinationConfiguration: _json, | ||
IcebergDestinationConfiguration: _json, | ||
KinesisStreamSourceConfiguration: _json, | ||
MSKSourceConfiguration: _json, | ||
MSKSourceConfiguration: (_) => se_MSKSourceConfiguration(_, context), | ||
RedshiftDestinationConfiguration: _json, | ||
@@ -412,2 +413,10 @@ S3DestinationConfiguration: _json, | ||
}; | ||
const se_MSKSourceConfiguration = (input, context) => { | ||
return take(input, { | ||
AuthenticationConfiguration: _json, | ||
MSKClusterARN: [], | ||
ReadFromTimestamp: (_) => _.getTime() / 1000, | ||
TopicName: [], | ||
}); | ||
}; | ||
const se_OrcSerDe = (input, context) => { | ||
@@ -472,2 +481,3 @@ return take(input, { | ||
HttpEndpointDestinationUpdate: _json, | ||
IcebergDestinationUpdate: _json, | ||
RedshiftDestinationUpdate: _json, | ||
@@ -516,2 +526,3 @@ S3DestinationUpdate: _json, | ||
HttpEndpointDestinationDescription: _json, | ||
IcebergDestinationDescription: _json, | ||
RedshiftDestinationDescription: _json, | ||
@@ -562,2 +573,3 @@ S3DestinationDescription: _json, | ||
MSKClusterARN: __expectString, | ||
ReadFromTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), | ||
TopicName: __expectString, | ||
@@ -564,0 +576,0 @@ }); |
@@ -538,2 +538,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* }, | ||
* ReadFromTimestamp: new Date("TIMESTAMP"), | ||
* }, | ||
@@ -571,3 +572,31 @@ * SnowflakeDestinationConfiguration: { // SnowflakeDestinationConfiguration | ||
* }, | ||
* BufferingHints: { // SnowflakeBufferingHints | ||
* SizeInMBs: Number("int"), | ||
* IntervalInSeconds: Number("int"), | ||
* }, | ||
* }, | ||
* IcebergDestinationConfiguration: { // IcebergDestinationConfiguration | ||
* DestinationTableConfigurationList: [ // DestinationTableConfigurationList | ||
* { // DestinationTableConfiguration | ||
* DestinationTableName: "STRING_VALUE", // required | ||
* DestinationDatabaseName: "STRING_VALUE", // required | ||
* UniqueKeys: [ | ||
* "STRING_VALUE", | ||
* ], | ||
* S3ErrorOutputPrefix: "STRING_VALUE", | ||
* }, | ||
* ], | ||
* BufferingHints: "<BufferingHints>", | ||
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>", | ||
* ProcessingConfiguration: "<ProcessingConfiguration>", | ||
* S3BackupMode: "FailedDataOnly" || "AllData", | ||
* RetryOptions: { | ||
* DurationInSeconds: Number("int"), | ||
* }, | ||
* RoleARN: "STRING_VALUE", // required | ||
* CatalogConfiguration: { // CatalogConfiguration | ||
* CatalogARN: "STRING_VALUE", | ||
* }, | ||
* S3Configuration: "<S3DestinationConfiguration>", // required | ||
* }, | ||
* }; | ||
@@ -574,0 +603,0 @@ * const command = new CreateDeliveryStreamCommand(input); |
@@ -86,2 +86,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // DeliveryStartTimestamp: new Date("TIMESTAMP"), | ||
* // ReadFromTimestamp: new Date("TIMESTAMP"), | ||
* // }, | ||
@@ -507,2 +508,6 @@ * // }, | ||
* // }, | ||
* // BufferingHints: { // SnowflakeBufferingHints | ||
* // SizeInMBs: Number("int"), | ||
* // IntervalInSeconds: Number("int"), | ||
* // }, | ||
* // }, | ||
@@ -535,2 +540,26 @@ * // AmazonOpenSearchServerlessDestinationDescription: { // AmazonOpenSearchServerlessDestinationDescription | ||
* // }, | ||
* // IcebergDestinationDescription: { // IcebergDestinationDescription | ||
* // DestinationTableConfigurationList: [ // DestinationTableConfigurationList | ||
* // { // DestinationTableConfiguration | ||
* // DestinationTableName: "STRING_VALUE", // required | ||
* // DestinationDatabaseName: "STRING_VALUE", // required | ||
* // UniqueKeys: [ | ||
* // "STRING_VALUE", | ||
* // ], | ||
* // S3ErrorOutputPrefix: "STRING_VALUE", | ||
* // }, | ||
* // ], | ||
* // BufferingHints: "<BufferingHints>", | ||
* // CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>", | ||
* // ProcessingConfiguration: "<ProcessingConfiguration>", | ||
* // S3BackupMode: "FailedDataOnly" || "AllData", | ||
* // RetryOptions: { | ||
* // DurationInSeconds: Number("int"), | ||
* // }, | ||
* // RoleARN: "STRING_VALUE", | ||
* // CatalogConfiguration: { // CatalogConfiguration | ||
* // CatalogARN: "STRING_VALUE", | ||
* // }, | ||
* // S3DestinationDescription: "<S3DestinationDescription>", | ||
* // }, | ||
* // }, | ||
@@ -537,0 +566,0 @@ * // ], |
@@ -472,3 +472,40 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* }, | ||
* BufferingHints: { // SnowflakeBufferingHints | ||
* SizeInMBs: Number("int"), | ||
* IntervalInSeconds: Number("int"), | ||
* }, | ||
* }, | ||
* IcebergDestinationUpdate: { // IcebergDestinationUpdate | ||
* DestinationTableConfigurationList: [ // DestinationTableConfigurationList | ||
* { // DestinationTableConfiguration | ||
* DestinationTableName: "STRING_VALUE", // required | ||
* DestinationDatabaseName: "STRING_VALUE", // required | ||
* UniqueKeys: [ | ||
* "STRING_VALUE", | ||
* ], | ||
* S3ErrorOutputPrefix: "STRING_VALUE", | ||
* }, | ||
* ], | ||
* BufferingHints: "<BufferingHints>", | ||
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>", | ||
* ProcessingConfiguration: "<ProcessingConfiguration>", | ||
* S3BackupMode: "FailedDataOnly" || "AllData", | ||
* RetryOptions: { | ||
* DurationInSeconds: Number("int"), | ||
* }, | ||
* RoleARN: "STRING_VALUE", | ||
* CatalogConfiguration: { // CatalogConfiguration | ||
* CatalogARN: "STRING_VALUE", | ||
* }, | ||
* S3Configuration: { // S3DestinationConfiguration | ||
* RoleARN: "STRING_VALUE", // required | ||
* BucketARN: "STRING_VALUE", // required | ||
* Prefix: "STRING_VALUE", | ||
* ErrorOutputPrefix: "STRING_VALUE", | ||
* BufferingHints: "<BufferingHints>", | ||
* CompressionFormat: "UNCOMPRESSED" || "GZIP" || "ZIP" || "Snappy" || "HADOOP_SNAPPY", | ||
* EncryptionConfiguration: "<EncryptionConfiguration>", | ||
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>", | ||
* }, | ||
* }, | ||
* }; | ||
@@ -475,0 +512,0 @@ * const command = new UpdateDestinationCommand(input); |
@@ -146,3 +146,3 @@ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header"; | ||
*/ | ||
export type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; | ||
export type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & HostHeaderInputConfig & UserAgentInputConfig & RetryInputConfig & HttpAuthSchemeInputConfig & ClientInputEndpointParameters; | ||
/** | ||
@@ -158,3 +158,3 @@ * @public | ||
*/ | ||
export type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; | ||
export type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & HostHeaderResolvedConfig & UserAgentResolvedConfig & RetryResolvedConfig & HttpAuthSchemeResolvedConfig & ClientResolvedEndpointParameters; | ||
/** | ||
@@ -161,0 +161,0 @@ * @public |
@@ -35,4 +35,4 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -39,0 +39,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
@@ -35,4 +35,4 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -39,0 +39,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
@@ -34,4 +34,4 @@ import { FirehoseClientConfig } from "./FirehoseClient"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -38,0 +38,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
@@ -160,5 +160,5 @@ import { | ||
EndpointInputConfig<EndpointParameters> & | ||
RetryInputConfig & | ||
HostHeaderInputConfig & | ||
UserAgentInputConfig & | ||
RetryInputConfig & | ||
HttpAuthSchemeInputConfig & | ||
@@ -173,5 +173,5 @@ ClientInputEndpointParameters; | ||
EndpointResolvedConfig<EndpointParameters> & | ||
RetryResolvedConfig & | ||
HostHeaderResolvedConfig & | ||
UserAgentResolvedConfig & | ||
RetryResolvedConfig & | ||
HttpAuthSchemeResolvedConfig & | ||
@@ -178,0 +178,0 @@ ClientResolvedEndpointParameters; |
@@ -243,2 +243,5 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
} | ||
export interface CatalogConfiguration { | ||
CatalogARN?: string; | ||
} | ||
export declare class ConcurrentModificationException extends __BaseException { | ||
@@ -473,2 +476,25 @@ readonly name: "ConcurrentModificationException"; | ||
} | ||
export interface DestinationTableConfiguration { | ||
DestinationTableName: string | undefined; | ||
DestinationDatabaseName: string | undefined; | ||
UniqueKeys?: string[]; | ||
S3ErrorOutputPrefix?: string; | ||
} | ||
export declare const IcebergS3BackupMode: { | ||
readonly AllData: "AllData"; | ||
readonly FailedDataOnly: "FailedDataOnly"; | ||
}; | ||
export type IcebergS3BackupMode = | ||
(typeof IcebergS3BackupMode)[keyof typeof IcebergS3BackupMode]; | ||
export interface IcebergDestinationConfiguration { | ||
DestinationTableConfigurationList?: DestinationTableConfiguration[]; | ||
BufferingHints?: BufferingHints; | ||
CloudWatchLoggingOptions?: CloudWatchLoggingOptions; | ||
ProcessingConfiguration?: ProcessingConfiguration; | ||
S3BackupMode?: IcebergS3BackupMode; | ||
RetryOptions?: RetryOptions; | ||
RoleARN: string | undefined; | ||
CatalogConfiguration: CatalogConfiguration | undefined; | ||
S3Configuration: S3DestinationConfiguration | undefined; | ||
} | ||
export interface KinesisStreamSourceConfiguration { | ||
@@ -482,2 +508,3 @@ KinesisStreamARN: string | undefined; | ||
AuthenticationConfiguration: AuthenticationConfiguration | undefined; | ||
ReadFromTimestamp?: Date; | ||
} | ||
@@ -507,2 +534,6 @@ export interface RedshiftRetryOptions { | ||
} | ||
export interface SnowflakeBufferingHints { | ||
SizeInMBs?: number; | ||
IntervalInSeconds?: number; | ||
} | ||
export declare const SnowflakeDataLoadingOption: { | ||
@@ -551,2 +582,3 @@ readonly JSON_MAPPING: "JSON_MAPPING"; | ||
SecretsManagerConfiguration?: SecretsManagerConfiguration; | ||
BufferingHints?: SnowflakeBufferingHints; | ||
} | ||
@@ -605,2 +637,3 @@ export interface SplunkBufferingHints { | ||
SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration; | ||
IcebergDestinationConfiguration?: IcebergDestinationConfiguration; | ||
} | ||
@@ -748,2 +781,13 @@ export interface CreateDeliveryStreamOutput { | ||
} | ||
export interface IcebergDestinationDescription { | ||
DestinationTableConfigurationList?: DestinationTableConfiguration[]; | ||
BufferingHints?: BufferingHints; | ||
CloudWatchLoggingOptions?: CloudWatchLoggingOptions; | ||
ProcessingConfiguration?: ProcessingConfiguration; | ||
S3BackupMode?: IcebergS3BackupMode; | ||
RetryOptions?: RetryOptions; | ||
RoleARN?: string; | ||
CatalogConfiguration?: CatalogConfiguration; | ||
S3DestinationDescription?: S3DestinationDescription; | ||
} | ||
export interface RedshiftDestinationDescription { | ||
@@ -780,2 +824,3 @@ RoleARN: string | undefined; | ||
SecretsManagerConfiguration?: SecretsManagerConfiguration; | ||
BufferingHints?: SnowflakeBufferingHints; | ||
} | ||
@@ -806,2 +851,3 @@ export interface SplunkDestinationDescription { | ||
AmazonOpenSearchServerlessDestinationDescription?: AmazonOpenSearchServerlessDestinationDescription; | ||
IcebergDestinationDescription?: IcebergDestinationDescription; | ||
} | ||
@@ -818,2 +864,3 @@ export interface KinesisStreamSourceDescription { | ||
DeliveryStartTimestamp?: Date; | ||
ReadFromTimestamp?: Date; | ||
} | ||
@@ -966,2 +1013,13 @@ export interface SourceDescription { | ||
} | ||
export interface IcebergDestinationUpdate { | ||
DestinationTableConfigurationList?: DestinationTableConfiguration[]; | ||
BufferingHints?: BufferingHints; | ||
CloudWatchLoggingOptions?: CloudWatchLoggingOptions; | ||
ProcessingConfiguration?: ProcessingConfiguration; | ||
S3BackupMode?: IcebergS3BackupMode; | ||
RetryOptions?: RetryOptions; | ||
RoleARN?: string; | ||
CatalogConfiguration?: CatalogConfiguration; | ||
S3Configuration?: S3DestinationConfiguration; | ||
} | ||
export interface RedshiftDestinationUpdate { | ||
@@ -1000,2 +1058,3 @@ RoleARN?: string; | ||
SecretsManagerConfiguration?: SecretsManagerConfiguration; | ||
BufferingHints?: SnowflakeBufferingHints; | ||
} | ||
@@ -1028,2 +1087,3 @@ export interface SplunkDestinationUpdate { | ||
SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate; | ||
IcebergDestinationUpdate?: IcebergDestinationUpdate; | ||
} | ||
@@ -1030,0 +1090,0 @@ export interface UpdateDestinationOutput {} |
@@ -59,2 +59,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: | ||
@@ -64,3 +65,2 @@ | import("@smithy/types").RetryStrategy | ||
| undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -67,0 +67,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
@@ -63,2 +63,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: | ||
@@ -68,3 +69,2 @@ | import("@smithy/types").RetryStrategy | ||
| undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -71,0 +71,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
@@ -53,2 +53,3 @@ import { FirehoseClientConfig } from "./FirehoseClient"; | ||
tls?: boolean | undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
retryStrategy?: | ||
@@ -58,3 +59,2 @@ | import("@smithy/types").RetryStrategy | ||
| undefined; | ||
customUserAgent?: string | import("@smithy/types").UserAgent | undefined; | ||
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
@@ -61,0 +61,0 @@ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider; |
{ | ||
"name": "@aws-sdk/client-firehose", | ||
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native", | ||
"version": "3.614.0", | ||
"version": "3.616.0", | ||
"scripts": { | ||
@@ -23,10 +23,10 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.614.0", | ||
"@aws-sdk/client-sts": "3.614.0", | ||
"@aws-sdk/core": "3.614.0", | ||
"@aws-sdk/credential-provider-node": "3.614.0", | ||
"@aws-sdk/middleware-host-header": "3.609.0", | ||
"@aws-sdk/client-sso-oidc": "3.616.0", | ||
"@aws-sdk/client-sts": "3.616.0", | ||
"@aws-sdk/core": "3.616.0", | ||
"@aws-sdk/credential-provider-node": "3.616.0", | ||
"@aws-sdk/middleware-host-header": "3.616.0", | ||
"@aws-sdk/middleware-logger": "3.609.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.609.0", | ||
"@aws-sdk/middleware-user-agent": "3.614.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.616.0", | ||
"@aws-sdk/middleware-user-agent": "3.616.0", | ||
"@aws-sdk/region-config-resolver": "3.614.0", | ||
@@ -38,15 +38,15 @@ "@aws-sdk/types": "3.609.0", | ||
"@smithy/config-resolver": "^3.0.5", | ||
"@smithy/core": "^2.2.6", | ||
"@smithy/fetch-http-handler": "^3.2.1", | ||
"@smithy/core": "^2.2.7", | ||
"@smithy/fetch-http-handler": "^3.2.2", | ||
"@smithy/hash-node": "^3.0.3", | ||
"@smithy/invalid-dependency": "^3.0.3", | ||
"@smithy/middleware-content-length": "^3.0.3", | ||
"@smithy/middleware-content-length": "^3.0.4", | ||
"@smithy/middleware-endpoint": "^3.0.5", | ||
"@smithy/middleware-retry": "^3.0.9", | ||
"@smithy/middleware-retry": "^3.0.10", | ||
"@smithy/middleware-serde": "^3.0.3", | ||
"@smithy/middleware-stack": "^3.0.3", | ||
"@smithy/node-config-provider": "^3.1.4", | ||
"@smithy/node-http-handler": "^3.1.2", | ||
"@smithy/protocol-http": "^4.0.3", | ||
"@smithy/smithy-client": "^3.1.7", | ||
"@smithy/node-http-handler": "^3.1.3", | ||
"@smithy/protocol-http": "^4.0.4", | ||
"@smithy/smithy-client": "^3.1.8", | ||
"@smithy/types": "^3.3.0", | ||
@@ -57,4 +57,4 @@ "@smithy/url-parser": "^3.0.3", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.9", | ||
"@smithy/util-defaults-mode-node": "^3.0.9", | ||
"@smithy/util-defaults-mode-browser": "^3.0.10", | ||
"@smithy/util-defaults-mode-node": "^3.0.10", | ||
"@smithy/util-endpoints": "^2.0.5", | ||
@@ -61,0 +61,0 @@ "@smithy/util-middleware": "^3.0.3", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
655310
14666
+ Added@aws-sdk/client-sso@3.616.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.616.0(transitive)
+ Added@aws-sdk/client-sts@3.616.0(transitive)
+ Added@aws-sdk/core@3.616.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.616.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.616.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.616.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.616.0(transitive)
+ Added@aws-sdk/middleware-host-header@3.616.0(transitive)
+ Added@aws-sdk/middleware-recursion-detection@3.616.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.616.0(transitive)
+ Added@smithy/signature-v4@4.2.4(transitive)
- Removed@aws-sdk/client-sso@3.614.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.614.0(transitive)
- Removed@aws-sdk/client-sts@3.614.0(transitive)
- Removed@aws-sdk/core@3.614.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.614.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.614.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.614.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.614.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.609.0(transitive)
- Removed@aws-sdk/middleware-recursion-detection@3.609.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.614.0(transitive)
- Removed@smithy/signature-v4@3.1.2(transitive)
Updated@aws-sdk/client-sts@3.616.0
Updated@aws-sdk/core@3.616.0
Updated@smithy/core@^2.2.7
Updated@smithy/protocol-http@^4.0.4
Updated@smithy/smithy-client@^3.1.8