@aws-sdk/client-resource-groups-tagging-api
Advanced tools
Comparing version 3.40.0 to 3.41.0
@@ -81,2 +81,6 @@ "use strict"; | ||
}, | ||
{ | ||
hostname: "tagging-fips.{region}.c2s.ic.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -92,2 +96,6 @@ }, | ||
}, | ||
{ | ||
hostname: "tagging-fips.{region}.sc2s.sgov.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -94,0 +102,0 @@ }, |
@@ -79,2 +79,6 @@ import { __assign, __awaiter, __generator } from "tslib"; | ||
}, | ||
{ | ||
hostname: "tagging-fips.{region}.c2s.ic.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -90,2 +94,6 @@ }, | ||
}, | ||
{ | ||
hostname: "tagging-fips.{region}.sc2s.sgov.gov", | ||
tags: ["fips"], | ||
}, | ||
], | ||
@@ -92,0 +100,0 @@ }, |
@@ -25,3 +25,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link DescribeReportCreationCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -28,0 +28,0 @@ */ |
@@ -35,3 +35,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link GetComplianceSummaryCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -38,0 +38,0 @@ */ |
@@ -46,3 +46,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link GetResourcesCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -49,0 +49,0 @@ */ |
@@ -30,3 +30,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link GetTagKeysCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -33,0 +33,0 @@ */ |
@@ -30,3 +30,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link GetTagValuesCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -33,0 +33,0 @@ */ |
@@ -31,3 +31,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link StartReportCreationCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -34,0 +34,0 @@ */ |
@@ -72,3 +72,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link TagResourcesCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -75,0 +75,0 @@ */ |
@@ -59,3 +59,3 @@ import { Command as $Command } from "@aws-sdk/smithy-client"; | ||
* @see {@link UntagResourcesCommandOutput} for command's `response` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for command's `input` shape. | ||
* @see {@link ResourceGroupsTaggingAPIClientResolvedConfig | config} for ResourceGroupsTaggingAPIClient's `config` shape. | ||
* | ||
@@ -62,0 +62,0 @@ */ |
{ | ||
"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.40.0", | ||
"version": "3.41.0", | ||
"scripts": { | ||
@@ -24,5 +24,5 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.40.0", | ||
"@aws-sdk/client-sts": "3.41.0", | ||
"@aws-sdk/config-resolver": "3.40.0", | ||
"@aws-sdk/credential-provider-node": "3.40.0", | ||
"@aws-sdk/credential-provider-node": "3.41.0", | ||
"@aws-sdk/fetch-http-handler": "3.40.0", | ||
@@ -42,3 +42,3 @@ "@aws-sdk/hash-node": "3.40.0", | ||
"@aws-sdk/protocol-http": "3.40.0", | ||
"@aws-sdk/smithy-client": "3.40.0", | ||
"@aws-sdk/smithy-client": "3.41.0", | ||
"@aws-sdk/types": "3.40.0", | ||
@@ -45,0 +45,0 @@ "@aws-sdk/url-parser": "3.40.0", |
Sorry, the diff of this file is too big to display
460196
7003
+ Added@aws-sdk/client-sso@3.41.0(transitive)
+ Added@aws-sdk/client-sts@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.41.0(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.41.0(transitive)
+ Added@aws-sdk/smithy-client@3.41.0(transitive)
- Removed@aws-sdk/client-sso@3.40.0(transitive)
- Removed@aws-sdk/client-sts@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.40.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.40.0(transitive)
- Removed@aws-sdk/smithy-client@3.40.0(transitive)
Updated@aws-sdk/client-sts@3.41.0