@aws-sdk/client-application-discovery-service 3.193.0 → 3.195.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 (132) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ApplicationDiscoveryServiceClient.js +11 -8
  3. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +10 -0
  4. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +10 -0
  5. package/dist-cjs/commands/CreateApplicationCommand.js +10 -0
  6. package/dist-cjs/commands/CreateTagsCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteApplicationsCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
  9. package/dist-cjs/commands/DescribeAgentsCommand.js +10 -0
  10. package/dist-cjs/commands/DescribeConfigurationsCommand.js +10 -0
  11. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeExportTasksCommand.js +10 -0
  14. package/dist-cjs/commands/DescribeImportTasksCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
  16. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +10 -0
  17. package/dist-cjs/commands/ExportConfigurationsCommand.js +10 -0
  18. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +10 -0
  19. package/dist-cjs/commands/ListConfigurationsCommand.js +10 -0
  20. package/dist-cjs/commands/ListServerNeighborsCommand.js +10 -0
  21. package/dist-cjs/commands/StartContinuousExportCommand.js +10 -0
  22. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +10 -0
  23. package/dist-cjs/commands/StartExportTaskCommand.js +10 -0
  24. package/dist-cjs/commands/StartImportTaskCommand.js +10 -0
  25. package/dist-cjs/commands/StopContinuousExportCommand.js +10 -0
  26. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +10 -0
  27. package/dist-cjs/commands/UpdateApplicationCommand.js +10 -0
  28. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  29. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  30. package/dist-cjs/endpoint/ruleset.js +318 -0
  31. package/dist-cjs/runtimeConfig.shared.js +3 -3
  32. package/dist-es/ApplicationDiscoveryServiceClient.js +12 -9
  33. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +10 -0
  34. package/dist-es/commands/BatchDeleteImportDataCommand.js +10 -0
  35. package/dist-es/commands/CreateApplicationCommand.js +10 -0
  36. package/dist-es/commands/CreateTagsCommand.js +10 -0
  37. package/dist-es/commands/DeleteApplicationsCommand.js +10 -0
  38. package/dist-es/commands/DeleteTagsCommand.js +10 -0
  39. package/dist-es/commands/DescribeAgentsCommand.js +10 -0
  40. package/dist-es/commands/DescribeConfigurationsCommand.js +10 -0
  41. package/dist-es/commands/DescribeContinuousExportsCommand.js +10 -0
  42. package/dist-es/commands/DescribeExportConfigurationsCommand.js +10 -0
  43. package/dist-es/commands/DescribeExportTasksCommand.js +10 -0
  44. package/dist-es/commands/DescribeImportTasksCommand.js +10 -0
  45. package/dist-es/commands/DescribeTagsCommand.js +10 -0
  46. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +10 -0
  47. package/dist-es/commands/ExportConfigurationsCommand.js +10 -0
  48. package/dist-es/commands/GetDiscoverySummaryCommand.js +10 -0
  49. package/dist-es/commands/ListConfigurationsCommand.js +10 -0
  50. package/dist-es/commands/ListServerNeighborsCommand.js +10 -0
  51. package/dist-es/commands/StartContinuousExportCommand.js +10 -0
  52. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +10 -0
  53. package/dist-es/commands/StartExportTaskCommand.js +10 -0
  54. package/dist-es/commands/StartImportTaskCommand.js +10 -0
  55. package/dist-es/commands/StopContinuousExportCommand.js +10 -0
  56. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +10 -0
  57. package/dist-es/commands/UpdateApplicationCommand.js +10 -0
  58. package/dist-es/endpoint/EndpointParameters.js +8 -0
  59. package/dist-es/endpoint/endpointResolver.js +8 -0
  60. package/dist-es/endpoint/ruleset.js +315 -0
  61. package/dist-es/runtimeConfig.shared.js +2 -2
  62. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +6 -9
  63. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -0
  64. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -0
  65. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
  66. package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
  67. package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -0
  68. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
  69. package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -0
  70. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -0
  71. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -0
  72. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +2 -0
  73. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
  74. package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -0
  75. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
  76. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -0
  77. package/dist-types/commands/ExportConfigurationsCommand.d.ts +2 -0
  78. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -0
  79. package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -0
  80. package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -0
  81. package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -0
  82. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -0
  83. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -0
  84. package/dist-types/commands/StartImportTaskCommand.d.ts +2 -0
  85. package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -0
  86. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -0
  87. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
  88. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  89. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  90. package/dist-types/endpoint/ruleset.d.ts +2 -0
  91. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  92. package/dist-types/runtimeConfig.d.ts +4 -2
  93. package/dist-types/runtimeConfig.native.d.ts +4 -2
  94. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  95. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +15 -8
  96. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -0
  97. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +2 -0
  98. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -0
  99. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
  100. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +2 -0
  101. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
  102. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +2 -0
  103. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +2 -0
  104. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +2 -0
  105. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +2 -0
  106. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +2 -0
  107. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +2 -0
  108. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
  109. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -0
  110. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +2 -0
  111. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +2 -0
  112. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +2 -0
  113. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +2 -0
  114. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +2 -0
  115. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -0
  116. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +2 -0
  117. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +2 -0
  118. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +2 -0
  119. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -0
  120. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -0
  121. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  122. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  123. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  124. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  125. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  126. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  127. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  128. package/package.json +4 -2
  129. package/dist-cjs/endpoints.js +0 -132
  130. package/dist-es/endpoints.js +0 -128
  131. package/dist-types/endpoints.d.ts +0 -2
  132. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -25,6 +26,7 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
