@aws-sdk/client-chime 3.316.0 → 3.319.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +5 -10
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +2 -0
  4. package/dist-es/endpoint/ruleset.js +3 -3
  5. package/dist-es/models/models_0.js +2 -0
  6. package/dist-types/Chime.d.ts +17 -22
  7. package/dist-types/ChimeClient.d.ts +17 -22
  8. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -2
  9. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +0 -1
  12. package/dist-types/commands/BatchSuspendUserCommand.d.ts +0 -3
  13. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +0 -1
  14. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchUpdateUserCommand.d.ts +2 -2
  16. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -2
  17. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
  19. package/dist-types/commands/CreateChannelCommand.d.ts +2 -4
  20. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -5
  21. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
  22. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +7 -7
  23. package/dist-types/commands/CreateMeetingCommand.d.ts +4 -4
  24. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +0 -1
  25. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +4 -4
  26. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateProxySessionCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -2
  32. package/dist-types/commands/DeleteAccountCommand.d.ts +0 -3
  33. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -2
  34. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
  35. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
  36. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
  37. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
  38. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
  39. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -2
  40. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +0 -1
  41. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -1
  42. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -1
  43. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
  44. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
  45. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
  46. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
  47. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -2
  48. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
  49. package/dist-types/commands/GetMeetingCommand.d.ts +2 -2
  50. package/dist-types/commands/GetUserCommand.d.ts +0 -1
  51. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  52. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -2
  53. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -2
  54. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -3
  55. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
  56. package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
  57. package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
  58. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
  59. package/dist-types/commands/ListMeetingsCommand.d.ts +2 -2
  60. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -3
  61. package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  63. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  64. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  65. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +0 -1
  66. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -2
  67. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -1
  69. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
  70. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  71. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -4
  72. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +27 -12
  73. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
  76. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
  77. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  81. package/dist-types/models/models_0.d.ts +89 -30
  82. package/dist-types/models/models_1.d.ts +7 -6
  83. package/dist-types/ts3.4/models/models_0.d.ts +8 -1
  84. package/package.json +5 -5
package/README.md CHANGED
@@ -9,15 +9,12 @@
9
9
 
10
10
  AWS SDK for JavaScript Chime Client for Node.js, Browser and React Native.
11
11
 
12
- <p>The Amazon Chime API (application programming interface) is designed for developers to
12
+ <p>The Amazon Chime application programming interface (API) is designed so administrators can
13
13
  perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
14
14
  Connectors. This guide provides detailed information about the Amazon Chime API,
15
- including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
16
- Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
17
- Using the Amazon Chime SDK
18
- </a> in the <i>Amazon Chime Developer Guide</i>.</p>
19
- <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
20
- AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
15
+ including operations, types, inputs and outputs, and error codes.</p>
16
+ <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
17
+ AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
21
18
  <dl>
22
19
  <dt>Using an AWS SDK</dt>
23
20
  <dd>
@@ -37,14 +34,12 @@ in the <i>AWS Command Line Interface User Guide</i>. For a list of available Ama
37
34
  </dd>
38
35
  <dt>Using REST APIs</dt>
39
36
  <dd>
40
- <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
37
+ <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
41
38
  <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
42
39
  in the <i>Amazon Web Services General Reference</i>.</p>
43
-
44
40
  <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
45
41
  </dd>
46
42
  </dl>
47
-
48
43
  <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
49
44
  <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
