@aws-sdk/client-pi 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 (134) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/PI.js +1 -1
  3. package/dist-cjs/PI.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/PIClient.js +14 -14
  5. package/dist-cjs/PIClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/DescribeDimensionKeysCommand.js +5 -5
  7. package/dist-cjs/commands/DescribeDimensionKeysCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/GetDimensionKeyDetailsCommand.js +5 -5
  9. package/dist-cjs/commands/GetDimensionKeyDetailsCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/GetResourceMetricsCommand.js +5 -5
  11. package/dist-cjs/commands/GetResourceMetricsCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  13. package/dist-cjs/endpoints.js.map +1 -0
  14. package/dist-cjs/index.js +10 -0
  15. package/dist-cjs/index.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  17. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  18. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  19. package/dist-cjs/models/models_0.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +19 -19
  21. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  23. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  25. package/dist-cjs/runtimeConfig.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  27. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  29. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  30. package/{dist/es → dist-es}/PI.js +2 -26
  31. package/dist-es/PI.js.map +1 -0
  32. package/dist-es/PIClient.js +38 -0
  33. package/dist-es/PIClient.js.map +1 -0
  34. package/{dist/es → dist-es}/commands/DescribeDimensionKeysCommand.js +4 -34
  35. package/dist-es/commands/DescribeDimensionKeysCommand.js.map +1 -0
  36. package/{dist/es → dist-es}/commands/GetDimensionKeyDetailsCommand.js +4 -32
  37. package/dist-es/commands/GetDimensionKeyDetailsCommand.js.map +1 -0
  38. package/{dist/es → dist-es}/commands/GetResourceMetricsCommand.js +4 -35
  39. package/dist-es/commands/GetResourceMetricsCommand.js.map +1 -0
  40. package/{dist/es → dist-es}/endpoints.js +1 -1
  41. package/dist-es/endpoints.js.map +1 -0
  42. package/{dist/es → dist-es}/index.js +0 -0
  43. package/dist-es/index.js.map +1 -0
  44. package/{dist/es → dist-es}/models/index.js +0 -0
  45. package/dist-es/models/index.js.map +1 -0
  46. package/{dist/es → dist-es}/models/models_0.js +0 -51
  47. package/dist-es/models/models_0.js.map +1 -0
  48. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +62 -67
  49. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  50. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  51. package/dist-es/runtimeConfig.browser.js.map +1 -0
  52. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  53. package/dist-es/runtimeConfig.js.map +1 -0
  54. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  55. package/dist-es/runtimeConfig.native.js.map +1 -0
  56. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  57. package/dist-es/runtimeConfig.shared.js.map +1 -0
  58. package/{dist/types → dist-types}/PI.d.ts +2 -2
  59. package/{dist/types → dist-types}/PIClient.d.ts +4 -4
  60. package/{dist/types → dist-types}/commands/DescribeDimensionKeysCommand.d.ts +3 -3
  61. package/{dist/types → dist-types}/commands/GetDimensionKeyDetailsCommand.d.ts +3 -3
  62. package/{dist/types → dist-types}/commands/GetResourceMetricsCommand.d.ts +3 -3
  63. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  64. package/{dist/types → dist-types}/index.d.ts +0 -0
  65. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  66. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  67. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  68. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  69. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  70. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  71. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  72. package/{dist/types → dist-types}/ts3.4/PI.d.ts +2 -2
  73. package/{dist/types → dist-types}/ts3.4/PIClient.d.ts +4 -4
  74. package/{dist/types → dist-types}/ts3.4/commands/DescribeDimensionKeysCommand.d.ts +3 -3
  75. package/{dist/types → dist-types}/ts3.4/commands/GetDimensionKeyDetailsCommand.d.ts +3 -3
  76. package/{dist/types → dist-types}/ts3.4/commands/GetResourceMetricsCommand.d.ts +3 -3
  77. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  78. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  79. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  80. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  81. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  82. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  83. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  84. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  85. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  86. package/package.json +50 -50
  87. package/{PI.ts → src/PI.ts} +3 -2
  88. package/{PIClient.ts → src/PIClient.ts} +24 -23
  89. package/{commands → src/commands}/DescribeDimensionKeysCommand.ts +8 -7
  90. package/{commands → src/commands}/GetDimensionKeyDetailsCommand.ts +8 -7
  91. package/{commands → src/commands}/GetResourceMetricsCommand.ts +8 -7
  92. package/{endpoints.ts → src/endpoints.ts} +1 -1
  93. package/{index.ts → src/index.ts} +0 -0
  94. package/{models → src/models}/index.ts +0 -0
  95. package/{models → src/models}/models_0.ts +0 -0
  96. package/{protocols → src/protocols}/Aws_json1_1.ts +20 -19
  97. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  98. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  99. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  100. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  101. package/tsconfig.es.json +1 -3
  102. package/tsconfig.json +7 -7
  103. package/tsconfig.types.json +9 -0
  104. package/dist/cjs/PI.js.map +0 -1
  105. package/dist/cjs/PIClient.js.map +0 -1
  106. package/dist/cjs/commands/DescribeDimensionKeysCommand.js.map +0 -1
  107. package/dist/cjs/commands/GetDimensionKeyDetailsCommand.js.map +0 -1
  108. package/dist/cjs/commands/GetResourceMetricsCommand.js.map +0 -1
  109. package/dist/cjs/endpoints.js.map +0 -1
  110. package/dist/cjs/index.js +0 -10
  111. package/dist/cjs/index.js.map +0 -1
  112. package/dist/cjs/models/models_0.js.map +0 -1
  113. package/dist/cjs/package.json +0 -91
  114. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  115. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  116. package/dist/cjs/runtimeConfig.js.map +0 -1
  117. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  118. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  119. package/dist/es/PI.js.map +0 -1
  120. package/dist/es/PIClient.js +0 -67
  121. package/dist/es/PIClient.js.map +0 -1
  122. package/dist/es/commands/DescribeDimensionKeysCommand.js.map +0 -1
  123. package/dist/es/commands/GetDimensionKeyDetailsCommand.js.map +0 -1
  124. package/dist/es/commands/GetResourceMetricsCommand.js.map +0 -1
  125. package/dist/es/endpoints.js.map +0 -1
  126. package/dist/es/index.js.map +0 -1
  127. package/dist/es/models/index.js.map +0 -1
  128. package/dist/es/models/models_0.js.map +0 -1
  129. package/dist/es/package.json +0 -91
  130. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  131. package/dist/es/runtimeConfig.browser.js.map +0 -1
  132. package/dist/es/runtimeConfig.js.map +0 -1
  133. package/dist/es/runtimeConfig.native.js.map +0 -1
  134. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,33 +1,9 @@
