@aws-sdk/client-applicationcostprofiler 3.35.0 → 3.38.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 (125) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ApplicationCostProfiler.js +0 -9
  3. package/dist-cjs/ApplicationCostProfilerClient.js +0 -14
  4. package/dist-cjs/commands/DeleteReportDefinitionCommand.js +0 -26
  5. package/dist-cjs/commands/GetReportDefinitionCommand.js +0 -25
  6. package/dist-cjs/commands/ImportApplicationUsageCommand.js +0 -28
  7. package/dist-cjs/commands/ListReportDefinitionsCommand.js +0 -26
  8. package/dist-cjs/commands/PutReportDefinitionCommand.js +0 -25
  9. package/dist-cjs/commands/UpdateReportDefinitionCommand.js +0 -25
  10. package/dist-cjs/commands/index.js +9 -0
  11. package/dist-cjs/endpoints.js +1 -2
  12. package/dist-cjs/index.js +4 -11
  13. package/dist-cjs/models/index.js +0 -1
  14. package/dist-cjs/models/models_0.js +0 -61
  15. package/dist-cjs/pagination/Interfaces.js +0 -1
  16. package/dist-cjs/pagination/ListReportDefinitionsPaginator.js +0 -11
  17. package/dist-cjs/pagination/index.js +5 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  19. package/dist-cjs/runtimeConfig.browser.js +1 -6
  20. package/dist-cjs/runtimeConfig.js +2 -7
  21. package/dist-cjs/runtimeConfig.native.js +0 -4
  22. package/dist-cjs/runtimeConfig.shared.js +0 -4
  23. package/dist-es/ApplicationCostProfiler.js +0 -1
  24. package/dist-es/ApplicationCostProfilerClient.js +0 -1
  25. package/dist-es/commands/DeleteReportDefinitionCommand.js +0 -1
  26. package/dist-es/commands/GetReportDefinitionCommand.js +0 -1
  27. package/dist-es/commands/ImportApplicationUsageCommand.js +0 -1
  28. package/dist-es/commands/ListReportDefinitionsCommand.js +0 -1
  29. package/dist-es/commands/PutReportDefinitionCommand.js +0 -1
  30. package/dist-es/commands/UpdateReportDefinitionCommand.js +0 -1
  31. package/dist-es/commands/index.js +6 -0
  32. package/dist-es/endpoints.js +1 -2
  33. package/dist-es/index.js +4 -11
  34. package/dist-es/models/index.js +0 -1
  35. package/dist-es/models/models_0.js +0 -1
  36. package/dist-es/pagination/Interfaces.js +0 -1
  37. package/dist-es/pagination/ListReportDefinitionsPaginator.js +0 -1
  38. package/dist-es/pagination/index.js +2 -0
  39. package/dist-es/protocols/Aws_restJson1.js +0 -1
  40. package/dist-es/runtimeConfig.browser.js +1 -2
  41. package/dist-es/runtimeConfig.js +2 -3
  42. package/dist-es/runtimeConfig.native.js +0 -1
  43. package/dist-es/runtimeConfig.shared.js +0 -1
  44. package/dist-types/commands/index.d.ts +6 -0
  45. package/dist-types/index.d.ts +4 -10
  46. package/dist-types/pagination/index.d.ts +2 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +3 -0
  48. package/dist-types/ts3.4/ApplicationCostProfiler.d.ts +7 -31
  49. package/dist-types/ts3.4/ApplicationCostProfilerClient.d.ts +24 -94
  50. package/dist-types/ts3.4/commands/DeleteReportDefinitionCommand.d.ts +2 -21
  51. package/dist-types/ts3.4/commands/GetReportDefinitionCommand.d.ts +2 -20
  52. package/dist-types/ts3.4/commands/ImportApplicationUsageCommand.d.ts +2 -23
  53. package/dist-types/ts3.4/commands/ListReportDefinitionsCommand.d.ts +2 -21
  54. package/dist-types/ts3.4/commands/PutReportDefinitionCommand.d.ts +2 -20
  55. package/dist-types/ts3.4/commands/UpdateReportDefinitionCommand.d.ts +2 -20
  56. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  57. package/dist-types/ts3.4/index.d.ts +4 -10
  58. package/dist-types/ts3.4/models/models_0.d.ts +68 -211
  59. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -3
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  64. package/package.json +33 -30
  65. package/dist-cjs/ApplicationCostProfiler.js.map +0 -1
  66. package/dist-cjs/ApplicationCostProfilerClient.js.map +0 -1
  67. package/dist-cjs/commands/DeleteReportDefinitionCommand.js.map +0 -1
  68. package/dist-cjs/commands/GetReportDefinitionCommand.js.map +0 -1
  69. package/dist-cjs/commands/ImportApplicationUsageCommand.js.map +0 -1
  70. package/dist-cjs/commands/ListReportDefinitionsCommand.js.map +0 -1
  71. package/dist-cjs/commands/PutReportDefinitionCommand.js.map +0 -1
  72. package/dist-cjs/commands/UpdateReportDefinitionCommand.js.map +0 -1
  73. package/dist-cjs/endpoints.js.map +0 -1
  74. package/dist-cjs/index.js.map +0 -1
  75. package/dist-cjs/models/index.js.map +0 -1
  76. package/dist-cjs/models/models_0.js.map +0 -1
  77. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  78. package/dist-cjs/pagination/ListReportDefinitionsPaginator.js.map +0 -1
  79. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  80. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  81. package/dist-cjs/runtimeConfig.js.map +0 -1
  82. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  83. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  84. package/dist-es/ApplicationCostProfiler.js.map +0 -1
  85. package/dist-es/ApplicationCostProfilerClient.js.map +0 -1
  86. package/dist-es/commands/DeleteReportDefinitionCommand.js.map +0 -1
  87. package/dist-es/commands/GetReportDefinitionCommand.js.map +0 -1
  88. package/dist-es/commands/ImportApplicationUsageCommand.js.map +0 -1
  89. package/dist-es/commands/ListReportDefinitionsCommand.js.map +0 -1
  90. package/dist-es/commands/PutReportDefinitionCommand.js.map +0 -1
  91. package/dist-es/commands/UpdateReportDefinitionCommand.js.map +0 -1
  92. package/dist-es/endpoints.js.map +0 -1
  93. package/dist-es/index.js.map +0 -1
  94. package/dist-es/models/index.js.map +0 -1
  95. package/dist-es/models/models_0.js.map +0 -1
  96. package/dist-es/pagination/Interfaces.js.map +0 -1
  97. package/dist-es/pagination/ListReportDefinitionsPaginator.js.map +0 -1
  98. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  99. package/dist-es/runtimeConfig.browser.js.map +0 -1
  100. package/dist-es/runtimeConfig.js.map +0 -1
  101. package/dist-es/runtimeConfig.native.js.map +0 -1
  102. package/dist-es/runtimeConfig.shared.js.map +0 -1
  103. package/jest.config.js +0 -4
  104. package/src/ApplicationCostProfiler.ts +0 -240
  105. package/src/ApplicationCostProfilerClient.ts +0 -277
  106. package/src/commands/DeleteReportDefinitionCommand.ts +0 -100
  107. package/src/commands/GetReportDefinitionCommand.ts +0 -99
  108. package/src/commands/ImportApplicationUsageCommand.ts +0 -102
  109. package/src/commands/ListReportDefinitionsCommand.ts +0 -100
  110. package/src/commands/PutReportDefinitionCommand.ts +0 -99
  111. package/src/commands/UpdateReportDefinitionCommand.ts +0 -99
  112. package/src/endpoints.ts +0 -57
  113. package/src/index.ts +0 -11
  114. package/src/models/index.ts +0 -1
  115. package/src/models/models_0.ts +0 -490
  116. package/src/pagination/Interfaces.ts +0 -8
  117. package/src/pagination/ListReportDefinitionsPaginator.ts +0 -59
  118. package/src/protocols/Aws_restJson1.ts +0 -952
  119. package/src/runtimeConfig.browser.ts +0 -41
  120. package/src/runtimeConfig.native.ts +0 -17
  121. package/src/runtimeConfig.shared.ts +0 -17
  122. package/src/runtimeConfig.ts +0 -46
  123. package/tsconfig.es.json +0 -10
  124. package/tsconfig.json +0 -33
  125. package/tsconfig.types.json +0 -9
