@aws-sdk/client-application-signals 3.594.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 (167) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +345 -0
  3. package/dist-cjs/ApplicationSignals.js +41 -0
  4. package/dist-cjs/ApplicationSignalsClient.js +56 -0
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  6. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  7. package/dist-cjs/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +28 -0
  8. package/dist-cjs/commands/CreateServiceLevelObjectiveCommand.js +28 -0
  9. package/dist-cjs/commands/DeleteServiceLevelObjectiveCommand.js +28 -0
  10. package/dist-cjs/commands/GetServiceCommand.js +28 -0
  11. package/dist-cjs/commands/GetServiceLevelObjectiveCommand.js +28 -0
  12. package/dist-cjs/commands/ListServiceDependenciesCommand.js +28 -0
  13. package/dist-cjs/commands/ListServiceDependentsCommand.js +28 -0
  14. package/dist-cjs/commands/ListServiceLevelObjectivesCommand.js +28 -0
  15. package/dist-cjs/commands/ListServiceOperationsCommand.js +28 -0
  16. package/dist-cjs/commands/ListServicesCommand.js +28 -0
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
  18. package/dist-cjs/commands/StartDiscoveryCommand.js +28 -0
  19. package/dist-cjs/commands/TagResourceCommand.js +28 -0
  20. package/dist-cjs/commands/UntagResourceCommand.js +28 -0
  21. package/dist-cjs/commands/UpdateServiceLevelObjectiveCommand.js +28 -0
  22. package/dist-cjs/commands/index.js +18 -0
  23. package/dist-cjs/endpoint/EndpointParameters.js +16 -0
  24. package/dist-cjs/endpoint/endpointResolver.js +14 -0
  25. package/dist-cjs/endpoint/ruleset.js +7 -0
  26. package/dist-cjs/extensionConfiguration.js +2 -0
  27. package/dist-cjs/index.js +11 -0
  28. package/dist-cjs/models/ApplicationSignalsServiceException.js +12 -0
  29. package/dist-cjs/models/index.js +4 -0
  30. package/dist-cjs/models/models_0.js +148 -0
  31. package/dist-cjs/pagination/Interfaces.js +2 -0
  32. package/dist-cjs/pagination/ListServiceDependenciesPaginator.js +7 -0
  33. package/dist-cjs/pagination/ListServiceDependentsPaginator.js +7 -0
  34. package/dist-cjs/pagination/ListServiceLevelObjectivesPaginator.js +7 -0
  35. package/dist-cjs/pagination/ListServiceOperationsPaginator.js +7 -0
  36. package/dist-cjs/pagination/ListServicesPaginator.js +7 -0
  37. package/dist-cjs/pagination/index.js +9 -0
  38. package/dist-cjs/protocols/Aws_restJson1.js +713 -0
  39. package/dist-cjs/runtimeConfig.browser.js +39 -0
  40. package/dist-cjs/runtimeConfig.js +49 -0
  41. package/dist-cjs/runtimeConfig.native.js +15 -0
  42. package/dist-cjs/runtimeConfig.shared.js +34 -0
  43. package/dist-cjs/runtimeExtensions.js +25 -0
  44. package/dist-es/ApplicationSignals.js +37 -0
  45. package/dist-es/ApplicationSignalsClient.js +52 -0
  46. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  47. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  48. package/dist-es/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.js +24 -0
  49. package/dist-es/commands/CreateServiceLevelObjectiveCommand.js +24 -0
  50. package/dist-es/commands/DeleteServiceLevelObjectiveCommand.js +24 -0
  51. package/dist-es/commands/GetServiceCommand.js +24 -0
  52. package/dist-es/commands/GetServiceLevelObjectiveCommand.js +24 -0
  53. package/dist-es/commands/ListServiceDependenciesCommand.js +24 -0
  54. package/dist-es/commands/ListServiceDependentsCommand.js +24 -0
  55. package/dist-es/commands/ListServiceLevelObjectivesCommand.js +24 -0
  56. package/dist-es/commands/ListServiceOperationsCommand.js +24 -0
  57. package/dist-es/commands/ListServicesCommand.js +24 -0
  58. package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
  59. package/dist-es/commands/StartDiscoveryCommand.js +24 -0
  60. package/dist-es/commands/TagResourceCommand.js +24 -0
  61. package/dist-es/commands/UntagResourceCommand.js +24 -0
  62. package/dist-es/commands/UpdateServiceLevelObjectiveCommand.js +24 -0
  63. package/dist-es/commands/index.js +15 -0
  64. package/dist-es/endpoint/EndpointParameters.js +12 -0
  65. package/dist-es/endpoint/endpointResolver.js +10 -0
  66. package/dist-es/endpoint/ruleset.js +4 -0
  67. package/dist-es/extensionConfiguration.js +1 -0
  68. package/dist-es/index.js +6 -0
  69. package/dist-es/models/ApplicationSignalsServiceException.js +8 -0
  70. package/dist-es/models/index.js +1 -0
  71. package/dist-es/models/models_0.js +139 -0
  72. package/dist-es/pagination/Interfaces.js +1 -0
  73. package/dist-es/pagination/ListServiceDependenciesPaginator.js +4 -0
  74. package/dist-es/pagination/ListServiceDependentsPaginator.js +4 -0
  75. package/dist-es/pagination/ListServiceLevelObjectivesPaginator.js +4 -0
  76. package/dist-es/pagination/ListServiceOperationsPaginator.js +4 -0
  77. package/dist-es/pagination/ListServicesPaginator.js +4 -0
  78. package/dist-es/pagination/index.js +6 -0
  79. package/dist-es/protocols/Aws_restJson1.js +680 -0
  80. package/dist-es/runtimeConfig.browser.js +34 -0
  81. package/dist-es/runtimeConfig.js +44 -0
  82. package/dist-es/runtimeConfig.native.js +11 -0
  83. package/dist-es/runtimeConfig.shared.js +30 -0
  84. package/dist-es/runtimeExtensions.js +21 -0
  85. package/dist-types/ApplicationSignals.d.ts +137 -0
  86. package/dist-types/ApplicationSignalsClient.d.ts +206 -0
  87. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  88. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  89. package/dist-types/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +148 -0
  90. package/dist-types/commands/CreateServiceLevelObjectiveCommand.d.ts +252 -0
  91. package/dist-types/commands/DeleteServiceLevelObjectiveCommand.d.ts +67 -0
  92. package/dist-types/commands/GetServiceCommand.d.ts +94 -0
  93. package/dist-types/commands/GetServiceLevelObjectiveCommand.d.ts +126 -0
  94. package/dist-types/commands/ListServiceDependenciesCommand.d.ts +99 -0
  95. package/dist-types/commands/ListServiceDependentsCommand.d.ts +97 -0
  96. package/dist-types/commands/ListServiceLevelObjectivesCommand.d.ts +82 -0
  97. package/dist-types/commands/ListServiceOperationsCommand.d.ts +93 -0
  98. package/dist-types/commands/ListServicesCommand.d.ts +98 -0
  99. package/dist-types/commands/ListTagsForResourceCommand.d.ts +71 -0
  100. package/dist-types/commands/StartDiscoveryCommand.d.ts +108 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +82 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +67 -0
  103. package/dist-types/commands/UpdateServiceLevelObjectiveCommand.d.ts +181 -0
  104. package/dist-types/commands/index.d.ts +15 -0
  105. package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
  106. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  107. package/dist-types/endpoint/ruleset.d.ts +2 -0
  108. package/dist-types/extensionConfiguration.d.ts +9 -0
  109. package/dist-types/index.d.ts +34 -0
  110. package/dist-types/models/ApplicationSignalsServiceException.d.ts +14 -0
  111. package/dist-types/models/index.d.ts +1 -0
  112. package/dist-types/models/models_0.d.ts +2004 -0
  113. package/dist-types/pagination/Interfaces.d.ts +8 -0
  114. package/dist-types/pagination/ListServiceDependenciesPaginator.d.ts +7 -0
  115. package/dist-types/pagination/ListServiceDependentsPaginator.d.ts +7 -0
  116. package/dist-types/pagination/ListServiceLevelObjectivesPaginator.d.ts +7 -0
  117. package/dist-types/pagination/ListServiceOperationsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/ListServicesPaginator.d.ts +7 -0
  119. package/dist-types/pagination/index.d.ts +6 -0
  120. package/dist-types/protocols/Aws_restJson1.d.ts +137 -0
  121. package/dist-types/runtimeConfig.browser.d.ts +45 -0
  122. package/dist-types/runtimeConfig.d.ts +45 -0
  123. package/dist-types/runtimeConfig.native.d.ts +44 -0
  124. package/dist-types/runtimeConfig.shared.d.ts +21 -0
  125. package/dist-types/runtimeExtensions.d.ts +17 -0
  126. package/dist-types/ts3.4/ApplicationSignals.d.ts +270 -0
  127. package/dist-types/ts3.4/ApplicationSignalsClient.d.ts +213 -0
  128. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  129. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  130. package/dist-types/ts3.4/commands/BatchGetServiceLevelObjectiveBudgetReportCommand.d.ts +40 -0
  131. package/dist-types/ts3.4/commands/CreateServiceLevelObjectiveCommand.d.ts +40 -0
  132. package/dist-types/ts3.4/commands/DeleteServiceLevelObjectiveCommand.d.ts +40 -0
  133. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +36 -0
  134. package/dist-types/ts3.4/commands/GetServiceLevelObjectiveCommand.d.ts +40 -0
  135. package/dist-types/ts3.4/commands/ListServiceDependenciesCommand.d.ts +40 -0
  136. package/dist-types/ts3.4/commands/ListServiceDependentsCommand.d.ts +40 -0
  137. package/dist-types/ts3.4/commands/ListServiceLevelObjectivesCommand.d.ts +40 -0
  138. package/dist-types/ts3.4/commands/ListServiceOperationsCommand.d.ts +40 -0
  139. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +36 -0
  140. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +40 -0
  141. package/dist-types/ts3.4/commands/StartDiscoveryCommand.d.ts +36 -0
  142. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
  143. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +39 -0
  144. package/dist-types/ts3.4/commands/UpdateServiceLevelObjectiveCommand.d.ts +40 -0
  145. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  146. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
  147. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  148. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  149. package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  150. package/dist-types/ts3.4/index.d.ts +9 -0
  151. package/dist-types/ts3.4/models/ApplicationSignalsServiceException.d.ts +9 -0
  152. package/dist-types/ts3.4/models/index.d.ts +1 -0
  153. package/dist-types/ts3.4/models/models_0.d.ts +390 -0
  154. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  155. package/dist-types/ts3.4/pagination/ListServiceDependenciesPaginator.d.ts +11 -0
  156. package/dist-types/ts3.4/pagination/ListServiceDependentsPaginator.d.ts +11 -0
  157. package/dist-types/ts3.4/pagination/ListServiceLevelObjectivesPaginator.d.ts +11 -0
  158. package/dist-types/ts3.4/pagination/ListServiceOperationsPaginator.d.ts +11 -0
  159. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -0
  160. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  161. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +185 -0
  162. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +87 -0
  163. package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
  164. package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
  165. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
  166. package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
  167. package/package.json +101 -0