1
1
  import { __extends } from "tslib";
2
- import { PIClient } from "./PIClient";
3
2
  import { DescribeDimensionKeysCommand, } from "./commands/DescribeDimensionKeysCommand";
4
3
  import { GetDimensionKeyDetailsCommand, } from "./commands/GetDimensionKeyDetailsCommand";
5
4
  import { GetResourceMetricsCommand, } from "./commands/GetResourceMetricsCommand";
6
- /**
7
- * <fullname>Amazon RDS Performance Insights</fullname>
8
- *
9
- * <p>Amazon RDS Performance Insights enables you to monitor and explore different dimensions of
10
- * database load based on data captured from a running DB instance. The guide provides detailed
11
- * information about Performance Insights data types, parameters and errors.</p>
12
- *
13
- * <p>When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon
14
- * CloudWatch provides the authoritative source for AWS service-vended monitoring metrics. Performance Insights offers a domain-specific
15
- * view of DB load. </p>
16
- * <p>DB load is measured as Average Active Sessions. Performance Insights provides the data to API consumers as a two-dimensional
17
- * time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time
18
- * point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include
19
- * SQL, Wait event, User, and Host.</p>
20
- *
21
- * <ul>
22
- * <li>
23
- * <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html">Amazon Aurora User Guide</a>.</p>
24
- * </li>
25
- * <li>
26
- * <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Amazon RDS User Guide</a>.</p>
27
- * </li>
28
- * </ul>
29
- */
30
- var PI = /** @class */ (function (_super) {
5
+ import { PIClient } from "./PIClient";
6
+ var PI = (function (_super) {
31
7
  __extends(PI, _super);
32
8
  function PI() {
33
9
  return _super !== null && _super.apply(this, arguments) || this;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PI.js","sourceRoot":"","sources":["../src/PI.ts"],"names":[],"mappings":";AAEA,OAAO,EACL,4BAA4B,GAG7B,MAAM,yCAAyC,CAAC;AACjD,OAAO,EACL,6BAA6B,GAG9B,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,yBAAyB,GAG1B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AA0BtC;IAAwB,sBAAQ;IAAhC;;IA8GA,CAAC;IAxFQ,kCAAqB,GAA5B,UACE,IAAuC,EACvC,WAAoG,EACpG,EAAkE;QAElE,IAAM,OAAO,GAAG,IAAI,4BAA4B,CAAC,IAAI,CAAC,CAAC;QACvD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,iCAA+B,OAAO,WAAa,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAqBM,mCAAsB,GAA7B,UACE,IAAwC,EACxC,WAAqG,EACrG,EAAmE;QAEnE,IAAM,OAAO,GAAG,IAAI,6BAA6B,CAAC,IAAI,CAAC,CAAC;QACxD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,iCAA+B,OAAO,WAAa,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAwBM,+BAAkB,GAAzB,UACE,IAAoC,EACpC,WAAiG,EACjG,EAA+D;QAE/D,IAAM,OAAO,GAAG,IAAI,yBAAyB,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,iCAA+B,OAAO,WAAa,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IACH,SAAC;AAAD,CAAC,AA9GD,CAAwB,QAAQ,GA8G/B"}
@@ -0,0 +1,38 @@
1
+ import { __extends } from "tslib";
2
+ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
3
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
+ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
+ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
+ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
+ import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var PIClient = (function (_super) {
12
+ __extends(PIClient, _super);
13
+ function PIClient(configuration) {
14
+ var _this = this;
15
+ var _config_0 = __getRuntimeConfig(configuration);
16
+ var _config_1 = resolveRegionConfig(_config_0);
17
+ var _config_2 = resolveEndpointsConfig(_config_1);
18
+ var _config_3 = resolveRetryConfig(_config_2);
19
+ var _config_4 = resolveHostHeaderConfig(_config_3);
20
+ var _config_5 = resolveAwsAuthConfig(_config_4);
21
+ var _config_6 = resolveUserAgentConfig(_config_5);
22
+ _this = _super.call(this, _config_6) || this;
23
+ _this.config = _config_6;
24
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
25
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
28
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
+ return _this;
31
+ }
32
+ PIClient.prototype.destroy = function () {
33
+ _super.prototype.destroy.call(this);
34
+ };
35
+ return PIClient;
36
+ }(__Client));
37
+ export { PIClient };
38
+ //# sourceMappingURL=PIClient.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PIClient.js","sourceRoot":"","sources":["../src/PIClient.ts"],"names":[],"mappings":";AAAA,OAAO,EAKL,sBAAsB,EACtB,mBAAmB,GACpB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EACL,mBAAmB,EAGnB,uBAAuB,GACxB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAyC,MAAM,2BAA2B,CAAC;AACtH,OAAO,EAGL,gBAAgB,EAChB,oBAAoB,GACrB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,kBAAkB,EAClB,sBAAsB,GAGvB,MAAM,gCAAgC,CAAC;AAExC,OAAO,EACL,MAAM,IAAI,QAAQ,GAGnB,MAAM,wBAAwB,CAAC;AA0BhC,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AA8KzE;IAA8B,4BAK7B;IAMC,kBAAY,aAA6B;QAAzC,iBAgBC;QAfC,IAAM,SAAS,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC;QACpD,IAAM,SAAS,GAAG,mBAAmB,CAAC,SAAS,CAAC,CAAC;QACjD,IAAM,SAAS,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;QACpD,IAAM,SAAS,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAM,SAAS,GAAG,uBAAuB,CAAC,SAAS,CAAC,CAAC;QACrD,IAAM,SAAS,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAM,SAAS,GAAG,sBAAsB,CAAC,SAAS,CAAC,CAAC;QACpD,QAAA,kBAAM,SAAS,CAAC,SAAC;QACjB,KAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,sBAAsB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mBAAmB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,gBAAgB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,KAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kBAAkB,CAAC,KAAI,CAAC,MAAM,CAAC,CAAC,CAAC;;IAC5D,CAAC;IAOD,0BAAO,GAAP;QACE,iBAAM,OAAO,WAAE,CAAC;IAClB,CAAC;IACH,eAAC;AAAD,CAAC,AArCD,CAA8B,QAAQ,GAqCrC"}
@@ -1,45 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeDimensionKeysRequest, DescribeDimensionKeysResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeDimensionKeysCommand, serializeAws_json1_1DescribeDimensionKeysCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>For a specific time period, retrieve the top <code>N</code> dimension keys for a
8
- * metric.</p>
9
- * <note>
10
- * <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements,
11
- * only the first 500 bytes are returned.</p>
12
- * </note>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { PIClient, DescribeDimensionKeysCommand } from "@aws-sdk/client-pi"; // ES Modules import
17
- * // const { PIClient, DescribeDimensionKeysCommand } = require("@aws-sdk/client-pi"); // CommonJS import
18
- * const client = new PIClient(config);
19
- * const command = new DescribeDimensionKeysCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeDimensionKeysCommandInput} for command's `input` shape.
24
- * @see {@link DescribeDimensionKeysCommandOutput} for command's `response` shape.
25
- * @see {@link PIClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
- var DescribeDimensionKeysCommand = /** @class */ (function (_super) {
4
+ import { DescribeDimensionKeysRequest, DescribeDimensionKeysResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeDimensionKeysCommand, serializeAws_json1_1DescribeDimensionKeysCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeDimensionKeysCommand = (function (_super) {
29
7
  __extends(DescribeDimensionKeysCommand, _super);
30
- // Start section: command_properties
31
- // End section: command_properties
32
8
  function DescribeDimensionKeysCommand(input) {
33
- var _this =
34
- // Start section: command_constructor
35
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
36
10
  _this.input = input;
37
11
  return _this;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  DescribeDimensionKeysCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
44
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeDimensionKeysCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeDimensionKeysCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AAEjG,OAAO,EACL,kDAAkD,EAClD,gDAAgD,GACjD,MAAM,0BAA0B,CAAC;AA2BlC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAqC,EACrC,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,UAAU,CAAC;QAC9B,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,6BAA6B,CAAC,kBAAkB;SAC3E,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,gDAAgD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,kDAAkD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC7E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetDimensionKeyDetailsRequest, GetDimensionKeyDetailsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1GetDimensionKeyDetailsCommand, serializeAws_json1_1GetDimensionKeyDetailsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a
8
- * SQL ID, <code>GetDimensionKeyDetails</code> retrieves the full text of the dimension <code>db.sql.statement</code>
9
- * associated with this ID. This operation is useful because <code>GetResourceMetrics</code> and
10
- * <code>DescribeDimensionKeys</code> don't support retrieval of large SQL statement text.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { PIClient, GetDimensionKeyDetailsCommand } from "@aws-sdk/client-pi"; // ES Modules import
15
- * // const { PIClient, GetDimensionKeyDetailsCommand } = require("@aws-sdk/client-pi"); // CommonJS import
16
- * const client = new PIClient(config);
17
- * const command = new GetDimensionKeyDetailsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetDimensionKeyDetailsCommandInput} for command's `input` shape.
22
- * @see {@link GetDimensionKeyDetailsCommandOutput} for command's `response` shape.
23
- * @see {@link PIClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var GetDimensionKeyDetailsCommand = /** @class */ (function (_super) {
4
+ import { GetDimensionKeyDetailsRequest, GetDimensionKeyDetailsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetDimensionKeyDetailsCommand, serializeAws_json1_1GetDimensionKeyDetailsCommand, } from "../protocols/Aws_json1_1";
6
+ var GetDimensionKeyDetailsCommand = (function (_super) {
27
7
  __extends(GetDimensionKeyDetailsCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function GetDimensionKeyDetailsCommand(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
  GetDimensionKeyDetailsCommand.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":"GetDimensionKeyDetailsCommand.js","sourceRoot":"","sources":["../../src/commands/GetDimensionKeyDetailsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEnG,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAyBlC;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAqC,EACrC,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,UAAU,CAAC;QAC9B,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,8BAA8B,CAAC,kBAAkB;SAC5E,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,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
@@ -1,46 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetResourceMetricsRequest, GetResourceMetricsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1GetResourceMetricsCommand, serializeAws_json1_1GetResourceMetricsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide
8
- * specific dimension groups and dimensions, and provide aggregation and filtering criteria for
9
- * each group.</p>
10
- * <note>
11
- * <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements,
12
- * only the first 500 bytes are returned.</p>
13
- * </note>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { PIClient, GetResourceMetricsCommand } from "@aws-sdk/client-pi"; // ES Modules import
18
- * // const { PIClient, GetResourceMetricsCommand } = require("@aws-sdk/client-pi"); // CommonJS import
19
- * const client = new PIClient(config);
20
- * const command = new GetResourceMetricsCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link GetResourceMetricsCommandInput} for command's `input` shape.
25
- * @see {@link GetResourceMetricsCommandOutput} for command's `response` shape.
26
- * @see {@link PIClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- var GetResourceMetricsCommand = /** @class */ (function (_super) {
4
+ import { GetResourceMetricsRequest, GetResourceMetricsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1GetResourceMetricsCommand, serializeAws_json1_1GetResourceMetricsCommand, } from "../protocols/Aws_json1_1";
6
+ var GetResourceMetricsCommand = (function (_super) {
30
7
  __extends(GetResourceMetricsCommand, _super);
31
- // Start section: command_properties
32
- // End section: command_properties
33
8
  function GetResourceMetricsCommand(input) {
34
- var _this =
35
- // Start section: command_constructor
36
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
37
10
  _this.input = input;
38
11
  return _this;
39
- // End section: command_constructor
40
12
  }
41
- /**
42
- * @internal
43
- */
44
13
  GetResourceMetricsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
45
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
46
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetResourceMetricsCommand.js","sourceRoot":"","sources":["../../src/commands/GetResourceMetricsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAE3F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,0BAA0B,CAAC;AA4BlC;IAA+C,6CAI9C;IAIC,mCAAqB,KAAqC;QAA1D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;IAI1D,CAAC;IAKD,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAqC,EACrC,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,UAAU,CAAC;QAC9B,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,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,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
@@ -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: "pi", regionHash: regionHash, partitionHash: partitionHash }))];
50
+ return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "pi", 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,2BAA2B;KACtC;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,8BAA8B;KACzC;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,wBAAwB;KACnC;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,2BAA2B;KACtC;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,2BAA2B;KACtC;CACF,CAAC;AAEF,MAAM,CAAC,IAAM,yBAAyB,GAAuB,UAAO,MAAc,EAAE,OAAa;;QAC/F,WAAA,aAAa,CAAC,MAAM,wBACf,OAAO,KACV,cAAc,EAAE,IAAI,EACpB,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,YAAY,CAAC;AAC3B,cAAc,MAAM,CAAC;AACrB,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,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,16 +1,10 @@
1
1
  import { __assign } from "tslib";
2
2
  export var DataPoint;
3
3
  (function (DataPoint) {
4
- /**
5
- * @internal
6
- */
7
4
  DataPoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
8
5
  })(DataPoint || (DataPoint = {}));
9
6
  export var DimensionGroup;
10
7
  (function (DimensionGroup) {
11
- /**
12
- * @internal
13
- */
14
8
  DimensionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
9
  })(DimensionGroup || (DimensionGroup = {}));
16
10
  export var ServiceType;
@@ -19,51 +13,30 @@ export var ServiceType;
19
13
  })(ServiceType || (ServiceType = {}));
20
14
  export var DescribeDimensionKeysRequest;
21
15
  (function (DescribeDimensionKeysRequest) {
22
- /**
23
- * @internal
24
- */
25
16
  DescribeDimensionKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
17
  })(DescribeDimensionKeysRequest || (DescribeDimensionKeysRequest = {}));
27
18
  export var DimensionKeyDescription;
28
19
  (function (DimensionKeyDescription) {
29
- /**
30
- * @internal
31
- */
32
20
  DimensionKeyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
33
21
  })(DimensionKeyDescription || (DimensionKeyDescription = {}));
34
22
  export var ResponsePartitionKey;
35
23
  (function (ResponsePartitionKey) {
36
- /**
37
- * @internal
38
- */
39
24
  ResponsePartitionKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
40
25
  })(ResponsePartitionKey || (ResponsePartitionKey = {}));
41
26
  export var DescribeDimensionKeysResponse;
42
27
  (function (DescribeDimensionKeysResponse) {
43
- /**
44
- * @internal
45
- */
46
28
  DescribeDimensionKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
29
  })(DescribeDimensionKeysResponse || (DescribeDimensionKeysResponse = {}));
48
30
  export var InternalServiceError;
49
31
  (function (InternalServiceError) {
50
- /**
51
- * @internal
52
- */
53
32
  InternalServiceError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
54
33
  })(InternalServiceError || (InternalServiceError = {}));
55
34
  export var InvalidArgumentException;
56
35
  (function (InvalidArgumentException) {
57
- /**
58
- * @internal
59
- */
60
36
  InvalidArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
61
37
  })(InvalidArgumentException || (InvalidArgumentException = {}));
62
38
  export var NotAuthorizedException;
63
39
  (function (NotAuthorizedException) {
64
- /**
65
- * @internal
66
- */
67
40
  NotAuthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
41
  })(NotAuthorizedException || (NotAuthorizedException = {}));
69
42
  export var DetailStatus;
@@ -74,58 +47,34 @@ export var DetailStatus;
74
47
  })(DetailStatus || (DetailStatus = {}));
75
48
  export var DimensionKeyDetail;
76
49
  (function (DimensionKeyDetail) {
77
- /**
78
- * @internal
79
- */
80
50
  DimensionKeyDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
81
51
  })(DimensionKeyDetail || (DimensionKeyDetail = {}));
82
52
  export var GetDimensionKeyDetailsRequest;
83
53
  (function (GetDimensionKeyDetailsRequest) {
84
- /**
85
- * @internal
86
- */
87
54
  GetDimensionKeyDetailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
55
  })(GetDimensionKeyDetailsRequest || (GetDimensionKeyDetailsRequest = {}));
89
56
  export var GetDimensionKeyDetailsResponse;
90
57
  (function (GetDimensionKeyDetailsResponse) {
91
- /**
92
- * @internal
93
- */
94
58
  GetDimensionKeyDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
59
  })(GetDimensionKeyDetailsResponse || (GetDimensionKeyDetailsResponse = {}));
96
60
  export var MetricQuery;
97
61
  (function (MetricQuery) {
98
- /**
99
- * @internal
100
- */
101
62
  MetricQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
102
63
  })(MetricQuery || (MetricQuery = {}));
103
64
  export var GetResourceMetricsRequest;
104
65
  (function (GetResourceMetricsRequest) {
105
- /**
106
- * @internal
107
- */
108
66
  GetResourceMetricsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
67
  })(GetResourceMetricsRequest || (GetResourceMetricsRequest = {}));
110
68
  export var ResponseResourceMetricKey;
111
69
  (function (ResponseResourceMetricKey) {
112
- /**
113
- * @internal
114
- */
115
70
  ResponseResourceMetricKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
116
71
  })(ResponseResourceMetricKey || (ResponseResourceMetricKey = {}));
117
72
  export var MetricKeyDataPoints;
118
73
  (function (MetricKeyDataPoints) {
119
- /**
120
- * @internal
121
- */
122
74
  MetricKeyDataPoints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
123
75
  })(MetricKeyDataPoints || (MetricKeyDataPoints = {}));
124
76
  export var GetResourceMetricsResponse;
125
77
  (function (GetResourceMetricsResponse) {
126
- /**
127
- * @internal
128
- */
129
78
  GetResourceMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
130
79
  })(GetResourceMetricsResponse || (GetResourceMetricsResponse = {}));
131
80
  //# 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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"}