@aws-sdk/client-billingconductor 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/CreateBillingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingPlanCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingRuleCommand.js +1 -1
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +1 -1
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-cjs/commands/ListBillingGroupsCommand.js +1 -1
- package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +1 -1
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-cjs/commands/ListPricingPlansCommand.js +1 -1
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-cjs/commands/ListPricingRulesCommand.js +1 -1
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -303
- package/dist-es/commands/AssociateAccountsCommand.js +2 -3
- package/dist-es/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-es/commands/CreateBillingGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomLineItemCommand.js +2 -2
- package/dist-es/commands/CreatePricingPlanCommand.js +2 -2
- package/dist-es/commands/CreatePricingRuleCommand.js +2 -2
- package/dist-es/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-es/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-es/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-es/commands/ListBillingGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -2
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-es/commands/ListPricingPlansCommand.js +2 -2
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-es/commands/ListPricingRulesCommand.js +2 -2
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -225
- package/dist-types/Billingconductor.d.ts +32 -0
- package/dist-types/BillingconductorClient.d.ts +24 -4
- package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
- package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +259 -300
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -223
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DisassociateAccountsInputFilterSensitiveLog, DisassociateAccountsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisassociateAccountsCommand, serializeAws_restJson1DisassociateAccountsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisassociateAccountsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisassociateAccountsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DisassociatePricingRulesInputFilterSensitiveLog, DisassociatePricingRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DisassociatePricingRulesCommand, serializeAws_restJson1DisassociatePricingRulesCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DisassociatePricingRulesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DisassociatePricingRulesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListAccountAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAccountAssociationsCommand, serializeAws_restJson1ListAccountAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListAccountAssociationsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListAccountAssociationsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListAccountAssociationsOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListBillingGroupCostReportsInputFilterSensitiveLog, ListBillingGroupCostReportsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListBillingGroupCostReportsCommand, serializeAws_restJson1ListBillingGroupCostReportsCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListBillingGroupCostReportsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListBillingGroupCostReportsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListBillingGroupsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListBillingGroupsCommand, serializeAws_restJson1ListBillingGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListBillingGroupsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListBillingGroupsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListBillingGroupsOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListCustomLineItemVersionsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListCustomLineItemVersionsCommand, serializeAws_restJson1ListCustomLineItemVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListCustomLineItemVersionsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListCustomLineItemVersionsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListCustomLineItemVersionsOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog, ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand, serializeAws_restJson1ListPricingPlansAssociatedWithPricingRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPricingPlansOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPricingPlansCommand, serializeAws_restJson1ListPricingPlansCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListPricingPlansCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListPricingPlansCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListPricingPlansOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog, ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand, serializeAws_restJson1ListPricingRulesAssociatedToPricingPlanCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListPricingRulesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListPricingRulesCommand, serializeAws_restJson1ListPricingRulesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListPricingRulesCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListPricingRulesCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListPricingRulesOutputFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog, ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand, serializeAws_restJson1ListResourcesAssociatedToCustomLineItemCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListResourcesAssociatedToCustomLineItemCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListResourcesAssociatedToCustomLineItemCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -218,59 +218,11 @@ export const AccountAssociationsListElementFilterSensitiveLog = (obj) => ({
|
|
|
218
218
|
...(obj.AccountName && { AccountName: SENSITIVE_STRING }),
|
|
219
219
|
...(obj.AccountEmail && { AccountEmail: SENSITIVE_STRING }),
|
|
220
220
|
});
|
|
221
|
-
export const AccountGroupingFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const AssociateAccountsInputFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const AssociateAccountsOutputFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const AssociatePricingRulesInputFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const AssociatePricingRulesOutputFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const AssociateResourceErrorFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const AssociateResourceResponseElementFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const ComputationPreferenceFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
221
|
export const CreateBillingGroupInputFilterSensitiveLog = (obj) => ({
|
|
249
222
|
...obj,
|
|
250
223
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
251
224
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
252
225
|
});
|
|
253
|
-
export const CreateBillingGroupOutputFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
});
|
|
256
|
-
export const DeleteBillingGroupInputFilterSensitiveLog = (obj) => ({
|
|
257
|
-
...obj,
|
|
258
|
-
});
|
|
259
|
-
export const DeleteBillingGroupOutputFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
export const DisassociateAccountsInputFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
export const DisassociateAccountsOutputFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
export const ListBillingGroupsFilterFilterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
export const ListBillingGroupsInputFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
226
|
export const BillingGroupListElementFilterSensitiveLog = (obj) => ({
|
|
275
227
|
...obj,
|
|
276
228
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -292,47 +244,11 @@ export const UpdateBillingGroupOutputFilterSensitiveLog = (obj) => ({
|
|
|
292
244
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
293
245
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
294
246
|
});
|
|
295
|
-
export const CustomLineItemBillingPeriodRangeFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const BatchAssociateResourcesToCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
export const BatchAssociateResourcesToCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
});
|
|
304
|
-
export const BatchDisassociateResourcesFromCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
305
|
-
...obj,
|
|
306
|
-
});
|
|
307
|
-
export const DisassociateResourceResponseElementFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
export const BatchDisassociateResourcesFromCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
});
|
|
313
|
-
export const CustomLineItemFlatChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
export const CustomLineItemPercentageChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
});
|
|
319
|
-
export const CustomLineItemChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
320
|
-
...obj,
|
|
321
|
-
});
|
|
322
247
|
export const CreateCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
323
248
|
...obj,
|
|
324
249
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
325
250
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
326
251
|
});
|
|
327
|
-
export const CreateCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
328
|
-
...obj,
|
|
329
|
-
});
|
|
330
|
-
export const DeleteCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
export const DeleteCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
252
|
export const ListCustomLineItemsFilterFilterSensitiveLog = (obj) => ({
|
|
337
253
|
...obj,
|
|
338
254
|
...(obj.Names && { Names: SENSITIVE_STRING }),
|
|
@@ -341,15 +257,6 @@ export const ListCustomLineItemsInputFilterSensitiveLog = (obj) => ({
|
|
|
341
257
|
...obj,
|
|
342
258
|
...(obj.Filters && { Filters: ListCustomLineItemsFilterFilterSensitiveLog(obj.Filters) }),
|
|
343
259
|
});
|
|
344
|
-
export const ListCustomLineItemFlatChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const ListCustomLineItemPercentageChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
export const ListCustomLineItemChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
260
|
export const CustomLineItemListElementFilterSensitiveLog = (obj) => ({
|
|
354
261
|
...obj,
|
|
355
262
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -361,15 +268,6 @@ export const ListCustomLineItemsOutputFilterSensitiveLog = (obj) => ({
|
|
|
361
268
|
CustomLineItems: obj.CustomLineItems.map((item) => CustomLineItemListElementFilterSensitiveLog(item)),
|
|
362
269
|
}),
|
|
363
270
|
});
|
|
364
|
-
export const ListCustomLineItemVersionsBillingPeriodRangeFilterFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const ListCustomLineItemVersionsFilterFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const ListCustomLineItemVersionsInputFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
271
|
export const CustomLineItemVersionListElementFilterSensitiveLog = (obj) => ({
|
|
374
272
|
...obj,
|
|
375
273
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -381,27 +279,6 @@ export const ListCustomLineItemVersionsOutputFilterSensitiveLog = (obj) => ({
|
|
|
381
279
|
CustomLineItemVersions: obj.CustomLineItemVersions.map((item) => CustomLineItemVersionListElementFilterSensitiveLog(item)),
|
|
382
280
|
}),
|
|
383
281
|
});
|
|
384
|
-
export const ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
export const ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
export const ListResourcesAssociatedToCustomLineItemResponseElementFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
export const ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
export const UpdateCustomLineItemFlatChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const UpdateCustomLineItemPercentageChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const UpdateCustomLineItemChargeDetailsFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
282
|
export const UpdateCustomLineItemInputFilterSensitiveLog = (obj) => ({
|
|
406
283
|
...obj,
|
|
407
284
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -412,62 +289,17 @@ export const UpdateCustomLineItemOutputFilterSensitiveLog = (obj) => ({
|
|
|
412
289
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
413
290
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
414
291
|
});
|
|
415
|
-
export const ListAccountAssociationsFilterFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const ListAccountAssociationsInputFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
292
|
export const ListAccountAssociationsOutputFilterSensitiveLog = (obj) => ({
|
|
422
293
|
...obj,
|
|
423
294
|
...(obj.LinkedAccounts && {
|
|
424
295
|
LinkedAccounts: obj.LinkedAccounts.map((item) => AccountAssociationsListElementFilterSensitiveLog(item)),
|
|
425
296
|
}),
|
|
426
297
|
});
|
|
427
|
-
export const ListBillingGroupCostReportsFilterFilterSensitiveLog = (obj) => ({
|
|
428
|
-
...obj,
|
|
429
|
-
});
|
|
430
|
-
export const ListBillingGroupCostReportsInputFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const BillingGroupCostReportElementFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const ListBillingGroupCostReportsOutputFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
});
|
|
439
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
440
|
-
...obj,
|
|
441
|
-
});
|
|
442
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
});
|
|
445
298
|
export const CreatePricingPlanInputFilterSensitiveLog = (obj) => ({
|
|
446
299
|
...obj,
|
|
447
300
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
448
301
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
449
302
|
});
|
|
450
|
-
export const CreatePricingPlanOutputFilterSensitiveLog = (obj) => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
export const DeletePricingPlanInputFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
});
|
|
456
|
-
export const DeletePricingPlanOutputFilterSensitiveLog = (obj) => ({
|
|
457
|
-
...obj,
|
|
458
|
-
});
|
|
459
|
-
export const DisassociatePricingRulesInputFilterSensitiveLog = (obj) => ({
|
|
460
|
-
...obj,
|
|
461
|
-
});
|
|
462
|
-
export const DisassociatePricingRulesOutputFilterSensitiveLog = (obj) => ({
|
|
463
|
-
...obj,
|
|
464
|
-
});
|
|
465
|
-
export const ListPricingPlansFilterFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
export const ListPricingPlansInputFilterSensitiveLog = (obj) => ({
|
|
469
|
-
...obj,
|
|
470
|
-
});
|
|
471
303
|
export const PricingPlanListElementFilterSensitiveLog = (obj) => ({
|
|
472
304
|
...obj,
|
|
473
305
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -479,12 +311,6 @@ export const ListPricingPlansOutputFilterSensitiveLog = (obj) => ({
|
|
|
479
311
|
PricingPlans: obj.PricingPlans.map((item) => PricingPlanListElementFilterSensitiveLog(item)),
|
|
480
312
|
}),
|
|
481
313
|
});
|
|
482
|
-
export const ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
export const ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
314
|
export const UpdatePricingPlanInputFilterSensitiveLog = (obj) => ({
|
|
489
315
|
...obj,
|
|
490
316
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -495,38 +321,11 @@ export const UpdatePricingPlanOutputFilterSensitiveLog = (obj) => ({
|
|
|
495
321
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
496
322
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
497
323
|
});
|
|
498
|
-
export const CreateFreeTierConfigFilterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
export const CreateTieringInputFilterSensitiveLog = (obj) => ({
|
|
502
|
-
...obj,
|
|
503
|
-
});
|
|
504
324
|
export const CreatePricingRuleInputFilterSensitiveLog = (obj) => ({
|
|
505
325
|
...obj,
|
|
506
326
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
507
327
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
508
328
|
});
|
|
509
|
-
export const CreatePricingRuleOutputFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const DeletePricingRuleInputFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
export const DeletePricingRuleOutputFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
export const ListPricingRulesFilterFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
export const ListPricingRulesInputFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
export const FreeTierConfigFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const TieringFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
329
|
export const PricingRuleListElementFilterSensitiveLog = (obj) => ({
|
|
531
330
|
...obj,
|
|
532
331
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -538,18 +337,6 @@ export const ListPricingRulesOutputFilterSensitiveLog = (obj) => ({
|
|
|
538
337
|
PricingRules: obj.PricingRules.map((item) => PricingRuleListElementFilterSensitiveLog(item)),
|
|
539
338
|
}),
|
|
540
339
|
});
|
|
541
|
-
export const ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog = (obj) => ({
|
|
542
|
-
...obj,
|
|
543
|
-
});
|
|
544
|
-
export const ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog = (obj) => ({
|
|
545
|
-
...obj,
|
|
546
|
-
});
|
|
547
|
-
export const UpdateFreeTierConfigFilterSensitiveLog = (obj) => ({
|
|
548
|
-
...obj,
|
|
549
|
-
});
|
|
550
|
-
export const UpdateTieringInputFilterSensitiveLog = (obj) => ({
|
|
551
|
-
...obj,
|
|
552
|
-
});
|
|
553
340
|
export const UpdatePricingRuleInputFilterSensitiveLog = (obj) => ({
|
|
554
341
|
...obj,
|
|
555
342
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -560,15 +347,3 @@ export const UpdatePricingRuleOutputFilterSensitiveLog = (obj) => ({
|
|
|
560
347
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
561
348
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
562
349
|
});
|
|
563
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|