@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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/RTBFabric.d.ts +140 -180
- package/dist-types/ts3.4/RTBFabricClient.d.ts +13 -46
- 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/AcceptLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.d.ts +5 -10
- 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 +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLinksPaginator.d.ts +1 -4
- 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/waiters/waitForCertificateAssociated.d.ts +3 -7
- package/dist-types/ts3.4/waiters/waitForCertificateDisassociated.d.ts +4 -12
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForInboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkAccepted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkActive.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkDeleted.d.ts +3 -6
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForLinkRoutingRuleDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForOutboundExternalLinkDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForRequesterGatewayDeleted.d.ts +4 -8
- package/dist-types/ts3.4/waiters/waitForResponderGatewayActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForResponderGatewayDeleted.d.ts +4 -8
- package/package.json +38 -38