@aws-sdk/client-chime 3.803.0 → 3.806.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 (123) hide show
  1. package/dist-cjs/runtimeConfig.js +6 -6
  2. package/dist-es/runtimeConfig.js +6 -6
  3. package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -1
  4. package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
  7. package/dist-types/commands/BatchSuspendUserCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchUpdateUserCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateAccountCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateBotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  14. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateRoomCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteRoomCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +1 -1
  23. package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -1
  25. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetBotCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEventsConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -1
  30. package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
  31. package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -1
  32. package/dist-types/commands/GetRoomCommand.d.ts +1 -1
  33. package/dist-types/commands/GetUserCommand.d.ts +1 -1
  34. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  35. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  36. package/dist-types/commands/ListBotsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  41. package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
  42. package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
  43. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
  44. package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
  45. package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
  46. package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  47. package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
  48. package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  58. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  59. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  60. package/dist-types/runtimeConfig.d.ts +16 -16
  61. package/dist-types/runtimeConfig.native.d.ts +18 -18
  62. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  63. package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  122. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  123. package/package.json +22 -22
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -23,7 +23,7 @@ export interface AssociatePhoneNumberWithUserCommandOutput extends AssociatePhon
23
23
  }
24
24
  declare const AssociatePhoneNumberWithUserCommand_base: {
25
25
  new (input: AssociatePhoneNumberWithUserCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociatePhoneNumberWithUserCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociatePhoneNumberWithUserCommandInput): import("@smithy/smithy-client").CommandImpl<AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateSigninDelegateGroupsWithAccountCommandOutput extends A
23
23
  }