50
45
  in the <i>Amazon Chime Administration Guide</i>.</p>
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const y = "required", z = "type", A = "fn", B = "argv", C = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = "stringEquals", f = "getAttr", g = { [y]: false, [z]: "String" }, h = { [y]: true, "default": false, [z]: "Boolean" }, i = { [C]: "Region" }, j = { [C]: "Endpoint" }, k = {}, l = { [C]: a }, m = { "authSchemes": [{ "name": "sigv4", "signingName": "chime", "signingRegion": "us-east-1" }] }, n = { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [z]: c }, o = { [c]: "FIPS is enabled but this partition does not support FIPS", [z]: c }, p = { [c]: "DualStack is enabled but this partition does not support DualStack", [z]: c }, q = { "url": "https://chime.us-east-1.amazonaws.com", "properties": m, "headers": {} }, r = [j], s = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseFIPS" }, true] }], t = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseDualStack" }, true] }], u = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseFIPS" }, true] }, { [A]: "booleanEquals", [B]: [{ [C]: "UseDualStack" }, true] }], v = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsFIPS"] }] }, { [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsDualStack"] }] }], w = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsFIPS"] }] }], x = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsDualStack"] }] }];
6
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [A]: "aws.partition", [B]: [i], assign: a }], [z]: b, rules: [{ conditions: [{ [A]: "isSet", [B]: r }, { [A]: "parseURL", [B]: r, assign: "url" }], [z]: b, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [z]: c }, { [z]: b, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [z]: c }, { endpoint: { url: j, properties: k, headers: k }, [z]: d }] }] }, { conditions: [{ [A]: e, [B]: [{ [A]: f, [B]: [l, "name"] }, "aws"] }], [z]: b, rules: [{ conditions: u, [z]: b, rules: [{ conditions: v, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.api.aws", properties: m, headers: k }, [z]: d }] }, n] }, { conditions: s, [z]: b, rules: [{ conditions: w, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.amazonaws.com", properties: m, headers: k }, [z]: d }] }, o] }, { conditions: t, [z]: b, rules: [{ conditions: x, [z]: b, rules: [{ endpoint: { url: "https://chime.{Region}.api.aws", properties: m, headers: k }, [z]: d }] }, p] }, { endpoint: q, [z]: d }] }, { conditions: u, [z]: b, rules: [{ conditions: v, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, [z]: d }] }, n] }, { conditions: s, [z]: b, rules: [{ conditions: w, [z]: b, rules: [{ [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, [z]: d }] }] }, o] }, { conditions: t, [z]: b, rules: [{ conditions: x, [z]: b, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, [z]: d }] }, p] }, { [z]: b, rules: [{ conditions: [{ [A]: e, [B]: [i, "aws-global"] }], endpoint: q, [z]: d }, { endpoint: { url: "https://chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, [z]: d }] }] }] };
4
+ const w = "required", x = "fn", y = "argv", z = "ref";
5
+ const a = false, b = "isSet", c = "tree", d = "booleanEquals", e = "error", f = "endpoint", g = "PartitionResult", h = "getAttr", i = { [w]: false, "type": "String" }, j = { [w]: true, "default": false, "type": "Boolean" }, k = { [z]: "Endpoint" }, l = { [x]: d, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [z]: "UseFIPS" }, n = { [x]: d, [y]: [{ [z]: "UseDualStack" }, true] }, o = { [z]: "UseDualStack" }, p = {}, q = { [z]: g }, r = { [x]: d, [y]: [true, { [x]: h, [y]: [q, "supportsFIPS"] }] }, s = { [x]: d, [y]: [true, { [x]: h, [y]: [q, "supportsDualStack"] }] }, t = [l], u = [n], v = [{ [z]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [x]: b, [y]: [k] }], type: c, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: e }, { type: c, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: e }, { endpoint: { url: k, properties: p, headers: p }, type: f }] }] }, { type: c, rules: [{ conditions: [{ [x]: b, [y]: v }], type: c, rules: [{ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }], type: c, rules: [{ conditions: [{ [x]: "stringEquals", [y]: [{ [x]: h, [y]: [q, "name"] }, "aws"] }, { [x]: d, [y]: [m, a] }, { [x]: d, [y]: [o, a] }], endpoint: { url: "https://chime.us-east-1.amazonaws.com", properties: { authSchemes: [{ name: "sigv4", signingName: "chime", signingRegion: "us-east-1" }] }, headers: p }, type: f }, { conditions: [l, n], type: c, rules: [{ conditions: [r, s], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: e }] }, { conditions: t, type: c, rules: [{ conditions: [r], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: e }] }, { conditions: u, type: c, rules: [{ conditions: [s], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: e }] }, { type: c, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }] }] }] }, { error: "Invalid Configuration: Missing Region", type: e }] }] };
7
7
  exports.ruleSet = _data;
@@ -374,10 +374,12 @@ exports.TranscribeLanguageCode = {
374
374
  ES_US: "es-US",
375
375
  FR_CA: "fr-CA",
376
376
  FR_FR: "fr-FR",
377
+ HI_IN: "hi-IN",
377
378
  IT_IT: "it-IT",
378
379
  JA_JP: "ja-JP",
379
380
  KO_KR: "ko-KR",
380
381
  PT_BR: "pt-BR",
382
+ TH_TH: "th-TH",
381
383
  ZH_CN: "zh-CN",
382
384
  };