@@ -6,32 +6,11 @@ export interface ImportApplicationUsageCommandInput extends ImportApplicationUsa
6
6
  }
7
7
  export interface ImportApplicationUsageCommandOutput extends ImportApplicationUsageResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Ingests application usage data from Amazon Simple Storage Service (Amazon S3).</p>
11
- * <p>The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler
12
- * copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing
13
- * asynchronously.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ApplicationCostProfilerClient, ImportApplicationUsageCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
18
- * // const { ApplicationCostProfilerClient, ImportApplicationUsageCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
19
- * const client = new ApplicationCostProfilerClient(config);
20
- * const command = new ImportApplicationUsageCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ImportApplicationUsageCommandInput} for command's `input` shape.
25
- * @see {@link ImportApplicationUsageCommandOutput} for command's `response` shape.
26
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class ImportApplicationUsageCommand extends $Command<ImportApplicationUsageCommandInput, ImportApplicationUsageCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
30
11
  readonly input: ImportApplicationUsageCommandInput;
31
12
  constructor(input: ImportApplicationUsageCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportApplicationUsageCommandInput, ImportApplicationUsageCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface ListReportDefinitionsCommandInput extends ListReportDefinitions
6
6
  }
7
7
  export interface ListReportDefinitionsCommandOutput extends ListReportDefinitionsResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a list of all reports and their configurations for your AWS account.</p>
11
- * <p>The maximum number of reports is one.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ApplicationCostProfilerClient, ListReportDefinitionsCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
16
- * // const { ApplicationCostProfilerClient, ListReportDefinitionsCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
17
- * const client = new ApplicationCostProfilerClient(config);
18
- * const command = new ListReportDefinitionsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListReportDefinitionsCommandInput} for command's `input` shape.
23
- * @see {@link ListReportDefinitionsCommandOutput} for command's `response` shape.
24
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class ListReportDefinitionsCommand extends $Command<ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
28
11
  readonly input: ListReportDefinitionsCommandInput;
29
12
  constructor(input: ListReportDefinitionsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface PutReportDefinitionCommandInput extends PutReportDefinitionRequ
6
6
  }
7
7
  export interface PutReportDefinitionCommandOutput extends PutReportDefinitionResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates the report definition for a report in Application Cost Profiler.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ApplicationCostProfilerClient, PutReportDefinitionCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
15
- * // const { ApplicationCostProfilerClient, PutReportDefinitionCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
16
- * const client = new ApplicationCostProfilerClient(config);
17
- * const command = new PutReportDefinitionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link PutReportDefinitionCommandInput} for command's `input` shape.
22
- * @see {@link PutReportDefinitionCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class PutReportDefinitionCommand extends $Command<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
27
11
  readonly input: PutReportDefinitionCommandInput;
28
12
  constructor(input: PutReportDefinitionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface UpdateReportDefinitionCommandInput extends UpdateReportDefiniti
6
6
  }
7
7
  export interface UpdateReportDefinitionCommandOutput extends UpdateReportDefinitionResult, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Updates existing report in AWS Application Cost Profiler.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ApplicationCostProfilerClient, UpdateReportDefinitionCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
15
- * // const { ApplicationCostProfilerClient, UpdateReportDefinitionCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
16
- * const client = new ApplicationCostProfilerClient(config);
17
- * const command = new UpdateReportDefinitionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UpdateReportDefinitionCommandInput} for command's `input` shape.
22
- * @see {@link UpdateReportDefinitionCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class UpdateReportDefinitionCommand extends $Command<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
27
11
  readonly input: UpdateReportDefinitionCommandInput;
28
12
  constructor(input: UpdateReportDefinitionCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,6 @@
1
+ export * from "./DeleteReportDefinitionCommand";
2
+ export * from "./GetReportDefinitionCommand";
3
+ export * from "./ImportApplicationUsageCommand";
4
+ export * from "./ListReportDefinitionsCommand";
5
+ export * from "./PutReportDefinitionCommand";
6
+ export * from "./UpdateReportDefinitionCommand";
@@ -1,11 +1,5 @@
1
- export * from "./ApplicationCostProfilerClient";
2
1
  export * from "./ApplicationCostProfiler";
3
- export * from "./commands/DeleteReportDefinitionCommand";
4
- export * from "./commands/GetReportDefinitionCommand";
5
- export * from "./commands/ImportApplicationUsageCommand";
6
- export * from "./commands/ListReportDefinitionsCommand";
7
- export * from "./pagination/ListReportDefinitionsPaginator";
8
- export * from "./commands/PutReportDefinitionCommand";
9
- export * from "./commands/UpdateReportDefinitionCommand";
10
- export * from "./pagination/Interfaces";
11
- export * from "./models/index";
2
+ export * from "./ApplicationCostProfilerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -1,114 +1,77 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>You do not have permission to perform this action.</p>
4
- */
2
+
5
3
  export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
6
4
  name: "AccessDeniedException";
7
5
  $fault: "client";
8
6
  message?: string;
9
7
  }
10
8
  export declare namespace AccessDeniedException {
11
- /**
12
- * @internal
13
- */
9
+
14
10
  const filterSensitiveLog: (obj: AccessDeniedException) => any;
15
11
  }
16
12
  export interface DeleteReportDefinitionRequest {
17
- /**
18
- * <p>Required. ID of the report to delete.</p>
19
- */
13
+
20
14
  reportId: string | undefined;
21
15
  }
22
16
  export declare namespace DeleteReportDefinitionRequest {
23
- /**
24
- * @internal
25
- */
17
+
26
18
  const filterSensitiveLog: (obj: DeleteReportDefinitionRequest) => any;
27
19
  }
28
20
  export interface DeleteReportDefinitionResult {
29
- /**
30
- * <p>ID of the report that was deleted.</p>
31
- */
21
+
32
22
  reportId?: string;
33
23
  }
34
24
  export declare namespace DeleteReportDefinitionResult {
35
- /**
36
- * @internal
37
- */
25
+
38
26
  const filterSensitiveLog: (obj: DeleteReportDefinitionResult) => any;
39
27
  }
40
- /**
41
- * <p>An internal server error occurred. Retry your request.</p>
42
- */
28
+
43
29
  export interface InternalServerException extends __SmithyException, $MetadataBearer {
44
30
  name: "InternalServerException";
45
31
  $fault: "server";
46
32
  message?: string;
47
33
  }
48
34
  export declare namespace InternalServerException {
49
- /**
50
- * @internal
51
- */
35
+
52
36
  const filterSensitiveLog: (obj: InternalServerException) => any;
53
37
  }
54
- /**
55
- * <p>The calls to AWS Application Cost Profiler API are throttled. The request was denied.</p>
56
- */
38
+
57
39
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
58
40
  name: "ThrottlingException";
59
41
  $fault: "client";
60
42
  message?: string;
61
43
  }
