@aws-sdk/client-pi 3.489.0 → 3.495.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 (32) hide show
  1. package/dist-cjs/PI.js +1 -37
  2. package/dist-cjs/PIClient.js +1 -43
  3. package/dist-cjs/commands/CreatePerformanceAnalysisReportCommand.js +1 -28
  4. package/dist-cjs/commands/DeletePerformanceAnalysisReportCommand.js +1 -28
  5. package/dist-cjs/commands/DescribeDimensionKeysCommand.js +1 -28
  6. package/dist-cjs/commands/GetDimensionKeyDetailsCommand.js +1 -28
  7. package/dist-cjs/commands/GetPerformanceAnalysisReportCommand.js +1 -29
  8. package/dist-cjs/commands/GetResourceMetadataCommand.js +1 -28
  9. package/dist-cjs/commands/GetResourceMetricsCommand.js +1 -28
  10. package/dist-cjs/commands/ListAvailableResourceDimensionsCommand.js +1 -28
  11. package/dist-cjs/commands/ListAvailableResourceMetricsCommand.js +1 -28
  12. package/dist-cjs/commands/ListPerformanceAnalysisReportsCommand.js +1 -28
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  14. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  15. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  16. package/dist-cjs/commands/index.js +1 -16
  17. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  18. package/dist-cjs/extensionConfiguration.js +1 -2
  19. package/dist-cjs/index.js +1462 -11
  20. package/dist-cjs/models/PIServiceException.js +1 -12
  21. package/dist-cjs/models/index.js +1 -4
  22. package/dist-cjs/models/models_0.js +1 -115
  23. package/dist-cjs/pagination/DescribeDimensionKeysPaginator.js +1 -7
  24. package/dist-cjs/pagination/GetResourceMetricsPaginator.js +1 -7
  25. package/dist-cjs/pagination/Interfaces.js +1 -2
  26. package/dist-cjs/pagination/ListAvailableResourceDimensionsPaginator.js +1 -7
  27. package/dist-cjs/pagination/ListAvailableResourceMetricsPaginator.js +1 -7
  28. package/dist-cjs/pagination/ListPerformanceAnalysisReportsPaginator.js +1 -7
  29. package/dist-cjs/pagination/index.js +1 -9
  30. package/dist-cjs/protocols/Aws_json1_1.js +1 -906
  31. package/dist-cjs/runtimeExtensions.js +1 -22
  32. package/package.json +40 -40