25
26
  */
26
27
  export declare class StartContinuousExportCommand extends $Command<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
27
28
  readonly input: StartContinuousExportCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartContinuousExportCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -25,6 +26,7 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
25
26
  */
26
27
  export declare class StartDataCollectionByAgentIdsCommand extends $Command<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
27
28
  readonly input: StartDataCollectionByAgentIdsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartDataCollectionByAgentIdsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -33,6 +34,7 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
33
34
  */
34
35
  export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
35
36
  readonly input: StartExportTaskCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: StartExportTaskCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -60,6 +61,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
60
61
  */
61
62
  export declare class StartImportTaskCommand extends $Command<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
62
63
  readonly input: StartImportTaskCommandInput;
64
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
65
  constructor(input: StartImportTaskCommandInput);
64
66
  /**
65
67
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -25,6 +26,7 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR
25
26
  */
26
27
  export declare class StopContinuousExportCommand extends $Command<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
27
28
  readonly input: StopContinuousExportCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopContinuousExportCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -25,6 +26,7 @@ export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
25
26
  */
26
27
  export declare class StopDataCollectionByAgentIdsCommand extends $Command<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
27
28
  readonly input: StopDataCollectionByAgentIdsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopDataCollectionByAgentIdsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
@@ -25,6 +26,7 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
25
26
  */
26
27
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
27
28
  readonly input: UpdateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryS
6
6
  export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -142,6 +143,11 @@ import {
142
143
  UpdateApplicationCommandInput,
143
144
  UpdateApplicationCommandOutput,
144
145
  } from "./commands/UpdateApplicationCommand";
146
+ import {
147
+ ClientInputEndpointParameters,
148
+ ClientResolvedEndpointParameters,
149
+ EndpointParameters,
150
+ } from "./endpoint/EndpointParameters";
145
151
  export declare type ServiceInputTypes =
146
152
  | AssociateConfigurationItemsToApplicationCommandInput
147
153
  | BatchDeleteImportDataCommandInput
@@ -215,7 +221,6 @@ export interface ClientDefaults
215
221
  serviceId?: string;
216
222
  region?: string | __Provider<string>;
217
223
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
218
- regionInfoProvider?: RegionInfoProvider;
219
224
  defaultUserAgentProvider?: Provider<__UserAgent>;
220
225
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
221
226
  }
