@aws-sdk/client-servicediscovery 3.191.0 → 3.192.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CreateHttpNamespaceCommand.js +1 -1
- package/dist-cjs/commands/CreatePrivateDnsNamespaceCommand.js +1 -1
- package/dist-cjs/commands/CreatePublicDnsNamespaceCommand.js +1 -1
- package/dist-cjs/commands/CreateServiceCommand.js +1 -1
- package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -1
- package/dist-cjs/commands/DeregisterInstanceCommand.js +1 -1
- package/dist-cjs/commands/DiscoverInstancesCommand.js +1 -1
- package/dist-cjs/commands/GetInstanceCommand.js +1 -1
- package/dist-cjs/commands/GetInstancesHealthStatusCommand.js +1 -1
- package/dist-cjs/commands/GetNamespaceCommand.js +1 -1
- package/dist-cjs/commands/GetOperationCommand.js +1 -1
- package/dist-cjs/commands/GetServiceCommand.js +1 -1
- package/dist-cjs/commands/ListInstancesCommand.js +1 -1
- package/dist-cjs/commands/ListNamespacesCommand.js +1 -1
- package/dist-cjs/commands/ListOperationsCommand.js +1 -1
- package/dist-cjs/commands/ListServicesCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/RegisterInstanceCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateHttpNamespaceCommand.js +1 -1
- package/dist-cjs/commands/UpdateInstanceCustomHealthStatusCommand.js +1 -1
- package/dist-cjs/commands/UpdatePrivateDnsNamespaceCommand.js +1 -1
- package/dist-cjs/commands/UpdatePublicDnsNamespaceCommand.js +1 -1
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -1
- package/dist-es/commands/CreateHttpNamespaceCommand.js +1 -1
- package/dist-es/commands/CreatePrivateDnsNamespaceCommand.js +1 -1
- package/dist-es/commands/CreatePublicDnsNamespaceCommand.js +1 -1
- package/dist-es/commands/CreateServiceCommand.js +1 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-es/commands/DeleteServiceCommand.js +1 -1
- package/dist-es/commands/DeregisterInstanceCommand.js +1 -1
- package/dist-es/commands/DiscoverInstancesCommand.js +1 -1
- package/dist-es/commands/GetInstanceCommand.js +1 -1
- package/dist-es/commands/GetInstancesHealthStatusCommand.js +1 -1
- package/dist-es/commands/GetNamespaceCommand.js +1 -1
- package/dist-es/commands/GetOperationCommand.js +1 -1
- package/dist-es/commands/GetServiceCommand.js +1 -1
- package/dist-es/commands/ListInstancesCommand.js +1 -1
- package/dist-es/commands/ListNamespacesCommand.js +1 -1
- package/dist-es/commands/ListOperationsCommand.js +1 -1
- package/dist-es/commands/ListServicesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/RegisterInstanceCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateHttpNamespaceCommand.js +1 -1
- package/dist-es/commands/UpdateInstanceCustomHealthStatusCommand.js +1 -1
- package/dist-es/commands/UpdatePrivateDnsNamespaceCommand.js +1 -1
- package/dist-es/commands/UpdatePublicDnsNamespaceCommand.js +1 -1
- package/dist-es/commands/UpdateServiceCommand.js +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -2
- package/dist-types/runtimeConfig.d.ts +1 -2
- package/dist-types/runtimeConfig.native.d.ts +1 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -6
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -6
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.192.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.191.0...v3.192.0) (2022-10-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-10-19 ([ec747ca](https://github.com/aws/aws-sdk-js-v3/commit/ec747cabfe8231ff6382ab958ddbefa84a974280))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.191.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.190.0...v3.191.0) (2022-10-18)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -14,7 +14,7 @@ class CreateHttpNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class CreatePrivateDnsNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class CreatePublicDnsNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class CreateServiceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class DeleteNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class DeleteServiceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class DeregisterInstanceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class DiscoverInstancesCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class GetInstanceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class GetInstancesHealthStatusCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class GetNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class GetOperationCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class GetServiceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class ListInstancesCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class ListNamespacesCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class ListOperationsCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class ListServicesCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class RegisterInstanceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UpdateHttpNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UpdateInstanceCustomHealthStatusCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UpdatePrivateDnsNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UpdatePublicDnsNamespaceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -14,7 +14,7 @@ class UpdateServiceCommand extends smithy_client_1.Command {
|
|
|
14
14
|
static getEndpointParameterInstructions() {
|
|
15
15
|
return {
|
|
16
16
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
-
Endpoint: { type: "builtInParams", name: "
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
18
|
Region: { type: "builtInParams", name: "region" },
|
|
19
19
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
20
|
};
|
|
@@ -11,7 +11,7 @@ export class CreateHttpNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class CreatePrivateDnsNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class CreatePublicDnsNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class CreateServiceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class DeleteNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class DeleteServiceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class DeregisterInstanceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class DiscoverInstancesCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class GetInstanceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class GetInstancesHealthStatusCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class GetNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class GetOperationCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class GetServiceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class ListInstancesCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class ListNamespacesCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class ListOperationsCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class ListServicesCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class RegisterInstanceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class TagResourceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UntagResourceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UpdateHttpNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UpdateInstanceCustomHealthStatusCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UpdatePrivateDnsNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UpdatePublicDnsNamespaceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ export class UpdateServiceCommand extends $Command {
|
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
12
12
|
return {
|
|
13
13
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
15
|
Region: { type: "builtInParams", name: "region" },
|
|
16
16
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
17
|
};
|
|
@@ -3,7 +3,7 @@ export interface ClientInputEndpointParameters {
|
|
|
3
3
|
region?: string | Provider<string>;
|
|
4
4
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
5
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
-
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
7
|
}
|
|
8
8
|
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
9
|
defaultSigningName: string;
|
|
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
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> | 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
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -39,5 +39,4 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
40
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
41
41
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
42
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
43
42
|
};
|
|
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
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> | 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
30
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
31
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
32
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -39,5 +39,4 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
39
39
|
signingRegion?: string | undefined;
|
|
40
40
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
41
41
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
42
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
43
42
|
};
|
|
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
27
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
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
29
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
30
|
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
31
|
}) => import("@aws-sdk/types").EndpointV2;
|
|
@@ -38,5 +38,4 @@ export declare const getRuntimeConfig: (config: ServiceDiscoveryClientConfig) =>
|
|
|
38
38
|
signingRegion?: string | undefined;
|
|
39
39
|
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
40
40
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
41
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
42
41
|
};
|
|
@@ -6,7 +6,7 @@ export interface ClientInputEndpointParameters {
|
|
|
6
6
|
region?: string | Provider<string>;
|
|
7
7
|
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
8
|
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
-
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
10
|
}
|
|
11
11
|
export declare type ClientResolvedEndpointParameters =
|
|
12
12
|
ClientInputEndpointParameters & {
|
|
@@ -39,11 +39,14 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
41
|
endpoint?:
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
47
50
|
| undefined;
|
|
48
51
|
endpointProvider: (
|
|
49
52
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -73,5 +76,4 @@ export declare const getRuntimeConfig: (
|
|
|
73
76
|
) => import("@aws-sdk/types").RequestSigner)
|
|
74
77
|
| undefined;
|
|
75
78
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
76
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
77
79
|
};
|
|
@@ -39,11 +39,14 @@ export declare const getRuntimeConfig: (
|
|
|
39
39
|
logger: import("@aws-sdk/types").Logger;
|
|
40
40
|
serviceId: string;
|
|
41
41
|
endpoint?:
|
|
42
|
-
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
42
|
+
| ((
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| import("@aws-sdk/types").EndpointV2
|
|
47
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
48
|
+
) &
|
|
49
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
47
50
|
| undefined;
|
|
48
51
|
endpointProvider: (
|
|
49
52
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -73,5 +76,4 @@ export declare const getRuntimeConfig: (
|
|
|
73
76
|
) => import("@aws-sdk/types").RequestSigner)
|
|
74
77
|
| undefined;
|
|
75
78
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
76
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
77
79
|
};
|
|
@@ -41,10 +41,14 @@ export declare const getRuntimeConfig: (
|
|
|
41
41
|
>;
|
|
42
42
|
endpoint?:
|
|
43
43
|
| string
|
|
44
|
-
| import("@aws-sdk/types").Endpoint
|
|
45
|
-
|
|
46
|
-
| import("@aws-sdk/types").
|
|
47
|
-
|
|
44
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
50
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
51
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
52
|
| undefined;
|
|
49
53
|
endpointProvider: (
|
|
50
54
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -74,5 +78,4 @@ export declare const getRuntimeConfig: (
|
|
|
74
78
|
) => import("@aws-sdk/types").RequestSigner)
|
|
75
79
|
| undefined;
|
|
76
80
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
77
|
-
Endpoint?: string | import("@aws-sdk/types").Provider<string> | undefined;
|
|
78
81
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.192.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.192.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.190.0",
|
|
24
24
|
"@aws-sdk/credential-provider-node": "3.190.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.190.0",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@aws-sdk/middleware-recursion-detection": "3.190.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.190.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.190.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.192.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.190.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.190.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.190.0",
|