@aws-sdk/client-securityhub
Advanced tools
Comparing version 3.10.0 to 3.11.0
{ | ||
"name": "@aws-sdk/client-securityhub", | ||
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/config-resolver": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.11.0", | ||
"@aws-sdk/fetch-http-handler": "3.10.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0", |
@@ -91,2 +91,7 @@ "use strict"; | ||
} | ||
/** | ||
* Destroy underlying resources, like sockets. It's usually not necessary to do this. | ||
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. | ||
* Otherwise, sockets might stay open for quite a long time before the server terminates them. | ||
*/ | ||
destroy() { | ||
@@ -93,0 +98,0 @@ super.destroy(); |
{ | ||
"name": "@aws-sdk/client-securityhub", | ||
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/config-resolver": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.11.0", | ||
"@aws-sdk/fetch-http-handler": "3.10.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0", |
@@ -89,2 +89,7 @@ import { __assign, __extends } from "tslib"; | ||
} | ||
/** | ||
* Destroy underlying resources, like sockets. It's usually not necessary to do this. | ||
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. | ||
* Otherwise, sockets might stay open for quite a long time before the server terminates them. | ||
*/ | ||
SecurityHubClient.prototype.destroy = function () { | ||
@@ -91,0 +96,0 @@ _super.prototype.destroy.call(this); |
@@ -199,3 +199,8 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand"; | ||
constructor(configuration: SecurityHubClientConfig); | ||
/** | ||
* Destroy underlying resources, like sockets. It's usually not necessary to do this. | ||
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. | ||
* Otherwise, sockets might stay open for quite a long time before the server terminates them. | ||
*/ | ||
destroy(): void; | ||
} |
@@ -199,3 +199,8 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand"; | ||
constructor(configuration: SecurityHubClientConfig); | ||
/** | ||
* Destroy underlying resources, like sockets. It's usually not necessary to do this. | ||
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. | ||
* Otherwise, sockets might stay open for quite a long time before the server terminates them. | ||
*/ | ||
destroy(): void; | ||
} |
{ | ||
"name": "@aws-sdk/client-securityhub", | ||
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-sdk/config-resolver": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.10.0", | ||
"@aws-sdk/credential-provider-node": "3.11.0", | ||
"@aws-sdk/fetch-http-handler": "3.10.0", | ||
@@ -35,0 +35,0 @@ "@aws-sdk/hash-node": "3.10.0", |
@@ -463,2 +463,7 @@ import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand"; | ||
/** | ||
* Destroy underlying resources, like sockets. It's usually not necessary to do this. | ||
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. | ||
* Otherwise, sockets might stay open for quite a long time before the server terminates them. | ||
*/ | ||
destroy(): void { | ||
@@ -465,0 +470,0 @@ super.destroy(); |
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
5985898
53301
513
95742
8
15
+ Added@aws-sdk/client-sso@3.11.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.11.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.11.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.11.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.11.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.11.0(transitive)
- Removed@aws-sdk/client-sso@3.10.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.10.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.10.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.10.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.10.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.10.0(transitive)