@aws-sdk/client-amplify 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/Amplify.d.ts +128 -194
- package/dist-types/ts3.4/AmplifyClient.d.ts +28 -77
- 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/CreateAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
- 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/UpdateAppCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +3 -5
- 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 +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.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/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38