@@ -0,0 +1,8 @@
1
+ import { PaginationConfiguration } from "@smithy/types";
2
+ import { ApplicationSignalsClient } from "../ApplicationSignalsClient";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface ApplicationSignalsPaginationConfiguration extends PaginationConfiguration {
7
+ client: ApplicationSignalsClient;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "../commands/ListServiceDependenciesCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceDependencies: (config: ApplicationSignalsPaginationConfiguration, input: ListServiceDependenciesCommandInput, ...rest: any[]) => Paginator<ListServiceDependenciesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "../commands/ListServiceDependentsCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceDependents: (config: ApplicationSignalsPaginationConfiguration, input: ListServiceDependentsCommandInput, ...rest: any[]) => Paginator<ListServiceDependentsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput } from "../commands/ListServiceLevelObjectivesCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceLevelObjectives: (config: ApplicationSignalsPaginationConfiguration, input: ListServiceLevelObjectivesCommandInput, ...rest: any[]) => Paginator<ListServiceLevelObjectivesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput } from "../commands/ListServiceOperationsCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServiceOperations: (config: ApplicationSignalsPaginationConfiguration, input: ListServiceOperationsCommandInput, ...rest: any[]) => Paginator<ListServiceOperationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
3
+ import { ApplicationSignalsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListServices: (config: ApplicationSignalsPaginationConfiguration, input: ListServicesCommandInput, ...rest: any[]) => Paginator<ListServicesCommandOutput>;
@@ -0,0 +1,6 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListServiceDependenciesPaginator";
3
+ export * from "./ListServiceDependentsPaginator";
4
+ export * from "./ListServiceLevelObjectivesPaginator";
5
+ export * from "./ListServiceOperationsPaginator";
6
+ export * from "./ListServicesPaginator";
@@ -0,0 +1,137 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { BatchGetServiceLevelObjectiveBudgetReportCommandInput, BatchGetServiceLevelObjectiveBudgetReportCommandOutput } from "../commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
4
+ import { CreateServiceLevelObjectiveCommandInput, CreateServiceLevelObjectiveCommandOutput } from "../commands/CreateServiceLevelObjectiveCommand";
5
+ import { DeleteServiceLevelObjectiveCommandInput, DeleteServiceLevelObjectiveCommandOutput } from "../commands/DeleteServiceLevelObjectiveCommand";
6
+ import { GetServiceCommandInput, GetServiceCommandOutput } from "../commands/GetServiceCommand";
7
+ import { GetServiceLevelObjectiveCommandInput, GetServiceLevelObjectiveCommandOutput } from "../commands/GetServiceLevelObjectiveCommand";
8
+ import { ListServiceDependenciesCommandInput, ListServiceDependenciesCommandOutput } from "../commands/ListServiceDependenciesCommand";
9
+ import { ListServiceDependentsCommandInput, ListServiceDependentsCommandOutput } from "../commands/ListServiceDependentsCommand";
10
+ import { ListServiceLevelObjectivesCommandInput, ListServiceLevelObjectivesCommandOutput } from "../commands/ListServiceLevelObjectivesCommand";
11
+ import { ListServiceOperationsCommandInput, ListServiceOperationsCommandOutput } from "../commands/ListServiceOperationsCommand";
12
+ import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
13
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
14
+ import { StartDiscoveryCommandInput, StartDiscoveryCommandOutput } from "../commands/StartDiscoveryCommand";
15
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
16
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
17
+ import { UpdateServiceLevelObjectiveCommandInput, UpdateServiceLevelObjectiveCommandOutput } from "../commands/UpdateServiceLevelObjectiveCommand";
18
+ /**
19
+ * serializeAws_restJson1BatchGetServiceLevelObjectiveBudgetReportCommand
20
+ */
21
+ export declare const se_BatchGetServiceLevelObjectiveBudgetReportCommand: (input: BatchGetServiceLevelObjectiveBudgetReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
+ /**
23
+ * serializeAws_restJson1CreateServiceLevelObjectiveCommand
24
+ */
25
+ export declare const se_CreateServiceLevelObjectiveCommand: (input: CreateServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
+ /**
27
+ * serializeAws_restJson1DeleteServiceLevelObjectiveCommand
28
+ */
29
+ export declare const se_DeleteServiceLevelObjectiveCommand: (input: DeleteServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
+ /**
31
+ * serializeAws_restJson1GetServiceCommand
32
+ */
33
+ export declare const se_GetServiceCommand: (input: GetServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
+ /**
35
+ * serializeAws_restJson1GetServiceLevelObjectiveCommand
36
+ */
37
+ export declare const se_GetServiceLevelObjectiveCommand: (input: GetServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1ListServiceDependenciesCommand
40
+ */
41
+ export declare const se_ListServiceDependenciesCommand: (input: ListServiceDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1ListServiceDependentsCommand
44
+ */
45
+ export declare const se_ListServiceDependentsCommand: (input: ListServiceDependentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1ListServiceLevelObjectivesCommand
48
+ */
49
+ export declare const se_ListServiceLevelObjectivesCommand: (input: ListServiceLevelObjectivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1ListServiceOperationsCommand
52
+ */
53
+ export declare const se_ListServiceOperationsCommand: (input: ListServiceOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1ListServicesCommand
56
+ */
57
+ export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1ListTagsForResourceCommand
60
+ */
61
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1StartDiscoveryCommand
64
+ */
65
+ export declare const se_StartDiscoveryCommand: (input: StartDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1TagResourceCommand
68
+ */
69
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1UntagResourceCommand
72
+ */
73
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1UpdateServiceLevelObjectiveCommand
76
+ */
77
+ export declare const se_UpdateServiceLevelObjectiveCommand: (input: UpdateServiceLevelObjectiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * deserializeAws_restJson1BatchGetServiceLevelObjectiveBudgetReportCommand
80
+ */
81
+ export declare const de_BatchGetServiceLevelObjectiveBudgetReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
82
+ /**
83
+ * deserializeAws_restJson1CreateServiceLevelObjectiveCommand
84
+ */
85
+ export declare const de_CreateServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceLevelObjectiveCommandOutput>;
86
+ /**
87
+ * deserializeAws_restJson1DeleteServiceLevelObjectiveCommand
88
+ */
89
+ export declare const de_DeleteServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceLevelObjectiveCommandOutput>;
90
+ /**
91
+ * deserializeAws_restJson1GetServiceCommand
92
+ */
93
+ export declare const de_GetServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceCommandOutput>;
94
+ /**
95
+ * deserializeAws_restJson1GetServiceLevelObjectiveCommand
96
+ */
97
+ export declare const de_GetServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceLevelObjectiveCommandOutput>;
98
+ /**
99
+ * deserializeAws_restJson1ListServiceDependenciesCommand
100
+ */
101
+ export declare const de_ListServiceDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceDependenciesCommandOutput>;
102
+ /**
103
+ * deserializeAws_restJson1ListServiceDependentsCommand
104
+ */
105
+ export declare const de_ListServiceDependentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceDependentsCommandOutput>;
106
+ /**
107
+ * deserializeAws_restJson1ListServiceLevelObjectivesCommand
108
+ */
109
+ export declare const de_ListServiceLevelObjectivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceLevelObjectivesCommandOutput>;
110
+ /**
111
+ * deserializeAws_restJson1ListServiceOperationsCommand
112
+ */
113
+ export declare const de_ListServiceOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServiceOperationsCommandOutput>;
114
+ /**
115
+ * deserializeAws_restJson1ListServicesCommand
116
+ */
117
+ export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
118
+ /**
119
+ * deserializeAws_restJson1ListTagsForResourceCommand
120
+ */
121
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
122
+ /**
123
+ * deserializeAws_restJson1StartDiscoveryCommand
124
+ */
125
+ export declare const de_StartDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDiscoveryCommandOutput>;
126
+ /**
127
+ * deserializeAws_restJson1TagResourceCommand
128
+ */
129
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
130
+ /**
131
+ * deserializeAws_restJson1UntagResourceCommand
132
+ */
133
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
134
+ /**
135
+ * deserializeAws_restJson1UpdateServiceLevelObjectiveCommand
136
+ */
137
+ export declare const de_UpdateServiceLevelObjectiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceLevelObjectiveCommandOutput>;
@@ -0,0 +1,45 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
+ import { ApplicationSignalsClientConfig } from "./ApplicationSignalsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
+ credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
+ requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
15
+ retryMode: string | import("@smithy/types").Provider<string>;
16
+ sha256: import("@smithy/types").HashConstructor;
17
+ streamCollector: import("@smithy/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ apiVersion: string;
21
+ urlParser: import("@smithy/types").UrlParser;
22
+ base64Decoder: import("@smithy/types").Decoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
+ utf8Decoder: import("@smithy/types").Decoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
+ disableHostPrefix: boolean;
27
+ serviceId: string;
28
+ logger: import("@smithy/types").Logger;
29
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@smithy/types").Logger | undefined;
33
+ }) => import("@smithy/types").EndpointV2;
34
+ tls?: boolean | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
37
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationSignalsHttpAuthSchemeProvider;
39
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
40
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
+ signingEscapePath?: boolean | undefined;
42
+ systemClockOffset?: number | undefined;
43
+ signingRegion?: string | undefined;
44
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
+ };
@@ -0,0 +1,45 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
+ import { ApplicationSignalsClientConfig } from "./ApplicationSignalsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig) => {
7
+ runtime: string;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
+ credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<string>;
14
+ requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ retryMode: string | import("@smithy/types").Provider<string>;
16
+ sha256: import("@smithy/types").HashConstructor;
17
+ streamCollector: import("@smithy/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ apiVersion: string;
21
+ urlParser: import("@smithy/types").UrlParser;
22
+ base64Decoder: import("@smithy/types").Decoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
+ utf8Decoder: import("@smithy/types").Decoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
+ disableHostPrefix: boolean;
27
+ serviceId: string;
28
+ logger: import("@smithy/types").Logger;
29
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@smithy/types").Logger | undefined;
33
+ }) => import("@smithy/types").EndpointV2;
34
+ tls?: boolean | undefined;
35
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
36
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
37
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationSignalsHttpAuthSchemeProvider;
39
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
40
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
41
+ signingEscapePath?: boolean | undefined;
42
+ systemClockOffset?: number | undefined;
43
+ signingRegion?: string | undefined;
44
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
45
+ };
@@ -0,0 +1,44 @@
1
+ import { ApplicationSignalsClientConfig } from "./ApplicationSignalsClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@smithy/types").HashConstructor;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
+ apiVersion: string;
10
+ urlParser: import("@smithy/types").UrlParser;
11
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
+ streamCollector: import("@smithy/types").StreamCollector;
13
+ base64Decoder: import("@smithy/types").Decoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
+ utf8Decoder: import("@smithy/types").Decoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
+ disableHostPrefix: boolean;
18
+ serviceId: string;
19
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
+ region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
+ credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
+ maxAttempts: number | import("@smithy/types").Provider<number>;
25
+ retryMode: string | import("@smithy/types").Provider<string>;
26
+ logger: import("@smithy/types").Logger;
27
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
28
+ defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
29
+ endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
+ tls?: boolean | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
36
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationSignalsHttpAuthSchemeProvider;
38
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
39
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
40
+ signingEscapePath?: boolean | undefined;
41
+ systemClockOffset?: number | undefined;
42
+ signingRegion?: string | undefined;
43
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
44
+ };
@@ -0,0 +1,21 @@
1
+ import { ApplicationSignalsClientConfig } from "./ApplicationSignalsClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: ApplicationSignalsClientConfig) => {
6
+ apiVersion: string;
7
+ base64Decoder: import("@smithy/types").Decoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
+ disableHostPrefix: boolean;
10
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
+ logger?: import("@smithy/types").Logger | undefined;
12
+ }) => import("@smithy/types").EndpointV2;
13
+ extensions: import("./runtimeExtensions").RuntimeExtension[];
14
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationSignalsHttpAuthSchemeProvider;
15
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
+ logger: import("@smithy/types").Logger;
17
+ serviceId: string;
18
+ urlParser: import("@smithy/types").UrlParser;
19
+ utf8Decoder: import("@smithy/types").Decoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
+ };
@@ -0,0 +1,17 @@
1
+ import { ApplicationSignalsExtensionConfiguration } from "./extensionConfiguration";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface RuntimeExtension {
6
+ configure(extensionConfiguration: ApplicationSignalsExtensionConfiguration): void;
7
+ }
8
+ /**
9
+ * @public
10
+ */
11
+ export interface RuntimeExtensionsConfig {
12
+ extensions: RuntimeExtension[];
13
+ }
14
+ /**
15
+ * @internal
16
+ */
17
+ export declare const resolveRuntimeExtensions: (runtimeConfig: any, extensions: RuntimeExtension[]) => any;
@@ -0,0 +1,270 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { ApplicationSignalsClient } from "./ApplicationSignalsClient";
3
+ import {
4
+ BatchGetServiceLevelObjectiveBudgetReportCommandInput,
5
+ BatchGetServiceLevelObjectiveBudgetReportCommandOutput,
6
+ } from "./commands/BatchGetServiceLevelObjectiveBudgetReportCommand";
7
+ import {
8
+ CreateServiceLevelObjectiveCommandInput,
9
+ CreateServiceLevelObjectiveCommandOutput,
10
+ } from "./commands/CreateServiceLevelObjectiveCommand";
11
+ import {
12
+ DeleteServiceLevelObjectiveCommandInput,
13
+ DeleteServiceLevelObjectiveCommandOutput,
14
+ } from "./commands/DeleteServiceLevelObjectiveCommand";
15
+ import {
16
+ GetServiceCommandInput,
17
+ GetServiceCommandOutput,
18
+ } from "./commands/GetServiceCommand";
19
+ import {
20
+ GetServiceLevelObjectiveCommandInput,
21
+ GetServiceLevelObjectiveCommandOutput,
22
+ } from "./commands/GetServiceLevelObjectiveCommand";
23
+ import {
24
+ ListServiceDependenciesCommandInput,
25
+ ListServiceDependenciesCommandOutput,
26
+ } from "./commands/ListServiceDependenciesCommand";
27
+ import {
28
+ ListServiceDependentsCommandInput,
29
+ ListServiceDependentsCommandOutput,
30
+ } from "./commands/ListServiceDependentsCommand";
31
+ import {
32
+ ListServiceLevelObjectivesCommandInput,
33
+ ListServiceLevelObjectivesCommandOutput,
34
+ } from "./commands/ListServiceLevelObjectivesCommand";
35
+ import {
36
+ ListServiceOperationsCommandInput,
37
+ ListServiceOperationsCommandOutput,
38
+ } from "./commands/ListServiceOperationsCommand";
39
+ import {
40
+ ListServicesCommandInput,
41
+ ListServicesCommandOutput,
42
+ } from "./commands/ListServicesCommand";
43
+ import {
44
+ ListTagsForResourceCommandInput,
45
+ ListTagsForResourceCommandOutput,
46
+ } from "./commands/ListTagsForResourceCommand";
47
+ import {
48
+ StartDiscoveryCommandInput,
49
+ StartDiscoveryCommandOutput,
50
+ } from "./commands/StartDiscoveryCommand";
51
+ import {
52
+ TagResourceCommandInput,
53
+ TagResourceCommandOutput,
54
+ } from "./commands/TagResourceCommand";
55
+ import {
56
+ UntagResourceCommandInput,
57
+ UntagResourceCommandOutput,
58
+ } from "./commands/UntagResourceCommand";
59
+ import {
60
+ UpdateServiceLevelObjectiveCommandInput,
61
+ UpdateServiceLevelObjectiveCommandOutput,
62
+ } from "./commands/UpdateServiceLevelObjectiveCommand";
63
+ export interface ApplicationSignals {
64
+ batchGetServiceLevelObjectiveBudgetReport(
65
+ args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
66
+ options?: __HttpHandlerOptions
67
+ ): Promise<BatchGetServiceLevelObjectiveBudgetReportCommandOutput>;
68
+ batchGetServiceLevelObjectiveBudgetReport(
69
+ args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
70
+ cb: (
71
+ err: any,
72
+ data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput
73
+ ) => void
74
+ ): void;
75
+ batchGetServiceLevelObjectiveBudgetReport(
76
+ args: BatchGetServiceLevelObjectiveBudgetReportCommandInput,
77
+ options: __HttpHandlerOptions,
78
+ cb: (
79
+ err: any,
80
+ data?: BatchGetServiceLevelObjectiveBudgetReportCommandOutput
81
+ ) => void
82
+ ): void;
83
+ createServiceLevelObjective(
84
+ args: CreateServiceLevelObjectiveCommandInput,
85
+ options?: __HttpHandlerOptions
86
+ ): Promise<CreateServiceLevelObjectiveCommandOutput>;
87
+ createServiceLevelObjective(
88
+ args: CreateServiceLevelObjectiveCommandInput,
89
+ cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void
90
+ ): void;
91
+ createServiceLevelObjective(
92
+ args: CreateServiceLevelObjectiveCommandInput,
93
+ options: __HttpHandlerOptions,
94
+ cb: (err: any, data?: CreateServiceLevelObjectiveCommandOutput) => void
95
+ ): void;
96
+ deleteServiceLevelObjective(
97
+ args: DeleteServiceLevelObjectiveCommandInput,
98
+ options?: __HttpHandlerOptions
99
+ ): Promise<DeleteServiceLevelObjectiveCommandOutput>;
100
+ deleteServiceLevelObjective(
101
+ args: DeleteServiceLevelObjectiveCommandInput,
102
+ cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void
103
+ ): void;
104
+ deleteServiceLevelObjective(
105
+ args: DeleteServiceLevelObjectiveCommandInput,
106
+ options: __HttpHandlerOptions,
107
+ cb: (err: any, data?: DeleteServiceLevelObjectiveCommandOutput) => void
108
+ ): void;
109
+ getService(
110
+ args: GetServiceCommandInput,
111
+ options?: __HttpHandlerOptions
112
+ ): Promise<GetServiceCommandOutput>;
113
+ getService(
114
+ args: GetServiceCommandInput,
115
+ cb: (err: any, data?: GetServiceCommandOutput) => void
116
+ ): void;
117
+ getService(
118
+ args: GetServiceCommandInput,
119
+ options: __HttpHandlerOptions,
120
+ cb: (err: any, data?: GetServiceCommandOutput) => void
121
+ ): void;
122
+ getServiceLevelObjective(
123
+ args: GetServiceLevelObjectiveCommandInput,
124
+ options?: __HttpHandlerOptions
125
+ ): Promise<GetServiceLevelObjectiveCommandOutput>;
126
+ getServiceLevelObjective(
127
+ args: GetServiceLevelObjectiveCommandInput,
128
+ cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void
129
+ ): void;
130
+ getServiceLevelObjective(
131
+ args: GetServiceLevelObjectiveCommandInput,
132
+ options: __HttpHandlerOptions,
133
+ cb: (err: any, data?: GetServiceLevelObjectiveCommandOutput) => void
134
+ ): void;
135
+ listServiceDependencies(
136
+ args: ListServiceDependenciesCommandInput,
137
+ options?: __HttpHandlerOptions
138
+ ): Promise<ListServiceDependenciesCommandOutput>;
139
+ listServiceDependencies(
140
+ args: ListServiceDependenciesCommandInput,
141
+ cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void
142
+ ): void;
143
+ listServiceDependencies(
144
+ args: ListServiceDependenciesCommandInput,
145
+ options: __HttpHandlerOptions,
146
+ cb: (err: any, data?: ListServiceDependenciesCommandOutput) => void
147
+ ): void;
148
+ listServiceDependents(
149
+ args: ListServiceDependentsCommandInput,
150
+ options?: __HttpHandlerOptions
151
+ ): Promise<ListServiceDependentsCommandOutput>;
152
+ listServiceDependents(
153
+ args: ListServiceDependentsCommandInput,
154
+ cb: (err: any, data?: ListServiceDependentsCommandOutput) => void
155
+ ): void;
156
+ listServiceDependents(
157
+ args: ListServiceDependentsCommandInput,
158
+ options: __HttpHandlerOptions,
159
+ cb: (err: any, data?: ListServiceDependentsCommandOutput) => void
160
+ ): void;
161
+ listServiceLevelObjectives(): Promise<ListServiceLevelObjectivesCommandOutput>;
162
+ listServiceLevelObjectives(
163
+ args: ListServiceLevelObjectivesCommandInput,
164
+ options?: __HttpHandlerOptions
165
+ ): Promise<ListServiceLevelObjectivesCommandOutput>;
166
+ listServiceLevelObjectives(
167
+ args: ListServiceLevelObjectivesCommandInput,
168
+ cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void
169
+ ): void;
170
+ listServiceLevelObjectives(
171
+ args: ListServiceLevelObjectivesCommandInput,
172
+ options: __HttpHandlerOptions,
173
+ cb: (err: any, data?: ListServiceLevelObjectivesCommandOutput) => void
174
+ ): void;
175
+ listServiceOperations(
176
+ args: ListServiceOperationsCommandInput,
177
+ options?: __HttpHandlerOptions
178
+ ): Promise<ListServiceOperationsCommandOutput>;
179
+ listServiceOperations(
180
+ args: ListServiceOperationsCommandInput,
181
+ cb: (err: any, data?: ListServiceOperationsCommandOutput) => void
182
+ ): void;
183
+ listServiceOperations(
184
+ args: ListServiceOperationsCommandInput,
185
+ options: __HttpHandlerOptions,
186
+ cb: (err: any, data?: ListServiceOperationsCommandOutput) => void
187
+ ): void;
188
+ listServices(
189
+ args: ListServicesCommandInput,
190
+ options?: __HttpHandlerOptions
191
+ ): Promise<ListServicesCommandOutput>;
192
+ listServices(
193
+ args: ListServicesCommandInput,
194
+ cb: (err: any, data?: ListServicesCommandOutput) => void
195
+ ): void;
196
+ listServices(
197
+ args: ListServicesCommandInput,
198
+ options: __HttpHandlerOptions,
199
+ cb: (err: any, data?: ListServicesCommandOutput) => void
200
+ ): void;
201
+ listTagsForResource(
202
+ args: ListTagsForResourceCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<ListTagsForResourceCommandOutput>;
205
+ listTagsForResource(
206
+ args: ListTagsForResourceCommandInput,
207
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
208
+ ): void;
209
+ listTagsForResource(
210
+ args: ListTagsForResourceCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
213
+ ): void;
214
+ startDiscovery(): Promise<StartDiscoveryCommandOutput>;
215
+ startDiscovery(
216
+ args: StartDiscoveryCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<StartDiscoveryCommandOutput>;
219
+ startDiscovery(
220
+ args: StartDiscoveryCommandInput,
221
+ cb: (err: any, data?: StartDiscoveryCommandOutput) => void
222
+ ): void;
223
+ startDiscovery(
224
+ args: StartDiscoveryCommandInput,
225
+ options: __HttpHandlerOptions,
226
+ cb: (err: any, data?: StartDiscoveryCommandOutput) => void
227
+ ): void;
228
+ tagResource(
229
+ args: TagResourceCommandInput,
230
+ options?: __HttpHandlerOptions
231
+ ): Promise<TagResourceCommandOutput>;
232
+ tagResource(
233
+ args: TagResourceCommandInput,
234
+ cb: (err: any, data?: TagResourceCommandOutput) => void
235
+ ): void;
236
+ tagResource(
237
+ args: TagResourceCommandInput,
238
+ options: __HttpHandlerOptions,
239
+ cb: (err: any, data?: TagResourceCommandOutput) => void
240
+ ): void;
241
+ untagResource(
242
+ args: UntagResourceCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<UntagResourceCommandOutput>;
245
+ untagResource(
246
+ args: UntagResourceCommandInput,
247
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
248
+ ): void;
249
+ untagResource(
250
+ args: UntagResourceCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
253
+ ): void;
254
+ updateServiceLevelObjective(
255
+ args: UpdateServiceLevelObjectiveCommandInput,
256
+ options?: __HttpHandlerOptions
257
+ ): Promise<UpdateServiceLevelObjectiveCommandOutput>;
258
+ updateServiceLevelObjective(
259
+ args: UpdateServiceLevelObjectiveCommandInput,
260
+ cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void
261
+ ): void;
262
+ updateServiceLevelObjective(
263
+ args: UpdateServiceLevelObjectiveCommandInput,
264
+ options: __HttpHandlerOptions,
265
+ cb: (err: any, data?: UpdateServiceLevelObjectiveCommandOutput) => void
266
+ ): void;
267
+ }
268
+ export declare class ApplicationSignals
269
+ extends ApplicationSignalsClient
270
+ implements ApplicationSignals {}