package/dist-cjs/PI.js CHANGED
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PI = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreatePerformanceAnalysisReportCommand_1 = require("./commands/CreatePerformanceAnalysisReportCommand");
6
- const DeletePerformanceAnalysisReportCommand_1 = require("./commands/DeletePerformanceAnalysisReportCommand");
7
- const DescribeDimensionKeysCommand_1 = require("./commands/DescribeDimensionKeysCommand");
8
- const GetDimensionKeyDetailsCommand_1 = require("./commands/GetDimensionKeyDetailsCommand");
9
- const GetPerformanceAnalysisReportCommand_1 = require("./commands/GetPerformanceAnalysisReportCommand");
10
- const GetResourceMetadataCommand_1 = require("./commands/GetResourceMetadataCommand");
11
- const GetResourceMetricsCommand_1 = require("./commands/GetResourceMetricsCommand");
12
- const ListAvailableResourceDimensionsCommand_1 = require("./commands/ListAvailableResourceDimensionsCommand");
13
- const ListAvailableResourceMetricsCommand_1 = require("./commands/ListAvailableResourceMetricsCommand");
14
- const ListPerformanceAnalysisReportsCommand_1 = require("./commands/ListPerformanceAnalysisReportsCommand");
15
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
16
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
17
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
18
- const PIClient_1 = require("./PIClient");
19
- const commands = {
20
- CreatePerformanceAnalysisReportCommand: CreatePerformanceAnalysisReportCommand_1.CreatePerformanceAnalysisReportCommand,
21
- DeletePerformanceAnalysisReportCommand: DeletePerformanceAnalysisReportCommand_1.DeletePerformanceAnalysisReportCommand,
22
- DescribeDimensionKeysCommand: DescribeDimensionKeysCommand_1.DescribeDimensionKeysCommand,
23
- GetDimensionKeyDetailsCommand: GetDimensionKeyDetailsCommand_1.GetDimensionKeyDetailsCommand,
24
- GetPerformanceAnalysisReportCommand: GetPerformanceAnalysisReportCommand_1.GetPerformanceAnalysisReportCommand,
25
- GetResourceMetadataCommand: GetResourceMetadataCommand_1.GetResourceMetadataCommand,
26
- GetResourceMetricsCommand: GetResourceMetricsCommand_1.GetResourceMetricsCommand,
27
- ListAvailableResourceDimensionsCommand: ListAvailableResourceDimensionsCommand_1.ListAvailableResourceDimensionsCommand,
28
- ListAvailableResourceMetricsCommand: ListAvailableResourceMetricsCommand_1.ListAvailableResourceMetricsCommand,
29
- ListPerformanceAnalysisReportsCommand: ListPerformanceAnalysisReportsCommand_1.ListPerformanceAnalysisReportsCommand,
30
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
31
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
32
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
33
- };
34
- class PI extends PIClient_1.PIClient {
35
- }
36
- exports.PI = PI;
37
- (0, smithy_client_1.createAggregatedClient)(commands, PI);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PIClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class PIClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.PIClient = PIClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePerformanceAnalysisReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreatePerformanceAnalysisReportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "CreatePerformanceAnalysisReport", {})
22
- .n("PIClient", "CreatePerformanceAnalysisReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreatePerformanceAnalysisReportCommand)
25
- .de(Aws_json1_1_1.de_CreatePerformanceAnalysisReportCommand)
26
- .build() {
27
- }
28
- exports.CreatePerformanceAnalysisReportCommand = CreatePerformanceAnalysisReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePerformanceAnalysisReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeletePerformanceAnalysisReportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "DeletePerformanceAnalysisReport", {})
22
- .n("PIClient", "DeletePerformanceAnalysisReportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePerformanceAnalysisReportCommand)
25
- .de(Aws_json1_1_1.de_DeletePerformanceAnalysisReportCommand)
26
- .build() {
27
- }
28
- exports.DeletePerformanceAnalysisReportCommand = DeletePerformanceAnalysisReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDimensionKeysCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeDimensionKeysCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "DescribeDimensionKeys", {})
22
- .n("PIClient", "DescribeDimensionKeysCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeDimensionKeysCommand)
25
- .de(Aws_json1_1_1.de_DescribeDimensionKeysCommand)
26
- .build() {
27
- }
28
- exports.DescribeDimensionKeysCommand = DescribeDimensionKeysCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDimensionKeyDetailsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetDimensionKeyDetailsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "GetDimensionKeyDetails", {})
22
- .n("PIClient", "GetDimensionKeyDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetDimensionKeyDetailsCommand)
25
- .de(Aws_json1_1_1.de_GetDimensionKeyDetailsCommand)
26
- .build() {
27
- }
28
- exports.GetDimensionKeyDetailsCommand = GetDimensionKeyDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPerformanceAnalysisReportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class GetPerformanceAnalysisReportCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PerformanceInsightsv20180227", "GetPerformanceAnalysisReport", {})
23
- .n("PIClient", "GetPerformanceAnalysisReportCommand")
24
- .f(void 0, models_0_1.GetPerformanceAnalysisReportResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_GetPerformanceAnalysisReportCommand)
26
- .de(Aws_json1_1_1.de_GetPerformanceAnalysisReportCommand)
27
- .build() {
28
- }
29
- exports.GetPerformanceAnalysisReportCommand = GetPerformanceAnalysisReportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourceMetadataCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetResourceMetadataCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "GetResourceMetadata", {})
22
- .n("PIClient", "GetResourceMetadataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetResourceMetadataCommand)
25
- .de(Aws_json1_1_1.de_GetResourceMetadataCommand)
26
- .build() {
27
- }
28
- exports.GetResourceMetadataCommand = GetResourceMetadataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourceMetricsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetResourceMetricsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "GetResourceMetrics", {})
22
- .n("PIClient", "GetResourceMetricsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetResourceMetricsCommand)
25
- .de(Aws_json1_1_1.de_GetResourceMetricsCommand)
26
- .build() {
27
- }
28
- exports.GetResourceMetricsCommand = GetResourceMetricsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableResourceDimensionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListAvailableResourceDimensionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "ListAvailableResourceDimensions", {})
22
- .n("PIClient", "ListAvailableResourceDimensionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAvailableResourceDimensionsCommand)
25
- .de(Aws_json1_1_1.de_ListAvailableResourceDimensionsCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableResourceDimensionsCommand = ListAvailableResourceDimensionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableResourceMetricsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListAvailableResourceMetricsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "ListAvailableResourceMetrics", {})
22
- .n("PIClient", "ListAvailableResourceMetricsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAvailableResourceMetricsCommand)
25
- .de(Aws_json1_1_1.de_ListAvailableResourceMetricsCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableResourceMetricsCommand = ListAvailableResourceMetricsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPerformanceAnalysisReportsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPerformanceAnalysisReportsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "ListPerformanceAnalysisReports", {})
22
- .n("PIClient", "ListPerformanceAnalysisReportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListPerformanceAnalysisReportsCommand)
25
- .de(Aws_json1_1_1.de_ListPerformanceAnalysisReportsCommand)
26
- .build() {
27
- }
28
- exports.ListPerformanceAnalysisReportsCommand = ListPerformanceAnalysisReportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "ListTagsForResource", {})
22
- .n("PIClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "TagResource", {})
22
- .n("PIClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_TagResourceCommand)
25
- .de(Aws_json1_1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PerformanceInsightsv20180227", "UntagResource", {})
22
- .n("PIClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UntagResourceCommand)
25
- .de(Aws_json1_1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreatePerformanceAnalysisReportCommand"), exports);
5
- tslib_1.__exportStar(require("./DeletePerformanceAnalysisReportCommand"), exports);
6
- tslib_1.__exportStar(require("./DescribeDimensionKeysCommand"), exports);
7
- tslib_1.__exportStar(require("./GetDimensionKeyDetailsCommand"), exports);
8
- tslib_1.__exportStar(require("./GetPerformanceAnalysisReportCommand"), exports);
9
- tslib_1.__exportStar(require("./GetResourceMetadataCommand"), exports);
10
- tslib_1.__exportStar(require("./GetResourceMetricsCommand"), exports);
11
- tslib_1.__exportStar(require("./ListAvailableResourceDimensionsCommand"), exports);
12
- tslib_1.__exportStar(require("./ListAvailableResourceMetricsCommand"), exports);
13
- tslib_1.__exportStar(require("./ListPerformanceAnalysisReportsCommand"), exports);
14
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
15
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
16
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "pi",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");