@aws-sdk/client-cost-and-usage-report-service 3.1077.0 → 3.1079.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.
Files changed (29) hide show
  1. package/dist-cjs/index.js +15 -73
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DeleteReportDefinitionCommand.js +2 -14
  4. package/dist-es/commands/DescribeReportDefinitionsCommand.js +2 -14
  5. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  6. package/dist-es/commands/ModifyReportDefinitionCommand.js +2 -14
  7. package/dist-es/commands/PutReportDefinitionCommand.js +2 -14
  8. package/dist-es/commands/TagResourceCommand.js +2 -14
  9. package/dist-es/commands/UntagResourceCommand.js +2 -14
  10. package/dist-es/index.js +1 -0
  11. package/dist-types/commandBuilder.d.ts +18 -0
  12. package/dist-types/commands/DeleteReportDefinitionCommand.d.ts +3 -8
  13. package/dist-types/commands/DescribeReportDefinitionsCommand.d.ts +3 -8
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  15. package/dist-types/commands/ModifyReportDefinitionCommand.d.ts +3 -8
  16. package/dist-types/commands/PutReportDefinitionCommand.d.ts +3 -8
  17. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  18. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  19. package/dist-types/index.d.ts +1 -0
  20. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  21. package/dist-types/ts3.4/commands/DeleteReportDefinitionCommand.d.ts +7 -16
  22. package/dist-types/ts3.4/commands/DescribeReportDefinitionsCommand.d.ts +7 -16
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  24. package/dist-types/ts3.4/commands/ModifyReportDefinitionCommand.d.ts +7 -16
  25. package/dist-types/ts3.4/commands/PutReportDefinitionCommand.d.ts +7 -16
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  28. package/dist-types/ts3.4/index.d.ts +1 -0
  29. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -564,88 +565,29 @@ class CostAndUsageReportServiceClient extends Client {
564
565
  }
565
566
  }
566
567
 
