@aws-sdk/client-cloudwatch-logs
Advanced tools
Comparing version 3.23.0 to 3.24.0
{ | ||
"name": "@aws-sdk/client-cloudwatch-logs", | ||
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.23.0", | ||
"@aws-sdk/client-sts": "3.24.0", | ||
"@aws-sdk/config-resolver": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.24.0", | ||
"@aws-sdk/fetch-http-handler": "3.23.0", | ||
@@ -48,3 +48,3 @@ "@aws-sdk/hash-node": "3.23.0", | ||
"@aws-sdk/protocol-http": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.24.0", | ||
"@aws-sdk/types": "3.22.0", | ||
@@ -51,0 +51,0 @@ "@aws-sdk/url-parser": "3.23.0", |
@@ -18,2 +18,3 @@ "use strict"; | ||
const runtimeConfig_shared_1 = require("./runtimeConfig.shared"); | ||
const smithy_client_1 = require("@aws-sdk/smithy-client"); | ||
/** | ||
@@ -24,2 +25,3 @@ * @internal | ||
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o; | ||
smithy_client_1.emitWarningIfUnsupportedVersion(process.version); | ||
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config); | ||
@@ -26,0 +28,0 @@ return { |
{ | ||
"name": "@aws-sdk/client-cloudwatch-logs", | ||
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.23.0", | ||
"@aws-sdk/client-sts": "3.24.0", | ||
"@aws-sdk/config-resolver": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.24.0", | ||
"@aws-sdk/fetch-http-handler": "3.23.0", | ||
@@ -48,3 +48,3 @@ "@aws-sdk/hash-node": "3.23.0", | ||
"@aws-sdk/protocol-http": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.24.0", | ||
"@aws-sdk/types": "3.22.0", | ||
@@ -51,0 +51,0 @@ "@aws-sdk/url-parser": "3.23.0", |
@@ -15,2 +15,3 @@ import { __assign } from "tslib"; | ||
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; | ||
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; | ||
/** | ||
@@ -22,2 +23,3 @@ * @internal | ||
if (config === void 0) { config = {}; } | ||
emitWarningIfUnsupportedVersion(process.version); | ||
var clientSharedValues = getSharedRuntimeConfig(config); | ||
@@ -24,0 +26,0 @@ return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryModeProvider: (_j = config.retryModeProvider) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 }); |
{ | ||
"name": "@aws-sdk/client-cloudwatch-logs", | ||
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native", | ||
"version": "3.23.0", | ||
"version": "3.24.0", | ||
"scripts": { | ||
@@ -30,5 +30,5 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.23.0", | ||
"@aws-sdk/client-sts": "3.24.0", | ||
"@aws-sdk/config-resolver": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.23.0", | ||
"@aws-sdk/credential-provider-node": "3.24.0", | ||
"@aws-sdk/fetch-http-handler": "3.23.0", | ||
@@ -48,3 +48,3 @@ "@aws-sdk/hash-node": "3.23.0", | ||
"@aws-sdk/protocol-http": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.23.0", | ||
"@aws-sdk/smithy-client": "3.24.0", | ||
"@aws-sdk/types": "3.22.0", | ||
@@ -51,0 +51,0 @@ "@aws-sdk/url-parser": "3.23.0", |
@@ -16,2 +16,3 @@ import packageInfo from "./package.json"; | ||
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared"; | ||
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client"; | ||
@@ -22,2 +23,3 @@ /** | ||
export const getRuntimeConfig = (config: CloudWatchLogsClientConfig = {}) => { | ||
emitWarningIfUnsupportedVersion(process.version); | ||
const clientSharedValues = getSharedRuntimeConfig(config); | ||
@@ -24,0 +26,0 @@ return { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2745807
44688
+ Added@aws-sdk/client-sso@3.24.0(transitive)
+ Added@aws-sdk/client-sts@3.24.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.24.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.24.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.24.0(transitive)
+ Added@aws-sdk/smithy-client@3.24.0(transitive)
- Removed@aws-sdk/client-sso@3.23.0(transitive)
- Removed@aws-sdk/client-sts@3.23.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.23.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.23.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.23.0(transitive)
- Removed@aws-sdk/smithy-client@3.23.0(transitive)
Updated@aws-sdk/client-sts@3.24.0