@aws-sdk/client-chime-sdk-meetings 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.
Files changed (96) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ChimeSDKMeetingsClient.js +11 -8
  3. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +10 -0
  4. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +10 -0
  5. package/dist-cjs/commands/CreateAttendeeCommand.js +10 -0
  6. package/dist-cjs/commands/CreateMeetingCommand.js +10 -0
  7. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteAttendeeCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteMeetingCommand.js +10 -0
  10. package/dist-cjs/commands/GetAttendeeCommand.js +10 -0
  11. package/dist-cjs/commands/GetMeetingCommand.js +10 -0
  12. package/dist-cjs/commands/ListAttendeesCommand.js +10 -0
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  14. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +10 -0
  15. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +10 -0
  16. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  17. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  18. package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +10 -0
  19. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  20. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  21. package/dist-cjs/endpoint/ruleset.js +318 -0
  22. package/dist-cjs/runtimeConfig.shared.js +3 -3
  23. package/dist-es/ChimeSDKMeetingsClient.js +12 -9
  24. package/dist-es/commands/BatchCreateAttendeeCommand.js +10 -0
  25. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +10 -0
  26. package/dist-es/commands/CreateAttendeeCommand.js +10 -0
  27. package/dist-es/commands/CreateMeetingCommand.js +10 -0
  28. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +10 -0
  29. package/dist-es/commands/DeleteAttendeeCommand.js +10 -0
  30. package/dist-es/commands/DeleteMeetingCommand.js +10 -0
  31. package/dist-es/commands/GetAttendeeCommand.js +10 -0
  32. package/dist-es/commands/GetMeetingCommand.js +10 -0
  33. package/dist-es/commands/ListAttendeesCommand.js +10 -0
  34. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  35. package/dist-es/commands/StartMeetingTranscriptionCommand.js +10 -0
  36. package/dist-es/commands/StopMeetingTranscriptionCommand.js +10 -0
  37. package/dist-es/commands/TagResourceCommand.js +10 -0
  38. package/dist-es/commands/UntagResourceCommand.js +10 -0
  39. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +10 -0
  40. package/dist-es/endpoint/EndpointParameters.js +8 -0
  41. package/dist-es/endpoint/endpointResolver.js +8 -0
  42. package/dist-es/endpoint/ruleset.js +315 -0
  43. package/dist-es/runtimeConfig.shared.js +2 -2
  44. package/dist-types/ChimeSDKMeetingsClient.d.ts +6 -9
  45. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  46. package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -0
  47. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -0
  48. package/dist-types/commands/CreateMeetingCommand.d.ts +2 -0
  49. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  50. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -0
  51. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -0
  52. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -0
  53. package/dist-types/commands/GetMeetingCommand.d.ts +2 -0
  54. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  56. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  57. package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  58. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  60. package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -0
  61. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  62. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  63. package/dist-types/endpoint/ruleset.d.ts +2 -0
  64. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  65. package/dist-types/runtimeConfig.d.ts +4 -2
  66. package/dist-types/runtimeConfig.native.d.ts +4 -2
  67. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  68. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +15 -8
  69. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +2 -0
  70. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +2 -0
  71. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +2 -0
  72. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +2 -0
  73. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
  74. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -0
  75. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -0
  76. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +2 -0
  77. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +2 -0
  78. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +2 -0
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  80. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
  81. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  84. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -0
  85. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  86. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  87. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  92. package/package.json +5 -3
  93. package/dist-cjs/endpoints.js +0 -167
  94. package/dist-es/endpoints.js +0 -163
  95. package/dist-types/endpoints.d.ts +0 -2
  96. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
@@ -25,6 +26,7 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
25
26
  */
26
27
  export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
