npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@datafire/amazonaws_chime

v5.0.0

Published

DataFire integration for Amazon Chime

Downloads

5

Readme

@datafire/amazonaws_chime

Client library for Amazon Chime

Installation and Usage

npm install --save @datafire/amazonaws_chime
let amazonaws_chime = require('@datafire/amazonaws_chime').create({
  accessKeyId: "",
  secretAccessKey: "",
  region: ""
});

amazonaws_chime.ListAccounts({}).then(data => {
  console.log(data);
});

Description

Actions

ListAccounts

amazonaws_chime.ListAccounts({}, context)

Input

  • input object
    • MaxResults string
    • NextToken string

Output

CreateAccount

amazonaws_chime.CreateAccount({
  "Name": ""
}, context)

Input

Output

Output schema unknown

DeleteAccount

amazonaws_chime.DeleteAccount({
  "accountId": ""
}, context)

Input

  • input object
    • accountId required string

Output

Output schema unknown

GetAccount

amazonaws_chime.GetAccount({
  "accountId": ""
}, context)

Input

  • input object
    • accountId required string

Output

UpdateAccount

amazonaws_chime.UpdateAccount({
  "accountId": ""
}, context)

Input

Output

GetAccountSettings

amazonaws_chime.GetAccountSettings({
  "accountId": ""
}, context)

Input

  • input object
    • accountId required string

Output

UpdateAccountSettings

amazonaws_chime.UpdateAccountSettings({
  "accountId": "",
  "AccountSettings": {}
}, context)

Input

  • input object

Output

Output schema unknown

ListUsers

amazonaws_chime.ListUsers({
  "accountId": ""
}, context)

Input

  • input object
    • MaxResults string
    • NextToken string
    • accountId required string

Output

BatchUpdateUser

amazonaws_chime.BatchUpdateUser({
  "accountId": "",
  "UpdateUserRequestItems": []
}, context)

Input

Output

GetUser

amazonaws_chime.GetUser({
  "accountId": "",
  "userId": ""
}, context)

Input

  • input object
    • accountId required string
    • userId required string

Output

UpdateUser

amazonaws_chime.UpdateUser({
  "accountId": "",
  "userId": ""
}, context)

Input

  • input object
    • accountId required string
    • userId required string
    • LicenseType License

Output

LogoutUser

amazonaws_chime.LogoutUser({
  "accountId": "",
  "userId": ""
}, context)

Input

  • input object
    • accountId required string
    • userId required string

Output

Output schema unknown

ResetPersonalPIN

amazonaws_chime.ResetPersonalPIN({
  "accountId": "",
  "userId": ""
}, context)

Input

  • input object
    • accountId required string
    • userId required string

Output

InviteUsers

amazonaws_chime.InviteUsers({
  "accountId": "",
  "UserEmailList": []
}, context)

Input

  • input object

Output

Output schema unknown

BatchSuspendUser

amazonaws_chime.BatchSuspendUser({
  "accountId": "",
  "UserIdList": []
}, context)

Input

  • input object
    • accountId required string
    • UserIdList required UserIdList

Output

BatchUnsuspendUser

amazonaws_chime.BatchUnsuspendUser({
  "accountId": "",
  "UserIdList": []
}, context)

Input

  • input object
    • accountId required string
    • UserIdList required UserIdList

Output

Definitions

Account

AccountList

AccountName

  • AccountName string

AccountSettings

  • AccountSettings object: Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

AccountType

  • AccountType string (values: Team, EnterpriseDirectory, EnterpriseLWA, EnterpriseOIDC)

BadRequestException

BatchSuspendUserRequest

  • BatchSuspendUserRequest object

BatchSuspendUserResponse

BatchUnsuspendUserRequest

  • BatchUnsuspendUserRequest object

BatchUnsuspendUserResponse

BatchUpdateUserRequest

BatchUpdateUserResponse

Boolean

  • Boolean boolean

ConflictException

CreateAccountRequest

CreateAccountResponse

  • CreateAccountResponse object

DeleteAccountRequest

  • DeleteAccountRequest object

DeleteAccountResponse

  • DeleteAccountResponse object

EmailAddress

  • EmailAddress string

EmailStatus

  • EmailStatus string (values: NotSent, Sent, Failed)

ErrorCode

  • ErrorCode string (values: Unauthorized, Forbidden, NotFound, BadRequest, Conflict, ServiceFailure, ServiceUnavailable, Unprocessable, Throttled, PreconditionFailed)

ForbiddenException

GetAccountRequest

  • GetAccountRequest object

GetAccountResponse

  • GetAccountResponse object

GetAccountSettingsRequest

  • GetAccountSettingsRequest object

GetAccountSettingsResponse

GetUserRequest

  • GetUserRequest object

GetUserResponse

  • GetUserResponse object

Invite

InviteList

InviteStatus

  • InviteStatus string (values: Pending, Accepted, Failed)

InviteUsersRequest

InviteUsersResponse

Iso8601Timestamp

  • Iso8601Timestamp string

License

  • License string (values: Basic, Plus, Pro, ProTrial)

LicenseList

ListAccountsRequest

  • ListAccountsRequest object

ListAccountsResponse

ListUsersRequest

  • ListUsersRequest object

ListUsersResponse

LogoutUserRequest

  • LogoutUserRequest object

LogoutUserResponse

  • LogoutUserResponse object

NonEmptyString

  • NonEmptyString string

NotFoundException

ProfileServiceMaxResults

  • ProfileServiceMaxResults integer

RegistrationStatus

  • RegistrationStatus string (values: Unregistered, Registered, Suspended)

ResetPersonalPINRequest

  • ResetPersonalPINRequest object

ResetPersonalPINResponse

  • ResetPersonalPINResponse object

SensitiveString

  • SensitiveString string

ServiceFailureException

ServiceUnavailableException

String

  • String string

ThrottledClientException

UnauthorizedClientException

UnprocessableEntityException

UpdateAccountRequest

UpdateAccountResponse

  • UpdateAccountResponse object

UpdateAccountSettingsRequest

  • UpdateAccountSettingsRequest object

UpdateAccountSettingsResponse

  • UpdateAccountSettingsResponse object

UpdateUserRequest

  • UpdateUserRequest object

UpdateUserRequestItem

  • UpdateUserRequestItem object: The user ID and user fields to update, used with the BatchUpdateUser action.

UpdateUserRequestItemList

UpdateUserResponse

  • UpdateUserResponse object

User

UserEmailList

UserError

  • UserError object: The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.

UserErrorList

UserIdList

UserList

  • UserList array