@aws-sdk/client-cost-and-usage-report-service 3.169.0 → 3.170.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cost-and-usage-report-service
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-cost-and-usage-report-service
@@ -1,25 +1,76 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput } from "./commands/DeleteReportDefinitionCommand";
3
- import { DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput } from "./commands/DescribeReportDefinitionsCommand";
4
- import { ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput } from "./commands/ModifyReportDefinitionCommand";
5
- import { PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput } from "./commands/PutReportDefinitionCommand";
6
- import { CostAndUsageReportServiceClient } from "./CostAndUsageReportServiceClient";
7
-
8
- export declare class CostAndUsageReportService extends CostAndUsageReportServiceClient {
9
-
10
- deleteReportDefinition(args: DeleteReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportDefinitionCommandOutput>;
11
- deleteReportDefinition(args: DeleteReportDefinitionCommandInput, cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void): void;
12
- deleteReportDefinition(args: DeleteReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void): void;
13
-
14
- describeReportDefinitions(args: DescribeReportDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportDefinitionsCommandOutput>;
15
- describeReportDefinitions(args: DescribeReportDefinitionsCommandInput, cb: (err: any, data?: DescribeReportDefinitionsCommandOutput) => void): void;
16
- describeReportDefinitions(args: DescribeReportDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportDefinitionsCommandOutput) => void): void;
17
-
18
- modifyReportDefinition(args: ModifyReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyReportDefinitionCommandOutput>;
19
- modifyReportDefinition(args: ModifyReportDefinitionCommandInput, cb: (err: any, data?: ModifyReportDefinitionCommandOutput) => void): void;
20
- modifyReportDefinition(args: ModifyReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReportDefinitionCommandOutput) => void): void;
21
-
22
- putReportDefinition(args: PutReportDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<PutReportDefinitionCommandOutput>;
23
- putReportDefinition(args: PutReportDefinitionCommandInput, cb: (err: any, data?: PutReportDefinitionCommandOutput) => void): void;
24
- putReportDefinition(args: PutReportDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutReportDefinitionCommandOutput) => void): void;
25
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ DeleteReportDefinitionCommandInput,
4
+ DeleteReportDefinitionCommandOutput,
5
+ } from "./commands/DeleteReportDefinitionCommand";
6
+ import {
7
+ DescribeReportDefinitionsCommandInput,
8
+ DescribeReportDefinitionsCommandOutput,
9
+ } from "./commands/DescribeReportDefinitionsCommand";
10
+ import {
11
+ ModifyReportDefinitionCommandInput,
12
+ ModifyReportDefinitionCommandOutput,
13
+ } from "./commands/ModifyReportDefinitionCommand";
14
+ import {
15
+ PutReportDefinitionCommandInput,
16
+ PutReportDefinitionCommandOutput,
17
+ } from "./commands/PutReportDefinitionCommand";
18
+ import { CostAndUsageReportServiceClient } from "./CostAndUsageReportServiceClient";
19
+
20
+ export declare class CostAndUsageReportService extends CostAndUsageReportServiceClient {
21
+ deleteReportDefinition(
22
+ args: DeleteReportDefinitionCommandInput,
23
+ options?: __HttpHandlerOptions
24
+ ): Promise<DeleteReportDefinitionCommandOutput>;
25
+ deleteReportDefinition(
26
+ args: DeleteReportDefinitionCommandInput,
27
+ cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void
28
+ ): void;
29
+ deleteReportDefinition(
30
+ args: DeleteReportDefinitionCommandInput,
31
+ options: __HttpHandlerOptions,
32
+ cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void
33
+ ): void;
34
+
35
+ describeReportDefinitions(
36
+ args: DescribeReportDefinitionsCommandInput,
37
+ options?: __HttpHandlerOptions
38
+ ): Promise<DescribeReportDefinitionsCommandOutput>;
39
+ describeReportDefinitions(
40
+ args: DescribeReportDefinitionsCommandInput,
41
+ cb: (err: any, data?: DescribeReportDefinitionsCommandOutput) => void
42
+ ): void;
43
+ describeReportDefinitions(
44
+ args: DescribeReportDefinitionsCommandInput,
45
+ options: __HttpHandlerOptions,
46
+ cb: (err: any, data?: DescribeReportDefinitionsCommandOutput) => void
47
+ ): void;
48
+
49
+ modifyReportDefinition(
50
+ args: ModifyReportDefinitionCommandInput,
51
+ options?: __HttpHandlerOptions
52
+ ): Promise<ModifyReportDefinitionCommandOutput>;
53
+ modifyReportDefinition(
54
+ args: ModifyReportDefinitionCommandInput,
55
+ cb: (err: any, data?: ModifyReportDefinitionCommandOutput) => void
56
+ ): void;
57
+ modifyReportDefinition(
58
+ args: ModifyReportDefinitionCommandInput,
59
+ options: __HttpHandlerOptions,
60
+ cb: (err: any, data?: ModifyReportDefinitionCommandOutput) => void
61
+ ): void;
62
+
63
+ putReportDefinition(
64
+ args: PutReportDefinitionCommandInput,
65
+ options?: __HttpHandlerOptions
66
+ ): Promise<PutReportDefinitionCommandOutput>;
67
+ putReportDefinition(
68
+ args: PutReportDefinitionCommandInput,
69
+ cb: (err: any, data?: PutReportDefinitionCommandOutput) => void
70
+ ): void;
71
+ putReportDefinition(
72
+ args: PutReportDefinitionCommandInput,
73
+ options: __HttpHandlerOptions,
74
+ cb: (err: any, data?: PutReportDefinitionCommandOutput) => void
75
+ ): void;
76
+ }
@@ -1,77 +1,154 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput } from "./commands/DeleteReportDefinitionCommand";
10
- import { DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput } from "./commands/DescribeReportDefinitionsCommand";
11
- import { ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput } from "./commands/ModifyReportDefinitionCommand";
12
- import { PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput } from "./commands/PutReportDefinitionCommand";
13
- export declare type ServiceInputTypes = DeleteReportDefinitionCommandInput | DescribeReportDefinitionsCommandInput | ModifyReportDefinitionCommandInput | PutReportDefinitionCommandInput;
14
- export declare type ServiceOutputTypes = DeleteReportDefinitionCommandOutput | DescribeReportDefinitionsCommandOutput | ModifyReportDefinitionCommandOutput | PutReportDefinitionCommandOutput;
15
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
16
-
17
- requestHandler?: __HttpHandler;
18
-
19
- sha256?: __HashConstructor;
20
-
21
- urlParser?: __UrlParser;
22
-
23
- bodyLengthChecker?: __BodyLengthCalculator;
24
-
25
- streamCollector?: __StreamCollector;
26
-
27
- base64Decoder?: __Decoder;
28
-
29
- base64Encoder?: __Encoder;
30
-
31
- utf8Decoder?: __Decoder;
32
-
33
- utf8Encoder?: __Encoder;
34
-
35
- runtime?: string;
36
-
37
- disableHostPrefix?: boolean;
38
-
39
- maxAttempts?: number | __Provider<number>;
40
-
41
- retryMode?: string | __Provider<string>;
42
-
43
- logger?: __Logger;
44
-
45
- useDualstackEndpoint?: boolean | __Provider<boolean>;
46
-
47
- useFipsEndpoint?: boolean | __Provider<boolean>;
48
-
49
- serviceId?: string;
50
-
51
- region?: string | __Provider<string>;
52
-
53
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
54
-
55
- regionInfoProvider?: RegionInfoProvider;
56
-
57
- defaultUserAgentProvider?: Provider<__UserAgent>;
58
-
59
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
60
- }
61
- declare type CostAndUsageReportServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
62
-
63
- export interface CostAndUsageReportServiceClientConfig extends CostAndUsageReportServiceClientConfigType {
64
- }
65
- declare type CostAndUsageReportServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
66
-
67
- export interface CostAndUsageReportServiceClientResolvedConfig extends CostAndUsageReportServiceClientResolvedConfigType {
68
- }
69
-
70
- export declare class CostAndUsageReportServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CostAndUsageReportServiceClientResolvedConfig> {
71
-
72
- readonly config: CostAndUsageReportServiceClientResolvedConfig;
73
- constructor(configuration: CostAndUsageReportServiceClientConfig);
74
-
75
- destroy(): void;
76
- }
77
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ DeleteReportDefinitionCommandInput,
47
+ DeleteReportDefinitionCommandOutput,
48
+ } from "./commands/DeleteReportDefinitionCommand";
49
+ import {
50
+ DescribeReportDefinitionsCommandInput,
51
+ DescribeReportDefinitionsCommandOutput,
52
+ } from "./commands/DescribeReportDefinitionsCommand";
53
+ import {
54
+ ModifyReportDefinitionCommandInput,
55
+ ModifyReportDefinitionCommandOutput,
56
+ } from "./commands/ModifyReportDefinitionCommand";
57
+ import {
58
+ PutReportDefinitionCommandInput,
59
+ PutReportDefinitionCommandOutput,
60
+ } from "./commands/PutReportDefinitionCommand";
61
+ export declare type ServiceInputTypes =
62
+ | DeleteReportDefinitionCommandInput
63
+ | DescribeReportDefinitionsCommandInput
64
+ | ModifyReportDefinitionCommandInput
65
+ | PutReportDefinitionCommandInput;
66
+ export declare type ServiceOutputTypes =
67
+ | DeleteReportDefinitionCommandOutput
68
+ | DescribeReportDefinitionsCommandOutput
69
+ | ModifyReportDefinitionCommandOutput
70
+ | PutReportDefinitionCommandOutput;
71
+ export interface ClientDefaults
72
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
73
+ requestHandler?: __HttpHandler;
74
+
75
+ sha256?: __HashConstructor;
76
+
77
+ urlParser?: __UrlParser;
78
+
79
+ bodyLengthChecker?: __BodyLengthCalculator;
80
+
81
+ streamCollector?: __StreamCollector;
82
+
83
+ base64Decoder?: __Decoder;
84
+
85
+ base64Encoder?: __Encoder;
86
+
87
+ utf8Decoder?: __Decoder;
88
+
89
+ utf8Encoder?: __Encoder;
90
+
91
+ runtime?: string;
92
+
93
+ disableHostPrefix?: boolean;
94
+
95
+ maxAttempts?: number | __Provider<number>;
96
+
97
+ retryMode?: string | __Provider<string>;
98
+
99
+ logger?: __Logger;
100
+
101
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
102
+
103
+ useFipsEndpoint?: boolean | __Provider<boolean>;
104
+
105
+ serviceId?: string;
106
+
107
+ region?: string | __Provider<string>;
108
+
109
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
110
+
111
+ regionInfoProvider?: RegionInfoProvider;
112
+
113
+ defaultUserAgentProvider?: Provider<__UserAgent>;
114
+
115
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
116
+ }
117
+ declare type CostAndUsageReportServiceClientConfigType = Partial<
118
+ __SmithyConfiguration<__HttpHandlerOptions>
119
+ > &
120
+ ClientDefaults &
121
+ RegionInputConfig &
122
+ EndpointsInputConfig &
123
+ RetryInputConfig &
124
+ HostHeaderInputConfig &
125
+ AwsAuthInputConfig &
126
+ UserAgentInputConfig;
127
+
128
+ export interface CostAndUsageReportServiceClientConfig
129
+ extends CostAndUsageReportServiceClientConfigType {}
130
+ declare type CostAndUsageReportServiceClientResolvedConfigType =
131
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
132
+ Required<ClientDefaults> &
133
+ RegionResolvedConfig &
134
+ EndpointsResolvedConfig &
135
+ RetryResolvedConfig &
136
+ HostHeaderResolvedConfig &
137
+ AwsAuthResolvedConfig &
138
+ UserAgentResolvedConfig;
139
+
140
+ export interface CostAndUsageReportServiceClientResolvedConfig
141
+ extends CostAndUsageReportServiceClientResolvedConfigType {}
142
+
143
+ export declare class CostAndUsageReportServiceClient extends __Client<
144
+ __HttpHandlerOptions,
145
+ ServiceInputTypes,
146
+ ServiceOutputTypes,
147
+ CostAndUsageReportServiceClientResolvedConfig
148
+ > {
149
+ readonly config: CostAndUsageReportServiceClientResolvedConfig;
150
+ constructor(configuration: CostAndUsageReportServiceClientConfig);
151
+
152
+ destroy(): void;
153
+ }
154
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
- import { DeleteReportDefinitionRequest, DeleteReportDefinitionResponse } from "../models/models_0";
5
- export interface DeleteReportDefinitionCommandInput extends DeleteReportDefinitionRequest {
6
- }
7
- export interface DeleteReportDefinitionCommandOutput extends DeleteReportDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteReportDefinitionCommand extends $Command<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig> {
11
- readonly input: DeleteReportDefinitionCommandInput;
12
- constructor(input: DeleteReportDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostAndUsageReportServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CostAndUsageReportServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CostAndUsageReportServiceClient";
13
+ import {
14
+ DeleteReportDefinitionRequest,
15
+ DeleteReportDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteReportDefinitionCommandInput
18
+ extends DeleteReportDefinitionRequest {}
19
+ export interface DeleteReportDefinitionCommandOutput
20
+ extends DeleteReportDefinitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteReportDefinitionCommand extends $Command<
24
+ DeleteReportDefinitionCommandInput,
25
+ DeleteReportDefinitionCommandOutput,
26
+ CostAndUsageReportServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteReportDefinitionCommandInput;
29
+ constructor(input: DeleteReportDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostAndUsageReportServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteReportDefinitionCommandInput,
37
+ DeleteReportDefinitionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
- import { DescribeReportDefinitionsRequest, DescribeReportDefinitionsResponse } from "../models/models_0";
5
- export interface DescribeReportDefinitionsCommandInput extends DescribeReportDefinitionsRequest {
6
- }
7
- export interface DescribeReportDefinitionsCommandOutput extends DescribeReportDefinitionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReportDefinitionsCommand extends $Command<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput, CostAndUsageReportServiceClientResolvedConfig> {
11
- readonly input: DescribeReportDefinitionsCommandInput;
12
- constructor(input: DescribeReportDefinitionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostAndUsageReportServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportDefinitionsCommandInput, DescribeReportDefinitionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CostAndUsageReportServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CostAndUsageReportServiceClient";
13
+ import {
14
+ DescribeReportDefinitionsRequest,
15
+ DescribeReportDefinitionsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeReportDefinitionsCommandInput
18
+ extends DescribeReportDefinitionsRequest {}
19
+ export interface DescribeReportDefinitionsCommandOutput
20
+ extends DescribeReportDefinitionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeReportDefinitionsCommand extends $Command<
24
+ DescribeReportDefinitionsCommandInput,
25
+ DescribeReportDefinitionsCommandOutput,
26
+ CostAndUsageReportServiceClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeReportDefinitionsCommandInput;
29
+ constructor(input: DescribeReportDefinitionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostAndUsageReportServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeReportDefinitionsCommandInput,
37
+ DescribeReportDefinitionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
- import { ModifyReportDefinitionRequest, ModifyReportDefinitionResponse } from "../models/models_0";
5
- export interface ModifyReportDefinitionCommandInput extends ModifyReportDefinitionRequest {
6
- }
7
- export interface ModifyReportDefinitionCommandOutput extends ModifyReportDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyReportDefinitionCommand extends $Command<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig> {
11
- readonly input: ModifyReportDefinitionCommandInput;
12
- constructor(input: ModifyReportDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostAndUsageReportServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyReportDefinitionCommandInput, ModifyReportDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CostAndUsageReportServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CostAndUsageReportServiceClient";
13
+ import {
14
+ ModifyReportDefinitionRequest,
15
+ ModifyReportDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface ModifyReportDefinitionCommandInput
18
+ extends ModifyReportDefinitionRequest {}
19
+ export interface ModifyReportDefinitionCommandOutput
20
+ extends ModifyReportDefinitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyReportDefinitionCommand extends $Command<
24
+ ModifyReportDefinitionCommandInput,
25
+ ModifyReportDefinitionCommandOutput,
26
+ CostAndUsageReportServiceClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyReportDefinitionCommandInput;
29
+ constructor(input: ModifyReportDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostAndUsageReportServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyReportDefinitionCommandInput,
37
+ ModifyReportDefinitionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CostAndUsageReportServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CostAndUsageReportServiceClient";
4
- import { PutReportDefinitionRequest, PutReportDefinitionResponse } from "../models/models_0";
5
- export interface PutReportDefinitionCommandInput extends PutReportDefinitionRequest {
6
- }
7
- export interface PutReportDefinitionCommandOutput extends PutReportDefinitionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutReportDefinitionCommand extends $Command<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, CostAndUsageReportServiceClientResolvedConfig> {
11
- readonly input: PutReportDefinitionCommandInput;
12
- constructor(input: PutReportDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CostAndUsageReportServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CostAndUsageReportServiceClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../CostAndUsageReportServiceClient";
13
+ import {
14
+ PutReportDefinitionRequest,
15
+ PutReportDefinitionResponse,
16
+ } from "../models/models_0";
17
+ export interface PutReportDefinitionCommandInput
18
+ extends PutReportDefinitionRequest {}
19
+ export interface PutReportDefinitionCommandOutput
20
+ extends PutReportDefinitionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutReportDefinitionCommand extends $Command<
24
+ PutReportDefinitionCommandInput,
25
+ PutReportDefinitionCommandOutput,
26
+ CostAndUsageReportServiceClientResolvedConfig
27
+ > {
28
+ readonly input: PutReportDefinitionCommandInput;
29
+ constructor(input: PutReportDefinitionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CostAndUsageReportServiceClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,4 +1,4 @@
1
- export * from "./DeleteReportDefinitionCommand";
2
- export * from "./DescribeReportDefinitionsCommand";
3
- export * from "./ModifyReportDefinitionCommand";
4
- export * from "./PutReportDefinitionCommand";
1
+ export * from "./DeleteReportDefinitionCommand";
2
+ export * from "./DescribeReportDefinitionsCommand";
3
+ export * from "./ModifyReportDefinitionCommand";
4
+ export * from "./PutReportDefinitionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./CostAndUsageReportService";
2
- export * from "./CostAndUsageReportServiceClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { CostAndUsageReportServiceServiceException } from "./models/CostAndUsageReportServiceServiceException";
1
+ export * from "./CostAndUsageReportService";
2
+ export * from "./CostAndUsageReportServiceClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { CostAndUsageReportServiceServiceException } from "./models/CostAndUsageReportServiceServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class CostAndUsageReportServiceServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class CostAndUsageReportServiceServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";