@aws-sdk/client-groundstation 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/GroundStation.d.ts +136 -147
- package/dist-types/ts3.4/GroundStationClient.d.ts +9 -28
- 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/CancelContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReserveContactCommand.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/UpdateAgentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.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 +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.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/waitForContactScheduled.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +3 -7
- package/package.json +38 -38