@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
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-observabilityadmin",
3
3
  "description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-observabilityadmin",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -1,63 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObservabilityAdmin = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateCentralizationRuleForOrganizationCommand_1 = require("./commands/CreateCentralizationRuleForOrganizationCommand");
6
- const CreateTelemetryRuleCommand_1 = require("./commands/CreateTelemetryRuleCommand");
7
- const CreateTelemetryRuleForOrganizationCommand_1 = require("./commands/CreateTelemetryRuleForOrganizationCommand");
8
- const DeleteCentralizationRuleForOrganizationCommand_1 = require("./commands/DeleteCentralizationRuleForOrganizationCommand");
9
- const DeleteTelemetryRuleCommand_1 = require("./commands/DeleteTelemetryRuleCommand");
10
- const DeleteTelemetryRuleForOrganizationCommand_1 = require("./commands/DeleteTelemetryRuleForOrganizationCommand");
11
- const GetCentralizationRuleForOrganizationCommand_1 = require("./commands/GetCentralizationRuleForOrganizationCommand");
12
- const GetTelemetryEvaluationStatusCommand_1 = require("./commands/GetTelemetryEvaluationStatusCommand");
13
- const GetTelemetryEvaluationStatusForOrganizationCommand_1 = require("./commands/GetTelemetryEvaluationStatusForOrganizationCommand");
14
- const GetTelemetryRuleCommand_1 = require("./commands/GetTelemetryRuleCommand");
15
- const GetTelemetryRuleForOrganizationCommand_1 = require("./commands/GetTelemetryRuleForOrganizationCommand");
16
- const ListCentralizationRulesForOrganizationCommand_1 = require("./commands/ListCentralizationRulesForOrganizationCommand");
17
- const ListResourceTelemetryCommand_1 = require("./commands/ListResourceTelemetryCommand");
18
- const ListResourceTelemetryForOrganizationCommand_1 = require("./commands/ListResourceTelemetryForOrganizationCommand");
19
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
20
- const ListTelemetryRulesCommand_1 = require("./commands/ListTelemetryRulesCommand");
21
- const ListTelemetryRulesForOrganizationCommand_1 = require("./commands/ListTelemetryRulesForOrganizationCommand");
22
- const StartTelemetryEvaluationCommand_1 = require("./commands/StartTelemetryEvaluationCommand");
23
- const StartTelemetryEvaluationForOrganizationCommand_1 = require("./commands/StartTelemetryEvaluationForOrganizationCommand");
24
- const StopTelemetryEvaluationCommand_1 = require("./commands/StopTelemetryEvaluationCommand");
25
- const StopTelemetryEvaluationForOrganizationCommand_1 = require("./commands/StopTelemetryEvaluationForOrganizationCommand");
26
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
27
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
28
- const UpdateCentralizationRuleForOrganizationCommand_1 = require("./commands/UpdateCentralizationRuleForOrganizationCommand");
29
- const UpdateTelemetryRuleCommand_1 = require("./commands/UpdateTelemetryRuleCommand");
30
- const UpdateTelemetryRuleForOrganizationCommand_1 = require("./commands/UpdateTelemetryRuleForOrganizationCommand");
31
- const ObservabilityAdminClient_1 = require("./ObservabilityAdminClient");
32
- const commands = {
33
- CreateCentralizationRuleForOrganizationCommand: CreateCentralizationRuleForOrganizationCommand_1.CreateCentralizationRuleForOrganizationCommand,
34
- CreateTelemetryRuleCommand: CreateTelemetryRuleCommand_1.CreateTelemetryRuleCommand,
35
- CreateTelemetryRuleForOrganizationCommand: CreateTelemetryRuleForOrganizationCommand_1.CreateTelemetryRuleForOrganizationCommand,
36
- DeleteCentralizationRuleForOrganizationCommand: DeleteCentralizationRuleForOrganizationCommand_1.DeleteCentralizationRuleForOrganizationCommand,
37
- DeleteTelemetryRuleCommand: DeleteTelemetryRuleCommand_1.DeleteTelemetryRuleCommand,
38
- DeleteTelemetryRuleForOrganizationCommand: DeleteTelemetryRuleForOrganizationCommand_1.DeleteTelemetryRuleForOrganizationCommand,
39
- GetCentralizationRuleForOrganizationCommand: GetCentralizationRuleForOrganizationCommand_1.GetCentralizationRuleForOrganizationCommand,
40
- GetTelemetryEvaluationStatusCommand: GetTelemetryEvaluationStatusCommand_1.GetTelemetryEvaluationStatusCommand,
41
- GetTelemetryEvaluationStatusForOrganizationCommand: GetTelemetryEvaluationStatusForOrganizationCommand_1.GetTelemetryEvaluationStatusForOrganizationCommand,
42
- GetTelemetryRuleCommand: GetTelemetryRuleCommand_1.GetTelemetryRuleCommand,
43
- GetTelemetryRuleForOrganizationCommand: GetTelemetryRuleForOrganizationCommand_1.GetTelemetryRuleForOrganizationCommand,
44
- ListCentralizationRulesForOrganizationCommand: ListCentralizationRulesForOrganizationCommand_1.ListCentralizationRulesForOrganizationCommand,
45
- ListResourceTelemetryCommand: ListResourceTelemetryCommand_1.ListResourceTelemetryCommand,
46
- ListResourceTelemetryForOrganizationCommand: ListResourceTelemetryForOrganizationCommand_1.ListResourceTelemetryForOrganizationCommand,
47
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
48
- ListTelemetryRulesCommand: ListTelemetryRulesCommand_1.ListTelemetryRulesCommand,
49
- ListTelemetryRulesForOrganizationCommand: ListTelemetryRulesForOrganizationCommand_1.ListTelemetryRulesForOrganizationCommand,
50
- StartTelemetryEvaluationCommand: StartTelemetryEvaluationCommand_1.StartTelemetryEvaluationCommand,
51
- StartTelemetryEvaluationForOrganizationCommand: StartTelemetryEvaluationForOrganizationCommand_1.StartTelemetryEvaluationForOrganizationCommand,
52
- StopTelemetryEvaluationCommand: StopTelemetryEvaluationCommand_1.StopTelemetryEvaluationCommand,
53
- StopTelemetryEvaluationForOrganizationCommand: StopTelemetryEvaluationForOrganizationCommand_1.StopTelemetryEvaluationForOrganizationCommand,
54
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
55
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
56
- UpdateCentralizationRuleForOrganizationCommand: UpdateCentralizationRuleForOrganizationCommand_1.UpdateCentralizationRuleForOrganizationCommand,
57
- UpdateTelemetryRuleCommand: UpdateTelemetryRuleCommand_1.UpdateTelemetryRuleCommand,
58
- UpdateTelemetryRuleForOrganizationCommand: UpdateTelemetryRuleForOrganizationCommand_1.UpdateTelemetryRuleForOrganizationCommand,
59
- };
60
- class ObservabilityAdmin extends ObservabilityAdminClient_1.ObservabilityAdminClient {
61
- }
62
- exports.ObservabilityAdmin = ObservabilityAdmin;
63
- (0, smithy_client_1.createAggregatedClient)(commands, ObservabilityAdmin);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ObservabilityAdminClient = 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_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
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 httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class ObservabilityAdminClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultObservabilityAdminHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.ObservabilityAdminClient = ObservabilityAdminClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCentralizationRuleForOrganizationCommand = 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 CreateCentralizationRuleForOrganizationCommand 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", "CreateCentralizationRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "CreateCentralizationRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CreateCentralizationRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_CreateCentralizationRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.CreateCentralizationRuleForOrganizationCommand = CreateCentralizationRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTelemetryRuleCommand = 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 CreateTelemetryRuleCommand 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", "CreateTelemetryRule", {})
20
- .n("ObservabilityAdminClient", "CreateTelemetryRuleCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CreateTelemetryRuleCommand)
23
- .de(Aws_restJson1_1.de_CreateTelemetryRuleCommand)
24
- .build() {
25
- }
26
- exports.CreateTelemetryRuleCommand = CreateTelemetryRuleCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTelemetryRuleForOrganizationCommand = 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 CreateTelemetryRuleForOrganizationCommand 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", "CreateTelemetryRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "CreateTelemetryRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CreateTelemetryRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_CreateTelemetryRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.CreateTelemetryRuleForOrganizationCommand = CreateTelemetryRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCentralizationRuleForOrganizationCommand = 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 DeleteCentralizationRuleForOrganizationCommand 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", "DeleteCentralizationRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "DeleteCentralizationRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteCentralizationRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_DeleteCentralizationRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.DeleteCentralizationRuleForOrganizationCommand = DeleteCentralizationRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTelemetryRuleCommand = 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 DeleteTelemetryRuleCommand 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", "DeleteTelemetryRule", {})
20
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteTelemetryRuleCommand)
23
- .de(Aws_restJson1_1.de_DeleteTelemetryRuleCommand)
24
- .build() {
25
- }
26
- exports.DeleteTelemetryRuleCommand = DeleteTelemetryRuleCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTelemetryRuleForOrganizationCommand = 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 DeleteTelemetryRuleForOrganizationCommand 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", "DeleteTelemetryRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "DeleteTelemetryRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_DeleteTelemetryRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_DeleteTelemetryRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.DeleteTelemetryRuleForOrganizationCommand = DeleteTelemetryRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCentralizationRuleForOrganizationCommand = 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 GetCentralizationRuleForOrganizationCommand 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", "GetCentralizationRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "GetCentralizationRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetCentralizationRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_GetCentralizationRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.GetCentralizationRuleForOrganizationCommand = GetCentralizationRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTelemetryEvaluationStatusCommand = 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 GetTelemetryEvaluationStatusCommand 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", "GetTelemetryEvaluationStatus", {})
20
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTelemetryEvaluationStatusCommand)
23
- .de(Aws_restJson1_1.de_GetTelemetryEvaluationStatusCommand)
24
- .build() {
25
- }
26
- exports.GetTelemetryEvaluationStatusCommand = GetTelemetryEvaluationStatusCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTelemetryEvaluationStatusForOrganizationCommand = 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 GetTelemetryEvaluationStatusForOrganizationCommand 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", "GetTelemetryEvaluationStatusForOrganization", {})
20
- .n("ObservabilityAdminClient", "GetTelemetryEvaluationStatusForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTelemetryEvaluationStatusForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_GetTelemetryEvaluationStatusForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.GetTelemetryEvaluationStatusForOrganizationCommand = GetTelemetryEvaluationStatusForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTelemetryRuleCommand = 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 GetTelemetryRuleCommand 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", "GetTelemetryRule", {})
20
- .n("ObservabilityAdminClient", "GetTelemetryRuleCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTelemetryRuleCommand)
23
- .de(Aws_restJson1_1.de_GetTelemetryRuleCommand)
24
- .build() {
25
- }
26
- exports.GetTelemetryRuleCommand = GetTelemetryRuleCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTelemetryRuleForOrganizationCommand = 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 GetTelemetryRuleForOrganizationCommand 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", "GetTelemetryRuleForOrganization", {})
20
- .n("ObservabilityAdminClient", "GetTelemetryRuleForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetTelemetryRuleForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_GetTelemetryRuleForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.GetTelemetryRuleForOrganizationCommand = GetTelemetryRuleForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCentralizationRulesForOrganizationCommand = 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 ListCentralizationRulesForOrganizationCommand 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", "ListCentralizationRulesForOrganization", {})
20
- .n("ObservabilityAdminClient", "ListCentralizationRulesForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListCentralizationRulesForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_ListCentralizationRulesForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.ListCentralizationRulesForOrganizationCommand = ListCentralizationRulesForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourceTelemetryCommand = 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 ListResourceTelemetryCommand 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", "ListResourceTelemetry", {})
20
- .n("ObservabilityAdminClient", "ListResourceTelemetryCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListResourceTelemetryCommand)
23
- .de(Aws_restJson1_1.de_ListResourceTelemetryCommand)
24
- .build() {
25
- }
26
- exports.ListResourceTelemetryCommand = ListResourceTelemetryCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourceTelemetryForOrganizationCommand = 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 ListResourceTelemetryForOrganizationCommand 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", "ListResourceTelemetryForOrganization", {})
20
- .n("ObservabilityAdminClient", "ListResourceTelemetryForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListResourceTelemetryForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_ListResourceTelemetryForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.ListResourceTelemetryForOrganizationCommand = ListResourceTelemetryForOrganizationCommand;
@@ -1,26 +0,0 @@
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_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand 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", "ListTagsForResource", {})
20
- .n("ObservabilityAdminClient", "ListTagsForResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
23
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
24
- .build() {
25
- }
26
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTelemetryRulesCommand = 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 ListTelemetryRulesCommand 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", "ListTelemetryRules", {})
20
- .n("ObservabilityAdminClient", "ListTelemetryRulesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTelemetryRulesCommand)
23
- .de(Aws_restJson1_1.de_ListTelemetryRulesCommand)
24
- .build() {
25
- }
26
- exports.ListTelemetryRulesCommand = ListTelemetryRulesCommand;