@aws-sdk/client-codeguruprofiler 3.194.0 → 3.197.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 (124) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/CodeGuruProfilerClient.js +11 -8
  3. package/dist-cjs/commands/AddNotificationChannelsCommand.js +10 -0
  4. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +10 -0
  5. package/dist-cjs/commands/ConfigureAgentCommand.js +10 -0
  6. package/dist-cjs/commands/CreateProfilingGroupCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +10 -0
  8. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +10 -0
  9. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +10 -0
  10. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +10 -0
  11. package/dist-cjs/commands/GetPolicyCommand.js +10 -0
  12. package/dist-cjs/commands/GetProfileCommand.js +10 -0
  13. package/dist-cjs/commands/GetRecommendationsCommand.js +10 -0
  14. package/dist-cjs/commands/ListFindingsReportsCommand.js +10 -0
  15. package/dist-cjs/commands/ListProfileTimesCommand.js +10 -0
  16. package/dist-cjs/commands/ListProfilingGroupsCommand.js +10 -0
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  18. package/dist-cjs/commands/PostAgentProfileCommand.js +10 -0
  19. package/dist-cjs/commands/PutPermissionCommand.js +10 -0
  20. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +10 -0
  21. package/dist-cjs/commands/RemovePermissionCommand.js +10 -0
  22. package/dist-cjs/commands/SubmitFeedbackCommand.js +10 -0
  23. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  24. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  25. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +10 -0
  26. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  27. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  28. package/dist-cjs/endpoint/ruleset.js +312 -0
  29. package/dist-cjs/runtimeConfig.shared.js +3 -3
  30. package/dist-es/CodeGuruProfilerClient.js +12 -9
  31. package/dist-es/commands/AddNotificationChannelsCommand.js +10 -0
  32. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +10 -0
  33. package/dist-es/commands/ConfigureAgentCommand.js +10 -0
  34. package/dist-es/commands/CreateProfilingGroupCommand.js +10 -0
  35. package/dist-es/commands/DeleteProfilingGroupCommand.js +10 -0
  36. package/dist-es/commands/DescribeProfilingGroupCommand.js +10 -0
  37. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +10 -0
  38. package/dist-es/commands/GetNotificationConfigurationCommand.js +10 -0
  39. package/dist-es/commands/GetPolicyCommand.js +10 -0
  40. package/dist-es/commands/GetProfileCommand.js +10 -0
  41. package/dist-es/commands/GetRecommendationsCommand.js +10 -0
  42. package/dist-es/commands/ListFindingsReportsCommand.js +10 -0
  43. package/dist-es/commands/ListProfileTimesCommand.js +10 -0
  44. package/dist-es/commands/ListProfilingGroupsCommand.js +10 -0
  45. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  46. package/dist-es/commands/PostAgentProfileCommand.js +10 -0
  47. package/dist-es/commands/PutPermissionCommand.js +10 -0
  48. package/dist-es/commands/RemoveNotificationChannelCommand.js +10 -0
  49. package/dist-es/commands/RemovePermissionCommand.js +10 -0
  50. package/dist-es/commands/SubmitFeedbackCommand.js +10 -0
  51. package/dist-es/commands/TagResourceCommand.js +10 -0
  52. package/dist-es/commands/UntagResourceCommand.js +10 -0
  53. package/dist-es/commands/UpdateProfilingGroupCommand.js +10 -0
  54. package/dist-es/endpoint/EndpointParameters.js +8 -0
  55. package/dist-es/endpoint/endpointResolver.js +8 -0
  56. package/dist-es/endpoint/ruleset.js +309 -0
  57. package/dist-es/runtimeConfig.shared.js +2 -2
  58. package/dist-types/CodeGuruProfilerClient.d.ts +6 -9
  59. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +2 -0
  60. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +2 -0
  61. package/dist-types/commands/ConfigureAgentCommand.d.ts +2 -0
  62. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +2 -0
  63. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +2 -0
  64. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +2 -0
  65. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -0
  66. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +2 -0
  67. package/dist-types/commands/GetPolicyCommand.d.ts +2 -0
  68. package/dist-types/commands/GetProfileCommand.d.ts +2 -0
  69. package/dist-types/commands/GetRecommendationsCommand.d.ts +2 -0
  70. package/dist-types/commands/ListFindingsReportsCommand.d.ts +2 -0
  71. package/dist-types/commands/ListProfileTimesCommand.d.ts +2 -0
  72. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +2 -0
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  74. package/dist-types/commands/PostAgentProfileCommand.d.ts +2 -0
  75. package/dist-types/commands/PutPermissionCommand.d.ts +2 -0
  76. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -0
  77. package/dist-types/commands/RemovePermissionCommand.d.ts +2 -0
  78. package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -0
  79. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  80. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  81. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +2 -0
  82. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  83. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  84. package/dist-types/endpoint/ruleset.d.ts +2 -0
  85. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  86. package/dist-types/runtimeConfig.d.ts +4 -2
  87. package/dist-types/runtimeConfig.native.d.ts +4 -2
  88. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  89. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +15 -8
  90. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +2 -0
  91. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +2 -0
  92. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +2 -0
  93. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +2 -0
  94. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +2 -0
  95. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +2 -0
  96. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -0
  97. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +2 -0
  98. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -0
  99. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +2 -0
  100. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +2 -0
  101. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +2 -0
  102. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +2 -0
  103. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +2 -0
  104. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  105. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +2 -0
  106. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +2 -0
  107. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +2 -0
  108. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -0
  109. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  112. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +2 -0
  113. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
  114. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  115. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  120. package/package.json +28 -26
  121. package/dist-cjs/endpoints.js +0 -132
  122. package/dist-es/endpoints.js +0 -128
  123. package/dist-types/endpoints.d.ts +0 -2
  124. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,10 +1,10 @@