62
44
  export declare namespace ThrottlingException {
63
- /**
64
- * @internal
65
- */
45
+
66
46
  const filterSensitiveLog: (obj: ThrottlingException) => any;
67
47
  }
68
- /**
69
- * <p>The input fails to satisfy the constraints for the API.</p>
70
- */
48
+
71
49
  export interface ValidationException extends __SmithyException, $MetadataBearer {
72
50
  name: "ValidationException";
73
51
  $fault: "client";
74
52
  message?: string;
75
53
  }
76
54
  export declare namespace ValidationException {
77
- /**
78
- * @internal
79
- */
55
+
80
56
  const filterSensitiveLog: (obj: ValidationException) => any;
81
57
  }
82
58
  export interface GetReportDefinitionRequest {
83
- /**
84
- * <p>ID of the report to retrieve.</p>
85
- */
59
+
86
60
  reportId: string | undefined;
87
61
  }
88
62
  export declare namespace GetReportDefinitionRequest {
89
- /**
90
- * @internal
91
- */
63
+
92
64
  const filterSensitiveLog: (obj: GetReportDefinitionRequest) => any;
93
65
  }
94
- /**
95
- * <p>Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler
96
- * reports are generated and then written to.</p>
97
- */
66
+
98
67
  export interface S3Location {
99
- /**
100
- * <p>Name of the S3 bucket.</p>
101
- */
68
+
102
69
  bucket: string | undefined;
103
- /**
104
- * <p>Prefix for the location to write to.</p>
105
- */
70
+
106
71
  prefix: string | undefined;
107
72
  }
