@aws-sdk/client-amp 3.193.0 → 3.196.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 +19 -0
- package/dist-cjs/AmpClient.js +11 -8
- package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +10 -0
- package/dist-cjs/commands/CreateWorkspaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +10 -0
- package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +10 -0
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +10 -0
- package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWorkspacesCommand.js +10 -0
- package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/AmpClient.js +12 -9
- package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +10 -0
- package/dist-es/commands/CreateLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +10 -0
- package/dist-es/commands/CreateWorkspaceCommand.js +10 -0
- package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +10 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +10 -0
- package/dist-es/commands/DeleteWorkspaceCommand.js +10 -0
- package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +10 -0
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +10 -0
- package/dist-es/commands/DescribeWorkspaceCommand.js +10 -0
- package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWorkspacesCommand.js +10 -0
- package/dist-es/commands/PutAlertManagerDefinitionCommand.js +10 -0
- package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateWorkspaceAliasCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/AmpClient.d.ts +6 -9
- package/dist-types/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -0
- package/dist-types/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -0
- package/dist-types/commands/PutAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkspaceAliasCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/AmpClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- 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 {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
AmpClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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 ListWorkspacesCommand extends $Command<
|
|
|
24
25
|
AmpClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListWorkspacesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListWorkspacesCommandInput);
|
|
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 PutAlertManagerDefinitionCommand extends $Command<
|
|
|
25
26
|
AmpClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutAlertManagerDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutAlertManagerDefinitionCommandInput);
|
|
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 PutRuleGroupsNamespaceCommand extends $Command<
|
|
|
25
26
|
AmpClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutRuleGroupsNamespaceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutRuleGroupsNamespaceCommandInput);
|
|
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 TagResourceCommand extends $Command<
|
|
|
21
22
|
AmpClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
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 UntagResourceCommand extends $Command<
|
|
|
24
25
|
AmpClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
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 UpdateLoggingConfigurationCommand extends $Command<
|
|
|
25
26
|
AmpClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: UpdateLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateLoggingConfigurationCommandInput);
|
|
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,
|
|
@@ -20,6 +21,7 @@ export declare class UpdateWorkspaceAliasCommand extends $Command<
|
|
|
20
21
|
AmpClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: UpdateWorkspaceAliasCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: UpdateWorkspaceAliasCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
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
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { AmpClientConfig } from "./AmpClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: AmpClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amp",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.196.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,13 +19,14 @@
|
|
|
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.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {};
|
|
6
|
-
const partitionHash = {
|
|
7
|
-
aws: {
|
|
8
|
-
regions: [
|
|
9
|
-
"af-south-1",
|
|
10
|
-
"ap-east-1",
|
|
11
|
-
"ap-northeast-1",
|
|
12
|
-
"ap-northeast-2",
|
|
13
|
-
"ap-northeast-3",
|
|
14
|
-
"ap-south-1",
|
|
15
|
-
"ap-southeast-1",
|
|
16
|
-
"ap-southeast-2",
|
|
17
|
-
"ap-southeast-3",
|
|
18
|
-
"ca-central-1",
|
|
19
|
-
"eu-central-1",
|
|
20
|
-
"eu-north-1",
|
|
21
|
-
"eu-south-1",
|
|
22
|
-
"eu-west-1",
|
|
23
|
-
"eu-west-2",
|
|
24
|
-
"eu-west-3",
|
|
25
|
-
"me-central-1",
|
|
26
|
-
"me-south-1",
|
|
27
|
-
"sa-east-1",
|
|
28
|
-
"us-east-1",
|
|
29
|
-
"us-east-2",
|
|
30
|
-
"us-west-1",
|
|
31
|
-
"us-west-2",
|
|
32
|
-
],
|
|
33
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
34
|
-
variants: [
|
|
35
|
-
{
|
|
36
|
-
hostname: "aps.{region}.amazonaws.com",
|
|
37
|
-
tags: [],
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
hostname: "aps-fips.{region}.amazonaws.com",
|
|
41
|
-
tags: ["fips"],
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
hostname: "aps-fips.{region}.api.aws",
|
|
45
|
-
tags: ["dualstack", "fips"],
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
hostname: "aps.{region}.api.aws",
|
|
49
|
-
tags: ["dualstack"],
|
|
50
|
-
},
|
|
51
|
-
],
|
|
52
|
-
},
|
|
53
|
-
"aws-cn": {
|
|
54
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
55
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
56
|
-
variants: [
|
|
57
|
-
{
|
|
58
|
-
hostname: "aps.{region}.amazonaws.com.cn",
|
|
59
|
-
tags: [],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
hostname: "aps-fips.{region}.amazonaws.com.cn",
|
|
63
|
-
tags: ["fips"],
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
hostname: "aps-fips.{region}.api.amazonwebservices.com.cn",
|
|
67
|
-
tags: ["dualstack", "fips"],
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
hostname: "aps.{region}.api.amazonwebservices.com.cn",
|
|
71
|
-
tags: ["dualstack"],
|
|
72
|
-
},
|
|
73
|
-
],
|
|
74
|
-
},
|
|
75
|
-
"aws-iso": {
|
|
76
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
77
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
78
|
-
variants: [
|
|
79
|
-
{
|
|
80
|
-
hostname: "aps.{region}.c2s.ic.gov",
|
|
81
|
-
tags: [],
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
hostname: "aps-fips.{region}.c2s.ic.gov",
|
|
85
|
-
tags: ["fips"],
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
},
|
|
89
|
-
"aws-iso-b": {
|
|
90
|
-
regions: ["us-isob-east-1"],
|
|
91
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
92
|
-
variants: [
|
|
93
|
-
{
|
|
94
|
-
hostname: "aps.{region}.sc2s.sgov.gov",
|
|
95
|
-
tags: [],
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
hostname: "aps-fips.{region}.sc2s.sgov.gov",
|
|
99
|
-
tags: ["fips"],
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
},
|
|
103
|
-
"aws-us-gov": {
|
|
104
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
105
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
106
|
-
variants: [
|
|
107
|
-
{
|
|
108
|
-
hostname: "aps.{region}.amazonaws.com",
|
|
109
|
-
tags: [],
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
hostname: "aps-fips.{region}.amazonaws.com",
|
|
113
|
-
tags: ["fips"],
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
hostname: "aps-fips.{region}.api.aws",
|
|
117
|
-
tags: ["dualstack", "fips"],
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
hostname: "aps.{region}.api.aws",
|
|
121
|
-
tags: ["dualstack"],
|
|
122
|
-
},
|
|
123
|
-
],
|
|
124
|
-
},
|
|
125
|
-
};
|
|
126
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
127
|
-
...options,
|
|
128
|
-
signingService: "aps",
|
|
129
|
-
regionHash,
|
|
130
|
-
partitionHash,
|
|
131
|
-
});
|
|
132
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {};
|
|
3
|
-
const partitionHash = {
|
|
4
|
-
aws: {
|
|
5
|
-
regions: [
|
|
6
|
-
"af-south-1",
|
|
7
|
-
"ap-east-1",
|
|
8
|
-
"ap-northeast-1",
|
|
9
|
-
"ap-northeast-2",
|
|
10
|
-
"ap-northeast-3",
|
|
11
|
-
"ap-south-1",
|
|
12
|
-
"ap-southeast-1",
|
|
13
|
-
"ap-southeast-2",
|
|
14
|
-
"ap-southeast-3",
|
|
15
|
-
"ca-central-1",
|
|
16
|
-
"eu-central-1",
|
|
17
|
-
"eu-north-1",
|
|
18
|
-
"eu-south-1",
|
|
19
|
-
"eu-west-1",
|
|
20
|
-
"eu-west-2",
|
|
21
|
-
"eu-west-3",
|
|
22
|
-
"me-central-1",
|
|
23
|
-
"me-south-1",
|
|
24
|
-
"sa-east-1",
|
|
25
|
-
"us-east-1",
|
|
26
|
-
"us-east-2",
|
|
27
|
-
"us-west-1",
|
|
28
|
-
"us-west-2",
|
|
29
|
-
],
|
|
30
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
31
|
-
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "aps.{region}.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
hostname: "aps-fips.{region}.amazonaws.com",
|
|
38
|
-
tags: ["fips"],
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
hostname: "aps-fips.{region}.api.aws",
|
|
42
|
-
tags: ["dualstack", "fips"],
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
hostname: "aps.{region}.api.aws",
|
|
46
|
-
tags: ["dualstack"],
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
},
|
|
50
|
-
"aws-cn": {
|
|
51
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
52
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
53
|
-
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "aps.{region}.amazonaws.com.cn",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
hostname: "aps-fips.{region}.amazonaws.com.cn",
|
|
60
|
-
tags: ["fips"],
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
hostname: "aps-fips.{region}.api.amazonwebservices.com.cn",
|
|
64
|
-
tags: ["dualstack", "fips"],
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
hostname: "aps.{region}.api.amazonwebservices.com.cn",
|
|
68
|
-
tags: ["dualstack"],
|
|
69
|
-
},
|
|
70
|
-
],
|
|
71
|
-
},
|
|
72
|
-
"aws-iso": {
|
|
73
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
74
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
75
|
-
variants: [
|
|
76
|
-
{
|
|
77
|
-
hostname: "aps.{region}.c2s.ic.gov",
|
|
78
|
-
tags: [],
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
hostname: "aps-fips.{region}.c2s.ic.gov",
|
|
82
|
-
tags: ["fips"],
|
|
83
|
-
},
|
|
84
|
-
],
|
|
85
|
-
},
|
|
86
|
-
"aws-iso-b": {
|
|
87
|
-
regions: ["us-isob-east-1"],
|
|
88
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
89
|
-
variants: [
|
|
90
|
-
{
|
|
91
|
-
hostname: "aps.{region}.sc2s.sgov.gov",
|
|
92
|
-
tags: [],
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
hostname: "aps-fips.{region}.sc2s.sgov.gov",
|
|
96
|
-
tags: ["fips"],
|
|
97
|
-
},
|
|
98
|
-
],
|
|
99
|
-
},
|
|
100
|
-
"aws-us-gov": {
|
|
101
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
102
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
103
|
-
variants: [
|
|
104
|
-
{
|
|
105
|
-
hostname: "aps.{region}.amazonaws.com",
|
|
106
|
-
tags: [],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
hostname: "aps-fips.{region}.amazonaws.com",
|
|
110
|
-
tags: ["fips"],
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
hostname: "aps-fips.{region}.api.aws",
|
|
114
|
-
tags: ["dualstack", "fips"],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "aps.{region}.api.aws",
|
|
118
|
-
tags: ["dualstack"],
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
};
|
|
123
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
124
|
-
...options,
|
|
125
|
-
signingService: "aps",
|
|
126
|
-
regionHash,
|
|
127
|
-
partitionHash,
|
|
128
|
-
});
|