1
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
- import { defaultRegionInfoProvider } from "./endpoints";
2
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
3
3
  export const getRuntimeConfig = (config) => ({
4
4
  apiVersion: "2019-07-18",
5
5
  disableHostPrefix: config?.disableHostPrefix ?? false,
6
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
6
7
  logger: config?.logger ?? {},
7
- regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
8
8
  serviceId: config?.serviceId ?? "CodeGuruProfiler",
9
9
  urlParser: config?.urlParser ?? parseUrl,
10
10
  });
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput } from "./commands/AddNotificationChannelsCommand";
10
11
  import { BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput } from "./commands/BatchGetFrameMetricDataCommand";
11
12
  import { ConfigureAgentCommandInput, ConfigureAgentCommandOutput } from "./commands/ConfigureAgentCommand";
@@ -29,6 +30,7 @@ import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "./comma
29
30
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
31
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
32
  import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "./commands/UpdateProfilingGroupCommand";
33
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
32
34
  export declare type ServiceInputTypes = AddNotificationChannelsCommandInput | BatchGetFrameMetricDataCommandInput | ConfigureAgentCommandInput | CreateProfilingGroupCommandInput | DeleteProfilingGroupCommandInput | DescribeProfilingGroupCommandInput | GetFindingsReportAccountSummaryCommandInput | GetNotificationConfigurationCommandInput | GetPolicyCommandInput | GetProfileCommandInput | GetRecommendationsCommandInput | ListFindingsReportsCommandInput | ListProfileTimesCommandInput | ListProfilingGroupsCommandInput | ListTagsForResourceCommandInput | PostAgentProfileCommandInput | PutPermissionCommandInput | RemoveNotificationChannelCommandInput | RemovePermissionCommandInput | SubmitFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateProfilingGroupCommandInput;
33
35
  export declare type ServiceOutputTypes = AddNotificationChannelsCommandOutput | BatchGetFrameMetricDataCommandOutput | ConfigureAgentCommandOutput | CreateProfilingGroupCommandOutput | DeleteProfilingGroupCommandOutput | DescribeProfilingGroupCommandOutput | GetFindingsReportAccountSummaryCommandOutput | GetNotificationConfigurationCommandOutput | GetPolicyCommandOutput | GetProfileCommandOutput | GetRecommendationsCommandOutput | ListFindingsReportsCommandOutput | ListProfileTimesCommandOutput | ListProfilingGroupsCommandOutput | ListTagsForResourceCommandOutput | PostAgentProfileCommandOutput | PutPermissionCommandOutput | RemoveNotificationChannelCommandOutput | RemovePermissionCommandOutput | SubmitFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateProfilingGroupCommandOutput;
34
36
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -121,11 +123,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
121
123
  * @internal
122
124
  */
123
125
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
124
- /**
125
- * Fetch related hostname, signing name or signing region with given region.
126
- * @internal
127
- */
128
- regionInfoProvider?: RegionInfoProvider;
129
126
  /**
130
127
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
131
128
  * @internal
@@ -136,13 +133,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
136
133
  */
137
134
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
138
135
  }
139
- declare type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
136
+ declare type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
140
137
  /**
141
138
  * The configuration interface of CodeGuruProfilerClient class constructor that set the region, credentials and other options.
142
139
  */