383
385
  exports.TranscribePartialResultsStability = {
@@ -1,4 +1,4 @@
1
- const y = "required", z = "type", A = "fn", B = "argv", C = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = "stringEquals", f = "getAttr", g = { [y]: false, [z]: "String" }, h = { [y]: true, "default": false, [z]: "Boolean" }, i = { [C]: "Region" }, j = { [C]: "Endpoint" }, k = {}, l = { [C]: a }, m = { "authSchemes": [{ "name": "sigv4", "signingName": "chime", "signingRegion": "us-east-1" }] }, n = { [c]: "FIPS and DualStack are enabled, but this partition does not support one or both", [z]: c }, o = { [c]: "FIPS is enabled but this partition does not support FIPS", [z]: c }, p = { [c]: "DualStack is enabled but this partition does not support DualStack", [z]: c }, q = { "url": "https://chime.us-east-1.amazonaws.com", "properties": m, "headers": {} }, r = [j], s = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseFIPS" }, true] }], t = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseDualStack" }, true] }], u = [{ [A]: "booleanEquals", [B]: [{ [C]: "UseFIPS" }, true] }, { [A]: "booleanEquals", [B]: [{ [C]: "UseDualStack" }, true] }], v = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsFIPS"] }] }, { [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsDualStack"] }] }], w = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsFIPS"] }] }], x = [{ [A]: "booleanEquals", [B]: [true, { [A]: f, [B]: [l, "supportsDualStack"] }] }];
3
- const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [A]: "aws.partition", [B]: [i], assign: a }], [z]: b, rules: [{ conditions: [{ [A]: "isSet", [B]: r }, { [A]: "parseURL", [B]: r, assign: "url" }], [z]: b, rules: [{ conditions: s, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [z]: c }, { [z]: b, rules: [{ conditions: t, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [z]: c }, { endpoint: { url: j, properties: k, headers: k }, [z]: d }] }] }, { conditions: [{ [A]: e, [B]: [{ [A]: f, [B]: [l, "name"] }, "aws"] }], [z]: b, rules: [{ conditions: u, [z]: b, rules: [{ conditions: v, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.api.aws", properties: m, headers: k }, [z]: d }] }, n] }, { conditions: s, [z]: b, rules: [{ conditions: w, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.amazonaws.com", properties: m, headers: k }, [z]: d }] }, o] }, { conditions: t, [z]: b, rules: [{ conditions: x, [z]: b, rules: [{ endpoint: { url: "https://chime.{Region}.api.aws", properties: m, headers: k }, [z]: d }] }, p] }, { endpoint: q, [z]: d }] }, { conditions: u, [z]: b, rules: [{ conditions: v, [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, [z]: d }] }, n] }, { conditions: s, [z]: b, rules: [{ conditions: w, [z]: b, rules: [{ [z]: b, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, [z]: d }] }] }, o] }, { conditions: t, [z]: b, rules: [{ conditions: x, [z]: b, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, [z]: d }] }, p] }, { [z]: b, rules: [{ conditions: [{ [A]: e, [B]: [i, "aws-global"] }], endpoint: q, [z]: d }, { endpoint: { url: "https://chime.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, [z]: d }] }] }] };
1
+ const w = "required", x = "fn", y = "argv", z = "ref";
2
+ const a = false, b = "isSet", c = "tree", d = "booleanEquals", e = "error", f = "endpoint", g = "PartitionResult", h = "getAttr", i = { [w]: false, "type": "String" }, j = { [w]: true, "default": false, "type": "Boolean" }, k = { [z]: "Endpoint" }, l = { [x]: d, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [z]: "UseFIPS" }, n = { [x]: d, [y]: [{ [z]: "UseDualStack" }, true] }, o = { [z]: "UseDualStack" }, p = {}, q = { [z]: g }, r = { [x]: d, [y]: [true, { [x]: h, [y]: [q, "supportsFIPS"] }] }, s = { [x]: d, [y]: [true, { [x]: h, [y]: [q, "supportsDualStack"] }] }, t = [l], u = [n], v = [{ [z]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [x]: b, [y]: [k] }], type: c, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: e }, { type: c, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: e }, { endpoint: { url: k, properties: p, headers: p }, type: f }] }] }, { type: c, rules: [{ conditions: [{ [x]: b, [y]: v }], type: c, rules: [{ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }], type: c, rules: [{ conditions: [{ [x]: "stringEquals", [y]: [{ [x]: h, [y]: [q, "name"] }, "aws"] }, { [x]: d, [y]: [m, a] }, { [x]: d, [y]: [o, a] }], endpoint: { url: "https://chime.us-east-1.amazonaws.com", properties: { authSchemes: [{ name: "sigv4", signingName: "chime", signingRegion: "us-east-1" }] }, headers: p }, type: f }, { conditions: [l, n], type: c, rules: [{ conditions: [r, s], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: e }] }, { conditions: t, type: c, rules: [{ conditions: [r], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime-fips.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: e }] }, { conditions: u, type: c, rules: [{ conditions: [s], type: c, rules: [{ type: c, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: p, headers: p }, type: f }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: e }] }, { type: c, rules: [{ endpoint: { url: "https://chime.{Region}.{PartitionResult#dnsSuffix}", properties: p, headers: p }, type: f }] }] }] }, { error: "Invalid Configuration: Missing Region", type: e }] }] };
4
4
  export const ruleSet = _data;
@@ -357,10 +357,12 @@ export const TranscribeLanguageCode = {
357
357
  ES_US: "es-US",
358
358
  FR_CA: "fr-CA",
359
359
  FR_FR: "fr-FR",
360
+ HI_IN: "hi-IN",
360
361
  IT_IT: "it-IT",
361
362
  JA_JP: "ja-JP",
362
363
  KO_KR: "ko-KR",
363
364
  PT_BR: "pt-BR",
365
+ TH_TH: "th-TH",
364
366
  ZH_CN: "zh-CN",
365
367
  };
366
368
  export const TranscribePartialResultsStability = {
@@ -1341,45 +1341,40 @@ export interface Chime {
1341
1341
  }
1342
1342
  /**
1343
1343
  * @public
1344
- * <p>The Amazon Chime API (application programming interface) is designed for developers to
1344
+ * <p>The Amazon Chime application programming interface (API) is designed so administrators can
1345
1345
  * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
1346
1346
  * Connectors. This guide provides detailed information about the Amazon Chime API,
1347
- * including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
1348
- * Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
1349
- * Using the Amazon Chime SDK
1350
- * </a> in the <i>Amazon Chime Developer Guide</i>.</p>
1351
- * <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
1352
- * AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
1347
+ * including operations, types, inputs and outputs, and error codes.</p>
1348
+ * <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
1349
+ * AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
1353
1350
  * <dl>
1354
1351
  * <dt>Using an AWS SDK</dt>
1355
1352
  * <dd>
1356
1353
  * <p>
1357
- * You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
1358
- * <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
1359
- * </p>
1354
+ * You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
1355
+ * <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
1356
+ * </p>
1360
1357
  * </dd>
1361
1358
  * <dt>Using the AWS CLI</dt>
1362
1359
  * <dd>
1363
1360
  * <p>Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see
1364
- * <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
1365
- * in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
1366
- * <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
1367
- * <i>AWS CLI Command Reference</i>.
1368
- * </p>
1361
+ * <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
1362
+ * in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
1363
+ * <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
1364
+ * <i>AWS CLI Command Reference</i>.
1365
+ * </p>
1369
1366
  * </dd>
1370
1367
  * <dt>Using REST APIs</dt>
1371
1368
  * <dd>
1372
- * <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
1373
- * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
1374
- * in the <i>Amazon Web Services General Reference</i>.</p>
1375
- *
1369
+ * <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
1370
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
1371
+ * in the <i>Amazon Web Services General Reference</i>.</p>
1376
1372
  * <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
1377
1373
  * </dd>
1378
1374
  * </dl>
1379
- *
1380
1375
  * <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
1381
- * <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
1382
- * in the <i>Amazon Chime Administration Guide</i>.</p>
1376
+ * <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
1377
+ * in the <i>Amazon Chime Administration Guide</i>.</p>
1383
1378
  */
1384
1379
  export declare class Chime extends ChimeClient implements Chime {
1385
1380
  }
@@ -334,45 +334,40 @@ export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType
334
334
  }
335
335
  /**
336
336
  * @public
337
- * <p>The Amazon Chime API (application programming interface) is designed for developers to
337
+ * <p>The Amazon Chime application programming interface (API) is designed so administrators can
338
338
  * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice
339
339
  * Connectors. This guide provides detailed information about the Amazon Chime API,
340
- * including operations, types, inputs and outputs, and error codes. It also includes API actions for use with the Amazon Chime SDK, which developers use to build their own communication applications. For more information about the
341
- * Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">
342
- * Using the Amazon Chime SDK
343
- * </a> in the <i>Amazon Chime Developer Guide</i>.</p>
344
- * <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the
345
- * AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p>
340
+ * including operations, types, inputs and outputs, and error codes.</p>
341
+ * <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the
342
+ * AWS CLI. The page for each API action contains a <i>See Also</i> section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.</p>
346
343
  * <dl>
347
344
  * <dt>Using an AWS SDK</dt>
348
345
  * <dd>
349
346
  * <p>
350
- * You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
351
- * <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
352
- * </p>
347
+ * You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the
348
+ * <a href="http://aws.amazon.com/developer/">AWS Developer Center</a>.
349
+ * </p>
353
350
  * </dd>
354
351
  * <dt>Using the AWS CLI</dt>
355
352
  * <dd>
356
353
  * <p>Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see
357
- * <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
358
- * in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
359
- * <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
360
- * <i>AWS CLI Command Reference</i>.
361
- * </p>
354
+ * <a href="https://docs.aws.amazon.com/cli/latest/userguide/installing.html">Installing the AWS Command Line Interface</a>
355
+ * in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the
356
+ * <a href="https://docs.aws.amazon.com/cli/latest/reference/chime/index.html">Amazon Chime commands</a> in the
357
+ * <i>AWS CLI Command Reference</i>.
358
+ * </p>
362
359
  * </dd>
363
360
  * <dt>Using REST APIs</dt>
364
361
  * <dd>
365
- * <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see
366
- * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
367
- * in the <i>Amazon Web Services General Reference</i>.</p>
368
- *
362
+ * <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see
363
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>
364
+ * in the <i>Amazon Web Services General Reference</i>.</p>
369
365
  * <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p>
370
366
  * </dd>
371
367
  * </dl>
372
- *
373
368
  * <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see
374
- * <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
375
- * in the <i>Amazon Chime Administration Guide</i>.</p>
369
+ * <a href="https://docs.aws.amazon.com/chime/latest/ag/security-iam.html">Identity and Access Management for Amazon Chime</a>
370
+ * in the <i>Amazon Chime Administration Guide</i>.</p>
376
371
  */
377
372
  export declare class ChimeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeClientResolvedConfig> {
378
373
  /**
@@ -21,9 +21,9 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
21
21
  * @public
22
22
  * <p>
23
23
  * Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
24
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
24
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
25
25
  * in the
26
- * <i>Amazon Chime Developer Guide</i>.
26
+ * <i>Amazon Chime SDK Developer Guide</i>.
27
27
  * </p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
@@ -28,7 +28,7 @@ export interface BatchCreateChannelMembershipCommandOutput extends BatchCreateCh
28
28
  * const client = new ChimeClient(config);
29
29
  * const input = { // BatchCreateChannelMembershipRequest
30
30
  * ChannelArn: "STRING_VALUE", // required
31
- * Type: "STRING_VALUE",
31
+ * Type: "DEFAULT" || "HIDDEN",
32
32
  * MemberArns: [ // MemberArns // required
33
33
  * "STRING_VALUE",
34
34
  * ],
@@ -32,7 +32,7 @@ export interface BatchCreateRoomMembershipCommandOutput extends BatchCreateRoomM
32
32
  * MembershipItemList: [ // MembershipItemList // required
33
33
  * { // MembershipItem
34
34
  * MemberId: "STRING_VALUE",
35
- * Role: "STRING_VALUE",
35
+ * Role: "Administrator" || "Member",
36
36
  * },
37
37
  * ],
38
38
  * };
@@ -23,7 +23,6 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
23
23
  * Moves phone numbers into the
24
24
  * <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
25
25
  * </p>
26
- *
27
26
  * <p>
28
27
  * Phone numbers remain in the
29
28
  * <b>Deletion queue</b> for 7 days before they are deleted permanently.
@@ -22,15 +22,12 @@ export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse,
22
22
  * <p>Suspends up to 50 users from a <code>Team</code> or <code>EnterpriseLWA</code> Amazon Chime
23
23
  * account. For more information about different account types, see <a href="https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration
24
24
  * Guide</i>.</p>
25
- *
26
25
  * <p>Users suspended from a <code>Team</code> account are disassociated from the account,but they
27
26
  * can continue to use Amazon Chime as free users. To remove the suspension from suspended
28
27
  * <code>Team</code> account users, invite them to the <code>Team</code> account again.
29
28
  * You can use the <a>InviteUsers</a> action to do so.</p>
30
- *
31
29
  * <p>Users suspended from an <code>EnterpriseLWA</code> account are immediately signed out of
32
30
  * Amazon Chime and can no longer sign in. To remove the suspension from suspended <code>EnterpriseLWA</code> account users, use the <a>BatchUnsuspendUser</a> action.</p>
33
- *
34
31
  * <p>
35
32
  * To sign out users without suspending them, use the
36
33
  * <a>LogoutUser</a>
@@ -26,7 +26,6 @@ export interface BatchUnsuspendUserCommandOutput extends BatchUnsuspendUserRespo
26
26
  * Managing Your Amazon Chime Accounts
27
27
  * </a> in the account types, in the <i>Amazon Chime Administration Guide</i>.
28
28
  * </p>
29
- *
30
29
  * <p>
31
30
  * Previously suspended users who are unsuspended using this action are returned to
32
31
  * <code>Registered</code>
@@ -32,7 +32,7 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
32
32
  * UpdatePhoneNumberRequestItems: [ // UpdatePhoneNumberRequestItemList // required
33
33
  * { // UpdatePhoneNumberRequestItem
34
34
  * PhoneNumberId: "STRING_VALUE", // required
35
- * ProductType: "STRING_VALUE",
35
+ * ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn",
36
36
  * CallingName: "STRING_VALUE",
37
37
  * },
38
38
  * ],
@@ -31,8 +31,8 @@ export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, _
31
31
  * UpdateUserRequestItems: [ // UpdateUserRequestItemList // required
32
32
  * { // UpdateUserRequestItem
33
33
  * UserId: "STRING_VALUE", // required
34
- * LicenseType: "STRING_VALUE",
35
- * UserType: "STRING_VALUE",
34
+ * LicenseType: "Basic" || "Plus" || "Pro" || "ProTrial",
35
+ * UserType: "PrivateUser" || "SharedDevice",
36
36
  * AlexaForBusinessMetadata: { // AlexaForBusinessMetadata
37
37
  * IsAlexaForBusinessEnabled: true || false,
38
38
  * AlexaForBusinessRoomArn: "STRING_VALUE",
@@ -21,7 +21,6 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
21
21
  * @public
22
22
  * <p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions.
23
23
  * </p>
24
- *
25
24
  * <ul>
26
25
  * <li>
27
26
  * <p>
@@ -32,7 +31,6 @@ export interface CreateAppInstanceAdminCommandOutput extends CreateAppInstanceAd
32
31
  * <code>DeleteChannelMessage</code> actions.</p>
33
32
  * </li>
34
33
  * </ul>
35
- *
36
34
  * <p>Only an <code>AppInstanceUser</code> can be promoted to an <code>AppInstanceAdmin</code> role.</p>
37
35
  * @example
38
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -21,9 +21,9 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
21
21
  * @public
22
22
  * <p>
23
23
  * Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
24
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
24
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
25
25
  * in the
26
- * <i>Amazon Chime Developer Guide</i>.
26
+ * <i>Amazon Chime SDK Developer Guide</i>.
27
27
  * </p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +25,6 @@ export interface CreateChannelBanCommandOutput extends CreateChannelBanResponse,
25
25
  * channels.</p>
26
26
  * <p>If you ban a user who is already part of a channel, that user is automatically kicked
27
27
  * from the channel.</p>
28
- *
29
28
  * <note>
30
29
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
31
30
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -20,11 +20,9 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
20
20
  /**
21
21
  * @public
22
22
  * <p>Creates a channel to which you can add users and send messages.</p>
23
- *
24
23
  * <p>
25
24
  * <b>Restriction</b>: You can't change a channel's
26
25
  * privacy.</p>
27
- *
28
26
  * <note>
29
27
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
30
28
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -39,8 +37,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
39
37
  * const input = { // CreateChannelRequest
40
38
  * AppInstanceArn: "STRING_VALUE", // required
41
39
  * Name: "STRING_VALUE", // required
42
- * Mode: "STRING_VALUE",
43
- * Privacy: "STRING_VALUE",
40
+ * Mode: "UNRESTRICTED" || "RESTRICTED",
41
+ * Privacy: "PUBLIC" || "PRIVATE",
44
42
  * Metadata: "STRING_VALUE",
45
43
  * ClientRequestToken: "STRING_VALUE", // required
46
44
  * Tags: [ // TagList
@@ -21,7 +21,6 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
21
21
  * @public
22
22
  * <p>Adds a user to a channel. The <code>InvitedBy</code> response field is derived from the
23
23
  * request header. A channel member can:</p>
24
- *
25
24
  * <ul>
26
25
  * <li>
27
26
  * <p>List messages</p>
@@ -39,9 +38,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
39
38
  * <p>Leave the channel</p>
40
39
  * </li>
41
40
  * </ul>
42
- *
43
41
  * <p>Privacy settings impact this action as follows:</p>
44
- *
45
42
  * <ul>
46
43
  * <li>
47
44
  * <p>Public Channels: You do not need to be a member to list messages, but you must be
@@ -51,7 +48,6 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
51
48
  * <p>Private Channels: You must be a member to list or send messages.</p>
52
49
  * </li>
53
50
  * </ul>
54
- *
55
51
  * <note>
56
52
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
57
53
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -66,7 +62,7 @@ export interface CreateChannelMembershipCommandOutput extends CreateChannelMembe
66
62
  * const input = { // CreateChannelMembershipRequest
67
63
  * ChannelArn: "STRING_VALUE", // required
68
64
  * MemberArn: "STRING_VALUE", // required
69
- * Type: "STRING_VALUE", // required
65
+ * Type: "DEFAULT" || "HIDDEN", // required
70
66
  * ChimeBearer: "STRING_VALUE",
71
67
  * };
72
68
  * const command = new CreateChannelMembershipCommand(input);
@@ -20,7 +20,6 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
20
20
  /**
21
21
  * @public
22
22
  * <p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p>
23
- *
24
23
  * <ul>
25
24
  * <li>
26
25
  * <p>Add and remove other members of the channel.</p>
@@ -38,7 +37,6 @@ export interface CreateChannelModeratorCommandOutput extends CreateChannelModera
38
37
  * <p>List messages in the channel.</p>
39
38
  * </li>
40
39
  * </ul>
41
- *
42
40
  * <note>
43
41
  * <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the
44
42
  * <code>AppInstanceUserArn</code> of the user that makes the API call as the value in
@@ -27,9 +27,9 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
27
27
  * // const { ChimeClient, CreateMediaCapturePipelineCommand } = require("@aws-sdk/client-chime"); // CommonJS import
28
28
  * const client = new ChimeClient(config);
29
29
  * const input = { // CreateMediaCapturePipelineRequest
30
- * SourceType: "STRING_VALUE", // required
30
+ * SourceType: "ChimeSdkMeeting", // required
31
31
  * SourceArn: "STRING_VALUE", // required
32
- * SinkType: "STRING_VALUE", // required
32
+ * SinkType: "S3Bucket", // required
33
33
  * SinkArn: "STRING_VALUE", // required
34
34
  * ClientRequestToken: "STRING_VALUE",
35
35
  * ChimeSdkMeetingConfiguration: { // ChimeSdkMeetingConfiguration
@@ -45,15 +45,15 @@ export interface CreateMediaCapturePipelineCommandOutput extends CreateMediaCapt
45
45
  * },
46
46
  * ArtifactsConfiguration: { // ArtifactsConfiguration
47
47
  * Audio: { // AudioArtifactsConfiguration
48
- * MuxType: "STRING_VALUE", // required
48
+ * MuxType: "AudioOnly" || "AudioWithActiveSpeakerVideo", // required
49
49
  * },
50
50
  * Video: { // VideoArtifactsConfiguration
51
- * State: "STRING_VALUE", // required
52
- * MuxType: "STRING_VALUE",
51
+ * State: "Enabled" || "Disabled", // required
52
+ * MuxType: "VideoOnly",
53
53
  * },
54
54
  * Content: { // ContentArtifactsConfiguration
55
- * State: "STRING_VALUE", // required
56
- * MuxType: "STRING_VALUE",
55
+ * State: "Enabled" || "Disabled", // required
56
+ * MuxType: "ContentOnly",
57
57
  * },
58
58
  * },
59
59
  * },
@@ -21,13 +21,13 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
21
21
  * @public
22
22
  * <p>
23
23
  * Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see
24
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
24
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
25
25
  * in the
26
- * <i>Amazon Chime Developer Guide</i>
26
+ * <i>Amazon Chime SDK Developer Guide</i>
27
27
  * . For more information about the Amazon Chime SDK, see
28
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
28
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
29
29
  * in the
30
- * <i>Amazon Chime Developer Guide</i>
30
+ * <i>Amazon Chime SDK Developer Guide</i>
31
31
  * .
32
32
  * </p>
33
33
  * @example
@@ -21,7 +21,6 @@ export interface CreateMeetingDialOutCommandOutput extends CreateMeetingDialOutR
21
21
  * @public
22
22
  * <p>Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public
23
23
  * switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.</p>
24
- *
25
24
  * <p>To play welcome audio or implement an interactive voice response (IVR), use the
26
25
  * <code>CreateSipMediaApplicationCall</code> action with the corresponding SIP media application ID.</p>
27
26
  * @example
@@ -21,13 +21,13 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
21
21
  * @public
22
22
  * <p>
23
23
  * Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see
24
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
24
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/chime-sdk-meetings-regions.html">Amazon Chime SDK Media Regions</a>
25
25
  * in the
26
- * <i>Amazon Chime Developer Guide</i>
26
+ * <i>Amazon Chime SDK Developer Guide</i>
27
27
  * . For more information about the Amazon Chime SDK, see
28
- * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
28
+ * <a href="https://docs.aws.amazon.com/chime-sdk/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a>
29
29
  * in the
30
- * <i>Amazon Chime Developer Guide</i>
30
+ * <i>Amazon Chime SDK Developer Guide</i>
31
31
  * .
32
32
  * </p>
33
33
  * @example
@@ -28,7 +28,7 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
28
28
  * // const { ChimeClient, CreatePhoneNumberOrderCommand } = require("@aws-sdk/client-chime"); // CommonJS import
29
29
  * const client = new ChimeClient(config);
30
30
  * const input = { // CreatePhoneNumberOrderRequest
31
- * ProductType: "STRING_VALUE", // required
31
+ * ProductType: "BusinessCalling" || "VoiceConnector" || "SipMediaApplicationDialIn", // required
32
32
  * E164PhoneNumbers: [ // E164PhoneNumberList // required
33
33
  * "STRING_VALUE",
34
34
  * ],
@@ -34,10 +34,10 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
34
34
  * Name: "STRING_VALUE",
35
35
  * ExpiryMinutes: Number("int"),
36
36
  * Capabilities: [ // CapabilityList // required
37
- * "STRING_VALUE",
37
+ * "Voice" || "SMS",
38
38
  * ],
39
- * NumberSelectionBehavior: "STRING_VALUE",
40
- * GeoMatchLevel: "STRING_VALUE",
39
+ * NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
40
+ * GeoMatchLevel: "Country" || "AreaCode",
41
41
  * GeoMatchParams: { // GeoMatchParams
42
42
  * Country: "STRING_VALUE", // required
43
43
  * AreaCode: "STRING_VALUE", // required
@@ -30,7 +30,7 @@ export interface CreateRoomMembershipCommandOutput extends CreateRoomMembershipR
30
30
  * AccountId: "STRING_VALUE", // required
31
31
  * RoomId: "STRING_VALUE", // required
32
32
  * MemberId: "STRING_VALUE", // required
33
- * Role: "STRING_VALUE",
33
+ * Role: "Administrator" || "Member",
34
34
  * };
35
35
  * const command = new CreateRoomMembershipCommand(input);
36
36
  * const response = await client.send(command);
@@ -28,7 +28,7 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
28
28
  * const client = new ChimeClient(config);
29
29
  * const input = { // CreateSipRuleRequest
30
30
  * Name: "STRING_VALUE", // required
31
- * TriggerType: "STRING_VALUE", // required
31
+ * TriggerType: "ToPhoneNumber" || "RequestUriHostname", // required
32
32
  * TriggerValue: "STRING_VALUE", // required
33
33
  * Disabled: true || false,
34
34
  * TargetApplications: [ // SipRuleTargetApplicationList // required