@aws-sdk/client-securityhub
Advanced tools
Comparing version 3.583.0 to 3.586.0
@@ -70,2 +70,3 @@ import { SecurityHubServiceException as __BaseException } from "./SecurityHubServiceException"; | ||
ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT", | ||
ROOT: "ROOT", | ||
}; | ||
@@ -72,0 +73,0 @@ export var ParameterValue; |
@@ -58,3 +58,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // TargetId: "STRING_VALUE", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT" || "ROOT", | ||
* // AssociationType: "INHERITED" || "APPLIED", | ||
@@ -61,0 +61,0 @@ * // UpdatedAt: new Date("TIMESTAMP"), |
@@ -52,3 +52,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // TargetId: "STRING_VALUE", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT" || "ROOT", | ||
* // AssociationType: "INHERITED" || "APPLIED", | ||
@@ -55,0 +55,0 @@ * // UpdatedAt: new Date("TIMESTAMP"), |
@@ -55,3 +55,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // TargetId: "STRING_VALUE", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT" || "ROOT", | ||
* // AssociationType: "INHERITED" || "APPLIED", | ||
@@ -58,0 +58,0 @@ * // UpdatedAt: new Date("TIMESTAMP"), |
@@ -53,3 +53,3 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // TargetId: "STRING_VALUE", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT", | ||
* // TargetType: "ACCOUNT" || "ORGANIZATIONAL_UNIT" || "ROOT", | ||
* // AssociationType: "INHERITED" || "APPLIED", | ||
@@ -56,0 +56,0 @@ * // UpdatedAt: new Date("TIMESTAMP"), |
@@ -811,2 +811,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT"; | ||
readonly ROOT: "ROOT"; | ||
}; | ||
@@ -813,0 +814,0 @@ export type TargetType = (typeof TargetType)[keyof typeof TargetType]; |
{ | ||
"name": "@aws-sdk/client-securityhub", | ||
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native", | ||
"version": "3.583.0", | ||
"version": "3.586.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3245642
80402