143
140
  export interface CodeGuruProfilerClientConfig extends CodeGuruProfilerClientConfigType {
144
141
  }
145
- declare type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
142
+ declare type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
146
143
  /**
147
144
  * The resolved configuration interface of CodeGuruProfilerClient class. This is resolved and normalized from the {@link CodeGuruProfilerClientConfig | constructor configuration interface}.
148
145
  */
@@ -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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface AddNotificationChannelsCommandOutput extends AddNotificationCha
25
26
  */
26
27
  export declare class AddNotificationChannelsCommand extends $Command<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: AddNotificationChannelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AddNotificationChannelsCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -27,6 +28,7 @@ export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetri
27
28
  */
28
29
  export declare class BatchGetFrameMetricDataCommand extends $Command<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig> {
29
30
  readonly input: BatchGetFrameMetricDataCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: BatchGetFrameMetricDataCommandInput);
31
33
  /**
32
34
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -29,6 +30,7 @@ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __M
29
30
  */
30
31
  export declare class ConfigureAgentCommand extends $Command<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig> {
31
32
  readonly input: ConfigureAgentCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ConfigureAgentCommandInput);
33
35
  /**
34
36
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupR
25
26
  */
26
27
  export declare class CreateProfilingGroupCommand extends $Command<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: CreateProfilingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProfilingGroupCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupR
25
26
  */
26
27
  export declare class DeleteProfilingGroupCommand extends $Command<DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: DeleteProfilingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteProfilingGroupCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -30,6 +31,7 @@ export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGr
30
31
  */
31
32
  export declare class DescribeProfilingGroupCommand extends $Command<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
32
33
  readonly input: DescribeProfilingGroupCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DescribeProfilingGroupCommandInput);
34
36
  /**
35
37
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -31,6 +32,7 @@ export interface GetFindingsReportAccountSummaryCommandOutput extends GetFinding
31
32
  */
32
33
  export declare class GetFindingsReportAccountSummaryCommand extends $Command<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig> {
33
34
  readonly input: GetFindingsReportAccountSummaryCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: GetFindingsReportAccountSummaryCommandInput);
35
37
  /**
36
38
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface GetNotificationConfigurationCommandOutput extends GetNotificati
25
26
  */
26
27
  export declare class GetNotificationConfigurationCommand extends $Command<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: GetNotificationConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetNotificationConfigurationCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -27,6 +28,7 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
27
28
  */
28
29
  export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig> {
29
30
  readonly input: GetPolicyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetPolicyCommandInput);
31
33
  /**
32
34
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -96,6 +97,7 @@ export interface GetProfileCommandOutput extends GetProfileResponse, __MetadataB
96
97
  */
97
98
  export declare class GetProfileCommand extends $Command<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
98
99
  readonly input: GetProfileCommandInput;
100
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
101
  constructor(input: GetProfileCommandInput);
100
102
  /**
101
103
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -36,6 +37,7 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
36
37
  */
37
38
  export declare class GetRecommendationsCommand extends $Command<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
38
39
  readonly input: GetRecommendationsCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: GetRecommendationsCommandInput);
40
42
  /**
41
43
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface ListFindingsReportsCommandOutput extends ListFindingsReportsRes
25
26
  */
26
27
  export declare class ListFindingsReportsCommand extends $Command<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: ListFindingsReportsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListFindingsReportsCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -26,6 +27,7 @@ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse,
26
27
  */
27
28
  export declare class ListProfileTimesCommand extends $Command<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig> {
28
29
  readonly input: ListProfileTimesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListProfileTimesCommandInput);
30
32
  /**
31
33
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -31,6 +32,7 @@ export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsRes
31
32
  */
32
33
  export declare class ListProfilingGroupsCommand extends $Command<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig> {
33
34
  readonly input: ListProfilingGroupsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListProfilingGroupsCommandInput);
35
37
  /**
36
38
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -27,6 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
28
  */
28
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
29
30
  readonly input: ListTagsForResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTagsForResourceCommandInput);
31
33
  /**
32
34
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -31,6 +32,7 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
31
32
  */
32
33
  export declare class PostAgentProfileCommand extends $Command<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
33
34
  readonly input: PostAgentProfileCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: PostAgentProfileCommandInput);
35
37
  /**
36
38
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -50,6 +51,7 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
50
51
  */
51
52
  export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
52
53
  readonly input: PutPermissionCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: PutPermissionCommandInput);
54
56
  /**
55
57
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
25
26
  */
