@aws-sdk/client-health 3.194.0 → 3.195.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/HealthClient.js +11 -8
  3. package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js +10 -0
  4. package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +10 -0
  5. package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +10 -0
  6. package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +10 -0
  7. package/dist-cjs/commands/DescribeEventAggregatesCommand.js +10 -0
  8. package/dist-cjs/commands/DescribeEventDetailsCommand.js +10 -0
  9. package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +10 -0
  10. package/dist-cjs/commands/DescribeEventTypesCommand.js +10 -0
  11. package/dist-cjs/commands/DescribeEventsCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +10 -0
  14. package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js +10 -0
  15. package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js +10 -0
  16. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  17. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  18. package/dist-cjs/endpoint/ruleset.js +864 -0
  19. package/dist-cjs/runtimeConfig.shared.js +3 -3
  20. package/dist-es/HealthClient.js +12 -9
  21. package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +10 -0
  22. package/dist-es/commands/DescribeAffectedEntitiesCommand.js +10 -0
  23. package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +10 -0
  24. package/dist-es/commands/DescribeEntityAggregatesCommand.js +10 -0
  25. package/dist-es/commands/DescribeEventAggregatesCommand.js +10 -0
  26. package/dist-es/commands/DescribeEventDetailsCommand.js +10 -0
  27. package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +10 -0
  28. package/dist-es/commands/DescribeEventTypesCommand.js +10 -0
  29. package/dist-es/commands/DescribeEventsCommand.js +10 -0
  30. package/dist-es/commands/DescribeEventsForOrganizationCommand.js +10 -0
  31. package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +10 -0
  32. package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +10 -0
  33. package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +10 -0
  34. package/dist-es/endpoint/EndpointParameters.js +8 -0
  35. package/dist-es/endpoint/endpointResolver.js +8 -0
  36. package/dist-es/endpoint/ruleset.js +861 -0
  37. package/dist-es/runtimeConfig.shared.js +2 -2
  38. package/dist-types/HealthClient.d.ts +6 -9
  39. package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -0
  40. package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +2 -0
  41. package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -0
  42. package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +2 -0
  43. package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +2 -0
  44. package/dist-types/commands/DescribeEventDetailsCommand.d.ts +2 -0
  45. package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -0
  46. package/dist-types/commands/DescribeEventTypesCommand.d.ts +2 -0
  47. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
  48. package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +2 -0
  49. package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -0
  50. package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -0
  51. package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -0
  52. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  53. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  54. package/dist-types/endpoint/ruleset.d.ts +2 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  56. package/dist-types/runtimeConfig.d.ts +4 -2
  57. package/dist-types/runtimeConfig.native.d.ts +4 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  59. package/dist-types/ts3.4/HealthClient.d.ts +15 -8
  60. package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -0
  61. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +2 -0
  62. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -0
  63. package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +2 -0
  64. package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +2 -0
  65. package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +2 -0
  66. package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -0
  67. package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +2 -0
  68. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -0
  69. package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +2 -0
  70. package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -0
  71. package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -0
  72. package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -0
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  74. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  75. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  80. package/package.json +3 -1
  81. package/dist-cjs/endpoints.js +0 -155
  82. package/dist-es/endpoints.js +0 -151
  83. package/dist-types/endpoints.d.ts +0 -2
  84. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
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
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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: HealthClientConfig) => {
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
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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: HealthClientConfig) => {
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: HealthClientConfig) => {
40
39
  >;
41
40
  endpoint?:
42
41
  | string
43
- | import("@aws-sdk/types").Endpoint
44
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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 { HealthClientConfig } from "./HealthClient";
3
3
  export declare const getRuntimeConfig: (config: HealthClientConfig) => {
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-health",
3
3
  "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
4
- "version": "3.194.0",
4
+ "version": "3.195.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",
@@ -26,6 +26,7 @@
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.194.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",
@@ -1,155 +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
- "aws-cn-global": {
7
- variants: [
8
- {
9
- hostname: "global.health.amazonaws.com.cn",
10
- tags: [],
11
- },
12
- ],
13
- signingRegion: "cn-northwest-1",
14
- },
15
- "aws-global": {
16
- variants: [
17
- {
18
- hostname: "global.health.amazonaws.com",
19
- tags: [],
20
- },
21
- ],
22
- signingRegion: "us-east-1",
23
- },
24
- };
25
- const partitionHash = {
26
- aws: {
27
- regions: [
28
- "af-south-1",
29
- "ap-east-1",
30
- "ap-northeast-1",
31
- "ap-northeast-2",
32
- "ap-northeast-3",
33
- "ap-south-1",
34
- "ap-southeast-1",
35
- "ap-southeast-2",
36
- "ap-southeast-3",
37
- "aws-global",
38
- "ca-central-1",
39
- "eu-central-1",
40
- "eu-north-1",
41
- "eu-south-1",
42
- "eu-west-1",
43
- "eu-west-2",
44
- "eu-west-3",
45
- "fips-us-east-2",
46
- "me-central-1",
47
- "me-south-1",
48
- "sa-east-1",
49
- "us-east-1",
50
- "us-east-2",
51
- "us-west-1",
52
- "us-west-2",
53
- ],
54
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
55
- variants: [
56
- {
57
- hostname: "health.{region}.amazonaws.com",
58
- tags: [],
59
- },
60
- {
61
- hostname: "health-fips.{region}.amazonaws.com",
62
- tags: ["fips"],
63
- },
64
- {
65
- hostname: "health-fips.{region}.api.aws",
66
- tags: ["dualstack", "fips"],
67
- },
68
- {
69
- hostname: "health.{region}.api.aws",
70
- tags: ["dualstack"],
71
- },
72
- ],
73
- endpoint: "aws-global",
74
- },
75
- "aws-cn": {
76
- regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"],
77
- regionRegex: "^cn\\-\\w+\\-\\d+$",
78
- variants: [
79
- {
80
- hostname: "health.{region}.amazonaws.com.cn",
81
- tags: [],
82
- },
83
- {
84
- hostname: "health-fips.{region}.amazonaws.com.cn",
85
- tags: ["fips"],
86
- },
87
- {
88
- hostname: "health-fips.{region}.api.amazonwebservices.com.cn",
89
- tags: ["dualstack", "fips"],
90
- },
91
- {
92
- hostname: "health.{region}.api.amazonwebservices.com.cn",
93
- tags: ["dualstack"],
94
- },
95
- ],
96
- endpoint: "aws-cn-global",
97
- },
98
- "aws-iso": {
99
- regions: ["us-iso-east-1", "us-iso-west-1"],
100
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
101
- variants: [
102
- {
103
- hostname: "health.{region}.c2s.ic.gov",
104
- tags: [],
105
- },
106
- {
107
- hostname: "health-fips.{region}.c2s.ic.gov",
108
- tags: ["fips"],
109
- },
110
- ],
111
- },
112
- "aws-iso-b": {
113
- regions: ["us-isob-east-1"],
114
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
115
- variants: [
116
- {
117
- hostname: "health.{region}.sc2s.sgov.gov",
118
- tags: [],
119
- },
120
- {
121
- hostname: "health-fips.{region}.sc2s.sgov.gov",
122
- tags: ["fips"],
123
- },
124
- ],
125
- },
126
- "aws-us-gov": {
127
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
128
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
129
- variants: [
130
- {
131
- hostname: "health.{region}.amazonaws.com",
132
- tags: [],
133
- },
134
- {
135
- hostname: "health-fips.{region}.amazonaws.com",
136
- tags: ["fips"],
137
- },
138
- {
139
- hostname: "health-fips.{region}.api.aws",
140
- tags: ["dualstack", "fips"],
141
- },
142
- {
143
- hostname: "health.{region}.api.aws",
144
- tags: ["dualstack"],
145
- },
146
- ],
147
- },
148
- };
149
- const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
150
- ...options,
151
- signingService: "health",
152
- regionHash,
153
- partitionHash,
154
- });
155
- exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
@@ -1,151 +0,0 @@
1
- import { getRegionInfo } from "@aws-sdk/config-resolver";
2
- const regionHash = {
3
- "aws-cn-global": {
4
- variants: [
5
- {
6
- hostname: "global.health.amazonaws.com.cn",
7
- tags: [],
8
- },
9
- ],
10
- signingRegion: "cn-northwest-1",
11
- },
12
- "aws-global": {
13
- variants: [
14
- {
15
- hostname: "global.health.amazonaws.com",
16
- tags: [],
17
- },
18
- ],
19
- signingRegion: "us-east-1",
20
- },
21
- };
22
- const partitionHash = {
23
- aws: {
24
- regions: [
25
- "af-south-1",
26
- "ap-east-1",
27
- "ap-northeast-1",
28
- "ap-northeast-2",
29
- "ap-northeast-3",
30
- "ap-south-1",
31
- "ap-southeast-1",
32
- "ap-southeast-2",
33
- "ap-southeast-3",
34
- "aws-global",
35
- "ca-central-1",
36
- "eu-central-1",
37
- "eu-north-1",
38
- "eu-south-1",
39
- "eu-west-1",
40
- "eu-west-2",
41
- "eu-west-3",
42
- "fips-us-east-2",
43
- "me-central-1",
44
- "me-south-1",
45
- "sa-east-1",
46
- "us-east-1",
47
- "us-east-2",
48
- "us-west-1",
49
- "us-west-2",
50
- ],
51
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
52
- variants: [
53
- {
54
- hostname: "health.{region}.amazonaws.com",
55
- tags: [],
56
- },
57
- {
58
- hostname: "health-fips.{region}.amazonaws.com",
59
- tags: ["fips"],
60
- },
61
- {
62
- hostname: "health-fips.{region}.api.aws",
63
- tags: ["dualstack", "fips"],
64
- },
65
- {
66
- hostname: "health.{region}.api.aws",
67
- tags: ["dualstack"],
68
- },
69
- ],
70
- endpoint: "aws-global",
71
- },
72
- "aws-cn": {
73
- regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"],
74
- regionRegex: "^cn\\-\\w+\\-\\d+$",
75
- variants: [
76
- {
77
- hostname: "health.{region}.amazonaws.com.cn",
78
- tags: [],
79
- },
80
- {
81
- hostname: "health-fips.{region}.amazonaws.com.cn",
82
- tags: ["fips"],
83
- },
84
- {
85
- hostname: "health-fips.{region}.api.amazonwebservices.com.cn",
86
- tags: ["dualstack", "fips"],
87
- },
88
- {
89
- hostname: "health.{region}.api.amazonwebservices.com.cn",
90
- tags: ["dualstack"],
91
- },
92
- ],
93
- endpoint: "aws-cn-global",
94
- },
95
- "aws-iso": {
96
- regions: ["us-iso-east-1", "us-iso-west-1"],
97
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
98
- variants: [
99
- {
100
- hostname: "health.{region}.c2s.ic.gov",
101
- tags: [],
102
- },
103
- {
104
- hostname: "health-fips.{region}.c2s.ic.gov",
105
- tags: ["fips"],
106
- },
107
- ],
108
- },
109
- "aws-iso-b": {
110
- regions: ["us-isob-east-1"],
111
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
112
- variants: [
113
- {
114
- hostname: "health.{region}.sc2s.sgov.gov",
115
- tags: [],
116
- },
117
- {
118
- hostname: "health-fips.{region}.sc2s.sgov.gov",
119
- tags: ["fips"],
120
- },
121
- ],
122
- },
123
- "aws-us-gov": {
124
- regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
125
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
126
- variants: [
127
- {
128
- hostname: "health.{region}.amazonaws.com",
129
- tags: [],
130
- },
131
- {
132
- hostname: "health-fips.{region}.amazonaws.com",
133
- tags: ["fips"],
134
- },
135
- {
136
- hostname: "health-fips.{region}.api.aws",
137
- tags: ["dualstack", "fips"],
138
- },
139
- {
140
- hostname: "health.{region}.api.aws",
141
- tags: ["dualstack"],
142
- },
143
- ],
144
- },
145
- };
146
- export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
147
- ...options,
148
- signingService: "health",
149
- regionHash,
150
- partitionHash,
151
- });
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;