@aws-sdk/client-applicationcostprofiler 3.31.0 → 3.35.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 (176) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/ApplicationCostProfiler.js +0 -0
  3. package/dist-cjs/ApplicationCostProfiler.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/ApplicationCostProfilerClient.js +14 -14
  5. package/dist-cjs/ApplicationCostProfilerClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/DeleteReportDefinitionCommand.js +5 -5
  7. package/dist-cjs/commands/DeleteReportDefinitionCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/GetReportDefinitionCommand.js +5 -5
  9. package/dist-cjs/commands/GetReportDefinitionCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/ImportApplicationUsageCommand.js +5 -5
  11. package/dist-cjs/commands/ImportApplicationUsageCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/ListReportDefinitionsCommand.js +5 -5
  13. package/dist-cjs/commands/ListReportDefinitionsCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/PutReportDefinitionCommand.js +5 -5
  15. package/dist-cjs/commands/PutReportDefinitionCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/UpdateReportDefinitionCommand.js +5 -5
  17. package/dist-cjs/commands/UpdateReportDefinitionCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  19. package/dist-cjs/endpoints.js.map +1 -0
  20. package/dist-cjs/index.js +15 -0
  21. package/dist-cjs/index.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  23. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  24. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  25. package/dist-cjs/models/models_0.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  27. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  28. package/{dist/cjs → dist-cjs}/pagination/ListReportDefinitionsPaginator.js +0 -0
  29. package/dist-cjs/pagination/ListReportDefinitionsPaginator.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +36 -36
  31. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  33. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  35. package/dist-cjs/runtimeConfig.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  37. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  39. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  40. package/{dist/es → dist-es}/ApplicationCostProfiler.js +1 -9
  41. package/dist-es/ApplicationCostProfiler.js.map +1 -0
  42. package/{dist/es → dist-es}/ApplicationCostProfilerClient.js +2 -15
  43. package/dist-es/ApplicationCostProfilerClient.js.map +1 -0
  44. package/{dist/es → dist-es}/commands/DeleteReportDefinitionCommand.js +4 -30
  45. package/dist-es/commands/DeleteReportDefinitionCommand.js.map +1 -0
  46. package/{dist/es → dist-es}/commands/GetReportDefinitionCommand.js +4 -29
  47. package/dist-es/commands/GetReportDefinitionCommand.js.map +1 -0
  48. package/{dist/es → dist-es}/commands/ImportApplicationUsageCommand.js +4 -32
  49. package/dist-es/commands/ImportApplicationUsageCommand.js.map +1 -0
  50. package/{dist/es → dist-es}/commands/ListReportDefinitionsCommand.js +4 -30
  51. package/dist-es/commands/ListReportDefinitionsCommand.js.map +1 -0
  52. package/{dist/es → dist-es}/commands/PutReportDefinitionCommand.js +4 -29
  53. package/dist-es/commands/PutReportDefinitionCommand.js.map +1 -0
  54. package/{dist/es → dist-es}/commands/UpdateReportDefinitionCommand.js +4 -29
  55. package/dist-es/commands/UpdateReportDefinitionCommand.js.map +1 -0
  56. package/{dist/es → dist-es}/endpoints.js +1 -1
  57. package/dist-es/endpoints.js.map +1 -0
  58. package/{dist/es → dist-es}/index.js +0 -0
  59. package/dist-es/index.js.map +1 -0
  60. package/{dist/es → dist-es}/models/index.js +0 -0
  61. package/dist-es/models/index.js.map +1 -0
  62. package/{dist/es → dist-es}/models/models_0.js +0 -60
  63. package/dist-es/models/models_0.js.map +1 -0
  64. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  65. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  66. package/{dist/es → dist-es}/pagination/ListReportDefinitionsPaginator.js +16 -28
  67. package/dist-es/pagination/ListReportDefinitionsPaginator.js.map +1 -0
  68. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +153 -158
  69. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  70. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  71. package/dist-es/runtimeConfig.browser.js.map +1 -0
  72. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  73. package/dist-es/runtimeConfig.js.map +1 -0
  74. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  75. package/dist-es/runtimeConfig.native.js.map +1 -0
  76. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  77. package/dist-es/runtimeConfig.shared.js.map +1 -0
  78. package/{dist/types → dist-types}/ApplicationCostProfiler.d.ts +1 -1
  79. package/{dist/types → dist-types}/ApplicationCostProfilerClient.d.ts +7 -7
  80. package/{dist/types → dist-types}/commands/DeleteReportDefinitionCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/GetReportDefinitionCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/ImportApplicationUsageCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/ListReportDefinitionsCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/PutReportDefinitionCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/UpdateReportDefinitionCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  87. package/{dist/types → dist-types}/index.d.ts +0 -0
  88. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  89. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  90. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  91. package/{dist/types → dist-types}/pagination/ListReportDefinitionsPaginator.d.ts +1 -1
  92. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  93. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  94. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  95. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  96. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  97. package/{dist/types → dist-types}/ts3.4/ApplicationCostProfiler.d.ts +1 -1
  98. package/{dist/types → dist-types}/ts3.4/ApplicationCostProfilerClient.d.ts +7 -7
  99. package/{dist/types → dist-types}/ts3.4/commands/DeleteReportDefinitionCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/ts3.4/commands/GetReportDefinitionCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/ts3.4/commands/ImportApplicationUsageCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/ts3.4/commands/ListReportDefinitionsCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/ts3.4/commands/PutReportDefinitionCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/ts3.4/commands/UpdateReportDefinitionCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  106. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  107. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  108. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  109. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  110. package/{dist/types → dist-types}/ts3.4/pagination/ListReportDefinitionsPaginator.d.ts +1 -1
  111. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  112. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  113. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  114. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  115. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  116. package/package.json +50 -50
  117. package/{ApplicationCostProfiler.ts → src/ApplicationCostProfiler.ts} +2 -1
  118. package/{ApplicationCostProfilerClient.ts → src/ApplicationCostProfilerClient.ts} +39 -38
  119. package/{commands → src/commands}/DeleteReportDefinitionCommand.ts +12 -11
  120. package/{commands → src/commands}/GetReportDefinitionCommand.ts +12 -11
  121. package/{commands → src/commands}/ImportApplicationUsageCommand.ts +12 -11
  122. package/{commands → src/commands}/ListReportDefinitionsCommand.ts +12 -11
  123. package/{commands → src/commands}/PutReportDefinitionCommand.ts +12 -11
  124. package/{commands → src/commands}/UpdateReportDefinitionCommand.ts +12 -11
  125. package/{endpoints.ts → src/endpoints.ts} +1 -1
  126. package/{index.ts → src/index.ts} +0 -0
  127. package/{models → src/models}/index.ts +0 -0
  128. package/{models → src/models}/models_0.ts +0 -0
  129. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  130. package/{pagination → src/pagination}/ListReportDefinitionsPaginator.ts +2 -1
  131. package/{protocols → src/protocols}/Aws_restJson1.ts +27 -25
  132. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  133. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  134. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  135. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  136. package/tsconfig.es.json +1 -3
  137. package/tsconfig.json +7 -7
  138. package/tsconfig.types.json +9 -0
  139. package/dist/cjs/ApplicationCostProfiler.js.map +0 -1
  140. package/dist/cjs/ApplicationCostProfilerClient.js.map +0 -1
  141. package/dist/cjs/commands/DeleteReportDefinitionCommand.js.map +0 -1
  142. package/dist/cjs/commands/GetReportDefinitionCommand.js.map +0 -1
  143. package/dist/cjs/commands/ImportApplicationUsageCommand.js.map +0 -1
  144. package/dist/cjs/commands/ListReportDefinitionsCommand.js.map +0 -1
  145. package/dist/cjs/commands/PutReportDefinitionCommand.js.map +0 -1
  146. package/dist/cjs/commands/UpdateReportDefinitionCommand.js.map +0 -1
  147. package/dist/cjs/endpoints.js.map +0 -1
  148. package/dist/cjs/index.js +0 -15
  149. package/dist/cjs/index.js.map +0 -1
  150. package/dist/cjs/models/models_0.js.map +0 -1
  151. package/dist/cjs/package.json +0 -91
  152. package/dist/cjs/pagination/ListReportDefinitionsPaginator.js.map +0 -1
  153. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  154. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  155. package/dist/cjs/runtimeConfig.js.map +0 -1
  156. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  157. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  158. package/dist/es/ApplicationCostProfiler.js.map +0 -1
  159. package/dist/es/ApplicationCostProfilerClient.js.map +0 -1
  160. package/dist/es/commands/DeleteReportDefinitionCommand.js.map +0 -1
  161. package/dist/es/commands/GetReportDefinitionCommand.js.map +0 -1
  162. package/dist/es/commands/ImportApplicationUsageCommand.js.map +0 -1
  163. package/dist/es/commands/ListReportDefinitionsCommand.js.map +0 -1
  164. package/dist/es/commands/PutReportDefinitionCommand.js.map +0 -1
  165. package/dist/es/commands/UpdateReportDefinitionCommand.js.map +0 -1
  166. package/dist/es/endpoints.js.map +0 -1
  167. package/dist/es/index.js.map +0 -1
  168. package/dist/es/models/index.js.map +0 -1
  169. package/dist/es/models/models_0.js.map +0 -1
  170. package/dist/es/package.json +0 -91
  171. package/dist/es/pagination/ListReportDefinitionsPaginator.js.map +0 -1
  172. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  173. package/dist/es/runtimeConfig.browser.js.map +0 -1
  174. package/dist/es/runtimeConfig.js.map +0 -1
  175. package/dist/es/runtimeConfig.native.js.map +0 -1
  176. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ImportApplicationUsageRequest, ImportApplicationUsageResult } from "../models/models_0";