26
27
  export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: RemoveNotificationChannelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RemoveNotificationChannelCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -33,6 +34,7 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
33
34
  */
34
35
  export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
35
36
  readonly input: RemovePermissionCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: RemovePermissionCommandInput);
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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -26,6 +27,7 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
26
27
  */
27
28
  export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig> {
28
29
  readonly input: SubmitFeedbackCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: SubmitFeedbackCommandInput);
30
32
  /**
31
33
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
28
  */
28
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
29
30
  readonly input: TagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: TagResourceCommandInput);
31
33
  /**
32
34
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -27,6 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
27
28
  */
28
29
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
29
30
  readonly input: UntagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UntagResourceCommandInput);
31
33
  /**
32
34
  * @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 { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
@@ -25,6 +26,7 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR
25
26
  */
26
27
  export declare class UpdateProfilingGroupCommand extends $Command<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
27
28
  readonly input: UpdateProfilingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateProfilingGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,19 @@
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, 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> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
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: CodeGuruProfilerClientConfig) =>
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> | 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>)) | 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: CodeGuruProfilerClientConfig) =>
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> | 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>)) | 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: CodeGuruProfilerClientConfig) =>
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").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> | 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 { CodeGuruProfilerClientConfig } from "./CodeGuruProfilerClient";
6
6
  export declare const getRuntimeConfig: (config: CodeGuruProfilerClientConfig) => {
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,
@@ -134,6 +135,11 @@ import {
134
135
  UpdateProfilingGroupCommandInput,
135
136
  UpdateProfilingGroupCommandOutput,
136
137
  } from "./commands/UpdateProfilingGroupCommand";
138
+ import {
139
+ ClientInputEndpointParameters,
140
+ ClientResolvedEndpointParameters,
141
+ EndpointParameters,
142
+ } from "./endpoint/EndpointParameters";
137
143
  export declare type ServiceInputTypes =
138
144
  | AddNotificationChannelsCommandInput
139
145
  | BatchGetFrameMetricDataCommandInput
@@ -203,7 +209,6 @@ export interface ClientDefaults
203
209
  serviceId?: string;
204
210
  region?: string | __Provider<string>;
205
211
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
206
- regionInfoProvider?: RegionInfoProvider;
207
212
  defaultUserAgentProvider?: Provider<__UserAgent>;
208
213
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
209
214
  }
@@ -212,22 +217,24 @@ declare type CodeGuruProfilerClientConfigType = Partial<
212
217
  > &
213
218
  ClientDefaults &
214
219
  RegionInputConfig &
215
- EndpointsInputConfig &
220
+ EndpointInputConfig<EndpointParameters> &
216
221
  RetryInputConfig &
217
222
  HostHeaderInputConfig &
218
223
  AwsAuthInputConfig &
219
- UserAgentInputConfig;
224
+ UserAgentInputConfig &
225
+ ClientInputEndpointParameters;
220
226
  export interface CodeGuruProfilerClientConfig
221
227
  extends CodeGuruProfilerClientConfigType {}
222
228
  declare type CodeGuruProfilerClientResolvedConfigType =
223
229
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
224
230
  Required<ClientDefaults> &
225
231
  RegionResolvedConfig &
226
- EndpointsResolvedConfig &
232
+ EndpointResolvedConfig<EndpointParameters> &
227
233
  RetryResolvedConfig &
228
234
  HostHeaderResolvedConfig &
229
235
  AwsAuthResolvedConfig &
230
- UserAgentResolvedConfig;
236
+ UserAgentResolvedConfig &
237
+ ClientResolvedEndpointParameters;
231
238
  export interface CodeGuruProfilerClientResolvedConfig
232
239
  extends CodeGuruProfilerClientResolvedConfigType {}
233
240
  export declare class CodeGuruProfilerClient 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 AddNotificationChannelsCommand extends $Command<
25
26
  CodeGuruProfilerClientResolvedConfig
26
27
  > {
27
28
  readonly input: AddNotificationChannelsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AddNotificationChannelsCommandInput);
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 BatchGetFrameMetricDataCommand extends $Command<
25
26
  CodeGuruProfilerClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchGetFrameMetricDataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchGetFrameMetricDataCommandInput);
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 ConfigureAgentCommand extends $Command<
24
25
  CodeGuruProfilerClientResolvedConfig
25
26
  > {
26
27
  readonly input: ConfigureAgentCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ConfigureAgentCommandInput);
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 CreateProfilingGroupCommand extends $Command<
25
26
  CodeGuruProfilerClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateProfilingGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProfilingGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,