@aws-sdk/client-ssm-contacts 3.1087.0 → 3.1088.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 (58) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/SSMContacts.d.ts +133 -147
  3. package/dist-types/ts3.4/SSMContactsClient.d.ts +9 -30
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +5 -11
  21. package/dist-types/ts3.4/commands/GetContactCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +3 -8
  28. package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  47. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  48. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  49. package/dist-types/ts3.4/models/enums.d.ts +2 -4
  50. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  51. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  58. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75