27
28
  readonly input: StartMeetingTranscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartMeetingTranscriptionCommandInput);
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 { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
@@ -25,6 +26,7 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
25
26
  */
26
27
  export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
27
28
  readonly input: StopMeetingTranscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StopMeetingTranscriptionCommandInput);
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 { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
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 { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
@@ -50,6 +51,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
50
51
  */
51
52
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
52
53
  readonly input: UntagResourceCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: UntagResourceCommandInput);
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 { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeSDKMeetingsClient";
@@ -46,6 +47,7 @@ export interface UpdateAttendeeCapabilitiesCommandOutput extends UpdateAttendeeC
46
47
  */
47
48
  export declare class UpdateAttendeeCapabilitiesCommand extends $Command<UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
48
49
  readonly input: UpdateAttendeeCapabilitiesCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: UpdateAttendeeCapabilitiesCommandInput);
50
52
  /**
51
53
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
6
6
  export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) => {
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,
@@ -106,6 +107,11 @@ import {
106
107
  UpdateAttendeeCapabilitiesCommandInput,
107
108
  UpdateAttendeeCapabilitiesCommandOutput,
108
109
  } from "./commands/UpdateAttendeeCapabilitiesCommand";
110
+ import {
111
+ ClientInputEndpointParameters,
112
+ ClientResolvedEndpointParameters,
113
+ EndpointParameters,
114
+ } from "./endpoint/EndpointParameters";
109
115
  export declare type ServiceInputTypes =
110
116
  | BatchCreateAttendeeCommandInput
111
117
  | BatchUpdateAttendeeCapabilitiesExceptCommandInput
@@ -161,7 +167,6 @@ export interface ClientDefaults
161
167
  serviceId?: string;
162
168
  region?: string | __Provider<string>;
163
169
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
164
- regionInfoProvider?: RegionInfoProvider;
165
170
  defaultUserAgentProvider?: Provider<__UserAgent>;
166
171
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
167
172
  }
@@ -170,22 +175,24 @@ declare type ChimeSDKMeetingsClientConfigType = Partial<
170
175
  > &
171
176
  ClientDefaults &
172
177
  RegionInputConfig &
173
- EndpointsInputConfig &
178
+ EndpointInputConfig<EndpointParameters> &
174
179
  RetryInputConfig &
175
180
  HostHeaderInputConfig &
176
181
  AwsAuthInputConfig &
177
- UserAgentInputConfig;
182
+ UserAgentInputConfig &
183
+ ClientInputEndpointParameters;
178
184
  export interface ChimeSDKMeetingsClientConfig
179
185
  extends ChimeSDKMeetingsClientConfigType {}
180
186
  declare type ChimeSDKMeetingsClientResolvedConfigType =
181
187
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
182
188
  Required<ClientDefaults> &
183
189
  RegionResolvedConfig &
184
- EndpointsResolvedConfig &
190
+ EndpointResolvedConfig<EndpointParameters> &
185
191
  RetryResolvedConfig &
186
192
  HostHeaderResolvedConfig &
187
193
  AwsAuthResolvedConfig &
188
- UserAgentResolvedConfig;
194
+ UserAgentResolvedConfig &
195
+ ClientResolvedEndpointParameters;
189
196
  export interface ChimeSDKMeetingsClientResolvedConfig
190
197
  extends ChimeSDKMeetingsClientResolvedConfigType {}
191
198
  export declare class ChimeSDKMeetingsClient 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 BatchCreateAttendeeCommand extends $Command<
25
26
  ChimeSDKMeetingsClientResolvedConfig
26
27
  > {
27
28
  readonly input: BatchCreateAttendeeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: BatchCreateAttendeeCommandInput);
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 BatchUpdateAttendeeCapabilitiesExceptCommand extends $Comma
21
22
  ChimeSDKMeetingsClientResolvedConfig
22
23
  > {
23
24
  readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: BatchUpdateAttendeeCapabilitiesExceptCommandInput);
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 CreateAttendeeCommand extends $Command<
24
25
  ChimeSDKMeetingsClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateAttendeeCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateAttendeeCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateMeetingCommand extends $Command<
24
25
  ChimeSDKMeetingsClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateMeetingCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateMeetingCommandInput);
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 CreateMeetingWithAttendeesCommand extends $Command<
25
26
  ChimeSDKMeetingsClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateMeetingWithAttendeesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateMeetingWithAttendeesCommandInput);
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,
@@ -19,6 +20,7 @@ export declare class DeleteAttendeeCommand extends $Command<
19
20
  ChimeSDKMeetingsClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteAttendeeCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteAttendeeCommandInput);
23
25
  resolveMiddleware(
24
26
  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,
@@ -19,6 +20,7 @@ export declare class DeleteMeetingCommand extends $Command<
19
20
  ChimeSDKMeetingsClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteMeetingCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteMeetingCommandInput);
23
25
  resolveMiddleware(
24
26
  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 GetAttendeeCommand extends $Command<
21
22
  ChimeSDKMeetingsClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetAttendeeCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetAttendeeCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetMeetingCommand extends $Command<
21
22
  ChimeSDKMeetingsClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetMeetingCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetMeetingCommandInput);
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 ListAttendeesCommand extends $Command<
24
25
  ChimeSDKMeetingsClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListAttendeesCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListAttendeesCommandInput);
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 ListTagsForResourceCommand extends $Command<
25
26
  ChimeSDKMeetingsClientResolvedConfig
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,
@@ -21,6 +22,7 @@ export declare class StartMeetingTranscriptionCommand extends $Command<
21
22
  ChimeSDKMeetingsClientResolvedConfig
22
23
  > {
23
24
  readonly input: StartMeetingTranscriptionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StartMeetingTranscriptionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class StopMeetingTranscriptionCommand extends $Command<
21
22
  ChimeSDKMeetingsClientResolvedConfig
22
23
  > {
23
24
  readonly input: StopMeetingTranscriptionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StopMeetingTranscriptionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  ChimeSDKMeetingsClientResolvedConfig
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
  ChimeSDKMeetingsClientResolvedConfig
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 UpdateAttendeeCapabilitiesCommand extends $Command<
25
26
  ChimeSDKMeetingsClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateAttendeeCapabilitiesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAttendeeCapabilitiesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -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;
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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>))
46
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;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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>))
46
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;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (
31
31
  credentialDefaultProvider: (
32
32
  input: any
33
33
  ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
34
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
35
34
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
36
35
  import("@aws-sdk/types").UserAgent
37
36
  >;
@@ -42,9 +41,21 @@ export declare const getRuntimeConfig: (
42
41
  >;
43
42
  endpoint?:
44
43
  | string
45
- | import("@aws-sdk/types").Endpoint
46
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
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>)
47
52
  | undefined;
53
+ endpointProvider: (
54
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
55
+ context?: {
56
+ logger?: import("@aws-sdk/types").Logger | undefined;
57
+ }
58
+ ) => import("@aws-sdk/types").EndpointV2;
48
59
  tls?: boolean | undefined;
49
60
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
61
  credentials?:
@@ -5,8 +5,13 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  apiVersion: string;
7
7
  disableHostPrefix: boolean;
8
+ endpointProvider: (
9
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
+ context?: {
11
+ logger?: __Logger | undefined;
12
+ }
13
+ ) => import("@aws-sdk/types").EndpointV2;
8
14
  logger: __Logger;
9
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
10
15
  serviceId: string;
11
16
  urlParser: import("@aws-sdk/types").UrlParser;
12
17
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.193.0",
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.193.0",
22
+ "@aws-sdk/client-sts": "3.196.0",
23
23
  "@aws-sdk/config-resolver": "3.193.0",
24
- "@aws-sdk/credential-provider-node": "3.193.0",
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",