@aws-sdk/client-rtbfabric 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 (71) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/RTBFabric.d.ts +140 -180
  3. package/dist-types/ts3.4/RTBFabricClient.d.ts +13 -46
  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/AcceptLinkCommand.d.ts +3 -5
  8. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -5
  25. package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -5
  32. package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  44. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  45. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  46. package/dist-types/ts3.4/models/enums.d.ts +1 -2
  47. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  48. package/dist-types/ts3.4/models/models_0.d.ts +1 -4
  49. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  50. package/dist-types/ts3.4/pagination/ListLinksPaginator.d.ts +1 -4
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  55. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  56. package/dist-types/ts3.4/waiters/waitForCertificateAssociated.d.ts +3 -7
  57. package/dist-types/ts3.4/waiters/waitForCertificateDisassociated.d.ts +4 -12
  58. package/dist-types/ts3.4/waiters/waitForInboundExternalLinkActive.d.ts +3 -5
  59. package/dist-types/ts3.4/waiters/waitForInboundExternalLinkDeleted.d.ts +3 -5
  60. package/dist-types/ts3.4/waiters/waitForLinkAccepted.d.ts +3 -6
  61. package/dist-types/ts3.4/waiters/waitForLinkActive.d.ts +3 -6
  62. package/dist-types/ts3.4/waiters/waitForLinkDeleted.d.ts +3 -6
  63. package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleActive.d.ts +3 -5
  64. package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleDeleted.d.ts +4 -8
  65. package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkActive.d.ts +3 -5
  66. package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkDeleted.d.ts +3 -5
  67. package/dist-types/ts3.4/waiters/waitForRequesterGatewayActive.d.ts +3 -5
  68. package/dist-types/ts3.4/waiters/waitForRequesterGatewayDeleted.d.ts +4 -8
  69. package/dist-types/ts3.4/waiters/waitForResponderGatewayActive.d.ts +3 -5
  70. package/dist-types/ts3.4/waiters/waitForResponderGatewayDeleted.d.ts +4 -8
  71. 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