567
- class DeleteReportDefinitionCommand extends Command
568
- .classBuilder()
569
- .ep(commonParams)
570
- .m(function (Command, cs, config, o) {
571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
572
- })
573
- .s("AWSOrigamiServiceGatewayService", "DeleteReportDefinition", {})
574
- .n("CostAndUsageReportServiceClient", "DeleteReportDefinitionCommand")
575
- .sc(DeleteReportDefinition$)
576
- .build() {
568
+ const command = makeBuilder(commonParams, "AWSOrigamiServiceGatewayService", "CostAndUsageReportServiceClient", getEndpointPlugin);
569
+ const _ep0 = {};
570
+ const _mw0 = (Command, cs, config, o) => [];
571
+
572
+ class DeleteReportDefinitionCommand extends command(_ep0, _mw0, "DeleteReportDefinition", DeleteReportDefinition$) {
577
573
  }
578
574
 
579
- class DescribeReportDefinitionsCommand extends Command
580
- .classBuilder()
581
- .ep(commonParams)
582
- .m(function (Command, cs, config, o) {
583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
584
- })
585
- .s("AWSOrigamiServiceGatewayService", "DescribeReportDefinitions", {})
586
- .n("CostAndUsageReportServiceClient", "DescribeReportDefinitionsCommand")
587
- .sc(DescribeReportDefinitions$)
588
- .build() {
575
+ class DescribeReportDefinitionsCommand extends command(_ep0, _mw0, "DescribeReportDefinitions", DescribeReportDefinitions$) {
589
576
  }
590
577
 
591
- class ListTagsForResourceCommand extends Command
592
- .classBuilder()
593
- .ep(commonParams)
594
- .m(function (Command, cs, config, o) {
595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
596
- })
597
- .s("AWSOrigamiServiceGatewayService", "ListTagsForResource", {})
598
- .n("CostAndUsageReportServiceClient", "ListTagsForResourceCommand")
599
- .sc(ListTagsForResource$)
600
- .build() {
578
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
601
579
  }
602
580
 
603
- class ModifyReportDefinitionCommand extends Command
604
- .classBuilder()
605
- .ep(commonParams)
606
- .m(function (Command, cs, config, o) {
607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
608
- })
609
- .s("AWSOrigamiServiceGatewayService", "ModifyReportDefinition", {})
610
- .n("CostAndUsageReportServiceClient", "ModifyReportDefinitionCommand")
611
- .sc(ModifyReportDefinition$)
612
- .build() {
581
+ class ModifyReportDefinitionCommand extends command(_ep0, _mw0, "ModifyReportDefinition", ModifyReportDefinition$) {
613
582
  }
614
583
 
615
- class PutReportDefinitionCommand extends Command
616
- .classBuilder()
617
- .ep(commonParams)
618
- .m(function (Command, cs, config, o) {
619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
620
- })
621
- .s("AWSOrigamiServiceGatewayService", "PutReportDefinition", {})
622
- .n("CostAndUsageReportServiceClient", "PutReportDefinitionCommand")
623
- .sc(PutReportDefinition$)
624
- .build() {
584
+ class PutReportDefinitionCommand extends command(_ep0, _mw0, "PutReportDefinition", PutReportDefinition$) {
625
585
  }
626
586
 
627
- class TagResourceCommand extends Command
628
- .classBuilder()
629
- .ep(commonParams)
630
- .m(function (Command, cs, config, o) {
631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
632
- })
633
- .s("AWSOrigamiServiceGatewayService", "TagResource", {})
634
- .n("CostAndUsageReportServiceClient", "TagResourceCommand")
635
- .sc(TagResource$)
636
- .build() {
587
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
637
588
  }
638
589
 
639
- class UntagResourceCommand extends Command
640
- .classBuilder()
641
- .ep(commonParams)
642
- .m(function (Command, cs, config, o) {
643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
644
- })
645
- .s("AWSOrigamiServiceGatewayService", "UntagResource", {})
646
- .n("CostAndUsageReportServiceClient", "UntagResourceCommand")
647
- .sc(UntagResource$)
648
- .build() {
590
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
649
591
  }
650
592
 
651
593
  const paginateDescribeReportDefinitions = createPaginator(CostAndUsageReportServiceClient, DescribeReportDefinitionsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSOrigamiServiceGatewayService", "CostAndUsageReportServiceClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteReportDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteReportDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "DeleteReportDefinition", {})
13
- .n("CostAndUsageReportServiceClient", "DeleteReportDefinitionCommand")
14
- .sc(DeleteReportDefinition$)
15
- .build() {
3
+ export class DeleteReportDefinitionCommand extends command(_ep0, _mw0, "DeleteReportDefinition", DeleteReportDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeReportDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeReportDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "DescribeReportDefinitions", {})
13
- .n("CostAndUsageReportServiceClient", "DescribeReportDefinitionsCommand")
14
- .sc(DescribeReportDefinitions$)
15
- .build() {
3
+ export class DescribeReportDefinitionsCommand extends command(_ep0, _mw0, "DescribeReportDefinitions", DescribeReportDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "ListTagsForResource", {})
13
- .n("CostAndUsageReportServiceClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyReportDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyReportDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "ModifyReportDefinition", {})
13
- .n("CostAndUsageReportServiceClient", "ModifyReportDefinitionCommand")
14
- .sc(ModifyReportDefinition$)
15
- .build() {
3
+ export class ModifyReportDefinitionCommand extends command(_ep0, _mw0, "ModifyReportDefinition", ModifyReportDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutReportDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutReportDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "PutReportDefinition", {})
13
- .n("CostAndUsageReportServiceClient", "PutReportDefinitionCommand")
14
- .sc(PutReportDefinition$)
15
- .build() {
3
+ export class PutReportDefinitionCommand extends command(_ep0, _mw0, "PutReportDefinition", PutReportDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "TagResource", {})
13
- .n("CostAndUsageReportServiceClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSOrigamiServiceGatewayService", "UntagResource", {})
13
- .n("CostAndUsageReportServiceClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CostAndUsageReportServiceClient";
2
2
  export * from "./CostAndUsageReportService";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CostAndUsageReportServiceClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { DeleteReportDefinitionRequest, DeleteReportDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteReportDefinitionCommandInput extends DeleteReportDefiniti
22
19
  export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteReportDefinitionCommand_base: {
25
- new (input: DeleteReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified report. Any tags associated with the report are also
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { DescribeReportDefinitionsRequest, DescribeReportDefinitionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeReportDefinitionsCommandInput extends DescribeReportDef
22
19
  export interface DescribeReportDefinitionsCommandOutput extends DescribeReportDefinitionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeReportDefinitionsCommand_base: {
25
- new (input: DescribeReportDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReportDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeReportDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeReportDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the Amazon Web Services Cost and Usage Report available to this account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags associated with the specified report definition.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { ModifyReportDefinitionRequest, ModifyReportDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyReportDefinitionCommandInput extends ModifyReportDefiniti
22
19
  export interface ModifyReportDefinitionCommandOutput extends ModifyReportDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyReportDefinitionCommand_base: {
25
- new (input: ModifyReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Allows you to programmatically update your report preferences.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { PutReportDefinitionRequest, PutReportDefinitionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutReportDefinitionCommandInput extends PutReportDefinitionRequ
22
19
  export interface PutReportDefinitionCommandOutput extends PutReportDefinitionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutReportDefinitionCommand_base: {
25
- new (input: PutReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutReportDefinitionCommandInput): import("@smithy/core/client").CommandImpl<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new report using the description that you provide.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a set of tags with a report definition.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CostAndUsageReportServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates a set of tags from a report definition.</p>
@@ -25,6 +25,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
25
25
  export type { RuntimeExtension } from "./runtimeExtensions";
26
26
  export type { CostAndUsageReportServiceExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
+ export { Command as $Command } from "@smithy/core/client";
28
29
  export * from "./schemas/schemas_0";
29
30
  export * from "./pagination";
30
31
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CostAndUsageReportServiceClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CostAndUsageReportServiceClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CostAndUsageReportServiceClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CostAndUsageReportServiceClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  DeleteReportDefinitionRequest,
10
4
  DeleteReportDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteReportDefinitionCommandInput
15
8
  extends DeleteReportDefinitionRequest {}
16
9
  export interface DeleteReportDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteReportDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteReportDefinitionCommandInput,
24
17
  DeleteReportDefinitionCommandOutput,
25
- CostAndUsageReportServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteReportDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteReportDefinitionCommandInput,
33
26
  DeleteReportDefinitionCommandOutput,
34
- CostAndUsageReportServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteReportDefinitionCommand extends DeleteReportDefinitionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  DescribeReportDefinitionsRequest,
10
4
  DescribeReportDefinitionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeReportDefinitionsCommandInput
15
8
  extends DescribeReportDefinitionsRequest {}
16
9
  export interface DescribeReportDefinitionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeReportDefinitionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeReportDefinitionsCommandInput,
24
17
  DescribeReportDefinitionsCommandOutput,
25
- CostAndUsageReportServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeReportDefinitionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeReportDefinitionsCommandInput,
33
26
  DescribeReportDefinitionsCommandOutput,
34
- CostAndUsageReportServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeReportDefinitionsCommand extends DescribeReportDefinitionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- CostAndUsageReportServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- CostAndUsageReportServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  ModifyReportDefinitionRequest,
10
4
  ModifyReportDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ModifyReportDefinitionCommandInput
15
8
  extends ModifyReportDefinitionRequest {}
16
9
  export interface ModifyReportDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const ModifyReportDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ModifyReportDefinitionCommandInput,
24
17
  ModifyReportDefinitionCommandOutput,
25
- CostAndUsageReportServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ModifyReportDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ModifyReportDefinitionCommandInput,
33
26
  ModifyReportDefinitionCommandOutput,
34
- CostAndUsageReportServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ModifyReportDefinitionCommand extends ModifyReportDefinitionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  PutReportDefinitionRequest,
10
4
  PutReportDefinitionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutReportDefinitionCommandInput
15
8
  extends PutReportDefinitionRequest {}
16
9
  export interface PutReportDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const PutReportDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutReportDefinitionCommandInput,
24
17
  PutReportDefinitionCommandOutput,
25
- CostAndUsageReportServiceClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutReportDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutReportDefinitionCommandInput,
33
26
  PutReportDefinitionCommandOutput,
34
- CostAndUsageReportServiceClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutReportDefinitionCommand extends PutReportDefinitionCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- CostAndUsageReportServiceClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- CostAndUsageReportServiceClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CostAndUsageReportServiceClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CostAndUsageReportServiceClient";
8
2
  import {
9
3
  UntagResourceRequest,
10
4
  UntagResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
8
  export interface UntagResourceCommandOutput
16
9
  extends UntagResourceResponse,
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UntagResourceCommandInput,
23
16
  UntagResourceCommandOutput,
24
- CostAndUsageReportServiceClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UntagResourceCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UntagResourceCommandInput,
32
25
  UntagResourceCommandOutput,
33
- CostAndUsageReportServiceClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CostAndUsageReportServiceClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
42
33
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { CostAndUsageReportServiceExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-and-usage-report-service",
3
3
  "description": "AWS SDK for JavaScript Cost And Usage Report Service Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {