@aws-sdk/client-cost-and-usage-report-service 3.588.0 → 3.592.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/index.js CHANGED
@@ -199,7 +199,6 @@ var CostAndUsageReportServiceClient = _CostAndUsageReportServiceClient;
199
199
 
200
200
  var import_middleware_serde = require("@smithy/middleware-serde");
201
201
 
202
- var import_types = require("@smithy/types");
203
202
 
204
203
  // src/protocols/Aws_json1_1.ts
205
204
  var import_core2 = require("@aws-sdk/core");
@@ -635,7 +634,6 @@ var DeleteReportDefinitionCommand = _DeleteReportDefinitionCommand;
635
634
 
636
635
 
637
636
 
638
-
639
637
  var _DescribeReportDefinitionsCommand = class _DescribeReportDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
640
638
  ...commonParams
641
639
  }).m(function(Command, cs, config, o) {
@@ -652,7 +650,6 @@ var DescribeReportDefinitionsCommand = _DescribeReportDefinitionsCommand;
652
650
 
653
651
 
654
652
 
655
-
656
653
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
657
654
  ...commonParams
658
655
  }).m(function(Command, cs, config, o) {
@@ -669,7 +666,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
669
666
 
670
667
 
671
668
 
672
-
673
669
  var _ModifyReportDefinitionCommand = class _ModifyReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
674
670
  ...commonParams
675
671
  }).m(function(Command, cs, config, o) {
@@ -686,7 +682,6 @@ var ModifyReportDefinitionCommand = _ModifyReportDefinitionCommand;
686
682
 
687
683
 
688
684
 
689
-
690
685
  var _PutReportDefinitionCommand = class _PutReportDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
691
686
  ...commonParams
692
687
  }).m(function(Command, cs, config, o) {
@@ -703,7 +698,6 @@ var PutReportDefinitionCommand = _PutReportDefinitionCommand;
703
698
 
704
699
 
705
700
 
706
-
707
701
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
708
702
  ...commonParams
709
703
  }).m(function(Command, cs, config, o) {
@@ -720,7 +714,6 @@ var TagResourceCommand = _TagResourceCommand;
720
714
 
721
715
 
722
716
 
723
-
724
717
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
725
718
  ...commonParams
726
719
  }).m(function(Command, cs, config, o) {
@@ -97,15 +97,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
97
97
  * Enables FIPS compatible endpoints.
98
98
  */
99
99
  useFipsEndpoint?: boolean | __Provider<boolean>;
100
+ /**
101
+ * The AWS region to which this client will send requests
102
+ */
103
+ region?: string | __Provider<string>;
100
104
  /**
101
105
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
102
106
  * @internal
103
107
  */
104
108
  defaultUserAgentProvider?: Provider<__UserAgent>;
105
- /**
106
- * The AWS region to which this client will send requests
107
- */
108
- region?: string | __Provider<string>;
109
109
  /**
110
110
  * Default credentials provider; Not available in browser runtime.
111
111
  * @deprecated
@@ -5,7 +5,8 @@ import { DeleteReportDefinitionRequest, DeleteReportDefinitionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeReportDefinitionsRequest, DescribeReportDefinitionsResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ModifyReportDefinitionRequest, ModifyReportDefinitionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutReportDefinitionRequest, PutReportDefinitionResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -22,8 +22,8 @@
22
22
  export * from "./CostAndUsageReportServiceClient";
23
23
  export * from "./CostAndUsageReportService";
24
24
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
25
- export { RuntimeExtension } from "./runtimeExtensions";
26
- export { CostAndUsageReportServiceExtensionConfiguration } from "./extensionConfiguration";
25
+ export type { RuntimeExtension } from "./runtimeExtensions";
26
+ export type { CostAndUsageReportServiceExtensionConfiguration } from "./extensionConfiguration";
27
27
  export * from "./commands";
28
28
  export * from "./pagination";
29
29
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CostAndUsageReportServiceClientC
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -112,8 +112,8 @@ export interface ClientDefaults
112
112
  serviceId?: string;
113
113
  useDualstackEndpoint?: boolean | __Provider<boolean>;
114
114
  useFipsEndpoint?: boolean | __Provider<boolean>;
115
- defaultUserAgentProvider?: Provider<__UserAgent>;
116
115
  region?: string | __Provider<string>;
116
+ defaultUserAgentProvider?: Provider<__UserAgent>;
117
117
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
118
118
  maxAttempts?: number | __Provider<number>;
119
119
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  DeleteReportDefinitionRequest,
10
10
  DeleteReportDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteReportDefinitionCommandInput
14
15
  extends DeleteReportDefinitionRequest {}
15
16
  export interface DeleteReportDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeReportDefinitionsRequest,
10
10
  DescribeReportDefinitionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeReportDefinitionsCommandInput
14
15
  extends DescribeReportDefinitionsRequest {}
15
16
  export interface DescribeReportDefinitionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ModifyReportDefinitionRequest,
10
10
  ModifyReportDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ModifyReportDefinitionCommandInput
14
15
  extends ModifyReportDefinitionRequest {}
15
16
  export interface ModifyReportDefinitionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  PutReportDefinitionRequest,
10
10
  PutReportDefinitionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface PutReportDefinitionCommandInput
14
15
  extends PutReportDefinitionRequest {}
15
16
  export interface PutReportDefinitionCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CostAndUsageReportServiceClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CostAndUsageReportServiceServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cost-and-usage-report-service",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",