108
73
  export declare namespace S3Location {
109
- /**
110
- * @internal
111
- */
74
+
112
75
  const filterSensitiveLog: (obj: S3Location) => any;
113
76
  }
114
77
  export declare enum Format {
@@ -121,39 +84,23 @@ export declare enum ReportFrequency {
121
84
  MONTHLY = "MONTHLY"
122
85
  }
123
86
  export interface GetReportDefinitionResult {
124
- /**
125
- * <p>ID of the report retrieved.</p>
126
- */
87
+
127
88
  reportId: string | undefined;
128
- /**
129
- * <p>Description of the report.</p>
130
- */
89
+
131
90
  reportDescription: string | undefined;
132
- /**
133
- * <p>Cadence used to generate the report.</p>
134
- */
91
+
135
92
  reportFrequency: ReportFrequency | string | undefined;
136
- /**
137
- * <p>Format of the generated report.</p>
138
- */
93
+
139
94
  format: Format | string | undefined;
140
- /**
141
- * <p>Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.</p>
142
- */
95
+
143
96
  destinationS3Location: S3Location | undefined;
144
- /**
145
- * <p>Timestamp (milliseconds) when this report definition was created.</p>
146
- */
97
+
147
98
  createdAt: Date | undefined;
148
- /**
149
- * <p>Timestamp (milliseconds) when this report definition was last updated.</p>
150
- */
99
+
151
100
  lastUpdated: Date | undefined;
152
101
  }
153
102
  export declare namespace GetReportDefinitionResult {
154
- /**
155
- * @internal
156
- */
103
+
157
104
  const filterSensitiveLog: (obj: GetReportDefinitionResult) => any;
158
105
  }
159
106
  export declare enum S3BucketRegion {
@@ -162,221 +109,131 @@ export declare enum S3BucketRegion {
162
109
  EU_SOUTH_1 = "eu-south-1",
163
110
  ME_SOUTH_1 = "me-south-1"
164
111
  }
165
- /**
166
- * <p>Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read
167
- * from.</p>
168
- */
112
+
169
113
  export interface SourceS3Location {
170
- /**
171
- * <p>Name of the bucket.</p>
172
- */
114
+
173
115
  bucket: string | undefined;
174
- /**
175
- * <p>Key of the object.</p>
176
- */
116
+
177
117
  key: string | undefined;
178
- /**
179
- * <p>Region of the bucket. Only required for Regions that are disabled by default.
180
- * For more infomration about Regions that are disabled by default, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande-manage.html#rande-manage-enable">
181
- * Enabling a Region</a> in the <i>AWS General Reference guide</i>.</p>
182
- */
118
+
183
119
  region?: S3BucketRegion | string;
184
120
  }
185
121
  export declare namespace SourceS3Location {
186
- /**
187
- * @internal
188
- */
122
+
189
123
  const filterSensitiveLog: (obj: SourceS3Location) => any;
190
124
  }
191
125
  export interface ImportApplicationUsageRequest {
192
- /**
193
- * <p>Amazon S3 location to import application usage data from.</p>
194
- */
126
+
195
127
  sourceS3Location: SourceS3Location | undefined;
196
128
  }
197
129
  export declare namespace ImportApplicationUsageRequest {
198
- /**
199
- * @internal
200
- */
130
+
201
131
  const filterSensitiveLog: (obj: ImportApplicationUsageRequest) => any;
202
132
  }
203
133
  export interface ImportApplicationUsageResult {
204
- /**
205
- * <p>ID of the import request.</p>
206
- */
134
+
207
135
  importId: string | undefined;
208
136
  }
209
137
  export declare namespace ImportApplicationUsageResult {
210
- /**
211
- * @internal
212
- */
138
+
213
139
  const filterSensitiveLog: (obj: ImportApplicationUsageResult) => any;
214
140
  }
215
141
  export interface ListReportDefinitionsRequest {
216
- /**
217
- * <p>The token value from a previous call to access the next page of results.</p>
218
- */
142
+
219
143
  nextToken?: string;
220
- /**
221
- * <p>The maximum number of results to return.</p>
222
- */
144
+
223
145
  maxResults?: number;
224
146
  }
225
147
  export declare namespace ListReportDefinitionsRequest {
226
- /**
227
- * @internal
228
- */
148
+
229
149
  const filterSensitiveLog: (obj: ListReportDefinitionsRequest) => any;
230
150
  }
231
- /**
232
- * <p>The configuration of a report in AWS Application Cost Profiler.</p>
233
- */
151
+
234
152
  export interface ReportDefinition {
235
- /**
236
- * <p>The ID of the report.</p>
237
- */
153
+
238
154
  reportId?: string;
239
- /**
240
- * <p>Description of the report</p>
241
- */
155
+
242
156
  reportDescription?: string;
243
- /**
244
- * <p>The cadence at which the report is generated.</p>
245
- */
157
+
246
158
  reportFrequency?: ReportFrequency | string;
247
- /**
248
- * <p>The format used for the generated reports.</p>
249
- */
159
+
250
160
  format?: Format | string;
251
- /**
252
- * <p>The location in Amazon Simple Storage Service (Amazon S3) the reports should be saved to.</p>
253
- */
161
+
254
162
  destinationS3Location?: S3Location;
255
- /**
256
- * <p>Timestamp (milliseconds) when this report definition was created.</p>
257
- */
163
+
258
164
  createdAt?: Date;
259
- /**
260
- * <p>Timestamp (milliseconds) when this report definition was last updated.</p>
261
- */
165
+
262
166
  lastUpdatedAt?: Date;
263
167
  }
264
168
  export declare namespace ReportDefinition {
265
- /**
266
- * @internal
267
- */
169
+
268
170
  const filterSensitiveLog: (obj: ReportDefinition) => any;
269
171
  }
270
172
  export interface ListReportDefinitionsResult {
271
- /**
272
- * <p>The retrieved reports.</p>
273
- */
173
+
274
174
  reportDefinitions?: ReportDefinition[];
275
- /**
276
- * <p>The value of the next token, if it exists. Null if there are no more results.</p>
277
- */
175
+
278
176
  nextToken?: string;
279
177
  }
280
178
  export declare namespace ListReportDefinitionsResult {
281
- /**
282
- * @internal
283
- */
179
+
284
180
  const filterSensitiveLog: (obj: ListReportDefinitionsResult) => any;
285
181
  }
286
182
  export interface PutReportDefinitionRequest {
287
- /**
288
- * <p>Required. ID of the report. You can choose any valid string matching the pattern for the
289
- * ID.</p>
290
- */
183
+
291
184
  reportId: string | undefined;
292
- /**
293
- * <p>Required. Description of the report.</p>
294
- */
185
+
295
186
  reportDescription: string | undefined;
296
- /**
297
- * <p>Required. The cadence to generate the report.</p>
298
- */
187
+
299
188
  reportFrequency: ReportFrequency | string | undefined;
300
- /**
301
- * <p>Required. The format to use for the generated report.</p>
302
- */
189
+
303
190
  format: Format | string | undefined;
304
- /**
305
- * <p>Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the
306
- * report.</p>
307
- */
191
+
308
192
  destinationS3Location: S3Location | undefined;
309
193
  }
310
194
  export declare namespace PutReportDefinitionRequest {
311
- /**
312
- * @internal
313
- */
195
+
314
196
  const filterSensitiveLog: (obj: PutReportDefinitionRequest) => any;
315
197
  }
316
198
  export interface PutReportDefinitionResult {
317
- /**
318
- * <p>ID of the report.</p>
319
- */
199
+
320
200
  reportId?: string;
321
201
  }
322
202
  export declare namespace PutReportDefinitionResult {
323
- /**
324
- * @internal
325
- */
203
+
326
204
  const filterSensitiveLog: (obj: PutReportDefinitionResult) => any;
327
205
  }
328
- /**
329
- * <p>Your request exceeds one or more of the service quotas.</p>
330
- */
206
+
331
207
  export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
332
208
  name: "ServiceQuotaExceededException";
333
209
  $fault: "client";
334
210
  message?: string;
335
211
  }
336
212
  export declare namespace ServiceQuotaExceededException {
337
- /**
338
- * @internal
339
- */
213
+
340
214
  const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
341
215
  }
342
216
  export interface UpdateReportDefinitionRequest {
343
- /**
344
- * <p>Required. ID of the report to update.</p>
345
- */
217
+
346
218
  reportId: string | undefined;
347
- /**
348
- * <p>Required. Description of the report.</p>
349
- */
219
+
350
220
  reportDescription: string | undefined;
351
- /**
352
- * <p>Required. The cadence to generate the report.</p>
353
- */
221
+
354
222
  reportFrequency: ReportFrequency | string | undefined;
355
- /**
356
- * <p>Required. The format to use for the generated report.</p>
357
- */
223
+
358
224
  format: Format | string | undefined;
359
- /**
360
- * <p>Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the
361
- * report.</p>
362
- */
225
+
363
226
  destinationS3Location: S3Location | undefined;
364
227
  }
365
228
  export declare namespace UpdateReportDefinitionRequest {
366
- /**
367
- * @internal
368
- */
229
+
369
230
  const filterSensitiveLog: (obj: UpdateReportDefinitionRequest) => any;
370
231
  }
371
232
  export interface UpdateReportDefinitionResult {
372
- /**
373
- * <p>ID of the report.</p>
374
- */
233
+
375
234
  reportId?: string;
376
235
  }
377
236
  export declare namespace UpdateReportDefinitionResult {
378
- /**
379
- * @internal
380
- */
237
+
381
238
  const filterSensitiveLog: (obj: UpdateReportDefinitionResult) => any;
382
239
  }
@@ -0,0 +1,2 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListReportDefinitionsPaginator";
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ApplicationCostProfilerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -32,6 +30,7 @@ export declare const getRuntimeConfig: (config: ApplicationCostProfilerClientCon
32
30
  signingEscapePath?: boolean | undefined;
33
31
  systemClockOffset?: number | undefined;
34
32
  signingRegion?: string | undefined;
33
+
35
34
  signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
35
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
36
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ApplicationCostProfilerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: ApplicationCostProfilerClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: ApplicationCostProfilerClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;