@aws-sdk/client-ssm-contacts 3.1087.0 → 3.1089.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SSMContacts.d.ts +133 -147
- package/dist-types/ts3.4/SSMContactsClient.d.ts +9 -30
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38