3
- import { deserializeAws_restJson1ImportApplicationUsageCommand, serializeAws_restJson1ImportApplicationUsageCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Ingests application usage data from Amazon Simple Storage Service (Amazon S3).</p>
8
- * <p>The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler
9
- * copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing
10
- * asynchronously.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ApplicationCostProfilerClient, ImportApplicationUsageCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
15
- * // const { ApplicationCostProfilerClient, ImportApplicationUsageCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
16
- * const client = new ApplicationCostProfilerClient(config);
17
- * const command = new ImportApplicationUsageCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ImportApplicationUsageCommandInput} for command's `input` shape.
22
- * @see {@link ImportApplicationUsageCommandOutput} for command's `response` shape.
23
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var ImportApplicationUsageCommand = /** @class */ (function (_super) {
4
+ import { ImportApplicationUsageRequest, ImportApplicationUsageResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1ImportApplicationUsageCommand, serializeAws_restJson1ImportApplicationUsageCommand, } from "../protocols/Aws_restJson1";
6
+ var ImportApplicationUsageCommand = (function (_super) {
27
7
  __extends(ImportApplicationUsageCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function ImportApplicationUsageCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  ImportApplicationUsageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImportApplicationUsageCommand.js","sourceRoot":"","sources":["../../src/commands/ImportApplicationUsageCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D,OAAO,EAAE,6BAA6B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,4BAA4B,CAAC;AAyBpC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA0D,EAC1D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,+BAA+B,CAAC;QACnD,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListReportDefinitionsRequest, ListReportDefinitionsResult } from "../models/models_0";
3
- import { deserializeAws_restJson1ListReportDefinitionsCommand, serializeAws_restJson1ListReportDefinitionsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves a list of all reports and their configurations for your AWS account.</p>
8
- * <p>The maximum number of reports is one.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { ApplicationCostProfilerClient, ListReportDefinitionsCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
13
- * // const { ApplicationCostProfilerClient, ListReportDefinitionsCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
14
- * const client = new ApplicationCostProfilerClient(config);
15
- * const command = new ListReportDefinitionsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link ListReportDefinitionsCommandInput} for command's `input` shape.
20
- * @see {@link ListReportDefinitionsCommandOutput} for command's `response` shape.
21
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var ListReportDefinitionsCommand = /** @class */ (function (_super) {
4
+ import { ListReportDefinitionsRequest, ListReportDefinitionsResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListReportDefinitionsCommand, serializeAws_restJson1ListReportDefinitionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListReportDefinitionsCommand = (function (_super) {
25
7
  __extends(ListReportDefinitionsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function ListReportDefinitionsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  ListReportDefinitionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListReportDefinitionsCommand.js","sourceRoot":"","sources":["../../src/commands/ListReportDefinitionsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AAuBpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA0D,EAC1D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,+BAA+B,CAAC;QACnD,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,2BAA2B,CAAC,kBAAkB;SACzE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PutReportDefinitionRequest, PutReportDefinitionResult } from "../models/models_0";
3
- import { deserializeAws_restJson1PutReportDefinitionCommand, serializeAws_restJson1PutReportDefinitionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates the report definition for a report in Application Cost Profiler.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ApplicationCostProfilerClient, PutReportDefinitionCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
12
- * // const { ApplicationCostProfilerClient, PutReportDefinitionCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
13
- * const client = new ApplicationCostProfilerClient(config);
14
- * const command = new PutReportDefinitionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link PutReportDefinitionCommandInput} for command's `input` shape.
19
- * @see {@link PutReportDefinitionCommandOutput} for command's `response` shape.
20
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var PutReportDefinitionCommand = /** @class */ (function (_super) {
4
+ import { PutReportDefinitionRequest, PutReportDefinitionResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutReportDefinitionCommand, serializeAws_restJson1PutReportDefinitionCommand, } from "../protocols/Aws_restJson1";
6
+ var PutReportDefinitionCommand = (function (_super) {
24
7
  __extends(PutReportDefinitionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function PutReportDefinitionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  PutReportDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PutReportDefinitionCommand.js","sourceRoot":"","sources":["../../src/commands/PutReportDefinitionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D,OAAO,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,4BAA4B,CAAC;AAsBpC;IAAgD,8CAI/C;IAIC,oCAAqB,KAAsC;QAA3D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAiC;;IAI3D,CAAC;IAKD,sDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA0D,EAC1D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,+BAA+B,CAAC;QACnD,IAAM,WAAW,GAAG,4BAA4B,CAAC;QACjD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,0BAA0B,CAAC,kBAAkB;YACtE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,8CAAS,GAAjB,UAAkB,KAAsC,EAAE,OAAuB;QAC/E,OAAO,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,gDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,iCAAC;AAAD,CAAC,AAtDD,CAAgD,QAAQ,GAsDvD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateReportDefinitionRequest, UpdateReportDefinitionResult } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateReportDefinitionCommand, serializeAws_restJson1UpdateReportDefinitionCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates existing report in AWS Application Cost Profiler.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ApplicationCostProfilerClient, UpdateReportDefinitionCommand } from "@aws-sdk/client-applicationcostprofiler"; // ES Modules import
12
- * // const { ApplicationCostProfilerClient, UpdateReportDefinitionCommand } = require("@aws-sdk/client-applicationcostprofiler"); // CommonJS import
13
- * const client = new ApplicationCostProfilerClient(config);
14
- * const command = new UpdateReportDefinitionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateReportDefinitionCommandInput} for command's `input` shape.
19
- * @see {@link UpdateReportDefinitionCommandOutput} for command's `response` shape.
20
- * @see {@link ApplicationCostProfilerClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateReportDefinitionCommand = /** @class */ (function (_super) {
4
+ import { UpdateReportDefinitionRequest, UpdateReportDefinitionResult } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateReportDefinitionCommand, serializeAws_restJson1UpdateReportDefinitionCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateReportDefinitionCommand = (function (_super) {
24
7
  __extends(UpdateReportDefinitionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateReportDefinitionCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateReportDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateReportDefinitionCommand.js","sourceRoot":"","sources":["../../src/commands/UpdateReportDefinitionCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgB7D,OAAO,EAAE,6BAA6B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,qDAAqD,EACrD,mDAAmD,GACpD,MAAM,4BAA4B,CAAC;AAsBpC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA0D,EAC1D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,+BAA+B,CAAC;QACnD,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,mDAAmD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAqD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -47,7 +47,7 @@ var partitionHash = {
47
47
  };
48
48
  export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
49
49
  return __generator(this, function (_a) {
50
- return [2 /*return*/, getRegionInfo(region, __assign(__assign({}, options), { signingService: "application-cost-profiler", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "application-cost-profiler", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
53
  //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../src/endpoints.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,aAAa,EAA6B,MAAM,0BAA0B,CAAC;AAGpF,IAAM,UAAU,GAAe,EAAE,CAAC;AAElC,IAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,kDAAkD;KAC7D;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,qDAAqD;KAChE;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,+CAA+C;KAC1D;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,kDAAkD;KAC7D;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,kDAAkD;KAC7D;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,2BAA2B,EAC3C,UAAU,YAAA,EACV,aAAa,eAAA,IACb,EAAA;;KAAA,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -1,58 +1,34 @@
1
1
  import { __assign } from "tslib";
2
2
  export var AccessDeniedException;
3
3
  (function (AccessDeniedException) {
4
- /**
5
- * @internal
6
- */
7
4
  AccessDeniedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(AccessDeniedException || (AccessDeniedException = {}));
9
6
  export var DeleteReportDefinitionRequest;
10
7
  (function (DeleteReportDefinitionRequest) {
11
- /**
12
- * @internal
13
- */
14
8
  DeleteReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(DeleteReportDefinitionRequest || (DeleteReportDefinitionRequest = {}));
16
10
  export var DeleteReportDefinitionResult;
17
11
  (function (DeleteReportDefinitionResult) {
18
- /**
19
- * @internal
20
- */
21
12
  DeleteReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
13
  })(DeleteReportDefinitionResult || (DeleteReportDefinitionResult = {}));
23
14
  export var InternalServerException;
24
15
  (function (InternalServerException) {
25
- /**
26
- * @internal
27
- */
28
16
  InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
17
  })(InternalServerException || (InternalServerException = {}));
30
18
  export var ThrottlingException;
31
19
  (function (ThrottlingException) {
32
- /**
33
- * @internal
34
- */
35
20
  ThrottlingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
21
  })(ThrottlingException || (ThrottlingException = {}));
37
22
  export var ValidationException;
38
23
  (function (ValidationException) {
39
- /**
40
- * @internal
41
- */
42
24
  ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
25
  })(ValidationException || (ValidationException = {}));
44
26
  export var GetReportDefinitionRequest;
45
27
  (function (GetReportDefinitionRequest) {
46
- /**
47
- * @internal
48
- */
49
28
  GetReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
29
  })(GetReportDefinitionRequest || (GetReportDefinitionRequest = {}));
51
30
  export var S3Location;
52
31
  (function (S3Location) {
53
- /**
54
- * @internal
55
- */
56
32
  S3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
33
  })(S3Location || (S3Location = {}));
58
34
  export var Format;
@@ -68,9 +44,6 @@ export var ReportFrequency;
68
44
  })(ReportFrequency || (ReportFrequency = {}));
69
45
  export var GetReportDefinitionResult;
70
46
  (function (GetReportDefinitionResult) {
71
- /**
72
- * @internal
73
- */
74
47
  GetReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
48
  })(GetReportDefinitionResult || (GetReportDefinitionResult = {}));
76
49
  export var S3BucketRegion;
@@ -82,79 +55,46 @@ export var S3BucketRegion;
82
55
  })(S3BucketRegion || (S3BucketRegion = {}));
83
56
  export var SourceS3Location;
84
57
  (function (SourceS3Location) {
85
- /**
86
- * @internal
87
- */
88
58
  SourceS3Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
89
59
  })(SourceS3Location || (SourceS3Location = {}));
90
60
  export var ImportApplicationUsageRequest;
91
61
  (function (ImportApplicationUsageRequest) {
92
- /**
93
- * @internal
94
- */
95
62
  ImportApplicationUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
63
  })(ImportApplicationUsageRequest || (ImportApplicationUsageRequest = {}));
97
64
  export var ImportApplicationUsageResult;
98
65
  (function (ImportApplicationUsageResult) {
99
- /**
100
- * @internal
101
- */
102
66
  ImportApplicationUsageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
103
67
  })(ImportApplicationUsageResult || (ImportApplicationUsageResult = {}));
104
68
  export var ListReportDefinitionsRequest;
105
69
  (function (ListReportDefinitionsRequest) {
106
- /**
107
- * @internal
108
- */
109
70
  ListReportDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
110
71
  })(ListReportDefinitionsRequest || (ListReportDefinitionsRequest = {}));
111
72
  export var ReportDefinition;
112
73
  (function (ReportDefinition) {
113
- /**
114
- * @internal
115
- */
116
74
  ReportDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
75
  })(ReportDefinition || (ReportDefinition = {}));
118
76
  export var ListReportDefinitionsResult;
119
77
  (function (ListReportDefinitionsResult) {
120
- /**
121
- * @internal
122
- */
123
78
  ListReportDefinitionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
124
79
  })(ListReportDefinitionsResult || (ListReportDefinitionsResult = {}));
125
80
  export var PutReportDefinitionRequest;
126
81
  (function (PutReportDefinitionRequest) {
127
- /**
128
- * @internal
129
- */
130
82
  PutReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
131
83
  })(PutReportDefinitionRequest || (PutReportDefinitionRequest = {}));
132
84
  export var PutReportDefinitionResult;
133
85
  (function (PutReportDefinitionResult) {
134
- /**
135
- * @internal
136
- */
137
86
  PutReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
138
87
  })(PutReportDefinitionResult || (PutReportDefinitionResult = {}));
139
88
  export var ServiceQuotaExceededException;
140
89
  (function (ServiceQuotaExceededException) {
141
- /**
142
- * @internal
143
- */
144
90
  ServiceQuotaExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
145
91
  })(ServiceQuotaExceededException || (ServiceQuotaExceededException = {}));
146
92
  export var UpdateReportDefinitionRequest;
147
93
  (function (UpdateReportDefinitionRequest) {
148
- /**
149
- * @internal
150
- */
151
94
  UpdateReportDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
152
95
  })(UpdateReportDefinitionRequest || (UpdateReportDefinitionRequest = {}));
153
96
  export var UpdateReportDefinitionResult;
154
97
  (function (UpdateReportDefinitionResult) {
155
- /**
156
- * @internal
157
- */
158
98
  UpdateReportDefinitionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
159
99
  })(UpdateReportDefinitionResult || (UpdateReportDefinitionResult = {}));
160
100
  //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../../pagination/Interfaces.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
@@ -2,9 +2,6 @@ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArra
2
2
  import { ApplicationCostProfiler } from "../ApplicationCostProfiler";
3
3
  import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient";
4
4
  import { ListReportDefinitionsCommand, } from "../commands/ListReportDefinitionsCommand";
5
- /**
6
- * @private
7
- */
8
5
  var makePagedClientRequest = function (client, input) {
9
6
  var args = [];
10
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -13,17 +10,12 @@ var makePagedClientRequest = function (client, input) {
13
10
  return __awaiter(void 0, void 0, void 0, function () {
14
11
  return __generator(this, function (_a) {
15
12
  switch (_a.label) {
16
- case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListReportDefinitionsCommand(input)], __read(args), false))];
17
- case 1:
18
- // @ts-ignore
19
- return [2 /*return*/, _a.sent()];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListReportDefinitionsCommand(input)], __read(args)))];
14
+ case 1: return [2, _a.sent()];
20
15
  }
21
16
  });
22
17
  });
23
18
  };
24
- /**
25
- * @private
26
- */
27
19
  var makePagedRequest = function (client, input) {
28
20
  var args = [];
29
21
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -32,10 +24,8 @@ var makePagedRequest = function (client, input) {
32
24
  return __awaiter(void 0, void 0, void 0, function () {
33
25
  return __generator(this, function (_a) {
34
26
  switch (_a.label) {
35
- case 0: return [4 /*yield*/, client.listReportDefinitions.apply(client, __spreadArray([input], __read(args), false))];
36
- case 1:
37
- // @ts-ignore
38
- return [2 /*return*/, _a.sent()];
27
+ case 0: return [4, client.listReportDefinitions.apply(client, __spreadArray([input], __read(args)))];
28
+ case 1: return [2, _a.sent()];
39
29
  }
40
30
  });
41
31
  });
@@ -54,32 +44,30 @@ export function paginateListReportDefinitions(config, input) {
54
44
  hasNext = true;
55
45
  _a.label = 1;
56
46
  case 1:
57
- if (!hasNext) return [3 /*break*/, 9];
47
+ if (!hasNext) return [3, 9];
58
48
  input.nextToken = token;
59
49
  input["maxResults"] = config.pageSize;
60
- if (!(config.client instanceof ApplicationCostProfiler)) return [3 /*break*/, 3];
61
- return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
50
+ if (!(config.client instanceof ApplicationCostProfiler)) return [3, 3];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
62
52
  case 2:
63
53
  page = _a.sent();
64
- return [3 /*break*/, 6];
54
+ return [3, 6];
65
55
  case 3:
66
- if (!(config.client instanceof ApplicationCostProfilerClient)) return [3 /*break*/, 5];
67
- return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
56
+ if (!(config.client instanceof ApplicationCostProfilerClient)) return [3, 5];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
68
58
  case 4:
69
59
  page = _a.sent();
70
- return [3 /*break*/, 6];
60
+ return [3, 6];
71
61
  case 5: throw new Error("Invalid client, expected ApplicationCostProfiler | ApplicationCostProfilerClient");
72
- case 6: return [4 /*yield*/, __await(page)];
73
- case 7: return [4 /*yield*/, _a.sent()];
62
+ case 6: return [4, __await(page)];
63
+ case 7: return [4, _a.sent()];
74
64
  case 8:
75
65
  _a.sent();
76
66
  token = page.nextToken;
77
67
  hasNext = !!token;
78
- return [3 /*break*/, 1];
79
- case 9: return [4 /*yield*/, __await(undefined)];
80
- case 10:
81
- // @ts-ignore
82
- return [2 /*return*/, _a.sent()];
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
83
71
  }
84
72
  });
85
73
  });
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListReportDefinitionsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListReportDefinitionsPaginator.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,4BAA4B,GAG7B,MAAM,0CAA0C,CAAC;AAMlD,IAAM,sBAAsB,GAAG,UAC7B,MAAqC,EACrC,KAAwC;IACxC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,IAAI,OAAX,MAAM,iBAAM,IAAI,4BAA4B,CAAC,KAAK,CAAC,UAAK,IAAI,KAAC;wBAA1E,WAAO,SAAmE,EAAC;;;;CAC5E,CAAC;AAIF,IAAM,gBAAgB,GAAG,UACvB,MAA+B,EAC/B,KAAwC;IACxC,cAAY;SAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;QAAZ,6BAAY;;;;;wBAGL,WAAM,MAAM,CAAC,qBAAqB,OAA5B,MAAM,iBAAuB,KAAK,UAAK,IAAI,KAAC;wBAAzD,WAAO,SAAkD,EAAC;;;;CAC3D,CAAC;AACF,MAAM,UAAiB,6BAA6B,CAClD,MAAsD,EACtD,KAAwC;IACxC,6BAA2B;SAA3B,UAA2B,EAA3B,qBAA2B,EAA3B,IAA2B;QAA3B,4CAA2B;;;;;;;oBAGvB,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;oBAC9E,OAAO,GAAG,IAAI,CAAC;;;yBAEZ,OAAO;oBACZ,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;oBACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;yBAClC,CAAA,MAAM,CAAC,MAAM,YAAY,uBAAuB,CAAA,EAAhD,cAAgD;oBAC3C,mBAAM,gBAAgB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAA3E,IAAI,GAAG,SAAoE,CAAC;;;yBACnE,CAAA,MAAM,CAAC,MAAM,YAAY,6BAA6B,CAAA,EAAtD,cAAsD;oBACxD,mBAAM,sBAAsB,8BAAC,MAAM,CAAC,MAAM,EAAE,KAAK,UAAK,mBAAmB,MAAC;;oBAAjF,IAAI,GAAG,SAA0E,CAAC;;wBAElF,MAAM,IAAI,KAAK,CAAC,kFAAkF,CAAC,CAAC;2CAEhG,IAAI;wBAAV,sBAAU;;oBAAV,SAAU,CAAC;oBACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;oBACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;;2CAGb,SAAS;yBAAhB,sBAAiB;;;;CAClB"}