24
24
  declare const AssociateSigninDelegateGroupsWithAccountCommand_base: {
25
25
  new (input: AssociateSigninDelegateGroupsWithAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateSigninDelegateGroupsWithAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateSigninDelegateGroupsWithAccountCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
23
23
  }
24
24
  declare const BatchCreateRoomMembershipCommand_base: {
25
25
  new (input: BatchCreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchCreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchCreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
23
23
  }
24
24
  declare const BatchDeletePhoneNumberCommand_base: {
25
25
  new (input: BatchDeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchDeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchDeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
23
23
  }
24
24
  declare const BatchSuspendUserCommand_base: {
25
25
  new (input: BatchSuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchSuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchSuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
23
23
  }
24
24
  declare const BatchUnsuspendUserCommand_base: {
25
25
  new (input: BatchUnsuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchUnsuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUnsuspendUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
23
23
  }
24
24
  declare const BatchUpdatePhoneNumberCommand_base: {
25
25
  new (input: BatchUpdatePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchUpdatePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUpdatePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
23
23
  }
24
24
  declare const BatchUpdateUserCommand_base: {
25
25
  new (input: BatchUpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: BatchUpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchUpdateUserCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAccountCommandOutput extends CreateAccountResponse, __Met
23
23
  }
24
24
  declare const CreateAccountCommand_base: {
25
25
  new (input: CreateAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAccountCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountCommandInput, CreateAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateBotCommand_base: {
25
25
  new (input: CreateBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBotCommandInput, CreateBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateMeetingDialOutCommandOutput extends CreateMeetingDialOutR
23
23
  }
24
24
  declare const CreateMeetingDialOutCommand_base: {
25
25
  new (input: CreateMeetingDialOutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateMeetingDialOutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMeetingDialOutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
23
23
  }
24
24
  declare const CreatePhoneNumberOrderCommand_base: {
25
25
  new (input: CreatePhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRoomCommandOutput extends CreateRoomResponse, __MetadataB
23
23
  }
24
24
  declare const CreateRoomCommand_base: {
25
25
  new (input: CreateRoomCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomCommandInput, CreateRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRoomCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomCommandInput, CreateRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRoomCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomCommandInput, CreateRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRoomMembershipCommandOutput extends CreateRoomMembershipR
23
23
  }
24
24
  declare const CreateRoomMembershipCommand_base: {
25
25
  new (input: CreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
23
23
  }
24
24
  declare const CreateUserCommand_base: {
25
25
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAccountCommandOutput extends DeleteAccountResponse, __Met
23
23
  }
24
24
  declare const DeleteAccountCommand_base: {
25
25
  new (input: DeleteAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountCommandInput, DeleteAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountCommandInput, DeleteAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountCommandInput, DeleteAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteEventsConfigurationCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const DeleteEventsConfigurationCommand_base: {
25
25
  new (input: DeleteEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeletePhoneNumberCommand_base: {
25
25
  new (input: DeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRoomCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRoomCommand_base: {
25
25
  new (input: DeleteRoomCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomCommandInput, DeleteRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRoomCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomCommandInput, DeleteRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRoomCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomCommandInput, DeleteRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRoomMembershipCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRoomMembershipCommand_base: {
25
25
  new (input: DeleteRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRoomMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociatePhoneNumberFromUserCommandOutput extends Disassocia
23
23
  }
24
24
  declare const DisassociatePhoneNumberFromUserCommand_base: {
25
25
  new (input: DisassociatePhoneNumberFromUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociatePhoneNumberFromUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociatePhoneNumberFromUserCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateSigninDelegateGroupsFromAccountCommandOutput extend
23
23
  }
24
24
  declare const DisassociateSigninDelegateGroupsFromAccountCommand_base: {
25
25
  new (input: DisassociateSigninDelegateGroupsFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateSigninDelegateGroupsFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateSigninDelegateGroupsFromAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
23
23
  }
24
24
  declare const GetAccountCommand_base: {
25
25
  new (input: GetAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
23
23
  }
24
24
  declare const GetAccountSettingsCommand_base: {
25
25
  new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetBotCommandOutput extends GetBotResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetBotCommand_base: {
25
25
  new (input: GetBotCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetBotCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBotCommandInput): import("@smithy/smithy-client").CommandImpl<GetBotCommandInput, GetBotCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetEventsConfigurationCommandOutput extends GetEventsConfigurat
23
23
  }
24
24
  declare const GetEventsConfigurationCommand_base: {
25
25
  new (input: GetEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetPhoneNumberCommandOutput extends GetPhoneNumberResponse, __M
23
23
  }
24
24
  declare const GetPhoneNumberCommand_base: {
25
25
  new (input: GetPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetPhoneNumberOrderCommandOutput extends GetPhoneNumberOrderRes
23
23
  }
24
24
  declare const GetPhoneNumberOrderCommand_base: {
25
25
  new (input: GetPhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetPhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetPhoneNumberOrderCommandInput): import("@smithy/smithy-client").CommandImpl<GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRetentionSettingsCommandOutput extends GetRetentionSettingsR
23
23
  }
24
24
  declare const GetRetentionSettingsCommand_base: {
25
25
  new (input: GetRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRoomCommandOutput extends GetRoomResponse, __MetadataBearer
23
23
  }
24
24
  declare const GetRoomCommand_base: {
25
25
  new (input: GetRoomCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoomCommandInput, GetRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRoomCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoomCommandInput, GetRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRoomCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoomCommandInput, GetRoomCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
23
23
  }
24
24
  declare const GetUserCommand_base: {
25
25
  new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
23
23
  }
24
24
  declare const GetUserSettingsCommand_base: {
25
25
  new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetUserSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserSettingsCommandInput, GetUserSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface InviteUsersCommandOutput extends InviteUsersResponse, __Metadat
23
23
  }
24
24
  declare const InviteUsersCommand_base: {
25
25
  new (input: InviteUsersCommandInput): import("@smithy/smithy-client").CommandImpl<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: InviteUsersCommandInput): import("@smithy/smithy-client").CommandImpl<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InviteUsersCommandInput): import("@smithy/smithy-client").CommandImpl<InviteUsersCommandInput, InviteUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListBotsCommandOutput extends ListBotsResponse, __MetadataBeare
23
23
  }
24
24
  declare const ListBotsCommand_base: {
25
25
  new (input: ListBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBotsCommandInput, ListBotsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListRoomMembershipsCommandOutput extends ListRoomMembershipsRes
23
23
  }
24
24
  declare const ListRoomMembershipsCommand_base: {
25
25
  new (input: ListRoomMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListRoomMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRoomMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListRoomsCommandOutput extends ListRoomsResponse, __MetadataBea
23
23
  }
24
24
  declare const ListRoomsCommand_base: {
25
25
  new (input: ListRoomsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListRoomsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListRoomsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRoomsCommandInput, ListRoomsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListSupportedPhoneNumberCountriesCommandOutput extends ListSupp
23
23
  }
24
24
  declare const ListSupportedPhoneNumberCountriesCommand_base: {
25
25
  new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSupportedPhoneNumberCountriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
23
23
  }
24
24
  declare const ListUsersCommand_base: {
25
25
  new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface LogoutUserCommandOutput extends LogoutUserResponse, __MetadataB
23
23
  }
24
24
  declare const LogoutUserCommand_base: {
25
25
  new (input: LogoutUserCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: LogoutUserCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: LogoutUserCommandInput): import("@smithy/smithy-client").CommandImpl<LogoutUserCommandInput, LogoutUserCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutEventsConfigurationCommandOutput extends PutEventsConfigurat
23
23
  }
24
24
  declare const PutEventsConfigurationCommand_base: {
25
25
  new (input: PutEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutEventsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface PutRetentionSettingsCommandOutput extends PutRetentionSettingsR
23
23
  }
24
24
  declare const PutRetentionSettingsCommand_base: {
25
25
  new (input: PutRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutRetentionSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RedactConversationMessageCommandOutput extends RedactConversati
23
23
  }
24
24
  declare const RedactConversationMessageCommand_base: {
25
25
  new (input: RedactConversationMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RedactConversationMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RedactConversationMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RedactRoomMessageCommandOutput extends RedactRoomMessageRespons
23
23
  }
24
24
  declare const RedactRoomMessageCommand_base: {
25
25
  new (input: RedactRoomMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RedactRoomMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RedactRoomMessageCommandInput): import("@smithy/smithy-client").CommandImpl<RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RegenerateSecurityTokenCommandOutput extends RegenerateSecurity
23
23
  }
24
24
  declare const RegenerateSecurityTokenCommand_base: {
25
25
  new (input: RegenerateSecurityTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RegenerateSecurityTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RegenerateSecurityTokenCommandInput): import("@smithy/smithy-client").CommandImpl<RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ResetPersonalPINCommandOutput extends ResetPersonalPINResponse,
23
23
  }
24
24
  declare const ResetPersonalPINCommand_base: {
25
25
  new (input: ResetPersonalPINCommandInput): import("@smithy/smithy-client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ResetPersonalPINCommandInput): import("@smithy/smithy-client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ResetPersonalPINCommandInput): import("@smithy/smithy-client").CommandImpl<ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface RestorePhoneNumberCommandOutput extends RestorePhoneNumberRespo
23
23
  }
24
24
  declare const RestorePhoneNumberCommand_base: {
25
25
  new (input: RestorePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: RestorePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RestorePhoneNumberCommandInput): import("@smithy/smithy-client").CommandImpl<RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput, ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**