@aws-sdk/client-observabilityadmin 3.893.0 → 3.895.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 (46) hide show
  1. package/dist-cjs/index.js +1836 -10
  2. package/package.json +7 -7
  3. package/dist-cjs/ObservabilityAdmin.js +0 -63
  4. package/dist-cjs/ObservabilityAdminClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/CreateCentralizationRuleForOrganizationCommand.js +0 -26
  7. package/dist-cjs/commands/CreateTelemetryRuleCommand.js +0 -26
  8. package/dist-cjs/commands/CreateTelemetryRuleForOrganizationCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteCentralizationRuleForOrganizationCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteTelemetryRuleCommand.js +0 -26
  11. package/dist-cjs/commands/DeleteTelemetryRuleForOrganizationCommand.js +0 -26
  12. package/dist-cjs/commands/GetCentralizationRuleForOrganizationCommand.js +0 -26
  13. package/dist-cjs/commands/GetTelemetryEvaluationStatusCommand.js +0 -26
  14. package/dist-cjs/commands/GetTelemetryEvaluationStatusForOrganizationCommand.js +0 -26
  15. package/dist-cjs/commands/GetTelemetryRuleCommand.js +0 -26
  16. package/dist-cjs/commands/GetTelemetryRuleForOrganizationCommand.js +0 -26
  17. package/dist-cjs/commands/ListCentralizationRulesForOrganizationCommand.js +0 -26
  18. package/dist-cjs/commands/ListResourceTelemetryCommand.js +0 -26
  19. package/dist-cjs/commands/ListResourceTelemetryForOrganizationCommand.js +0 -26
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  21. package/dist-cjs/commands/ListTelemetryRulesCommand.js +0 -26
  22. package/dist-cjs/commands/ListTelemetryRulesForOrganizationCommand.js +0 -26
  23. package/dist-cjs/commands/StartTelemetryEvaluationCommand.js +0 -26
  24. package/dist-cjs/commands/StartTelemetryEvaluationForOrganizationCommand.js +0 -26
  25. package/dist-cjs/commands/StopTelemetryEvaluationCommand.js +0 -26
  26. package/dist-cjs/commands/StopTelemetryEvaluationForOrganizationCommand.js +0 -26
  27. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  28. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  29. package/dist-cjs/commands/UpdateCentralizationRuleForOrganizationCommand.js +0 -26
  30. package/dist-cjs/commands/UpdateTelemetryRuleCommand.js +0 -26
  31. package/dist-cjs/commands/UpdateTelemetryRuleForOrganizationCommand.js +0 -26
  32. package/dist-cjs/commands/index.js +0 -29
  33. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  34. package/dist-cjs/extensionConfiguration.js +0 -2
  35. package/dist-cjs/models/ObservabilityAdminServiceException.js +0 -12
  36. package/dist-cjs/models/index.js +0 -4
  37. package/dist-cjs/models/models_0.js +0 -164
  38. package/dist-cjs/pagination/Interfaces.js +0 -2
  39. package/dist-cjs/pagination/ListCentralizationRulesForOrganizationPaginator.js +0 -7
  40. package/dist-cjs/pagination/ListResourceTelemetryForOrganizationPaginator.js +0 -7
  41. package/dist-cjs/pagination/ListResourceTelemetryPaginator.js +0 -7
  42. package/dist-cjs/pagination/ListTelemetryRulesForOrganizationPaginator.js +0 -7
  43. package/dist-cjs/pagination/ListTelemetryRulesPaginator.js +0 -7
  44. package/dist-cjs/pagination/index.js +0 -9
  45. package/dist-cjs/protocols/Aws_restJson1.js +0 -895
  46. package/dist-cjs/runtimeExtensions.js +0 -13
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTelemetryRulesForOrganizationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTelemetryRulesForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "ListTelemetryRulesForOrganization", {})
20
- .n("ObservabilityAdminClient", "ListTelemetryRulesForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTelemetryRulesForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_ListTelemetryRulesForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.ListTelemetryRulesForOrganizationCommand = ListTelemetryRulesForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTelemetryEvaluationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartTelemetryEvaluationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "StartTelemetryEvaluation", {})
20
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StartTelemetryEvaluationCommand)
23
- .de(Aws_restJson1_1.de_StartTelemetryEvaluationCommand)
24
- .build() {
25
- }
26
- exports.StartTelemetryEvaluationCommand = StartTelemetryEvaluationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartTelemetryEvaluationForOrganizationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartTelemetryEvaluationForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "StartTelemetryEvaluationForOrganization", {})
20
- .n("ObservabilityAdminClient", "StartTelemetryEvaluationForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StartTelemetryEvaluationForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_StartTelemetryEvaluationForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.StartTelemetryEvaluationForOrganizationCommand = StartTelemetryEvaluationForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopTelemetryEvaluationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopTelemetryEvaluationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "StopTelemetryEvaluation", {})
20
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StopTelemetryEvaluationCommand)
23
- .de(Aws_restJson1_1.de_StopTelemetryEvaluationCommand)
24
- .build() {
25
- }
26
- exports.StopTelemetryEvaluationCommand = StopTelemetryEvaluationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopTelemetryEvaluationForOrganizationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopTelemetryEvaluationForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "StopTelemetryEvaluationForOrganization", {})
20
- .n("ObservabilityAdminClient", "StopTelemetryEvaluationForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_StopTelemetryEvaluationForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_StopTelemetryEvaluationForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.StopTelemetryEvaluationForOrganizationCommand = StopTelemetryEvaluationForOrganizationCommand;
@@ -1,26 +0,0 @@
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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "TagResource", {})
20
- .n("ObservabilityAdminClient", "TagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_TagResourceCommand)
23
- .de(Aws_restJson1_1.de_TagResourceCommand)
24
- .build() {
25
- }
26
- exports.TagResourceCommand = TagResourceCommand;
@@ -1,26 +0,0 @@
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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "UntagResource", {})
20
- .n("ObservabilityAdminClient", "UntagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
23
- .de(Aws_restJson1_1.de_UntagResourceCommand)
24
- .build() {
25
- }
26
- exports.UntagResourceCommand = UntagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCentralizationRuleForOrganizationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateCentralizationRuleForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "UpdateCentralizationRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "UpdateCentralizationRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateCentralizationRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_UpdateCentralizationRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.UpdateCentralizationRuleForOrganizationCommand = UpdateCentralizationRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTelemetryRuleCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTelemetryRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "UpdateTelemetryRule", {})
20
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateTelemetryRuleCommand)
23
- .de(Aws_restJson1_1.de_UpdateTelemetryRuleCommand)
24
- .build() {
25
- }
26
- exports.UpdateTelemetryRuleCommand = UpdateTelemetryRuleCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTelemetryRuleForOrganizationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTelemetryRuleForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("ObservabilityAdmin", "UpdateTelemetryRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "UpdateTelemetryRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateTelemetryRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_UpdateTelemetryRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.UpdateTelemetryRuleForOrganizationCommand = UpdateTelemetryRuleForOrganizationCommand;
@@ -1,29 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateCentralizationRuleForOrganizationCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateTelemetryRuleCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateTelemetryRuleForOrganizationCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteCentralizationRuleForOrganizationCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteTelemetryRuleCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteTelemetryRuleForOrganizationCommand"), exports);
10
- tslib_1.__exportStar(require("./GetCentralizationRuleForOrganizationCommand"), exports);
11
- tslib_1.__exportStar(require("./GetTelemetryEvaluationStatusCommand"), exports);
12
- tslib_1.__exportStar(require("./GetTelemetryEvaluationStatusForOrganizationCommand"), exports);
13
- tslib_1.__exportStar(require("./GetTelemetryRuleCommand"), exports);
14
- tslib_1.__exportStar(require("./GetTelemetryRuleForOrganizationCommand"), exports);
15
- tslib_1.__exportStar(require("./ListCentralizationRulesForOrganizationCommand"), exports);
16
- tslib_1.__exportStar(require("./ListResourceTelemetryCommand"), exports);
17
- tslib_1.__exportStar(require("./ListResourceTelemetryForOrganizationCommand"), exports);
18
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
19
- tslib_1.__exportStar(require("./ListTelemetryRulesCommand"), exports);
20
- tslib_1.__exportStar(require("./ListTelemetryRulesForOrganizationCommand"), exports);
21
- tslib_1.__exportStar(require("./StartTelemetryEvaluationCommand"), exports);
22
- tslib_1.__exportStar(require("./StartTelemetryEvaluationForOrganizationCommand"), exports);
23
- tslib_1.__exportStar(require("./StopTelemetryEvaluationCommand"), exports);
24
- tslib_1.__exportStar(require("./StopTelemetryEvaluationForOrganizationCommand"), exports);
25
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
27
- tslib_1.__exportStar(require("./UpdateCentralizationRuleForOrganizationCommand"), exports);
28
- tslib_1.__exportStar(require("./UpdateTelemetryRuleCommand"), exports);
29
- tslib_1.__exportStar(require("./UpdateTelemetryRuleForOrganizationCommand"), exports);
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
- useFipsEndpoint: options.useFipsEndpoint ?? false,
8
- defaultSigningName: "observabilityadmin",
9
- });
10
- };
11
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
12
- exports.commonParams = {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObservabilityAdminServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ObservabilityAdminServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ObservabilityAdminServiceException.prototype);
10
- }
11
- }
12
- exports.ObservabilityAdminServiceException = ObservabilityAdminServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
@@ -1,164 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TelemetryState = exports.Status = exports.ResourceNotFoundException = exports.TelemetryType = exports.ResourceType = exports.DestinationType = exports.ValidationException = exports.TooManyRequestsException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.RuleHealth = exports.EncryptedLogGroupStrategy = exports.EncryptionStrategy = exports.EncryptionConflictResolutionStrategy = exports.CentralizationFailureReason = exports.AccessDeniedException = void 0;
4
- const ObservabilityAdminServiceException_1 = require("./ObservabilityAdminServiceException");
5
- class AccessDeniedException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
6
- name = "AccessDeniedException";
7
- $fault = "client";
8
- Message;
9
- amznErrorType;
10
- constructor(opts) {
11
- super({
12
- name: "AccessDeniedException",
13
- $fault: "client",
14
- ...opts,
15
- });
16
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
17
- this.Message = opts.Message;
18
- this.amznErrorType = opts.amznErrorType;
19
- }
20
- }
21
- exports.AccessDeniedException = AccessDeniedException;
22
- exports.CentralizationFailureReason = {
23
- DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION: "DESTINATION_ACCOUNT_NOT_IN_ORGANIZATION",
24
- INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
25
- TRUSTED_ACCESS_NOT_ENABLED: "TRUSTED_ACCESS_NOT_ENABLED",
26
- };
27
- exports.EncryptionConflictResolutionStrategy = {
28
- ALLOW: "ALLOW",
29
- SKIP: "SKIP",
30
- };
31
- exports.EncryptionStrategy = {
32
- AWS_OWNED: "AWS_OWNED",
33
- CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
34
- };
35
- exports.EncryptedLogGroupStrategy = {
36
- ALLOW: "ALLOW",
37
- SKIP: "SKIP",
38
- };
39
- exports.RuleHealth = {
40
- HEALTHY: "Healthy",
41
- PROVISIONING: "Provisioning",
42
- UNHEALTHY: "Unhealthy",
43
- };
44
- class ConflictException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
45
- name = "ConflictException";
46
- $fault = "client";
47
- Message;
48
- constructor(opts) {
49
- super({
50
- name: "ConflictException",
51
- $fault: "client",
52
- ...opts,
53
- });
54
- Object.setPrototypeOf(this, ConflictException.prototype);
55
- this.Message = opts.Message;
56
- }
57
- }
58
- exports.ConflictException = ConflictException;
59
- class InternalServerException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
60
- name = "InternalServerException";
61
- $fault = "server";
62
- Message;
63
- amznErrorType;
64
- constructor(opts) {
65
- super({
66
- name: "InternalServerException",
67
- $fault: "server",
68
- ...opts,
69
- });
70
- Object.setPrototypeOf(this, InternalServerException.prototype);
71
- this.Message = opts.Message;
72
- this.amznErrorType = opts.amznErrorType;
73
- }
74
- }
75
- exports.InternalServerException = InternalServerException;
76
- class ServiceQuotaExceededException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
77
- name = "ServiceQuotaExceededException";
78
- $fault = "client";
79
- Message;
80
- amznErrorType;
81
- constructor(opts) {
82
- super({
83
- name: "ServiceQuotaExceededException",
84
- $fault: "client",
85
- ...opts,
86
- });
87
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
88
- this.Message = opts.Message;
89
- this.amznErrorType = opts.amznErrorType;
90
- }
91
- }
92
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
93
- class TooManyRequestsException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
94
- name = "TooManyRequestsException";
95
- $fault = "client";
96
- Message;
97
- constructor(opts) {
98
- super({
99
- name: "TooManyRequestsException",
100
- $fault: "client",
101
- ...opts,
102
- });
103
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
104
- this.Message = opts.Message;
105
- }
106
- }
107
- exports.TooManyRequestsException = TooManyRequestsException;
108
- class ValidationException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
109
- name = "ValidationException";
110
- $fault = "client";
111
- Message;
112
- constructor(opts) {
113
- super({
114
- name: "ValidationException",
115
- $fault: "client",
116
- ...opts,
117
- });
118
- Object.setPrototypeOf(this, ValidationException.prototype);
119
- this.Message = opts.Message;
120
- }
121
- }
122
- exports.ValidationException = ValidationException;
123
- exports.DestinationType = {
124
- CLOUDWATCH_LOGS: "cloud-watch-logs",
125
- };
126
- exports.ResourceType = {
127
- AWS_EC2_INSTANCE: "AWS::EC2::Instance",
128
- AWS_EC2_VPC: "AWS::EC2::VPC",
129
- AWS_LAMDBA_FUNCTION: "AWS::Lambda::Function",
130
- };
131
- exports.TelemetryType = {
132
- LOGS: "Logs",
133
- METRICS: "Metrics",
134
- TRACES: "Traces",
135
- };
136
- class ResourceNotFoundException extends ObservabilityAdminServiceException_1.ObservabilityAdminServiceException {
137
- name = "ResourceNotFoundException";
138
- $fault = "client";
139
- Message;
140
- constructor(opts) {
141
- super({
142
- name: "ResourceNotFoundException",
143
- $fault: "client",
144
- ...opts,
145
- });
146
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
147
- this.Message = opts.Message;
148
- }
149
- }
150
- exports.ResourceNotFoundException = ResourceNotFoundException;
151
- exports.Status = {
152
- FAILED_START: "FAILED_START",
153
- FAILED_STOP: "FAILED_STOP",
154
- NOT_STARTED: "NOT_STARTED",
155
- RUNNING: "RUNNING",
156
- STARTING: "STARTING",
157
- STOPPED: "STOPPED",
158
- STOPPING: "STOPPING",
159
- };
160
- exports.TelemetryState = {
161
- DISABLED: "Disabled",
162
- ENABLED: "Enabled",
163
- NOT_APPLICABLE: "NotApplicable",
164
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCentralizationRulesForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCentralizationRulesForOrganizationCommand_1 = require("../commands/ListCentralizationRulesForOrganizationCommand");
6
- const ObservabilityAdminClient_1 = require("../ObservabilityAdminClient");
7
- exports.paginateListCentralizationRulesForOrganization = (0, core_1.createPaginator)(ObservabilityAdminClient_1.ObservabilityAdminClient, ListCentralizationRulesForOrganizationCommand_1.ListCentralizationRulesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResourceTelemetryForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListResourceTelemetryForOrganizationCommand_1 = require("../commands/ListResourceTelemetryForOrganizationCommand");
6
- const ObservabilityAdminClient_1 = require("../ObservabilityAdminClient");
7
- exports.paginateListResourceTelemetryForOrganization = (0, core_1.createPaginator)(ObservabilityAdminClient_1.ObservabilityAdminClient, ListResourceTelemetryForOrganizationCommand_1.ListResourceTelemetryForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListResourceTelemetry = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListResourceTelemetryCommand_1 = require("../commands/ListResourceTelemetryCommand");
6
- const ObservabilityAdminClient_1 = require("../ObservabilityAdminClient");
7
- exports.paginateListResourceTelemetry = (0, core_1.createPaginator)(ObservabilityAdminClient_1.ObservabilityAdminClient, ListResourceTelemetryCommand_1.ListResourceTelemetryCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTelemetryRulesForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTelemetryRulesForOrganizationCommand_1 = require("../commands/ListTelemetryRulesForOrganizationCommand");
6
- const ObservabilityAdminClient_1 = require("../ObservabilityAdminClient");
7
- exports.paginateListTelemetryRulesForOrganization = (0, core_1.createPaginator)(ObservabilityAdminClient_1.ObservabilityAdminClient, ListTelemetryRulesForOrganizationCommand_1.ListTelemetryRulesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListTelemetryRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListTelemetryRulesCommand_1 = require("../commands/ListTelemetryRulesCommand");
6
- const ObservabilityAdminClient_1 = require("../ObservabilityAdminClient");
7
- exports.paginateListTelemetryRules = (0, core_1.createPaginator)(ObservabilityAdminClient_1.ObservabilityAdminClient, ListTelemetryRulesCommand_1.ListTelemetryRulesCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListCentralizationRulesForOrganizationPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListResourceTelemetryForOrganizationPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListResourceTelemetryPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListTelemetryRulesForOrganizationPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListTelemetryRulesPaginator"), exports);