@aws-sdk/client-deadline 3.546.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/LICENSE +201 -0
- package/README.md +1027 -0
- package/dist-cjs/Deadline.js +215 -0
- package/dist-cjs/DeadlineClient.js +56 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/AssociateMemberToFarmCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToFleetCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToJobCommand.js +28 -0
- package/dist-cjs/commands/AssociateMemberToQueueCommand.js +28 -0
- package/dist-cjs/commands/AssumeFleetRoleForReadCommand.js +29 -0
- package/dist-cjs/commands/AssumeFleetRoleForWorkerCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForReadCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForUserCommand.js +29 -0
- package/dist-cjs/commands/AssumeQueueRoleForWorkerCommand.js +29 -0
- package/dist-cjs/commands/BatchGetJobEntityCommand.js +29 -0
- package/dist-cjs/commands/CopyJobTemplateCommand.js +28 -0
- package/dist-cjs/commands/CreateBudgetCommand.js +29 -0
- package/dist-cjs/commands/CreateFarmCommand.js +29 -0
- package/dist-cjs/commands/CreateFleetCommand.js +29 -0
- package/dist-cjs/commands/CreateJobCommand.js +29 -0
- package/dist-cjs/commands/CreateLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/CreateMonitorCommand.js +28 -0
- package/dist-cjs/commands/CreateQueueCommand.js +29 -0
- package/dist-cjs/commands/CreateQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/CreateQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/CreateStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/CreateWorkerCommand.js +28 -0
- package/dist-cjs/commands/DeleteBudgetCommand.js +28 -0
- package/dist-cjs/commands/DeleteFarmCommand.js +28 -0
- package/dist-cjs/commands/DeleteFleetCommand.js +28 -0
- package/dist-cjs/commands/DeleteLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/DeleteMeteredProductCommand.js +28 -0
- package/dist-cjs/commands/DeleteMonitorCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueEnvironmentCommand.js +28 -0
- package/dist-cjs/commands/DeleteQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/DeleteStorageProfileCommand.js +28 -0
- package/dist-cjs/commands/DeleteWorkerCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromFarmCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromFleetCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromJobCommand.js +28 -0
- package/dist-cjs/commands/DisassociateMemberFromQueueCommand.js +28 -0
- package/dist-cjs/commands/GetBudgetCommand.js +29 -0
- package/dist-cjs/commands/GetFarmCommand.js +29 -0
- package/dist-cjs/commands/GetFleetCommand.js +29 -0
- package/dist-cjs/commands/GetJobCommand.js +29 -0
- package/dist-cjs/commands/GetLicenseEndpointCommand.js +28 -0
- package/dist-cjs/commands/GetMonitorCommand.js +28 -0
- package/dist-cjs/commands/GetQueueCommand.js +29 -0
- package/dist-cjs/commands/GetQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/GetQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/GetSessionActionCommand.js +29 -0
- package/dist-cjs/commands/GetSessionCommand.js +28 -0
- package/dist-cjs/commands/GetSessionsStatisticsAggregationCommand.js +28 -0
- package/dist-cjs/commands/GetStepCommand.js +29 -0
- package/dist-cjs/commands/GetStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/GetStorageProfileForQueueCommand.js +29 -0
- package/dist-cjs/commands/GetTaskCommand.js +29 -0
- package/dist-cjs/commands/GetWorkerCommand.js +28 -0
- package/dist-cjs/commands/ListAvailableMeteredProductsCommand.js +28 -0
- package/dist-cjs/commands/ListBudgetsCommand.js +29 -0
- package/dist-cjs/commands/ListFarmMembersCommand.js +28 -0
- package/dist-cjs/commands/ListFarmsCommand.js +28 -0
- package/dist-cjs/commands/ListFleetMembersCommand.js +28 -0
- package/dist-cjs/commands/ListFleetsCommand.js +28 -0
- package/dist-cjs/commands/ListJobMembersCommand.js +28 -0
- package/dist-cjs/commands/ListJobsCommand.js +28 -0
- package/dist-cjs/commands/ListLicenseEndpointsCommand.js +28 -0
- package/dist-cjs/commands/ListMeteredProductsCommand.js +28 -0
- package/dist-cjs/commands/ListMonitorsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueEnvironmentsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueFleetAssociationsCommand.js +28 -0
- package/dist-cjs/commands/ListQueueMembersCommand.js +28 -0
- package/dist-cjs/commands/ListQueuesCommand.js +28 -0
- package/dist-cjs/commands/ListSessionActionsCommand.js +28 -0
- package/dist-cjs/commands/ListSessionsCommand.js +28 -0
- package/dist-cjs/commands/ListSessionsForWorkerCommand.js +28 -0
- package/dist-cjs/commands/ListStepConsumersCommand.js +28 -0
- package/dist-cjs/commands/ListStepDependenciesCommand.js +28 -0
- package/dist-cjs/commands/ListStepsCommand.js +28 -0
- package/dist-cjs/commands/ListStorageProfilesCommand.js +28 -0
- package/dist-cjs/commands/ListStorageProfilesForQueueCommand.js +28 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +28 -0
- package/dist-cjs/commands/ListTasksCommand.js +29 -0
- package/dist-cjs/commands/ListWorkersCommand.js +28 -0
- package/dist-cjs/commands/PutMeteredProductCommand.js +28 -0
- package/dist-cjs/commands/SearchJobsCommand.js +29 -0
- package/dist-cjs/commands/SearchStepsCommand.js +28 -0
- package/dist-cjs/commands/SearchTasksCommand.js +29 -0
- package/dist-cjs/commands/SearchWorkersCommand.js +28 -0
- package/dist-cjs/commands/StartSessionsStatisticsAggregationCommand.js +28 -0
- package/dist-cjs/commands/TagResourceCommand.js +28 -0
- package/dist-cjs/commands/UntagResourceCommand.js +28 -0
- package/dist-cjs/commands/UpdateBudgetCommand.js +29 -0
- package/dist-cjs/commands/UpdateFarmCommand.js +29 -0
- package/dist-cjs/commands/UpdateFleetCommand.js +29 -0
- package/dist-cjs/commands/UpdateJobCommand.js +28 -0
- package/dist-cjs/commands/UpdateMonitorCommand.js +28 -0
- package/dist-cjs/commands/UpdateQueueCommand.js +29 -0
- package/dist-cjs/commands/UpdateQueueEnvironmentCommand.js +29 -0
- package/dist-cjs/commands/UpdateQueueFleetAssociationCommand.js +28 -0
- package/dist-cjs/commands/UpdateSessionCommand.js +28 -0
- package/dist-cjs/commands/UpdateStepCommand.js +28 -0
- package/dist-cjs/commands/UpdateStorageProfileCommand.js +29 -0
- package/dist-cjs/commands/UpdateTaskCommand.js +28 -0
- package/dist-cjs/commands/UpdateWorkerCommand.js +28 -0
- package/dist-cjs/commands/UpdateWorkerScheduleCommand.js +29 -0
- package/dist-cjs/commands/index.js +105 -0
- package/dist-cjs/endpoint/EndpointParameters.js +18 -0
- package/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/DeadlineServiceException.js +12 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +832 -0
- package/dist-cjs/models/models_1.js +141 -0
- package/dist-cjs/pagination/GetSessionsStatisticsAggregationPaginator.js +7 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAvailableMeteredProductsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBudgetsPaginator.js +7 -0
- package/dist-cjs/pagination/ListFarmMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListFarmsPaginator.js +7 -0
- package/dist-cjs/pagination/ListFleetMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListFleetsPaginator.js +7 -0
- package/dist-cjs/pagination/ListJobMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +7 -0
- package/dist-cjs/pagination/ListLicenseEndpointsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMeteredProductsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMonitorsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueEnvironmentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueFleetAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueueMembersPaginator.js +7 -0
- package/dist-cjs/pagination/ListQueuesPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionActionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionsForWorkerPaginator.js +7 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepConsumersPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepDependenciesPaginator.js +7 -0
- package/dist-cjs/pagination/ListStepsPaginator.js +7 -0
- package/dist-cjs/pagination/ListStorageProfilesForQueuePaginator.js +7 -0
- package/dist-cjs/pagination/ListStorageProfilesPaginator.js +7 -0
- package/dist-cjs/pagination/ListTasksPaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkersPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +30 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4960 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +49 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-cjs/waiters/index.js +10 -0
- package/dist-cjs/waiters/waitForFleetActive.js +54 -0
- package/dist-cjs/waiters/waitForJobCreateComplete.js +81 -0
- package/dist-cjs/waiters/waitForLicenseEndpointDeleted.js +39 -0
- package/dist-cjs/waiters/waitForLicenseEndpointValid.js +45 -0
- package/dist-cjs/waiters/waitForQueueFleetAssociationStopped.js +36 -0
- package/dist-cjs/waiters/waitForQueueScheduling.js +36 -0
- package/dist-cjs/waiters/waitForQueueSchedulingBlocked.js +36 -0
- package/dist-es/Deadline.js +211 -0
- package/dist-es/DeadlineClient.js +52 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/AssociateMemberToFarmCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToFleetCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToJobCommand.js +24 -0
- package/dist-es/commands/AssociateMemberToQueueCommand.js +24 -0
- package/dist-es/commands/AssumeFleetRoleForReadCommand.js +25 -0
- package/dist-es/commands/AssumeFleetRoleForWorkerCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForReadCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForUserCommand.js +25 -0
- package/dist-es/commands/AssumeQueueRoleForWorkerCommand.js +25 -0
- package/dist-es/commands/BatchGetJobEntityCommand.js +25 -0
- package/dist-es/commands/CopyJobTemplateCommand.js +24 -0
- package/dist-es/commands/CreateBudgetCommand.js +25 -0
- package/dist-es/commands/CreateFarmCommand.js +25 -0
- package/dist-es/commands/CreateFleetCommand.js +25 -0
- package/dist-es/commands/CreateJobCommand.js +25 -0
- package/dist-es/commands/CreateLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/CreateMonitorCommand.js +24 -0
- package/dist-es/commands/CreateQueueCommand.js +25 -0
- package/dist-es/commands/CreateQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/CreateQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/CreateStorageProfileCommand.js +25 -0
- package/dist-es/commands/CreateWorkerCommand.js +24 -0
- package/dist-es/commands/DeleteBudgetCommand.js +24 -0
- package/dist-es/commands/DeleteFarmCommand.js +24 -0
- package/dist-es/commands/DeleteFleetCommand.js +24 -0
- package/dist-es/commands/DeleteLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/DeleteMeteredProductCommand.js +24 -0
- package/dist-es/commands/DeleteMonitorCommand.js +24 -0
- package/dist-es/commands/DeleteQueueCommand.js +24 -0
- package/dist-es/commands/DeleteQueueEnvironmentCommand.js +24 -0
- package/dist-es/commands/DeleteQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteStorageProfileCommand.js +24 -0
- package/dist-es/commands/DeleteWorkerCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromFarmCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromFleetCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromJobCommand.js +24 -0
- package/dist-es/commands/DisassociateMemberFromQueueCommand.js +24 -0
- package/dist-es/commands/GetBudgetCommand.js +25 -0
- package/dist-es/commands/GetFarmCommand.js +25 -0
- package/dist-es/commands/GetFleetCommand.js +25 -0
- package/dist-es/commands/GetJobCommand.js +25 -0
- package/dist-es/commands/GetLicenseEndpointCommand.js +24 -0
- package/dist-es/commands/GetMonitorCommand.js +24 -0
- package/dist-es/commands/GetQueueCommand.js +25 -0
- package/dist-es/commands/GetQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/GetQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/GetSessionActionCommand.js +25 -0
- package/dist-es/commands/GetSessionCommand.js +24 -0
- package/dist-es/commands/GetSessionsStatisticsAggregationCommand.js +24 -0
- package/dist-es/commands/GetStepCommand.js +25 -0
- package/dist-es/commands/GetStorageProfileCommand.js +25 -0
- package/dist-es/commands/GetStorageProfileForQueueCommand.js +25 -0
- package/dist-es/commands/GetTaskCommand.js +25 -0
- package/dist-es/commands/GetWorkerCommand.js +24 -0
- package/dist-es/commands/ListAvailableMeteredProductsCommand.js +24 -0
- package/dist-es/commands/ListBudgetsCommand.js +25 -0
- package/dist-es/commands/ListFarmMembersCommand.js +24 -0
- package/dist-es/commands/ListFarmsCommand.js +24 -0
- package/dist-es/commands/ListFleetMembersCommand.js +24 -0
- package/dist-es/commands/ListFleetsCommand.js +24 -0
- package/dist-es/commands/ListJobMembersCommand.js +24 -0
- package/dist-es/commands/ListJobsCommand.js +24 -0
- package/dist-es/commands/ListLicenseEndpointsCommand.js +24 -0
- package/dist-es/commands/ListMeteredProductsCommand.js +24 -0
- package/dist-es/commands/ListMonitorsCommand.js +24 -0
- package/dist-es/commands/ListQueueEnvironmentsCommand.js +24 -0
- package/dist-es/commands/ListQueueFleetAssociationsCommand.js +24 -0
- package/dist-es/commands/ListQueueMembersCommand.js +24 -0
- package/dist-es/commands/ListQueuesCommand.js +24 -0
- package/dist-es/commands/ListSessionActionsCommand.js +24 -0
- package/dist-es/commands/ListSessionsCommand.js +24 -0
- package/dist-es/commands/ListSessionsForWorkerCommand.js +24 -0
- package/dist-es/commands/ListStepConsumersCommand.js +24 -0
- package/dist-es/commands/ListStepDependenciesCommand.js +24 -0
- package/dist-es/commands/ListStepsCommand.js +24 -0
- package/dist-es/commands/ListStorageProfilesCommand.js +24 -0
- package/dist-es/commands/ListStorageProfilesForQueueCommand.js +24 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +24 -0
- package/dist-es/commands/ListTasksCommand.js +25 -0
- package/dist-es/commands/ListWorkersCommand.js +24 -0
- package/dist-es/commands/PutMeteredProductCommand.js +24 -0
- package/dist-es/commands/SearchJobsCommand.js +25 -0
- package/dist-es/commands/SearchStepsCommand.js +24 -0
- package/dist-es/commands/SearchTasksCommand.js +25 -0
- package/dist-es/commands/SearchWorkersCommand.js +24 -0
- package/dist-es/commands/StartSessionsStatisticsAggregationCommand.js +24 -0
- package/dist-es/commands/TagResourceCommand.js +24 -0
- package/dist-es/commands/UntagResourceCommand.js +24 -0
- package/dist-es/commands/UpdateBudgetCommand.js +25 -0
- package/dist-es/commands/UpdateFarmCommand.js +25 -0
- package/dist-es/commands/UpdateFleetCommand.js +25 -0
- package/dist-es/commands/UpdateJobCommand.js +24 -0
- package/dist-es/commands/UpdateMonitorCommand.js +24 -0
- package/dist-es/commands/UpdateQueueCommand.js +25 -0
- package/dist-es/commands/UpdateQueueEnvironmentCommand.js +25 -0
- package/dist-es/commands/UpdateQueueFleetAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateSessionCommand.js +24 -0
- package/dist-es/commands/UpdateStepCommand.js +24 -0
- package/dist-es/commands/UpdateStorageProfileCommand.js +25 -0
- package/dist-es/commands/UpdateTaskCommand.js +24 -0
- package/dist-es/commands/UpdateWorkerCommand.js +24 -0
- package/dist-es/commands/UpdateWorkerScheduleCommand.js +25 -0
- package/dist-es/commands/index.js +102 -0
- package/dist-es/endpoint/EndpointParameters.js +14 -0
- package/dist-es/endpoint/endpointResolver.js +10 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/DeadlineServiceException.js +8 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +768 -0
- package/dist-es/models/models_1.js +130 -0
- package/dist-es/pagination/GetSessionsStatisticsAggregationPaginator.js +4 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAvailableMeteredProductsPaginator.js +4 -0
- package/dist-es/pagination/ListBudgetsPaginator.js +4 -0
- package/dist-es/pagination/ListFarmMembersPaginator.js +4 -0
- package/dist-es/pagination/ListFarmsPaginator.js +4 -0
- package/dist-es/pagination/ListFleetMembersPaginator.js +4 -0
- package/dist-es/pagination/ListFleetsPaginator.js +4 -0
- package/dist-es/pagination/ListJobMembersPaginator.js +4 -0
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/ListLicenseEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListMeteredProductsPaginator.js +4 -0
- package/dist-es/pagination/ListMonitorsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueEnvironmentsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueFleetAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListQueueMembersPaginator.js +4 -0
- package/dist-es/pagination/ListQueuesPaginator.js +4 -0
- package/dist-es/pagination/ListSessionActionsPaginator.js +4 -0
- package/dist-es/pagination/ListSessionsForWorkerPaginator.js +4 -0
- package/dist-es/pagination/ListSessionsPaginator.js +4 -0
- package/dist-es/pagination/ListStepConsumersPaginator.js +4 -0
- package/dist-es/pagination/ListStepDependenciesPaginator.js +4 -0
- package/dist-es/pagination/ListStepsPaginator.js +4 -0
- package/dist-es/pagination/ListStorageProfilesForQueuePaginator.js +4 -0
- package/dist-es/pagination/ListStorageProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListTasksPaginator.js +4 -0
- package/dist-es/pagination/ListWorkersPaginator.js +4 -0
- package/dist-es/pagination/index.js +27 -0
- package/dist-es/protocols/Aws_restJson1.js +4749 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +44 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-es/waiters/index.js +7 -0
- package/dist-es/waiters/waitForFleetActive.js +49 -0
- package/dist-es/waiters/waitForJobCreateComplete.js +76 -0
- package/dist-es/waiters/waitForLicenseEndpointDeleted.js +34 -0
- package/dist-es/waiters/waitForLicenseEndpointValid.js +40 -0
- package/dist-es/waiters/waitForQueueFleetAssociationStopped.js +31 -0
- package/dist-es/waiters/waitForQueueScheduling.js +31 -0
- package/dist-es/waiters/waitForQueueSchedulingBlocked.js +31 -0
- package/dist-types/Deadline.d.ts +734 -0
- package/dist-types/DeadlineClient.d.ts +279 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/AssociateMemberToFarmCommand.d.ts +81 -0
- package/dist-types/commands/AssociateMemberToFleetCommand.d.ts +82 -0
- package/dist-types/commands/AssociateMemberToJobCommand.d.ts +83 -0
- package/dist-types/commands/AssociateMemberToQueueCommand.d.ts +82 -0
- package/dist-types/commands/AssumeFleetRoleForReadCommand.d.ts +82 -0
- package/dist-types/commands/AssumeFleetRoleForWorkerCommand.d.ts +86 -0
- package/dist-types/commands/AssumeQueueRoleForReadCommand.d.ts +82 -0
- package/dist-types/commands/AssumeQueueRoleForUserCommand.d.ts +81 -0
- package/dist-types/commands/AssumeQueueRoleForWorkerCommand.d.ts +87 -0
- package/dist-types/commands/BatchGetJobEntityCommand.d.ts +193 -0
- package/dist-types/commands/CopyJobTemplateCommand.d.ts +81 -0
- package/dist-types/commands/CreateBudgetCommand.d.ts +99 -0
- package/dist-types/commands/CreateFarmCommand.d.ts +88 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +177 -0
- package/dist-types/commands/CreateJobCommand.d.ts +112 -0
- package/dist-types/commands/CreateLicenseEndpointCommand.d.ts +91 -0
- package/dist-types/commands/CreateMonitorCommand.d.ts +83 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +109 -0
- package/dist-types/commands/CreateQueueEnvironmentCommand.d.ts +84 -0
- package/dist-types/commands/CreateQueueFleetAssociationCommand.d.ts +75 -0
- package/dist-types/commands/CreateStorageProfileCommand.d.ts +90 -0
- package/dist-types/commands/CreateWorkerCommand.d.ts +95 -0
- package/dist-types/commands/DeleteBudgetCommand.d.ts +74 -0
- package/dist-types/commands/DeleteFarmCommand.d.ts +73 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +79 -0
- package/dist-types/commands/DeleteLicenseEndpointCommand.d.ts +77 -0
- package/dist-types/commands/DeleteMeteredProductCommand.d.ts +74 -0
- package/dist-types/commands/DeleteMonitorCommand.d.ts +74 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +78 -0
- package/dist-types/commands/DeleteQueueEnvironmentCommand.d.ts +72 -0
- package/dist-types/commands/DeleteQueueFleetAssociationCommand.d.ts +79 -0
- package/dist-types/commands/DeleteStorageProfileCommand.d.ts +71 -0
- package/dist-types/commands/DeleteWorkerCommand.d.ts +79 -0
- package/dist-types/commands/DisassociateMemberFromFarmCommand.d.ts +74 -0
- package/dist-types/commands/DisassociateMemberFromFleetCommand.d.ts +79 -0
- package/dist-types/commands/DisassociateMemberFromJobCommand.d.ts +76 -0
- package/dist-types/commands/DisassociateMemberFromQueueCommand.d.ts +79 -0
- package/dist-types/commands/GetBudgetCommand.d.ts +104 -0
- package/dist-types/commands/GetFarmCommand.d.ts +82 -0
- package/dist-types/commands/GetFleetCommand.d.ts +194 -0
- package/dist-types/commands/GetJobCommand.d.ts +119 -0
- package/dist-types/commands/GetLicenseEndpointCommand.d.ts +85 -0
- package/dist-types/commands/GetMonitorCommand.d.ts +85 -0
- package/dist-types/commands/GetQueueCommand.d.ts +108 -0
- package/dist-types/commands/GetQueueEnvironmentCommand.d.ts +85 -0
- package/dist-types/commands/GetQueueFleetAssociationCommand.d.ts +83 -0
- package/dist-types/commands/GetSessionActionCommand.d.ts +109 -0
- package/dist-types/commands/GetSessionCommand.d.ts +119 -0
- package/dist-types/commands/GetSessionsStatisticsAggregationCommand.d.ts +110 -0
- package/dist-types/commands/GetStepCommand.d.ts +129 -0
- package/dist-types/commands/GetStorageProfileCommand.d.ts +89 -0
- package/dist-types/commands/GetStorageProfileForQueueCommand.d.ts +86 -0
- package/dist-types/commands/GetTaskCommand.d.ts +97 -0
- package/dist-types/commands/GetWorkerCommand.d.ts +107 -0
- package/dist-types/commands/ListAvailableMeteredProductsCommand.d.ts +74 -0
- package/dist-types/commands/ListBudgetsCommand.d.ts +97 -0
- package/dist-types/commands/ListFarmMembersCommand.d.ts +86 -0
- package/dist-types/commands/ListFarmsCommand.d.ts +85 -0
- package/dist-types/commands/ListFleetMembersCommand.d.ts +88 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +184 -0
- package/dist-types/commands/ListJobMembersCommand.d.ts +90 -0
- package/dist-types/commands/ListJobsCommand.d.ts +101 -0
- package/dist-types/commands/ListLicenseEndpointsCommand.d.ts +84 -0
- package/dist-types/commands/ListMeteredProductsCommand.d.ts +85 -0
- package/dist-types/commands/ListMonitorsCommand.d.ts +88 -0
- package/dist-types/commands/ListQueueEnvironmentsCommand.d.ts +85 -0
- package/dist-types/commands/ListQueueFleetAssociationsCommand.d.ts +86 -0
- package/dist-types/commands/ListQueueMembersCommand.d.ts +88 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +93 -0
- package/dist-types/commands/ListSessionActionsCommand.d.ts +106 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +92 -0
- package/dist-types/commands/ListSessionsForWorkerCommand.d.ts +90 -0
- package/dist-types/commands/ListStepConsumersCommand.d.ts +86 -0
- package/dist-types/commands/ListStepDependenciesCommand.d.ts +86 -0
- package/dist-types/commands/ListStepsCommand.d.ts +104 -0
- package/dist-types/commands/ListStorageProfilesCommand.d.ts +84 -0
- package/dist-types/commands/ListStorageProfilesForQueueCommand.d.ts +86 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +77 -0
- package/dist-types/commands/ListTasksCommand.d.ts +103 -0
- package/dist-types/commands/ListWorkersCommand.d.ts +113 -0
- package/dist-types/commands/PutMeteredProductCommand.d.ts +74 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +176 -0
- package/dist-types/commands/SearchStepsCommand.d.ts +175 -0
- package/dist-types/commands/SearchTasksCommand.d.ts +169 -0
- package/dist-types/commands/SearchWorkersCommand.d.ts +171 -0
- package/dist-types/commands/StartSessionsStatisticsAggregationCommand.d.ts +96 -0
- package/dist-types/commands/TagResourceCommand.d.ts +80 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +80 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +98 -0
- package/dist-types/commands/UpdateFarmCommand.d.ts +75 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +171 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +85 -0
- package/dist-types/commands/UpdateMonitorCommand.d.ts +77 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +106 -0
- package/dist-types/commands/UpdateQueueEnvironmentCommand.d.ts +79 -0
- package/dist-types/commands/UpdateQueueFleetAssociationCommand.d.ts +76 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +82 -0
- package/dist-types/commands/UpdateStepCommand.d.ts +82 -0
- package/dist-types/commands/UpdateStorageProfileCommand.d.ts +91 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +83 -0
- package/dist-types/commands/UpdateWorkerCommand.d.ts +118 -0
- package/dist-types/commands/UpdateWorkerScheduleCommand.d.ts +142 -0
- package/dist-types/commands/index.d.ts +102 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +21 -0
- package/dist-types/models/DeadlineServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7635 -0
- package/dist-types/models/models_1.d.ts +2199 -0
- package/dist-types/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAvailableMeteredProductsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBudgetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFarmMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFarmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFleetMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFleetsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLicenseEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMeteredProductsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMonitorsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueEnvironmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueFleetAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueueMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQueuesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionsForWorkerPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepConsumersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepDependenciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStepsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageProfilesForQueuePaginator.d.ts +7 -0
- package/dist-types/pagination/ListStorageProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +27 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +920 -0
- package/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/dist-types/runtimeConfig.d.ts +45 -0
- package/dist-types/runtimeConfig.native.d.ts +44 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Deadline.d.ts +1749 -0
- package/dist-types/ts3.4/DeadlineClient.d.ts +732 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/AssociateMemberToFarmCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToJobCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssociateMemberToQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeFleetRoleForReadCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeFleetRoleForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForReadCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForUserCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AssumeQueueRoleForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/BatchGetJobEntityCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CopyJobTemplateCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMeteredProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromFarmCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromFleetCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromJobCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateMemberFromQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetFarmCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/GetLicenseEndpointCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetMonitorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSessionActionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSessionsStatisticsAggregationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetStepCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetStorageProfileForQueueCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTaskCommand.d.ts +31 -0
- package/dist-types/ts3.4/commands/GetWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAvailableMeteredProductsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListBudgetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFarmMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFarmsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFleetMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListJobMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListLicenseEndpointsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListMeteredProductsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListQueueEnvironmentsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListQueueFleetAssociationsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListQueueMembersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSessionActionsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSessionsForWorkerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepConsumersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepDependenciesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListStorageProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListStorageProfilesForQueueCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListWorkersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutMeteredProductCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchStepsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchTasksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/SearchWorkersCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartSessionsStatisticsAggregationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFarmCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateMonitorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateQueueEnvironmentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateQueueFleetAssociationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateStorageProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkerScheduleCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +102 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/DeadlineServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2391 -0
- package/dist-types/ts3.4/models/models_1.d.ts +650 -0
- package/dist-types/ts3.4/pagination/GetSessionsStatisticsAggregationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAvailableMeteredProductsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBudgetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFarmMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFarmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFleetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLicenseEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMeteredProductsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMonitorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueEnvironmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueFleetAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueueMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsForWorkerPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepConsumersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepDependenciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageProfilesForQueuePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListStorageProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +27 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1229 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFleetActive.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForJobCreateComplete.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForLicenseEndpointDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForLicenseEndpointValid.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueFleetAssociationStopped.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueScheduling.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForQueueSchedulingBlocked.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +7 -0
- package/dist-types/waiters/waitForFleetActive.d.ts +14 -0
- package/dist-types/waiters/waitForJobCreateComplete.d.ts +14 -0
- package/dist-types/waiters/waitForLicenseEndpointDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForLicenseEndpointValid.d.ts +14 -0
- package/dist-types/waiters/waitForQueueFleetAssociationStopped.d.ts +14 -0
- package/dist-types/waiters/waitForQueueScheduling.d.ts +14 -0
- package/dist-types/waiters/waitForQueueSchedulingBlocked.d.ts +14 -0
- package/package.json +104 -0
|
@@ -0,0 +1,768 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { DeadlineServiceException as __BaseException } from "./DeadlineServiceException";
|
|
3
|
+
export const AcceleratorType = {
|
|
4
|
+
GPU: "gpu",
|
|
5
|
+
};
|
|
6
|
+
export class AccessDeniedException extends __BaseException {
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "AccessDeniedException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
this.name = "AccessDeniedException";
|
|
14
|
+
this.$fault = "client";
|
|
15
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
+
this.context = opts.context;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export var TaskParameterValue;
|
|
20
|
+
(function (TaskParameterValue) {
|
|
21
|
+
TaskParameterValue.visit = (value, visitor) => {
|
|
22
|
+
if (value.int !== undefined)
|
|
23
|
+
return visitor.int(value.int);
|
|
24
|
+
if (value.float !== undefined)
|
|
25
|
+
return visitor.float(value.float);
|
|
26
|
+
if (value.string !== undefined)
|
|
27
|
+
return visitor.string(value.string);
|
|
28
|
+
if (value.path !== undefined)
|
|
29
|
+
return visitor.path(value.path);
|
|
30
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
31
|
+
};
|
|
32
|
+
})(TaskParameterValue || (TaskParameterValue = {}));
|
|
33
|
+
export var AssignedSessionActionDefinition;
|
|
34
|
+
(function (AssignedSessionActionDefinition) {
|
|
35
|
+
AssignedSessionActionDefinition.visit = (value, visitor) => {
|
|
36
|
+
if (value.envEnter !== undefined)
|
|
37
|
+
return visitor.envEnter(value.envEnter);
|
|
38
|
+
if (value.envExit !== undefined)
|
|
39
|
+
return visitor.envExit(value.envExit);
|
|
40
|
+
if (value.taskRun !== undefined)
|
|
41
|
+
return visitor.taskRun(value.taskRun);
|
|
42
|
+
if (value.syncInputJobAttachments !== undefined)
|
|
43
|
+
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
44
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
45
|
+
};
|
|
46
|
+
})(AssignedSessionActionDefinition || (AssignedSessionActionDefinition = {}));
|
|
47
|
+
export const MembershipLevel = {
|
|
48
|
+
CONTRIBUTOR: "CONTRIBUTOR",
|
|
49
|
+
MANAGER: "MANAGER",
|
|
50
|
+
OWNER: "OWNER",
|
|
51
|
+
VIEWER: "VIEWER",
|
|
52
|
+
};
|
|
53
|
+
export const DeadlinePrincipalType = {
|
|
54
|
+
GROUP: "GROUP",
|
|
55
|
+
USER: "USER",
|
|
56
|
+
};
|
|
57
|
+
export class InternalServerErrorException extends __BaseException {
|
|
58
|
+
constructor(opts) {
|
|
59
|
+
super({
|
|
60
|
+
name: "InternalServerErrorException",
|
|
61
|
+
$fault: "server",
|
|
62
|
+
...opts,
|
|
63
|
+
});
|
|
64
|
+
this.name = "InternalServerErrorException";
|
|
65
|
+
this.$fault = "server";
|
|
66
|
+
this.$retryable = {};
|
|
67
|
+
Object.setPrototypeOf(this, InternalServerErrorException.prototype);
|
|
68
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "ResourceNotFoundException",
|
|
75
|
+
$fault: "client",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
this.name = "ResourceNotFoundException";
|
|
79
|
+
this.$fault = "client";
|
|
80
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
81
|
+
this.resourceId = opts.resourceId;
|
|
82
|
+
this.resourceType = opts.resourceType;
|
|
83
|
+
this.context = opts.context;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export const ServiceQuotaExceededExceptionReason = {
|
|
87
|
+
KMS_KEY_LIMIT_EXCEEDED: "KMS_KEY_LIMIT_EXCEEDED",
|
|
88
|
+
SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
|
|
89
|
+
};
|
|
90
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
91
|
+
constructor(opts) {
|
|
92
|
+
super({
|
|
93
|
+
name: "ServiceQuotaExceededException",
|
|
94
|
+
$fault: "client",
|
|
95
|
+
...opts,
|
|
96
|
+
});
|
|
97
|
+
this.name = "ServiceQuotaExceededException";
|
|
98
|
+
this.$fault = "client";
|
|
99
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
100
|
+
this.reason = opts.reason;
|
|
101
|
+
this.resourceType = opts.resourceType;
|
|
102
|
+
this.serviceCode = opts.serviceCode;
|
|
103
|
+
this.quotaCode = opts.quotaCode;
|
|
104
|
+
this.resourceId = opts.resourceId;
|
|
105
|
+
this.context = opts.context;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
export class ThrottlingException extends __BaseException {
|
|
109
|
+
constructor(opts) {
|
|
110
|
+
super({
|
|
111
|
+
name: "ThrottlingException",
|
|
112
|
+
$fault: "client",
|
|
113
|
+
...opts,
|
|
114
|
+
});
|
|
115
|
+
this.name = "ThrottlingException";
|
|
116
|
+
this.$fault = "client";
|
|
117
|
+
this.$retryable = {
|
|
118
|
+
throttling: true,
|
|
119
|
+
};
|
|
120
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
121
|
+
this.serviceCode = opts.serviceCode;
|
|
122
|
+
this.quotaCode = opts.quotaCode;
|
|
123
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
124
|
+
this.context = opts.context;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
export const ValidationExceptionReason = {
|
|
128
|
+
CANNOT_PARSE: "CANNOT_PARSE",
|
|
129
|
+
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
130
|
+
OTHER: "OTHER",
|
|
131
|
+
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
132
|
+
};
|
|
133
|
+
export class ValidationException extends __BaseException {
|
|
134
|
+
constructor(opts) {
|
|
135
|
+
super({
|
|
136
|
+
name: "ValidationException",
|
|
137
|
+
$fault: "client",
|
|
138
|
+
...opts,
|
|
139
|
+
});
|
|
140
|
+
this.name = "ValidationException";
|
|
141
|
+
this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
143
|
+
this.reason = opts.reason;
|
|
144
|
+
this.fieldList = opts.fieldList;
|
|
145
|
+
this.context = opts.context;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
export const ConflictExceptionReason = {
|
|
149
|
+
CONCURRENT_MODIFICATION: "CONCURRENT_MODIFICATION",
|
|
150
|
+
CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION",
|
|
151
|
+
RESOURCE_ALREADY_EXISTS: "RESOURCE_ALREADY_EXISTS",
|
|
152
|
+
RESOURCE_IN_USE: "RESOURCE_IN_USE",
|
|
153
|
+
STATUS_CONFLICT: "STATUS_CONFLICT",
|
|
154
|
+
};
|
|
155
|
+
export class ConflictException extends __BaseException {
|
|
156
|
+
constructor(opts) {
|
|
157
|
+
super({
|
|
158
|
+
name: "ConflictException",
|
|
159
|
+
$fault: "client",
|
|
160
|
+
...opts,
|
|
161
|
+
});
|
|
162
|
+
this.name = "ConflictException";
|
|
163
|
+
this.$fault = "client";
|
|
164
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
165
|
+
this.reason = opts.reason;
|
|
166
|
+
this.resourceId = opts.resourceId;
|
|
167
|
+
this.resourceType = opts.resourceType;
|
|
168
|
+
this.context = opts.context;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
export const JobAttachmentsFileSystem = {
|
|
172
|
+
COPIED: "COPIED",
|
|
173
|
+
VIRTUAL: "VIRTUAL",
|
|
174
|
+
};
|
|
175
|
+
export const PathFormat = {
|
|
176
|
+
POSIX: "posix",
|
|
177
|
+
WINDOWS: "windows",
|
|
178
|
+
};
|
|
179
|
+
export const AutoScalingMode = {
|
|
180
|
+
EVENT_BASED_AUTO_SCALING: "EVENT_BASED_AUTO_SCALING",
|
|
181
|
+
NO_SCALING: "NO_SCALING",
|
|
182
|
+
};
|
|
183
|
+
export const AutoScalingStatus = {
|
|
184
|
+
GROWING: "GROWING",
|
|
185
|
+
SHRINKING: "SHRINKING",
|
|
186
|
+
STEADY: "STEADY",
|
|
187
|
+
};
|
|
188
|
+
export var JobEntityIdentifiersUnion;
|
|
189
|
+
(function (JobEntityIdentifiersUnion) {
|
|
190
|
+
JobEntityIdentifiersUnion.visit = (value, visitor) => {
|
|
191
|
+
if (value.jobDetails !== undefined)
|
|
192
|
+
return visitor.jobDetails(value.jobDetails);
|
|
193
|
+
if (value.jobAttachmentDetails !== undefined)
|
|
194
|
+
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
195
|
+
if (value.stepDetails !== undefined)
|
|
196
|
+
return visitor.stepDetails(value.stepDetails);
|
|
197
|
+
if (value.environmentDetails !== undefined)
|
|
198
|
+
return visitor.environmentDetails(value.environmentDetails);
|
|
199
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
200
|
+
};
|
|
201
|
+
})(JobEntityIdentifiersUnion || (JobEntityIdentifiersUnion = {}));
|
|
202
|
+
export const RunAs = {
|
|
203
|
+
QUEUE_CONFIGURED_USER: "QUEUE_CONFIGURED_USER",
|
|
204
|
+
WORKER_AGENT_USER: "WORKER_AGENT_USER",
|
|
205
|
+
};
|
|
206
|
+
export var JobParameter;
|
|
207
|
+
(function (JobParameter) {
|
|
208
|
+
JobParameter.visit = (value, visitor) => {
|
|
209
|
+
if (value.int !== undefined)
|
|
210
|
+
return visitor.int(value.int);
|
|
211
|
+
if (value.float !== undefined)
|
|
212
|
+
return visitor.float(value.float);
|
|
213
|
+
if (value.string !== undefined)
|
|
214
|
+
return visitor.string(value.string);
|
|
215
|
+
if (value.path !== undefined)
|
|
216
|
+
return visitor.path(value.path);
|
|
217
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
218
|
+
};
|
|
219
|
+
})(JobParameter || (JobParameter = {}));
|
|
220
|
+
export var JobEntity;
|
|
221
|
+
(function (JobEntity) {
|
|
222
|
+
JobEntity.visit = (value, visitor) => {
|
|
223
|
+
if (value.jobDetails !== undefined)
|
|
224
|
+
return visitor.jobDetails(value.jobDetails);
|
|
225
|
+
if (value.jobAttachmentDetails !== undefined)
|
|
226
|
+
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
227
|
+
if (value.stepDetails !== undefined)
|
|
228
|
+
return visitor.stepDetails(value.stepDetails);
|
|
229
|
+
if (value.environmentDetails !== undefined)
|
|
230
|
+
return visitor.environmentDetails(value.environmentDetails);
|
|
231
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
232
|
+
};
|
|
233
|
+
})(JobEntity || (JobEntity = {}));
|
|
234
|
+
export const JobEntityErrorCode = {
|
|
235
|
+
AccessDeniedException: "AccessDeniedException",
|
|
236
|
+
ConflictException: "ConflictException",
|
|
237
|
+
InternalServerException: "InternalServerException",
|
|
238
|
+
MaxPayloadSizeExceeded: "MaxPayloadSizeExceeded",
|
|
239
|
+
ResourceNotFoundException: "ResourceNotFoundException",
|
|
240
|
+
ValidationException: "ValidationException",
|
|
241
|
+
};
|
|
242
|
+
export var GetJobEntityError;
|
|
243
|
+
(function (GetJobEntityError) {
|
|
244
|
+
GetJobEntityError.visit = (value, visitor) => {
|
|
245
|
+
if (value.jobDetails !== undefined)
|
|
246
|
+
return visitor.jobDetails(value.jobDetails);
|
|
247
|
+
if (value.jobAttachmentDetails !== undefined)
|
|
248
|
+
return visitor.jobAttachmentDetails(value.jobAttachmentDetails);
|
|
249
|
+
if (value.stepDetails !== undefined)
|
|
250
|
+
return visitor.stepDetails(value.stepDetails);
|
|
251
|
+
if (value.environmentDetails !== undefined)
|
|
252
|
+
return visitor.environmentDetails(value.environmentDetails);
|
|
253
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
254
|
+
};
|
|
255
|
+
})(GetJobEntityError || (GetJobEntityError = {}));
|
|
256
|
+
export const BudgetActionType = {
|
|
257
|
+
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
258
|
+
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
259
|
+
};
|
|
260
|
+
export var BudgetSchedule;
|
|
261
|
+
(function (BudgetSchedule) {
|
|
262
|
+
BudgetSchedule.visit = (value, visitor) => {
|
|
263
|
+
if (value.fixed !== undefined)
|
|
264
|
+
return visitor.fixed(value.fixed);
|
|
265
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
266
|
+
};
|
|
267
|
+
})(BudgetSchedule || (BudgetSchedule = {}));
|
|
268
|
+
export var UsageTrackingResource;
|
|
269
|
+
(function (UsageTrackingResource) {
|
|
270
|
+
UsageTrackingResource.visit = (value, visitor) => {
|
|
271
|
+
if (value.queueId !== undefined)
|
|
272
|
+
return visitor.queueId(value.queueId);
|
|
273
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
274
|
+
};
|
|
275
|
+
})(UsageTrackingResource || (UsageTrackingResource = {}));
|
|
276
|
+
export const BudgetStatus = {
|
|
277
|
+
ACTIVE: "ACTIVE",
|
|
278
|
+
INACTIVE: "INACTIVE",
|
|
279
|
+
};
|
|
280
|
+
export const ComparisonOperator = {
|
|
281
|
+
EQUAL: "EQUAL",
|
|
282
|
+
GREATER_THAN: "GREATER_THAN",
|
|
283
|
+
GREATER_THAN_EQUAL_TO: "GREATER_THAN_EQUAL_TO",
|
|
284
|
+
LESS_THAN: "LESS_THAN",
|
|
285
|
+
LESS_THAN_EQUAL_TO: "LESS_THAN_EQUAL_TO",
|
|
286
|
+
NOT_EQUAL: "NOT_EQUAL",
|
|
287
|
+
};
|
|
288
|
+
export const CompletedStatus = {
|
|
289
|
+
CANCELED: "CANCELED",
|
|
290
|
+
FAILED: "FAILED",
|
|
291
|
+
INTERRUPTED: "INTERRUPTED",
|
|
292
|
+
NEVER_ATTEMPTED: "NEVER_ATTEMPTED",
|
|
293
|
+
SUCCEEDED: "SUCCEEDED",
|
|
294
|
+
};
|
|
295
|
+
export const JobTemplateType = {
|
|
296
|
+
JSON: "JSON",
|
|
297
|
+
YAML: "YAML",
|
|
298
|
+
};
|
|
299
|
+
export const CpuArchitectureType = {
|
|
300
|
+
ARM64: "arm64",
|
|
301
|
+
X86_64: "x86_64",
|
|
302
|
+
};
|
|
303
|
+
export const CustomerManagedFleetOperatingSystemFamily = {
|
|
304
|
+
LINUX: "LINUX",
|
|
305
|
+
MACOS: "MACOS",
|
|
306
|
+
WINDOWS: "WINDOWS",
|
|
307
|
+
};
|
|
308
|
+
export const ServiceManagedFleetOperatingSystemFamily = {
|
|
309
|
+
LINUX: "LINUX",
|
|
310
|
+
WINDOWS: "WINDOWS",
|
|
311
|
+
};
|
|
312
|
+
export const Ec2MarketType = {
|
|
313
|
+
ON_DEMAND: "on-demand",
|
|
314
|
+
SPOT: "spot",
|
|
315
|
+
};
|
|
316
|
+
export var FleetConfiguration;
|
|
317
|
+
(function (FleetConfiguration) {
|
|
318
|
+
FleetConfiguration.visit = (value, visitor) => {
|
|
319
|
+
if (value.customerManaged !== undefined)
|
|
320
|
+
return visitor.customerManaged(value.customerManaged);
|
|
321
|
+
if (value.serviceManagedEc2 !== undefined)
|
|
322
|
+
return visitor.serviceManagedEc2(value.serviceManagedEc2);
|
|
323
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
324
|
+
};
|
|
325
|
+
})(FleetConfiguration || (FleetConfiguration = {}));
|
|
326
|
+
export const CreateJobTargetTaskRunStatus = {
|
|
327
|
+
READY: "READY",
|
|
328
|
+
SUSPENDED: "SUSPENDED",
|
|
329
|
+
};
|
|
330
|
+
export const DefaultQueueBudgetAction = {
|
|
331
|
+
NONE: "NONE",
|
|
332
|
+
STOP_SCHEDULING_AND_CANCEL_TASKS: "STOP_SCHEDULING_AND_CANCEL_TASKS",
|
|
333
|
+
STOP_SCHEDULING_AND_COMPLETE_TASKS: "STOP_SCHEDULING_AND_COMPLETE_TASKS",
|
|
334
|
+
};
|
|
335
|
+
export const EnvironmentTemplateType = {
|
|
336
|
+
JSON: "JSON",
|
|
337
|
+
YAML: "YAML",
|
|
338
|
+
};
|
|
339
|
+
export const FileSystemLocationType = {
|
|
340
|
+
LOCAL: "LOCAL",
|
|
341
|
+
SHARED: "SHARED",
|
|
342
|
+
};
|
|
343
|
+
export const StorageProfileOperatingSystemFamily = {
|
|
344
|
+
LINUX: "LINUX",
|
|
345
|
+
MACOS: "MACOS",
|
|
346
|
+
WINDOWS: "WINDOWS",
|
|
347
|
+
};
|
|
348
|
+
export const FleetStatus = {
|
|
349
|
+
ACTIVE: "ACTIVE",
|
|
350
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
351
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
352
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
353
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
354
|
+
};
|
|
355
|
+
export const WorkerStatus = {
|
|
356
|
+
CREATED: "CREATED",
|
|
357
|
+
IDLE: "IDLE",
|
|
358
|
+
NOT_COMPATIBLE: "NOT_COMPATIBLE",
|
|
359
|
+
NOT_RESPONDING: "NOT_RESPONDING",
|
|
360
|
+
RUNNING: "RUNNING",
|
|
361
|
+
STARTED: "STARTED",
|
|
362
|
+
STOPPED: "STOPPED",
|
|
363
|
+
STOPPING: "STOPPING",
|
|
364
|
+
};
|
|
365
|
+
export const SessionLifecycleStatus = {
|
|
366
|
+
ENDED: "ENDED",
|
|
367
|
+
STARTED: "STARTED",
|
|
368
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
369
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
370
|
+
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
371
|
+
};
|
|
372
|
+
export const SessionLifecycleTargetStatus = {
|
|
373
|
+
ENDED: "ENDED",
|
|
374
|
+
};
|
|
375
|
+
export const UpdatedWorkerStatus = {
|
|
376
|
+
STARTED: "STARTED",
|
|
377
|
+
STOPPED: "STOPPED",
|
|
378
|
+
STOPPING: "STOPPING",
|
|
379
|
+
};
|
|
380
|
+
export const DesiredWorkerStatus = {
|
|
381
|
+
STOPPED: "STOPPED",
|
|
382
|
+
};
|
|
383
|
+
export const QueueBlockedReason = {
|
|
384
|
+
BUDGET_THRESHOLD_REACHED: "BUDGET_THRESHOLD_REACHED",
|
|
385
|
+
NO_BUDGET_CONFIGURED: "NO_BUDGET_CONFIGURED",
|
|
386
|
+
};
|
|
387
|
+
export const QueueStatus = {
|
|
388
|
+
IDLE: "IDLE",
|
|
389
|
+
SCHEDULING: "SCHEDULING",
|
|
390
|
+
SCHEDULING_BLOCKED: "SCHEDULING_BLOCKED",
|
|
391
|
+
};
|
|
392
|
+
export const JobLifecycleStatus = {
|
|
393
|
+
ARCHIVED: "ARCHIVED",
|
|
394
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
395
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
396
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
397
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
398
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
399
|
+
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
400
|
+
UPLOAD_FAILED: "UPLOAD_FAILED",
|
|
401
|
+
UPLOAD_IN_PROGRESS: "UPLOAD_IN_PROGRESS",
|
|
402
|
+
};
|
|
403
|
+
export const JobTargetTaskRunStatus = {
|
|
404
|
+
CANCELED: "CANCELED",
|
|
405
|
+
FAILED: "FAILED",
|
|
406
|
+
PENDING: "PENDING",
|
|
407
|
+
READY: "READY",
|
|
408
|
+
SUCCEEDED: "SUCCEEDED",
|
|
409
|
+
SUSPENDED: "SUSPENDED",
|
|
410
|
+
};
|
|
411
|
+
export const TaskRunStatus = {
|
|
412
|
+
ASSIGNED: "ASSIGNED",
|
|
413
|
+
CANCELED: "CANCELED",
|
|
414
|
+
FAILED: "FAILED",
|
|
415
|
+
INTERRUPTING: "INTERRUPTING",
|
|
416
|
+
NOT_COMPATIBLE: "NOT_COMPATIBLE",
|
|
417
|
+
PENDING: "PENDING",
|
|
418
|
+
READY: "READY",
|
|
419
|
+
RUNNING: "RUNNING",
|
|
420
|
+
SCHEDULED: "SCHEDULED",
|
|
421
|
+
STARTING: "STARTING",
|
|
422
|
+
SUCCEEDED: "SUCCEEDED",
|
|
423
|
+
SUSPENDED: "SUSPENDED",
|
|
424
|
+
};
|
|
425
|
+
export var SessionActionDefinition;
|
|
426
|
+
(function (SessionActionDefinition) {
|
|
427
|
+
SessionActionDefinition.visit = (value, visitor) => {
|
|
428
|
+
if (value.envEnter !== undefined)
|
|
429
|
+
return visitor.envEnter(value.envEnter);
|
|
430
|
+
if (value.envExit !== undefined)
|
|
431
|
+
return visitor.envExit(value.envExit);
|
|
432
|
+
if (value.taskRun !== undefined)
|
|
433
|
+
return visitor.taskRun(value.taskRun);
|
|
434
|
+
if (value.syncInputJobAttachments !== undefined)
|
|
435
|
+
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
436
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
437
|
+
};
|
|
438
|
+
})(SessionActionDefinition || (SessionActionDefinition = {}));
|
|
439
|
+
export const SessionActionStatus = {
|
|
440
|
+
ASSIGNED: "ASSIGNED",
|
|
441
|
+
CANCELED: "CANCELED",
|
|
442
|
+
CANCELING: "CANCELING",
|
|
443
|
+
FAILED: "FAILED",
|
|
444
|
+
INTERRUPTED: "INTERRUPTED",
|
|
445
|
+
NEVER_ATTEMPTED: "NEVER_ATTEMPTED",
|
|
446
|
+
RECLAIMED: "RECLAIMED",
|
|
447
|
+
RECLAIMING: "RECLAIMING",
|
|
448
|
+
RUNNING: "RUNNING",
|
|
449
|
+
SCHEDULED: "SCHEDULED",
|
|
450
|
+
SUCCEEDED: "SUCCEEDED",
|
|
451
|
+
};
|
|
452
|
+
export const StepLifecycleStatus = {
|
|
453
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
454
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
455
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
456
|
+
UPDATE_SUCCEEDED: "UPDATE_SUCCEEDED",
|
|
457
|
+
};
|
|
458
|
+
export const StepParameterType = {
|
|
459
|
+
FLOAT: "FLOAT",
|
|
460
|
+
INT: "INT",
|
|
461
|
+
PATH: "PATH",
|
|
462
|
+
STRING: "STRING",
|
|
463
|
+
};
|
|
464
|
+
export const StepTargetTaskRunStatus = {
|
|
465
|
+
CANCELED: "CANCELED",
|
|
466
|
+
FAILED: "FAILED",
|
|
467
|
+
PENDING: "PENDING",
|
|
468
|
+
READY: "READY",
|
|
469
|
+
SUCCEEDED: "SUCCEEDED",
|
|
470
|
+
SUSPENDED: "SUSPENDED",
|
|
471
|
+
};
|
|
472
|
+
export const TaskTargetRunStatus = {
|
|
473
|
+
CANCELED: "CANCELED",
|
|
474
|
+
FAILED: "FAILED",
|
|
475
|
+
PENDING: "PENDING",
|
|
476
|
+
READY: "READY",
|
|
477
|
+
SUCCEEDED: "SUCCEEDED",
|
|
478
|
+
SUSPENDED: "SUSPENDED",
|
|
479
|
+
};
|
|
480
|
+
export var SessionActionDefinitionSummary;
|
|
481
|
+
(function (SessionActionDefinitionSummary) {
|
|
482
|
+
SessionActionDefinitionSummary.visit = (value, visitor) => {
|
|
483
|
+
if (value.envEnter !== undefined)
|
|
484
|
+
return visitor.envEnter(value.envEnter);
|
|
485
|
+
if (value.envExit !== undefined)
|
|
486
|
+
return visitor.envExit(value.envExit);
|
|
487
|
+
if (value.taskRun !== undefined)
|
|
488
|
+
return visitor.taskRun(value.taskRun);
|
|
489
|
+
if (value.syncInputJobAttachments !== undefined)
|
|
490
|
+
return visitor.syncInputJobAttachments(value.syncInputJobAttachments);
|
|
491
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
492
|
+
};
|
|
493
|
+
})(SessionActionDefinitionSummary || (SessionActionDefinitionSummary = {}));
|
|
494
|
+
export const DependencyConsumerResolutionStatus = {
|
|
495
|
+
RESOLVED: "RESOLVED",
|
|
496
|
+
UNRESOLVED: "UNRESOLVED",
|
|
497
|
+
};
|
|
498
|
+
export const UpdateJobLifecycleStatus = {
|
|
499
|
+
ARCHIVED: "ARCHIVED",
|
|
500
|
+
};
|
|
501
|
+
export const TaskParameterValueFilterSensitiveLog = (obj) => {
|
|
502
|
+
if (obj.int !== undefined)
|
|
503
|
+
return { int: obj.int };
|
|
504
|
+
if (obj.float !== undefined)
|
|
505
|
+
return { float: obj.float };
|
|
506
|
+
if (obj.string !== undefined)
|
|
507
|
+
return { string: obj.string };
|
|
508
|
+
if (obj.path !== undefined)
|
|
509
|
+
return { path: obj.path };
|
|
510
|
+
if (obj.$unknown !== undefined)
|
|
511
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
512
|
+
};
|
|
513
|
+
export const AssignedTaskRunSessionActionDefinitionFilterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
516
|
+
});
|
|
517
|
+
export const AssignedSessionActionDefinitionFilterSensitiveLog = (obj) => {
|
|
518
|
+
if (obj.envEnter !== undefined)
|
|
519
|
+
return { envEnter: obj.envEnter };
|
|
520
|
+
if (obj.envExit !== undefined)
|
|
521
|
+
return { envExit: obj.envExit };
|
|
522
|
+
if (obj.taskRun !== undefined)
|
|
523
|
+
return { taskRun: AssignedTaskRunSessionActionDefinitionFilterSensitiveLog(obj.taskRun) };
|
|
524
|
+
if (obj.syncInputJobAttachments !== undefined)
|
|
525
|
+
return { syncInputJobAttachments: obj.syncInputJobAttachments };
|
|
526
|
+
if (obj.$unknown !== undefined)
|
|
527
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
528
|
+
};
|
|
529
|
+
export const AssignedSessionActionFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
...(obj.definition && { definition: AssignedSessionActionDefinitionFilterSensitiveLog(obj.definition) }),
|
|
532
|
+
});
|
|
533
|
+
export const AssignedSessionFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
...(obj.sessionActions && {
|
|
536
|
+
sessionActions: obj.sessionActions.map((item) => AssignedSessionActionFilterSensitiveLog(item)),
|
|
537
|
+
}),
|
|
538
|
+
});
|
|
539
|
+
export const AwsCredentialsFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
...(obj.accessKeyId && { accessKeyId: SENSITIVE_STRING }),
|
|
542
|
+
...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }),
|
|
543
|
+
...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }),
|
|
544
|
+
});
|
|
545
|
+
export const AssumeFleetRoleForReadResponseFilterSensitiveLog = (obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
548
|
+
});
|
|
549
|
+
export const AssumeFleetRoleForWorkerResponseFilterSensitiveLog = (obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
552
|
+
});
|
|
553
|
+
export const AssumeQueueRoleForReadResponseFilterSensitiveLog = (obj) => ({
|
|
554
|
+
...obj,
|
|
555
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
556
|
+
});
|
|
557
|
+
export const AssumeQueueRoleForUserResponseFilterSensitiveLog = (obj) => ({
|
|
558
|
+
...obj,
|
|
559
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
560
|
+
});
|
|
561
|
+
export const AssumeQueueRoleForWorkerResponseFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
...(obj.credentials && { credentials: SENSITIVE_STRING }),
|
|
564
|
+
});
|
|
565
|
+
export const ManifestPropertiesFilterSensitiveLog = (obj) => ({
|
|
566
|
+
...obj,
|
|
567
|
+
...(obj.fileSystemLocationName && { fileSystemLocationName: SENSITIVE_STRING }),
|
|
568
|
+
});
|
|
569
|
+
export const AttachmentsFilterSensitiveLog = (obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
...(obj.manifests && { manifests: SENSITIVE_STRING }),
|
|
572
|
+
});
|
|
573
|
+
export const EnvironmentDetailsEntityFilterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
...(obj.template && { template: SENSITIVE_STRING }),
|
|
576
|
+
});
|
|
577
|
+
export const JobAttachmentDetailsEntityFilterSensitiveLog = (obj) => ({
|
|
578
|
+
...obj,
|
|
579
|
+
...(obj.attachments && { attachments: AttachmentsFilterSensitiveLog(obj.attachments) }),
|
|
580
|
+
});
|
|
581
|
+
export const PathMappingRuleFilterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
});
|
|
584
|
+
export const JobDetailsEntityFilterSensitiveLog = (obj) => ({
|
|
585
|
+
...obj,
|
|
586
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
587
|
+
...(obj.pathMappingRules && { pathMappingRules: SENSITIVE_STRING }),
|
|
588
|
+
});
|
|
589
|
+
export const StepDetailsEntityFilterSensitiveLog = (obj) => ({
|
|
590
|
+
...obj,
|
|
591
|
+
...(obj.template && { template: SENSITIVE_STRING }),
|
|
592
|
+
});
|
|
593
|
+
export const JobEntityFilterSensitiveLog = (obj) => {
|
|
594
|
+
if (obj.jobDetails !== undefined)
|
|
595
|
+
return { jobDetails: JobDetailsEntityFilterSensitiveLog(obj.jobDetails) };
|
|
596
|
+
if (obj.jobAttachmentDetails !== undefined)
|
|
597
|
+
return { jobAttachmentDetails: JobAttachmentDetailsEntityFilterSensitiveLog(obj.jobAttachmentDetails) };
|
|
598
|
+
if (obj.stepDetails !== undefined)
|
|
599
|
+
return { stepDetails: StepDetailsEntityFilterSensitiveLog(obj.stepDetails) };
|
|
600
|
+
if (obj.environmentDetails !== undefined)
|
|
601
|
+
return { environmentDetails: EnvironmentDetailsEntityFilterSensitiveLog(obj.environmentDetails) };
|
|
602
|
+
if (obj.$unknown !== undefined)
|
|
603
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
604
|
+
};
|
|
605
|
+
export const BatchGetJobEntityResponseFilterSensitiveLog = (obj) => ({
|
|
606
|
+
...obj,
|
|
607
|
+
...(obj.entities && { entities: obj.entities.map((item) => JobEntityFilterSensitiveLog(item)) }),
|
|
608
|
+
...(obj.errors && { errors: obj.errors.map((item) => item) }),
|
|
609
|
+
});
|
|
610
|
+
export const BudgetActionToAddFilterSensitiveLog = (obj) => ({
|
|
611
|
+
...obj,
|
|
612
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
613
|
+
});
|
|
614
|
+
export const CreateBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
615
|
+
...obj,
|
|
616
|
+
...(obj.usageTrackingResource && { usageTrackingResource: obj.usageTrackingResource }),
|
|
617
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
618
|
+
...(obj.actions && { actions: obj.actions.map((item) => BudgetActionToAddFilterSensitiveLog(item)) }),
|
|
619
|
+
...(obj.schedule && { schedule: obj.schedule }),
|
|
620
|
+
});
|
|
621
|
+
export const ResponseBudgetActionFilterSensitiveLog = (obj) => ({
|
|
622
|
+
...obj,
|
|
623
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
624
|
+
});
|
|
625
|
+
export const GetBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
...(obj.usageTrackingResource && { usageTrackingResource: obj.usageTrackingResource }),
|
|
628
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
629
|
+
...(obj.actions && { actions: obj.actions.map((item) => ResponseBudgetActionFilterSensitiveLog(item)) }),
|
|
630
|
+
...(obj.schedule && { schedule: obj.schedule }),
|
|
631
|
+
});
|
|
632
|
+
export const BudgetSummaryFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
...(obj.usageTrackingResource && { usageTrackingResource: obj.usageTrackingResource }),
|
|
635
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
636
|
+
});
|
|
637
|
+
export const ListBudgetsResponseFilterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
...(obj.budgets && { budgets: obj.budgets.map((item) => BudgetSummaryFilterSensitiveLog(item)) }),
|
|
640
|
+
});
|
|
641
|
+
export const UpdateBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
644
|
+
...(obj.actionsToAdd && { actionsToAdd: obj.actionsToAdd.map((item) => BudgetActionToAddFilterSensitiveLog(item)) }),
|
|
645
|
+
...(obj.schedule && { schedule: obj.schedule }),
|
|
646
|
+
});
|
|
647
|
+
export const CreateFarmRequestFilterSensitiveLog = (obj) => ({
|
|
648
|
+
...obj,
|
|
649
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
650
|
+
});
|
|
651
|
+
export const CreateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
654
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
655
|
+
});
|
|
656
|
+
export const CreateJobRequestFilterSensitiveLog = (obj) => ({
|
|
657
|
+
...obj,
|
|
658
|
+
...(obj.template && { template: SENSITIVE_STRING }),
|
|
659
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
660
|
+
...(obj.attachments && { attachments: AttachmentsFilterSensitiveLog(obj.attachments) }),
|
|
661
|
+
});
|
|
662
|
+
export const CreateQueueRequestFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
665
|
+
...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: SENSITIVE_STRING }),
|
|
666
|
+
});
|
|
667
|
+
export const CreateQueueEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
668
|
+
...obj,
|
|
669
|
+
...(obj.template && { template: SENSITIVE_STRING }),
|
|
670
|
+
});
|
|
671
|
+
export const FileSystemLocationFilterSensitiveLog = (obj) => ({
|
|
672
|
+
...obj,
|
|
673
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
674
|
+
});
|
|
675
|
+
export const CreateStorageProfileRequestFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
...(obj.fileSystemLocations && { fileSystemLocations: SENSITIVE_STRING }),
|
|
678
|
+
});
|
|
679
|
+
export const GetFleetResponseFilterSensitiveLog = (obj) => ({
|
|
680
|
+
...obj,
|
|
681
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
682
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
683
|
+
});
|
|
684
|
+
export const UpdateFleetRequestFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
687
|
+
...(obj.configuration && { configuration: obj.configuration }),
|
|
688
|
+
});
|
|
689
|
+
export const UpdatedSessionActionInfoFilterSensitiveLog = (obj) => ({
|
|
690
|
+
...obj,
|
|
691
|
+
...(obj.progressMessage && { progressMessage: SENSITIVE_STRING }),
|
|
692
|
+
});
|
|
693
|
+
export const UpdateWorkerScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
...(obj.updatedSessionActions && {
|
|
696
|
+
updatedSessionActions: Object.entries(obj.updatedSessionActions).reduce((acc, [key, value]) => ((acc[key] = UpdatedSessionActionInfoFilterSensitiveLog(value)), acc), {}),
|
|
697
|
+
}),
|
|
698
|
+
});
|
|
699
|
+
export const UpdateWorkerScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
...(obj.assignedSessions && {
|
|
702
|
+
assignedSessions: Object.entries(obj.assignedSessions).reduce((acc, [key, value]) => ((acc[key] = AssignedSessionFilterSensitiveLog(value)), acc), {}),
|
|
703
|
+
}),
|
|
704
|
+
});
|
|
705
|
+
export const GetFarmResponseFilterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
708
|
+
});
|
|
709
|
+
export const GetStorageProfileResponseFilterSensitiveLog = (obj) => ({
|
|
710
|
+
...obj,
|
|
711
|
+
...(obj.fileSystemLocations && { fileSystemLocations: SENSITIVE_STRING }),
|
|
712
|
+
});
|
|
713
|
+
export const GetQueueResponseFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
716
|
+
...(obj.requiredFileSystemLocationNames && { requiredFileSystemLocationNames: SENSITIVE_STRING }),
|
|
717
|
+
});
|
|
718
|
+
export const GetQueueEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
...(obj.template && { template: SENSITIVE_STRING }),
|
|
721
|
+
});
|
|
722
|
+
export const GetStorageProfileForQueueResponseFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
...(obj.fileSystemLocations && { fileSystemLocations: SENSITIVE_STRING }),
|
|
725
|
+
});
|
|
726
|
+
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
729
|
+
...(obj.attachments && { attachments: AttachmentsFilterSensitiveLog(obj.attachments) }),
|
|
730
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
731
|
+
});
|
|
732
|
+
export const TaskRunSessionActionDefinitionFilterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
735
|
+
});
|
|
736
|
+
export const SessionActionDefinitionFilterSensitiveLog = (obj) => {
|
|
737
|
+
if (obj.envEnter !== undefined)
|
|
738
|
+
return { envEnter: obj.envEnter };
|
|
739
|
+
if (obj.envExit !== undefined)
|
|
740
|
+
return { envExit: obj.envExit };
|
|
741
|
+
if (obj.taskRun !== undefined)
|
|
742
|
+
return { taskRun: TaskRunSessionActionDefinitionFilterSensitiveLog(obj.taskRun) };
|
|
743
|
+
if (obj.syncInputJobAttachments !== undefined)
|
|
744
|
+
return { syncInputJobAttachments: obj.syncInputJobAttachments };
|
|
745
|
+
if (obj.$unknown !== undefined)
|
|
746
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
747
|
+
};
|
|
748
|
+
export const GetSessionActionResponseFilterSensitiveLog = (obj) => ({
|
|
749
|
+
...obj,
|
|
750
|
+
...(obj.progressMessage && { progressMessage: SENSITIVE_STRING }),
|
|
751
|
+
...(obj.definition && { definition: SessionActionDefinitionFilterSensitiveLog(obj.definition) }),
|
|
752
|
+
});
|
|
753
|
+
export const GetStepResponseFilterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
...(obj.description && { description: SENSITIVE_STRING }),
|
|
756
|
+
});
|
|
757
|
+
export const GetTaskResponseFilterSensitiveLog = (obj) => ({
|
|
758
|
+
...obj,
|
|
759
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
760
|
+
});
|
|
761
|
+
export const TaskSummaryFilterSensitiveLog = (obj) => ({
|
|
762
|
+
...obj,
|
|
763
|
+
...(obj.parameters && { parameters: SENSITIVE_STRING }),
|
|
764
|
+
});
|
|
765
|
+
export const ListTasksResponseFilterSensitiveLog = (obj) => ({
|
|
766
|
+
...obj,
|
|
767
|
+
...(obj.tasks && { tasks: obj.tasks.map((item) => TaskSummaryFilterSensitiveLog(item)) }),
|
|
768
|
+
});
|