@aws-sdk/client-application-signals 3.1076.0 → 3.1078.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 (110) hide show
  1. package/dist-cjs/index.js +41 -305
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchDeleteInstrumentationConfigurationsCommand.js +2 -14
  4. package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +2 -14
  5. package/dist-es/commands/BatchUpdateExclusionWindowsCommand.js +2 -14
  6. package/dist-es/commands/CreateInstrumentationConfigurationCommand.js +2 -14
  7. package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +2 -14
  8. package/dist-es/commands/DeleteGroupingConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteInstrumentationConfigurationCommand.js +2 -14
  10. package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +2 -14
  11. package/dist-es/commands/GetInstrumentationConfigurationCommand.js +2 -14
  12. package/dist-es/commands/GetInstrumentationConfigurationStatusCommand.js +2 -14
  13. package/dist-es/commands/GetServiceCommand.js +2 -14
  14. package/dist-es/commands/GetServiceLevelObjectiveCommand.js +2 -14
  15. package/dist-es/commands/ListAuditFindingsCommand.js +2 -14
  16. package/dist-es/commands/ListEntityEventsCommand.js +2 -14
  17. package/dist-es/commands/ListGroupingAttributeDefinitionsCommand.js +2 -14
  18. package/dist-es/commands/ListInstrumentationConfigurationsCommand.js +2 -14
  19. package/dist-es/commands/ListServiceDependenciesCommand.js +2 -14
  20. package/dist-es/commands/ListServiceDependentsCommand.js +2 -14
  21. package/dist-es/commands/ListServiceLevelObjectiveExclusionWindowsCommand.js +2 -14
  22. package/dist-es/commands/ListServiceLevelObjectivesCommand.js +2 -14
  23. package/dist-es/commands/ListServiceOperationsCommand.js +2 -14
  24. package/dist-es/commands/ListServiceStatesCommand.js +2 -14
  25. package/dist-es/commands/ListServicesCommand.js +2 -14
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  27. package/dist-es/commands/PutGroupingConfigurationCommand.js +2 -14
  28. package/dist-es/commands/ReportInstrumentationConfigurationStatusCommand.js +2 -14
  29. package/dist-es/commands/StartDiscoveryCommand.js +2 -14
  30. package/dist-es/commands/TagResourceCommand.js +2 -14
  31. package/dist-es/commands/UntagResourceCommand.js +2 -14
  32. package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-es/runtimeConfig.browser.js +0 -2
  35. package/dist-es/runtimeConfig.js +1 -2
  36. package/dist-es/runtimeConfig.native.js +0 -2
  37. package/dist-es/runtimeConfig.shared.js +2 -0
  38. package/dist-types/commandBuilder.d.ts +18 -0
  39. package/dist-types/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +3 -8
  40. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +3 -8
  41. package/dist-types/commands/BatchUpdateExclusionWindowsCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateInstrumentationConfigurationCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +3 -8
  44. package/dist-types/commands/DeleteGroupingConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteInstrumentationConfigurationCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +3 -8
  47. package/dist-types/commands/GetInstrumentationConfigurationCommand.d.ts +3 -8
  48. package/dist-types/commands/GetInstrumentationConfigurationStatusCommand.d.ts +3 -8
  49. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  50. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +3 -8
  51. package/dist-types/commands/ListAuditFindingsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListEntityEventsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListGroupingAttributeDefinitionsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListInstrumentationConfigurationsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +3 -8
  56. package/dist-types/commands/ListServiceDependentsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListServiceOperationsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListServiceStatesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/PutGroupingConfigurationCommand.d.ts +3 -8
  64. package/dist-types/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +3 -8
  65. package/dist-types/commands/StartDiscoveryCommand.d.ts +3 -8
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +3 -8
  69. package/dist-types/index.d.ts +1 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  71. package/dist-types/runtimeConfig.d.ts +1 -1
  72. package/dist-types/runtimeConfig.native.d.ts +1 -1
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  75. package/dist-types/ts3.4/commands/BatchDeleteInstrumentationConfigurationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/BatchUpdateExclusionWindowsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateInstrumentationConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DeleteGroupingConfigurationCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DeleteInstrumentationConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetInstrumentationConfigurationStatusCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListAuditFindingsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListEntityEventsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListGroupingAttributeDefinitionsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListInstrumentationConfigurationsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListServiceLevelObjectiveExclusionWindowsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListServiceStatesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/PutGroupingConfigurationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ReportInstrumentationConfigurationStatusCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/index.d.ts +1 -0
  106. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  108. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  110. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { PutGroupingConfigurationInput, PutGroupingConfigurationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutGroupingConfigurationCommandInput extends PutGroupingConfigu
22
19
  export interface PutGroupingConfigurationCommandOutput extends PutGroupingConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PutGroupingConfigurationCommand_base: {
25
- new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutGroupingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutGroupingConfigurationCommandInput, PutGroupingConfigurationCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the grouping configuration for this account. This operation allows you to define custom grouping attributes that determine how services are logically grouped based on telemetry attributes, Amazon Web Services tags, or predefined mappings. These grouping attributes can then be used to organize and filter services in the Application Signals console and APIs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { ReportInstrumentationConfigurationStatusRequest, ReportInstrumentationConfigurationStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ReportInstrumentationConfigurationStatusCommandInput extends Re
22
19
  export interface ReportInstrumentationConfigurationStatusCommandOutput extends ReportInstrumentationConfigurationStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ReportInstrumentationConfigurationStatusCommand_base: {
25
- new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ReportInstrumentationConfigurationStatusCommandInput): import("@smithy/core/client").CommandImpl<ReportInstrumentationConfigurationStatusCommandInput, ReportInstrumentationConfigurationStatusCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Reports the status of one or more instrumentation configurations from SDK instances. Use this to record when configurations become ready, hit errors, become active, or are disabled by limits.</p> <p>Report <code>READY</code>, <code>ERROR</code>, and <code>DISABLED</code> when the status changes. Report <code>ACTIVE</code> periodically (for example, every minute) while instrumentation is running.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { StartDiscoveryInput, StartDiscoveryOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartDiscoveryCommandInput extends StartDiscoveryInput {
22
19
  export interface StartDiscoveryCommandOutput extends StartDiscoveryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartDiscoveryCommand_base: {
25
- new (input: StartDiscoveryCommandInput): import("@smithy/core/client").CommandImpl<StartDiscoveryCommandInput, StartDiscoveryCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartDiscoveryCommandInput]): import("@smithy/core/client").CommandImpl<StartDiscoveryCommandInput, StartDiscoveryCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartDiscoveryCommandInput): import("@smithy/core/client").CommandImpl<StartDiscoveryCommandInput, StartDiscoveryCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [StartDiscoveryCommandInput]): import("@smithy/core/client").CommandImpl<StartDiscoveryCommandInput, StartDiscoveryCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enables this Amazon Web Services account to be able to use CloudWatch Application Signals by creating the <i>AWSServiceRoleForCloudWatchApplicationSignals</i> service-linked role. This service- linked role has the following permissions:</p> <ul> <li> <p> <code>xray:GetServiceGraph</code> </p> </li> <li> <p> <code>logs:StartQuery</code> </p> </li> <li> <p> <code>logs:GetQueryResults</code> </p> </li> <li> <p> <code>cloudwatch:GetMetricData</code> </p> </li> <li> <p> <code>cloudwatch:ListMetrics</code> </p> </li> <li> <p> <code>tag:GetResources</code> </p> </li> <li> <p> <code>autoscaling:DescribeAutoScalingGroups</code> </p> </li> </ul> <p>A service-linked CloudTrail event channel is created to process CloudTrail events and return change event information. This includes last deployment time, userName, eventName, and other event metadata.</p> <p>After completing this step, you still need to instrument your Java and Python applications to send data to Application Signals. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Application-Signals-Enable.html"> Enabling Application Signals</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Assigns one or more tags (key-value pairs) to the specified CloudWatch resource, such as a service level objective.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p> <p>Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.</p> <p>You can use the <code>TagResource</code> action with an alarm that already has tags. If you specify a new tag key for the alarm, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the alarm, the new tag value that you specify replaces the previous value for that tag.</p> <p>You can associate as many as 50 tags with a CloudWatch resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationSignalsClient";
4
2
  import type { UpdateServiceLevelObjectiveInput, UpdateServiceLevelObjectiveOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateServiceLevelObjectiveCommandInput extends UpdateServiceLe
22
19
  export interface UpdateServiceLevelObjectiveCommandOutput extends UpdateServiceLevelObjectiveOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateServiceLevelObjectiveCommand_base: {
25
- new (input: UpdateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput, ApplicationSignalsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateServiceLevelObjectiveCommandInput): import("@smithy/core/client").CommandImpl<UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput, import("..").ApplicationSignalsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing service level objective (SLO). If you omit parameters, the previous values of those parameters are retained. </p> <p>You cannot change from a period-based SLO to a request-based SLO, or change from a request-based SLO to a period-based SLO.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ApplicationSignalsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { ApplicationSignalsClientConfig } from "./ApplicationSignalsClient"
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig)
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ApplicationSignalsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ApplicationSignalsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ApplicationSignalsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ApplicationSignalsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  BatchDeleteInstrumentationConfigurationsRequest,
10
4
  BatchDeleteInstrumentationConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteInstrumentationConfigurationsCommandInput
15
8
  extends BatchDeleteInstrumentationConfigurationsRequest {}
16
9
  export interface BatchDeleteInstrumentationConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const BatchDeleteInstrumentationConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchDeleteInstrumentationConfigurationsCommandInput,
24
17
  BatchDeleteInstrumentationConfigurationsCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchDeleteInstrumentationConfigurationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchDeleteInstrumentationConfigurationsCommandInput,
33
26
  BatchDeleteInstrumentationConfigurationsCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchDeleteInstrumentationConfigurationsCommand extends BatchDeleteInstrumentationConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  BatchGetServiceLevelObjectiveBudgetReportInput,
10
4
  BatchGetServiceLevelObjectiveBudgetReportOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetServiceLevelObjectiveBudgetReportCommandInput
15
8
  extends BatchGetServiceLevelObjectiveBudgetReportInput {}
16
9
  export interface BatchGetServiceLevelObjectiveBudgetReportCommandOutput
@@ -22,22 +15,20 @@ declare const BatchGetServiceLevelObjectiveBudgetReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchGetServiceLevelObjectiveBudgetReportCommandInput,
24
17
  BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchGetServiceLevelObjectiveBudgetReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchGetServiceLevelObjectiveBudgetReportCommandInput,
33
26
  BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchGetServiceLevelObjectiveBudgetReportCommand extends BatchGetServiceLevelObjectiveBudgetReportCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  BatchUpdateExclusionWindowsInput,
10
4
  BatchUpdateExclusionWindowsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchUpdateExclusionWindowsCommandInput
15
8
  extends BatchUpdateExclusionWindowsInput {}
16
9
  export interface BatchUpdateExclusionWindowsCommandOutput
@@ -22,22 +15,20 @@ declare const BatchUpdateExclusionWindowsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchUpdateExclusionWindowsCommandInput,
24
17
  BatchUpdateExclusionWindowsCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchUpdateExclusionWindowsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchUpdateExclusionWindowsCommandInput,
33
26
  BatchUpdateExclusionWindowsCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchUpdateExclusionWindowsCommand extends BatchUpdateExclusionWindowsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  CreateInstrumentationConfigurationRequest,
10
4
  CreateInstrumentationConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateInstrumentationConfigurationCommandInput
15
8
  extends CreateInstrumentationConfigurationRequest {}
16
9
  export interface CreateInstrumentationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateInstrumentationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateInstrumentationConfigurationCommandInput,
24
17
  CreateInstrumentationConfigurationCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateInstrumentationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateInstrumentationConfigurationCommandInput,
33
26
  CreateInstrumentationConfigurationCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateInstrumentationConfigurationCommand extends CreateInstrumentationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  CreateServiceLevelObjectiveInput,
10
4
  CreateServiceLevelObjectiveOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateServiceLevelObjectiveCommandInput
15
8
  extends CreateServiceLevelObjectiveInput {}
16
9
  export interface CreateServiceLevelObjectiveCommandOutput
@@ -22,22 +15,20 @@ declare const CreateServiceLevelObjectiveCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateServiceLevelObjectiveCommandInput,
24
17
  CreateServiceLevelObjectiveCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateServiceLevelObjectiveCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateServiceLevelObjectiveCommandInput,
33
26
  CreateServiceLevelObjectiveCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateServiceLevelObjectiveCommand extends CreateServiceLevelObjectiveCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import { DeleteGroupingConfigurationOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteGroupingConfigurationCommandInput {}
12
5
  export interface DeleteGroupingConfigurationCommandOutput
13
6
  extends DeleteGroupingConfigurationOutput,
@@ -18,22 +11,20 @@ declare const DeleteGroupingConfigurationCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteGroupingConfigurationCommandInput,
20
13
  DeleteGroupingConfigurationCommandOutput,
21
- ApplicationSignalsClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ApplicationSignalsClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [DeleteGroupingConfigurationCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteGroupingConfigurationCommandInput,
29
22
  DeleteGroupingConfigurationCommandOutput,
30
- ApplicationSignalsClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ApplicationSignalsClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteGroupingConfigurationCommand extends DeleteGroupingConfigurationCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ApplicationSignalsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ApplicationSignalsClient";
8
2
  import {
9
3
  DeleteInstrumentationConfigurationRequest,
10
4
  DeleteInstrumentationConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteInstrumentationConfigurationCommandInput
15
8
  extends DeleteInstrumentationConfigurationRequest {}
16
9
  export interface DeleteInstrumentationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteInstrumentationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteInstrumentationConfigurationCommandInput,
24
17
  DeleteInstrumentationConfigurationCommandOutput,
25
- ApplicationSignalsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ApplicationSignalsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteInstrumentationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteInstrumentationConfigurationCommandInput,
33
26
  DeleteInstrumentationConfigurationCommandOutput,
34
- ApplicationSignalsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ApplicationSignalsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteInstrumentationConfigurationCommand extends DeleteInstrumentationConfigurationCommand_base {
43
34
  protected static __types: {