@@ -224,22 +229,24 @@ declare type ApplicationDiscoveryServiceClientConfigType = Partial<
224
229
  > &
225
230
  ClientDefaults &
226
231
  RegionInputConfig &
227
- EndpointsInputConfig &
232
+ EndpointInputConfig<EndpointParameters> &
228
233
  RetryInputConfig &
229
234
  HostHeaderInputConfig &
230
235
  AwsAuthInputConfig &
231
- UserAgentInputConfig;
236
+ UserAgentInputConfig &
237
+ ClientInputEndpointParameters;
232
238
  export interface ApplicationDiscoveryServiceClientConfig
233
239
  extends ApplicationDiscoveryServiceClientConfigType {}
234
240
  declare type ApplicationDiscoveryServiceClientResolvedConfigType =
235
241
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
236
242
  Required<ClientDefaults> &
237
243
  RegionResolvedConfig &
238
- EndpointsResolvedConfig &
244
+ EndpointResolvedConfig<EndpointParameters> &
239
245
  RetryResolvedConfig &
240
246
  HostHeaderResolvedConfig &
241
247
  AwsAuthResolvedConfig &
242
- UserAgentResolvedConfig;
248
+ UserAgentResolvedConfig &
249
+ ClientResolvedEndpointParameters;
243
250
  export interface ApplicationDiscoveryServiceClientResolvedConfig
244
251
  extends ApplicationDiscoveryServiceClientResolvedConfigType {}
245
252
  export declare class ApplicationDiscoveryServiceClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateConfigurationItemsToApplicationCommand extends $Co
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateConfigurationItemsToApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateConfigurationItemsToApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class BatchDeleteImportDataCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchDeleteImportDataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchDeleteImportDataCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateApplicationCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateTagsCommand extends $Command<
21
22
  ApplicationDiscoveryServiceClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateTagsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateTagsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteApplicationsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteApplicationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteApplicationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteTagsCommand extends $Command<
21
22
  ApplicationDiscoveryServiceClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteTagsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteTagsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeAgentsCommand extends $Command<
24
25
  ApplicationDiscoveryServiceClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeAgentsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeAgentsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeConfigurationsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeContinuousExportsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeContinuousExportsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeContinuousExportsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeExportConfigurationsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeExportConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeExportConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeExportTasksCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeExportTasksCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeExportTasksCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeImportTasksCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeImportTasksCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeImportTasksCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DescribeTagsCommand extends $Command<
21
22
  ApplicationDiscoveryServiceClientResolvedConfig
22
23
  > {
23
24
  readonly input: DescribeTagsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DescribeTagsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateConfigurationItemsFromApplicationCommand extend
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ExportConfigurationsCommand extends $Command<
21
22
  ApplicationDiscoveryServiceClientResolvedConfig
22
23
  > {
23
24
  readonly input: ExportConfigurationsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ExportConfigurationsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetDiscoverySummaryCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetDiscoverySummaryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDiscoverySummaryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListConfigurationsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListServerNeighborsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListServerNeighborsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListServerNeighborsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StartContinuousExportCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: StartContinuousExportCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartContinuousExportCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StartDataCollectionByAgentIdsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: StartDataCollectionByAgentIdsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartDataCollectionByAgentIdsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class StartExportTaskCommand extends $Command<
24
25
  ApplicationDiscoveryServiceClientResolvedConfig
25
26
  > {
26
27
  readonly input: StartExportTaskCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: StartExportTaskCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class StartImportTaskCommand extends $Command<
24
25
  ApplicationDiscoveryServiceClientResolvedConfig
25
26
  > {
26
27
  readonly input: StartImportTaskCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: StartImportTaskCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StopContinuousExportCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: StopContinuousExportCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopContinuousExportCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class StopDataCollectionByAgentIdsCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: StopDataCollectionByAgentIdsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopDataCollectionByAgentIdsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateApplicationCommand extends $Command<
25
26
  ApplicationDiscoveryServiceClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }