@aws-sdk/client-chime 3.315.0 → 3.317.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 (89) hide show
  1. package/README.md +5 -10
  2. package/dist-cjs/Chime.js +195 -2674
  3. package/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist-cjs/models/models_0.js +2 -0
  5. package/dist-cjs/protocols/Aws_restJson1.js +8 -8
  6. package/dist-es/Chime.js +195 -2674
  7. package/dist-es/endpoint/ruleset.js +3 -3
  8. package/dist-es/models/models_0.js +2 -0
  9. package/dist-es/protocols/Aws_restJson1.js +8 -8
  10. package/dist-types/Chime.d.ts +231 -913
  11. package/dist-types/ChimeClient.d.ts +17 -22
  12. package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -2
  13. package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +1 -1
  14. package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +1 -1
  15. package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +0 -1
  16. package/dist-types/commands/BatchSuspendUserCommand.d.ts +0 -3
  17. package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +0 -1
  18. package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchUpdateUserCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -2
  21. package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -1
  23. package/dist-types/commands/CreateChannelCommand.d.ts +2 -4
  24. package/dist-types/commands/CreateChannelMembershipCommand.d.ts +1 -5
  25. package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -2
  26. package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +7 -7
  27. package/dist-types/commands/CreateMeetingCommand.d.ts +4 -4
  28. package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +0 -1
  29. package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +4 -4
  30. package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateProxySessionCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateRoomMembershipCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +1 -2
  36. package/dist-types/commands/DeleteAccountCommand.d.ts +0 -3
  37. package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -1
  39. package/dist-types/commands/DeleteChannelCommand.d.ts +0 -1
  40. package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -1
  41. package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -1
  42. package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -1
  43. package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -2
  44. package/dist-types/commands/DeletePhoneNumberCommand.d.ts +0 -1
  45. package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -1
  46. package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -1
  47. package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -2
  48. package/dist-types/commands/DescribeChannelCommand.d.ts +0 -2
  49. package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -1
  50. package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -1
  51. package/dist-types/commands/GetAttendeeCommand.d.ts +2 -2
  52. package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -1
  53. package/dist-types/commands/GetMeetingCommand.d.ts +2 -2
  54. package/dist-types/commands/GetUserCommand.d.ts +0 -1
  55. package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
  56. package/dist-types/commands/ListAttendeesCommand.d.ts +2 -2
  57. package/dist-types/commands/ListChannelBansCommand.d.ts +0 -2
  58. package/dist-types/commands/ListChannelMembershipsCommand.d.ts +1 -3
  59. package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -1
  60. package/dist-types/commands/ListChannelMessagesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListChannelsCommand.d.ts +1 -3
  62. package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -1
  63. package/dist-types/commands/ListMeetingsCommand.d.ts +2 -2
  64. package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -3
  65. package/dist-types/commands/ListProxySessionsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
  67. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  68. package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +1 -1
  69. package/dist-types/commands/PutRetentionSettingsCommand.d.ts +0 -1
  70. package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +1 -2
  71. package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +1 -1
  72. package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -1
  73. package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -1
  74. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
  75. package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -4
  76. package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +27 -12
  77. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -1
  80. package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -1
  81. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateProxySessionCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  85. package/dist-types/models/models_0.d.ts +89 -30
  86. package/dist-types/models/models_1.d.ts +7 -6
  87. package/dist-types/ts3.4/Chime.d.ts +2 -1
  88. package/dist-types/ts3.4/models/models_0.d.ts +8 -1
  89. package/package.json +6 -6
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>