@aws-sdk/client-resource-groups-tagging-api
Advanced tools
Comparing version 3.687.0 to 3.691.0
@@ -13,3 +13,3 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
*/ | ||
NoncompliantKeys?: string[]; | ||
NoncompliantKeys?: string[] | undefined; | ||
/** | ||
@@ -20,3 +20,3 @@ * <p>These are keys defined in the effective policy that are on the resource with either | ||
*/ | ||
KeysWithNoncompliantValues?: string[]; | ||
KeysWithNoncompliantValues?: string[] | undefined; | ||
/** | ||
@@ -26,3 +26,3 @@ * <p>Whether a resource is compliant with the effective tag policy.</p> | ||
*/ | ||
ComplianceStatus?: boolean; | ||
ComplianceStatus?: boolean | undefined; | ||
} | ||
@@ -37,3 +37,3 @@ /** | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -70,3 +70,3 @@ * @internal | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -112,3 +112,3 @@ * @internal | ||
*/ | ||
Status?: string; | ||
Status?: string | undefined; | ||
/** | ||
@@ -118,3 +118,3 @@ * <p>The path to the Amazon S3 bucket where the report was stored on creation.</p> | ||
*/ | ||
S3Location?: string; | ||
S3Location?: string | undefined; | ||
/** | ||
@@ -124,3 +124,3 @@ * <p>The date and time that the report was started. </p> | ||
*/ | ||
StartDate?: string; | ||
StartDate?: string | undefined; | ||
/** | ||
@@ -130,3 +130,3 @@ * <p>Details of the common errors that all operations return.</p> | ||
*/ | ||
ErrorMessage?: string; | ||
ErrorMessage?: string | undefined; | ||
} | ||
@@ -141,3 +141,3 @@ /** | ||
readonly $fault: "server"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -175,3 +175,3 @@ * @internal | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -189,3 +189,3 @@ * @internal | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -247,3 +247,3 @@ * @internal | ||
*/ | ||
StatusCode?: number; | ||
StatusCode?: number | undefined; | ||
/** | ||
@@ -256,3 +256,3 @@ * <p>The code of the common error. Valid values include | ||
*/ | ||
ErrorCode?: ErrorCode; | ||
ErrorCode?: ErrorCode | undefined; | ||
/** | ||
@@ -262,3 +262,3 @@ * <p>The message of the common error.</p> | ||
*/ | ||
ErrorMessage?: string; | ||
ErrorMessage?: string | undefined; | ||
} | ||
@@ -288,3 +288,3 @@ /** | ||
*/ | ||
TargetIdFilters?: string[]; | ||
TargetIdFilters?: string[] | undefined; | ||
/** | ||
@@ -296,3 +296,3 @@ * <p>Specifies a list of Amazon Web Services Regions to limit the output to. If you use this parameter, | ||
*/ | ||
RegionFilters?: string[]; | ||
RegionFilters?: string[] | undefined; | ||
/** | ||
@@ -328,3 +328,3 @@ * <p>Specifies that you want the response to include information for only resources of the | ||
*/ | ||
ResourceTypeFilters?: string[]; | ||
ResourceTypeFilters?: string[] | undefined; | ||
/** | ||
@@ -336,3 +336,3 @@ * <p>Specifies that you want the response to include information for only resources that | ||
*/ | ||
TagKeyFilters?: string[]; | ||
TagKeyFilters?: string[] | undefined; | ||
/** | ||
@@ -343,3 +343,3 @@ * <p>Specifies a list of attributes to group the counts of noncompliant resources by. If | ||
*/ | ||
GroupBy?: GroupByAttribute[]; | ||
GroupBy?: GroupByAttribute[] | undefined; | ||
/** | ||
@@ -352,3 +352,3 @@ * <p>Specifies the maximum number of results to be returned in each page. A | ||
*/ | ||
MaxResults?: number; | ||
MaxResults?: number | undefined; | ||
/** | ||
@@ -360,3 +360,3 @@ * <p>Specifies a <code>PaginationToken</code> response value from a | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
} | ||
@@ -385,3 +385,3 @@ /** | ||
*/ | ||
LastUpdated?: string; | ||
LastUpdated?: string | undefined; | ||
/** | ||
@@ -392,3 +392,3 @@ * <p>The account identifier or the root identifier of the organization. If you don't know | ||
*/ | ||
TargetId?: string; | ||
TargetId?: string | undefined; | ||
/** | ||
@@ -398,3 +398,3 @@ * <p>Whether the target is an account, an OU, or the organization root.</p> | ||
*/ | ||
TargetIdType?: TargetIdType; | ||
TargetIdType?: TargetIdType | undefined; | ||
/** | ||
@@ -404,3 +404,3 @@ * <p>The Amazon Web Services Region that the summary applies to.</p> | ||
*/ | ||
Region?: string; | ||
Region?: string | undefined; | ||
/** | ||
@@ -410,3 +410,3 @@ * <p>The Amazon Web Services resource type.</p> | ||
*/ | ||
ResourceType?: string; | ||
ResourceType?: string | undefined; | ||
/** | ||
@@ -416,3 +416,3 @@ * <p>The count of noncompliant resources.</p> | ||
*/ | ||
NonCompliantResources?: number; | ||
NonCompliantResources?: number | undefined; | ||
} | ||
@@ -427,3 +427,3 @@ /** | ||
*/ | ||
SummaryList?: Summary[]; | ||
SummaryList?: Summary[] | undefined; | ||
/** | ||
@@ -435,3 +435,3 @@ * <p>A string that indicates that there is more data available than this | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
} | ||
@@ -449,3 +449,3 @@ /** | ||
*/ | ||
Key?: string; | ||
Key?: string | undefined; | ||
/** | ||
@@ -456,3 +456,3 @@ * <p>One part of a key-value pair that make up a tag. A value acts as a | ||
*/ | ||
Values?: string[]; | ||
Values?: string[] | undefined; | ||
} | ||
@@ -469,3 +469,3 @@ /** | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
/** | ||
@@ -530,3 +530,3 @@ * <p>Specifies a list of TagFilters (keys and values) to restrict the output to only those | ||
*/ | ||
TagFilters?: TagFilter[]; | ||
TagFilters?: TagFilter[] | undefined; | ||
/** | ||
@@ -539,3 +539,3 @@ * <p>Specifies the maximum number of results to be returned in each page. A | ||
*/ | ||
ResourcesPerPage?: number; | ||
ResourcesPerPage?: number | undefined; | ||
/** | ||
@@ -560,3 +560,3 @@ * <p>Amazon Web Services recommends using <code>ResourcesPerPage</code> instead of this parameter.</p> | ||
*/ | ||
TagsPerPage?: number; | ||
TagsPerPage?: number | undefined; | ||
/** | ||
@@ -580,3 +580,3 @@ * <p>Specifies the resource types that you want included in the response. The format of | ||
*/ | ||
ResourceTypeFilters?: string[]; | ||
ResourceTypeFilters?: string[] | undefined; | ||
/** | ||
@@ -588,3 +588,3 @@ * <p>Specifies whether to include details regarding the compliance with the effective tag | ||
*/ | ||
IncludeComplianceDetails?: boolean; | ||
IncludeComplianceDetails?: boolean | undefined; | ||
/** | ||
@@ -598,3 +598,3 @@ * <p>Specifies whether to exclude resources that are compliant with the tag policy. Set | ||
*/ | ||
ExcludeCompliantResources?: boolean; | ||
ExcludeCompliantResources?: boolean | undefined; | ||
/** | ||
@@ -614,3 +614,3 @@ * <p>Specifies a list of ARNs of resources for which you want to retrieve tag data. You | ||
*/ | ||
ResourceARNList?: string[]; | ||
ResourceARNList?: string[] | undefined; | ||
} | ||
@@ -647,3 +647,3 @@ /** | ||
*/ | ||
ResourceARN?: string; | ||
ResourceARN?: string | undefined; | ||
/** | ||
@@ -653,3 +653,3 @@ * <p>The tags that have been applied to one or more Amazon Web Services resources.</p> | ||
*/ | ||
Tags?: Tag[]; | ||
Tags?: Tag[] | undefined; | ||
/** | ||
@@ -660,3 +660,3 @@ * <p>Information that shows whether a resource is compliant with the effective tag policy, | ||
*/ | ||
ComplianceDetails?: ComplianceDetails; | ||
ComplianceDetails?: ComplianceDetails | undefined; | ||
} | ||
@@ -673,3 +673,3 @@ /** | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
/** | ||
@@ -680,3 +680,3 @@ * <p>A list of resource ARNs and the tags (keys and values) associated with | ||
*/ | ||
ResourceTagMappingList?: ResourceTagMapping[]; | ||
ResourceTagMappingList?: ResourceTagMapping[] | undefined; | ||
} | ||
@@ -691,3 +691,3 @@ /** | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
/** | ||
@@ -708,3 +708,3 @@ * @internal | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
} | ||
@@ -721,3 +721,3 @@ /** | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
/** | ||
@@ -727,3 +727,3 @@ * <p>A list of all tag keys in the Amazon Web Services account.</p> | ||
*/ | ||
TagKeys?: string[]; | ||
TagKeys?: string[] | undefined; | ||
} | ||
@@ -740,3 +740,3 @@ /** | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
/** | ||
@@ -759,3 +759,3 @@ * <p>Specifies the tag key for which you want to list all existing values that are | ||
*/ | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
/** | ||
@@ -766,3 +766,3 @@ * <p>A list of all tag values for the specified key currently used in the specified Amazon Web Services | ||
*/ | ||
TagValues?: string[]; | ||
TagValues?: string[] | undefined; | ||
} | ||
@@ -820,3 +820,3 @@ /** | ||
*/ | ||
FailedResourcesMap?: Record<string, FailureInfo>; | ||
FailedResourcesMap?: Record<string, FailureInfo> | undefined; | ||
} | ||
@@ -854,3 +854,3 @@ /** | ||
*/ | ||
FailedResourcesMap?: Record<string, FailureInfo>; | ||
FailedResourcesMap?: Record<string, FailureInfo> | undefined; | ||
} |
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
import { ResourceGroupsTaggingAPIServiceException as __BaseException } from "./ResourceGroupsTaggingAPIServiceException"; | ||
export interface ComplianceDetails { | ||
NoncompliantKeys?: string[]; | ||
KeysWithNoncompliantValues?: string[]; | ||
ComplianceStatus?: boolean; | ||
NoncompliantKeys?: string[] | undefined; | ||
KeysWithNoncompliantValues?: string[] | undefined; | ||
ComplianceStatus?: boolean | undefined; | ||
} | ||
@@ -11,3 +11,3 @@ export declare class ConcurrentModificationException extends __BaseException { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -23,3 +23,3 @@ opts: __ExceptionOptionType< | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -31,6 +31,6 @@ opts: __ExceptionOptionType<ConstraintViolationException, __BaseException> | ||
export interface DescribeReportCreationOutput { | ||
Status?: string; | ||
S3Location?: string; | ||
StartDate?: string; | ||
ErrorMessage?: string; | ||
Status?: string | undefined; | ||
S3Location?: string | undefined; | ||
StartDate?: string | undefined; | ||
ErrorMessage?: string | undefined; | ||
} | ||
@@ -40,3 +40,3 @@ export declare class InternalServiceException extends __BaseException { | ||
readonly $fault: "server"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -49,3 +49,3 @@ opts: __ExceptionOptionType<InternalServiceException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -58,3 +58,3 @@ opts: __ExceptionOptionType<InvalidParameterException, __BaseException> | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor(opts: __ExceptionOptionType<ThrottledException, __BaseException>); | ||
@@ -68,5 +68,5 @@ } | ||
export interface FailureInfo { | ||
StatusCode?: number; | ||
ErrorCode?: ErrorCode; | ||
ErrorMessage?: string; | ||
StatusCode?: number | undefined; | ||
ErrorCode?: ErrorCode | undefined; | ||
ErrorMessage?: string | undefined; | ||
} | ||
@@ -81,9 +81,9 @@ export declare const GroupByAttribute: { | ||
export interface GetComplianceSummaryInput { | ||
TargetIdFilters?: string[]; | ||
RegionFilters?: string[]; | ||
ResourceTypeFilters?: string[]; | ||
TagKeyFilters?: string[]; | ||
GroupBy?: GroupByAttribute[]; | ||
MaxResults?: number; | ||
PaginationToken?: string; | ||
TargetIdFilters?: string[] | undefined; | ||
RegionFilters?: string[] | undefined; | ||
ResourceTypeFilters?: string[] | undefined; | ||
TagKeyFilters?: string[] | undefined; | ||
GroupBy?: GroupByAttribute[] | undefined; | ||
MaxResults?: number | undefined; | ||
PaginationToken?: string | undefined; | ||
} | ||
@@ -97,26 +97,26 @@ export declare const TargetIdType: { | ||
export interface Summary { | ||
LastUpdated?: string; | ||
TargetId?: string; | ||
TargetIdType?: TargetIdType; | ||
Region?: string; | ||
ResourceType?: string; | ||
NonCompliantResources?: number; | ||
LastUpdated?: string | undefined; | ||
TargetId?: string | undefined; | ||
TargetIdType?: TargetIdType | undefined; | ||
Region?: string | undefined; | ||
ResourceType?: string | undefined; | ||
NonCompliantResources?: number | undefined; | ||
} | ||
export interface GetComplianceSummaryOutput { | ||
SummaryList?: Summary[]; | ||
PaginationToken?: string; | ||
SummaryList?: Summary[] | undefined; | ||
PaginationToken?: string | undefined; | ||
} | ||
export interface TagFilter { | ||
Key?: string; | ||
Values?: string[]; | ||
Key?: string | undefined; | ||
Values?: string[] | undefined; | ||
} | ||
export interface GetResourcesInput { | ||
PaginationToken?: string; | ||
TagFilters?: TagFilter[]; | ||
ResourcesPerPage?: number; | ||
TagsPerPage?: number; | ||
ResourceTypeFilters?: string[]; | ||
IncludeComplianceDetails?: boolean; | ||
ExcludeCompliantResources?: boolean; | ||
ResourceARNList?: string[]; | ||
PaginationToken?: string | undefined; | ||
TagFilters?: TagFilter[] | undefined; | ||
ResourcesPerPage?: number | undefined; | ||
TagsPerPage?: number | undefined; | ||
ResourceTypeFilters?: string[] | undefined; | ||
IncludeComplianceDetails?: boolean | undefined; | ||
ExcludeCompliantResources?: boolean | undefined; | ||
ResourceARNList?: string[] | undefined; | ||
} | ||
@@ -128,9 +128,9 @@ export interface Tag { | ||
export interface ResourceTagMapping { | ||
ResourceARN?: string; | ||
Tags?: Tag[]; | ||
ComplianceDetails?: ComplianceDetails; | ||
ResourceARN?: string | undefined; | ||
Tags?: Tag[] | undefined; | ||
ComplianceDetails?: ComplianceDetails | undefined; | ||
} | ||
export interface GetResourcesOutput { | ||
PaginationToken?: string; | ||
ResourceTagMappingList?: ResourceTagMapping[]; | ||
PaginationToken?: string | undefined; | ||
ResourceTagMappingList?: ResourceTagMapping[] | undefined; | ||
} | ||
@@ -140,3 +140,3 @@ export declare class PaginationTokenExpiredException extends __BaseException { | ||
readonly $fault: "client"; | ||
Message?: string; | ||
Message?: string | undefined; | ||
constructor( | ||
@@ -150,15 +150,15 @@ opts: __ExceptionOptionType< | ||
export interface GetTagKeysInput { | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
} | ||
export interface GetTagKeysOutput { | ||
PaginationToken?: string; | ||
TagKeys?: string[]; | ||
PaginationToken?: string | undefined; | ||
TagKeys?: string[] | undefined; | ||
} | ||
export interface GetTagValuesInput { | ||
PaginationToken?: string; | ||
PaginationToken?: string | undefined; | ||
Key: string | undefined; | ||
} | ||
export interface GetTagValuesOutput { | ||
PaginationToken?: string; | ||
TagValues?: string[]; | ||
PaginationToken?: string | undefined; | ||
TagValues?: string[] | undefined; | ||
} | ||
@@ -174,3 +174,3 @@ export interface StartReportCreationInput { | ||
export interface TagResourcesOutput { | ||
FailedResourcesMap?: Record<string, FailureInfo>; | ||
FailedResourcesMap?: Record<string, FailureInfo> | undefined; | ||
} | ||
@@ -182,3 +182,3 @@ export interface UntagResourcesInput { | ||
export interface UntagResourcesOutput { | ||
FailedResourcesMap?: Record<string, FailureInfo>; | ||
FailedResourcesMap?: Record<string, FailureInfo> | undefined; | ||
} |
{ | ||
"name": "@aws-sdk/client-resource-groups-tagging-api", | ||
"description": "AWS SDK for JavaScript Resource Groups Tagging Api Client for Node.js, Browser and React Native", | ||
"version": "3.687.0", | ||
"version": "3.691.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.687.0", | ||
"@aws-sdk/client-sts": "3.687.0", | ||
"@aws-sdk/core": "3.686.0", | ||
"@aws-sdk/credential-provider-node": "3.687.0", | ||
"@aws-sdk/client-sso-oidc": "3.691.0", | ||
"@aws-sdk/client-sts": "3.691.0", | ||
"@aws-sdk/core": "3.691.0", | ||
"@aws-sdk/credential-provider-node": "3.691.0", | ||
"@aws-sdk/middleware-host-header": "3.686.0", | ||
"@aws-sdk/middleware-logger": "3.686.0", | ||
"@aws-sdk/middleware-recursion-detection": "3.686.0", | ||
"@aws-sdk/middleware-user-agent": "3.687.0", | ||
"@aws-sdk/middleware-user-agent": "3.691.0", | ||
"@aws-sdk/region-config-resolver": "3.686.0", | ||
@@ -36,3 +36,3 @@ "@aws-sdk/types": "3.686.0", | ||
"@aws-sdk/util-user-agent-browser": "3.686.0", | ||
"@aws-sdk/util-user-agent-node": "3.687.0", | ||
"@aws-sdk/util-user-agent-node": "3.691.0", | ||
"@smithy/config-resolver": "^3.0.10", | ||
@@ -39,0 +39,0 @@ "@smithy/core": "^2.5.1", |
298270
+ Added@aws-sdk/client-sso@3.691.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.691.0(transitive)
+ Added@aws-sdk/client-sts@3.691.0(transitive)
+ Added@aws-sdk/core@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-env@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-process@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.691.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.691.0(transitive)
+ Added@aws-sdk/middleware-user-agent@3.691.0(transitive)
+ Added@aws-sdk/token-providers@3.691.0(transitive)
+ Added@aws-sdk/util-user-agent-node@3.691.0(transitive)
- Removed@aws-sdk/client-sso@3.687.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.687.0(transitive)
- Removed@aws-sdk/client-sts@3.687.0(transitive)
- Removed@aws-sdk/core@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.686.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.687.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.686.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.687.0(transitive)
- Removed@aws-sdk/token-providers@3.686.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.687.0(transitive)
Updated@aws-sdk/client-sts@3.691.0
Updated@aws-sdk/core@3.691.0