aws-sdk-deadline 1.7.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-deadline/client.rb +1469 -1366
- data/lib/aws-sdk-deadline/client_api.rb +528 -527
- data/lib/aws-sdk-deadline/errors.rb +42 -42
- data/lib/aws-sdk-deadline/types.rb +2673 -2491
- data/lib/aws-sdk-deadline.rb +1 -1
- data/sig/client.rbs +510 -510
- data/sig/errors.rbs +10 -10
- data/sig/types.rbs +539 -539
- data/sig/waiters.rbs +2 -2
- metadata +4 -4
@@ -605,18 +605,18 @@ module Aws::Deadline
|
|
605
605
|
WorkerSummaries = Shapes::ListShape.new(name: 'WorkerSummaries')
|
606
606
|
WorkerSummary = Shapes::StructureShape.new(name: 'WorkerSummary')
|
607
607
|
|
608
|
-
AcceleratorCountRange.add_member(:max, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "max"))
|
609
608
|
AcceleratorCountRange.add_member(:min, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "min"))
|
609
|
+
AcceleratorCountRange.add_member(:max, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "max"))
|
610
610
|
AcceleratorCountRange.struct_class = Types::AcceleratorCountRange
|
611
611
|
|
612
|
-
AcceleratorTotalMemoryMiBRange.add_member(:max, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "max"))
|
613
612
|
AcceleratorTotalMemoryMiBRange.add_member(:min, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "min"))
|
613
|
+
AcceleratorTotalMemoryMiBRange.add_member(:max, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "max"))
|
614
614
|
AcceleratorTotalMemoryMiBRange.struct_class = Types::AcceleratorTotalMemoryMiBRange
|
615
615
|
|
616
616
|
AcceleratorTypes.member = Shapes::ShapeRef.new(shape: AcceleratorType)
|
617
617
|
|
618
|
-
AccessDeniedException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
619
618
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
619
|
+
AccessDeniedException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
620
620
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
621
621
|
|
622
622
|
AllowedStorageProfileIds.member = Shapes::ShapeRef.new(shape: StorageProfileId)
|
@@ -627,25 +627,25 @@ module Aws::Deadline
|
|
627
627
|
AssignedEnvironmentExitSessionActionDefinition.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
628
628
|
AssignedEnvironmentExitSessionActionDefinition.struct_class = Types::AssignedEnvironmentExitSessionActionDefinition
|
629
629
|
|
630
|
-
AssignedSession.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
631
|
-
AssignedSession.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, required: true, location_name: "logConfiguration"))
|
632
630
|
AssignedSession.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
631
|
+
AssignedSession.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
633
632
|
AssignedSession.add_member(:session_actions, Shapes::ShapeRef.new(shape: AssignedSessionActions, required: true, location_name: "sessionActions"))
|
633
|
+
AssignedSession.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, required: true, location_name: "logConfiguration"))
|
634
634
|
AssignedSession.struct_class = Types::AssignedSession
|
635
635
|
|
636
|
-
AssignedSessionAction.add_member(:definition, Shapes::ShapeRef.new(shape: AssignedSessionActionDefinition, required: true, location_name: "definition"))
|
637
636
|
AssignedSessionAction.add_member(:session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, required: true, location_name: "sessionActionId"))
|
637
|
+
AssignedSessionAction.add_member(:definition, Shapes::ShapeRef.new(shape: AssignedSessionActionDefinition, required: true, location_name: "definition"))
|
638
638
|
AssignedSessionAction.struct_class = Types::AssignedSessionAction
|
639
639
|
|
640
640
|
AssignedSessionActionDefinition.add_member(:env_enter, Shapes::ShapeRef.new(shape: AssignedEnvironmentEnterSessionActionDefinition, location_name: "envEnter"))
|
641
641
|
AssignedSessionActionDefinition.add_member(:env_exit, Shapes::ShapeRef.new(shape: AssignedEnvironmentExitSessionActionDefinition, location_name: "envExit"))
|
642
|
-
AssignedSessionActionDefinition.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: AssignedSyncInputJobAttachmentsSessionActionDefinition, location_name: "syncInputJobAttachments"))
|
643
642
|
AssignedSessionActionDefinition.add_member(:task_run, Shapes::ShapeRef.new(shape: AssignedTaskRunSessionActionDefinition, location_name: "taskRun"))
|
643
|
+
AssignedSessionActionDefinition.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: AssignedSyncInputJobAttachmentsSessionActionDefinition, location_name: "syncInputJobAttachments"))
|
644
644
|
AssignedSessionActionDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
645
645
|
AssignedSessionActionDefinition.add_member_subclass(:env_enter, Types::AssignedSessionActionDefinition::EnvEnter)
|
646
646
|
AssignedSessionActionDefinition.add_member_subclass(:env_exit, Types::AssignedSessionActionDefinition::EnvExit)
|
647
|
-
AssignedSessionActionDefinition.add_member_subclass(:sync_input_job_attachments, Types::AssignedSessionActionDefinition::SyncInputJobAttachments)
|
648
647
|
AssignedSessionActionDefinition.add_member_subclass(:task_run, Types::AssignedSessionActionDefinition::TaskRun)
|
648
|
+
AssignedSessionActionDefinition.add_member_subclass(:sync_input_job_attachments, Types::AssignedSessionActionDefinition::SyncInputJobAttachments)
|
649
649
|
AssignedSessionActionDefinition.add_member_subclass(:unknown, Types::AssignedSessionActionDefinition::Unknown)
|
650
650
|
AssignedSessionActionDefinition.struct_class = Types::AssignedSessionActionDefinition
|
651
651
|
|
@@ -657,47 +657,47 @@ module Aws::Deadline
|
|
657
657
|
AssignedSyncInputJobAttachmentsSessionActionDefinition.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, location_name: "stepId"))
|
658
658
|
AssignedSyncInputJobAttachmentsSessionActionDefinition.struct_class = Types::AssignedSyncInputJobAttachmentsSessionActionDefinition
|
659
659
|
|
660
|
-
AssignedTaskRunSessionActionDefinition.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, required: true, location_name: "parameters"))
|
661
|
-
AssignedTaskRunSessionActionDefinition.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
662
660
|
AssignedTaskRunSessionActionDefinition.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
661
|
+
AssignedTaskRunSessionActionDefinition.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
662
|
+
AssignedTaskRunSessionActionDefinition.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, required: true, location_name: "parameters"))
|
663
663
|
AssignedTaskRunSessionActionDefinition.struct_class = Types::AssignedTaskRunSessionActionDefinition
|
664
664
|
|
665
665
|
AssociateMemberToFarmRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
666
|
-
AssociateMemberToFarmRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
667
|
-
AssociateMemberToFarmRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
668
666
|
AssociateMemberToFarmRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
669
667
|
AssociateMemberToFarmRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
668
|
+
AssociateMemberToFarmRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
669
|
+
AssociateMemberToFarmRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
670
670
|
AssociateMemberToFarmRequest.struct_class = Types::AssociateMemberToFarmRequest
|
671
671
|
|
672
672
|
AssociateMemberToFarmResponse.struct_class = Types::AssociateMemberToFarmResponse
|
673
673
|
|
674
674
|
AssociateMemberToFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
675
675
|
AssociateMemberToFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
676
|
-
AssociateMemberToFleetRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
677
|
-
AssociateMemberToFleetRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
678
676
|
AssociateMemberToFleetRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
679
677
|
AssociateMemberToFleetRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
678
|
+
AssociateMemberToFleetRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
679
|
+
AssociateMemberToFleetRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
680
680
|
AssociateMemberToFleetRequest.struct_class = Types::AssociateMemberToFleetRequest
|
681
681
|
|
682
682
|
AssociateMemberToFleetResponse.struct_class = Types::AssociateMemberToFleetResponse
|
683
683
|
|
684
684
|
AssociateMemberToJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
685
|
-
AssociateMemberToJobRequest.add_member(:
|
685
|
+
AssociateMemberToJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
686
686
|
AssociateMemberToJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
687
|
-
AssociateMemberToJobRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
688
687
|
AssociateMemberToJobRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
689
688
|
AssociateMemberToJobRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
690
|
-
AssociateMemberToJobRequest.add_member(:
|
689
|
+
AssociateMemberToJobRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
690
|
+
AssociateMemberToJobRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
691
691
|
AssociateMemberToJobRequest.struct_class = Types::AssociateMemberToJobRequest
|
692
692
|
|
693
693
|
AssociateMemberToJobResponse.struct_class = Types::AssociateMemberToJobResponse
|
694
694
|
|
695
695
|
AssociateMemberToQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
696
|
-
AssociateMemberToQueueRequest.add_member(:
|
697
|
-
AssociateMemberToQueueRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
696
|
+
AssociateMemberToQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
698
697
|
AssociateMemberToQueueRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
699
698
|
AssociateMemberToQueueRequest.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
700
|
-
AssociateMemberToQueueRequest.add_member(:
|
699
|
+
AssociateMemberToQueueRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
700
|
+
AssociateMemberToQueueRequest.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
701
701
|
AssociateMemberToQueueRequest.struct_class = Types::AssociateMemberToQueueRequest
|
702
702
|
|
703
703
|
AssociateMemberToQueueResponse.struct_class = Types::AssociateMemberToQueueResponse
|
@@ -733,23 +733,23 @@ module Aws::Deadline
|
|
733
733
|
|
734
734
|
AssumeQueueRoleForWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
735
735
|
AssumeQueueRoleForWorkerRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
736
|
-
AssumeQueueRoleForWorkerRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "querystring", location_name: "queueId"))
|
737
736
|
AssumeQueueRoleForWorkerRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
737
|
+
AssumeQueueRoleForWorkerRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "querystring", location_name: "queueId"))
|
738
738
|
AssumeQueueRoleForWorkerRequest.struct_class = Types::AssumeQueueRoleForWorkerRequest
|
739
739
|
|
740
740
|
AssumeQueueRoleForWorkerResponse.add_member(:credentials, Shapes::ShapeRef.new(shape: AwsCredentials, location_name: "credentials"))
|
741
741
|
AssumeQueueRoleForWorkerResponse.struct_class = Types::AssumeQueueRoleForWorkerResponse
|
742
742
|
|
743
|
-
Attachments.add_member(:file_system, Shapes::ShapeRef.new(shape: JobAttachmentsFileSystem, location_name: "fileSystem"))
|
744
743
|
Attachments.add_member(:manifests, Shapes::ShapeRef.new(shape: ManifestPropertiesList, required: true, location_name: "manifests"))
|
744
|
+
Attachments.add_member(:file_system, Shapes::ShapeRef.new(shape: JobAttachmentsFileSystem, location_name: "fileSystem"))
|
745
745
|
Attachments.struct_class = Types::Attachments
|
746
746
|
|
747
747
|
AttributeCapabilityValuesList.member = Shapes::ShapeRef.new(shape: AttributeCapabilityValue)
|
748
748
|
|
749
749
|
AwsCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: AccessKeyId, required: true, location_name: "accessKeyId"))
|
750
|
-
AwsCredentials.add_member(:expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "expiration"))
|
751
750
|
AwsCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: SecretAccessKey, required: true, location_name: "secretAccessKey"))
|
752
751
|
AwsCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: SessionToken, required: true, location_name: "sessionToken"))
|
752
|
+
AwsCredentials.add_member(:expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "expiration"))
|
753
753
|
AwsCredentials.struct_class = Types::AwsCredentials
|
754
754
|
|
755
755
|
BatchGetJobEntityErrors.member = Shapes::ShapeRef.new(shape: GetJobEntityError)
|
@@ -758,21 +758,21 @@ module Aws::Deadline
|
|
758
758
|
|
759
759
|
BatchGetJobEntityRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
760
760
|
BatchGetJobEntityRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
761
|
-
BatchGetJobEntityRequest.add_member(:identifiers, Shapes::ShapeRef.new(shape: JobEntityIdentifiers, required: true, location_name: "identifiers"))
|
762
761
|
BatchGetJobEntityRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
762
|
+
BatchGetJobEntityRequest.add_member(:identifiers, Shapes::ShapeRef.new(shape: JobEntityIdentifiers, required: true, location_name: "identifiers"))
|
763
763
|
BatchGetJobEntityRequest.struct_class = Types::BatchGetJobEntityRequest
|
764
764
|
|
765
765
|
BatchGetJobEntityResponse.add_member(:entities, Shapes::ShapeRef.new(shape: BatchGetJobEntityList, required: true, location_name: "entities"))
|
766
766
|
BatchGetJobEntityResponse.add_member(:errors, Shapes::ShapeRef.new(shape: BatchGetJobEntityErrors, required: true, location_name: "errors"))
|
767
767
|
BatchGetJobEntityResponse.struct_class = Types::BatchGetJobEntityResponse
|
768
768
|
|
769
|
-
BudgetActionToAdd.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
770
|
-
BudgetActionToAdd.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
771
769
|
BudgetActionToAdd.add_member(:type, Shapes::ShapeRef.new(shape: BudgetActionType, required: true, location_name: "type"))
|
770
|
+
BudgetActionToAdd.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
771
|
+
BudgetActionToAdd.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
772
772
|
BudgetActionToAdd.struct_class = Types::BudgetActionToAdd
|
773
773
|
|
774
|
-
BudgetActionToRemove.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
775
774
|
BudgetActionToRemove.add_member(:type, Shapes::ShapeRef.new(shape: BudgetActionType, required: true, location_name: "type"))
|
775
|
+
BudgetActionToRemove.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
776
776
|
BudgetActionToRemove.struct_class = Types::BudgetActionToRemove
|
777
777
|
|
778
778
|
BudgetActionsToAdd.member = Shapes::ShapeRef.new(shape: BudgetActionToAdd)
|
@@ -787,27 +787,27 @@ module Aws::Deadline
|
|
787
787
|
|
788
788
|
BudgetSummaries.member = Shapes::ShapeRef.new(shape: BudgetSummary)
|
789
789
|
|
790
|
-
BudgetSummary.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
791
790
|
BudgetSummary.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location_name: "budgetId"))
|
792
|
-
BudgetSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
793
|
-
BudgetSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
794
|
-
BudgetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
795
|
-
BudgetSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
796
|
-
BudgetSummary.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, required: true, location_name: "status"))
|
797
|
-
BudgetSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
798
|
-
BudgetSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
799
791
|
BudgetSummary.add_member(:usage_tracking_resource, Shapes::ShapeRef.new(shape: UsageTrackingResource, required: true, location_name: "usageTrackingResource"))
|
792
|
+
BudgetSummary.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, required: true, location_name: "status"))
|
793
|
+
BudgetSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
794
|
+
BudgetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, deprecated: true, location_name: "description", metadata: {"deprecatedMessage"=>"ListBudgets no longer supports description. Use GetBudget if description is needed."}))
|
795
|
+
BudgetSummary.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
800
796
|
BudgetSummary.add_member(:usages, Shapes::ShapeRef.new(shape: ConsumedUsages, required: true, location_name: "usages"))
|
797
|
+
BudgetSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
798
|
+
BudgetSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
799
|
+
BudgetSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
800
|
+
BudgetSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
801
801
|
BudgetSummary.struct_class = Types::BudgetSummary
|
802
802
|
|
803
803
|
CancelSessionActions.key = Shapes::ShapeRef.new(shape: SessionId)
|
804
804
|
CancelSessionActions.value = Shapes::ShapeRef.new(shape: SessionActionIdList)
|
805
805
|
|
806
|
-
ConflictException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
807
806
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
808
807
|
ConflictException.add_member(:reason, Shapes::ShapeRef.new(shape: ConflictExceptionReason, required: true, location_name: "reason"))
|
809
808
|
ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
810
809
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
810
|
+
ConflictException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
811
811
|
ConflictException.struct_class = Types::ConflictException
|
812
812
|
|
813
813
|
ConsumedUsages.add_member(:approximate_dollar_usage, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "approximateDollarUsage"))
|
@@ -822,22 +822,22 @@ module Aws::Deadline
|
|
822
822
|
CopyJobTemplateResponse.add_member(:template_type, Shapes::ShapeRef.new(shape: JobTemplateType, required: true, location_name: "templateType"))
|
823
823
|
CopyJobTemplateResponse.struct_class = Types::CopyJobTemplateResponse
|
824
824
|
|
825
|
-
CreateBudgetRequest.add_member(:actions, Shapes::ShapeRef.new(shape: BudgetActionsToAdd, required: true, location_name: "actions"))
|
826
|
-
CreateBudgetRequest.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
827
825
|
CreateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
828
|
-
CreateBudgetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
829
|
-
CreateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
830
826
|
CreateBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
831
|
-
CreateBudgetRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: BudgetSchedule, required: true, location_name: "schedule"))
|
832
827
|
CreateBudgetRequest.add_member(:usage_tracking_resource, Shapes::ShapeRef.new(shape: UsageTrackingResource, required: true, location_name: "usageTrackingResource"))
|
828
|
+
CreateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
829
|
+
CreateBudgetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
830
|
+
CreateBudgetRequest.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
831
|
+
CreateBudgetRequest.add_member(:actions, Shapes::ShapeRef.new(shape: BudgetActionsToAdd, required: true, location_name: "actions"))
|
832
|
+
CreateBudgetRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: BudgetSchedule, required: true, location_name: "schedule"))
|
833
833
|
CreateBudgetRequest.struct_class = Types::CreateBudgetRequest
|
834
834
|
|
835
835
|
CreateBudgetResponse.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location_name: "budgetId"))
|
836
836
|
CreateBudgetResponse.struct_class = Types::CreateBudgetResponse
|
837
837
|
|
838
838
|
CreateFarmRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
839
|
-
CreateFarmRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
840
839
|
CreateFarmRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
840
|
+
CreateFarmRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
841
841
|
CreateFarmRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
842
842
|
CreateFarmRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
843
843
|
CreateFarmRequest.struct_class = Types::CreateFarmRequest
|
@@ -846,41 +846,41 @@ module Aws::Deadline
|
|
846
846
|
CreateFarmResponse.struct_class = Types::CreateFarmResponse
|
847
847
|
|
848
848
|
CreateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
849
|
-
CreateFleetRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, required: true, location_name: "configuration"))
|
850
|
-
CreateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
851
|
-
CreateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
852
849
|
CreateFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
853
|
-
CreateFleetRequest.add_member(:
|
854
|
-
CreateFleetRequest.add_member(:
|
850
|
+
CreateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
851
|
+
CreateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
855
852
|
CreateFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
853
|
+
CreateFleetRequest.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "minWorkerCount"))
|
854
|
+
CreateFleetRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "maxWorkerCount"))
|
855
|
+
CreateFleetRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, required: true, location_name: "configuration"))
|
856
856
|
CreateFleetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
857
857
|
CreateFleetRequest.struct_class = Types::CreateFleetRequest
|
858
858
|
|
859
859
|
CreateFleetResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
860
860
|
CreateFleetResponse.struct_class = Types::CreateFleetResponse
|
861
861
|
|
862
|
-
CreateJobRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, location_name: "attachments"))
|
863
|
-
CreateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
864
862
|
CreateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
865
|
-
CreateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
866
|
-
CreateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
867
|
-
CreateJobRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
868
|
-
CreateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "priority"))
|
869
863
|
CreateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
870
|
-
CreateJobRequest.add_member(:
|
871
|
-
CreateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: CreateJobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
864
|
+
CreateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
872
865
|
CreateJobRequest.add_member(:template, Shapes::ShapeRef.new(shape: JobTemplate, required: true, location_name: "template"))
|
873
866
|
CreateJobRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: JobTemplateType, required: true, location_name: "templateType"))
|
867
|
+
CreateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "priority"))
|
868
|
+
CreateJobRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
869
|
+
CreateJobRequest.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, location_name: "attachments"))
|
870
|
+
CreateJobRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
|
871
|
+
CreateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: CreateJobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
872
|
+
CreateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
873
|
+
CreateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
874
874
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
875
875
|
|
876
876
|
CreateJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
877
877
|
CreateJobResponse.struct_class = Types::CreateJobResponse
|
878
878
|
|
879
879
|
CreateLicenseEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
880
|
-
CreateLicenseEndpointRequest.add_member(:
|
880
|
+
CreateLicenseEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
881
881
|
CreateLicenseEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateLicenseEndpointRequestSubnetIdsList, required: true, location_name: "subnetIds"))
|
882
|
+
CreateLicenseEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateLicenseEndpointRequestSecurityGroupIdsList, required: true, location_name: "securityGroupIds"))
|
882
883
|
CreateLicenseEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
883
|
-
CreateLicenseEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
884
884
|
CreateLicenseEndpointRequest.struct_class = Types::CreateLicenseEndpointRequest
|
885
885
|
|
886
886
|
CreateLicenseEndpointRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
@@ -893,42 +893,42 @@ module Aws::Deadline
|
|
893
893
|
CreateMonitorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
894
894
|
CreateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
895
895
|
CreateMonitorRequest.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
896
|
-
CreateMonitorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
897
896
|
CreateMonitorRequest.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, required: true, location_name: "subdomain"))
|
897
|
+
CreateMonitorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
898
898
|
CreateMonitorRequest.struct_class = Types::CreateMonitorRequest
|
899
899
|
|
900
|
-
CreateMonitorResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
901
900
|
CreateMonitorResponse.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location_name: "monitorId"))
|
901
|
+
CreateMonitorResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
902
902
|
CreateMonitorResponse.struct_class = Types::CreateMonitorResponse
|
903
903
|
|
904
904
|
CreateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
905
905
|
CreateQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
906
|
-
CreateQueueEnvironmentRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
907
906
|
CreateQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
908
|
-
CreateQueueEnvironmentRequest.add_member(:
|
907
|
+
CreateQueueEnvironmentRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
909
908
|
CreateQueueEnvironmentRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: EnvironmentTemplateType, required: true, location_name: "templateType"))
|
909
|
+
CreateQueueEnvironmentRequest.add_member(:template, Shapes::ShapeRef.new(shape: EnvironmentTemplate, required: true, location_name: "template"))
|
910
910
|
CreateQueueEnvironmentRequest.struct_class = Types::CreateQueueEnvironmentRequest
|
911
911
|
|
912
912
|
CreateQueueEnvironmentResponse.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location_name: "queueEnvironmentId"))
|
913
913
|
CreateQueueEnvironmentResponse.struct_class = Types::CreateQueueEnvironmentResponse
|
914
914
|
|
915
915
|
CreateQueueFleetAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
916
|
-
CreateQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
917
916
|
CreateQueueFleetAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
917
|
+
CreateQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
918
918
|
CreateQueueFleetAssociationRequest.struct_class = Types::CreateQueueFleetAssociationRequest
|
919
919
|
|
920
920
|
CreateQueueFleetAssociationResponse.struct_class = Types::CreateQueueFleetAssociationResponse
|
921
921
|
|
922
|
-
CreateQueueRequest.add_member(:allowed_storage_profile_ids, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIds"))
|
923
922
|
CreateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
924
|
-
CreateQueueRequest.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, location_name: "defaultBudgetAction"))
|
925
|
-
CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
926
|
-
CreateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
927
923
|
CreateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
924
|
+
CreateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
925
|
+
CreateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
926
|
+
CreateQueueRequest.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, location_name: "defaultBudgetAction"))
|
928
927
|
CreateQueueRequest.add_member(:job_attachment_settings, Shapes::ShapeRef.new(shape: JobAttachmentSettings, location_name: "jobAttachmentSettings"))
|
928
|
+
CreateQueueRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
929
929
|
CreateQueueRequest.add_member(:job_run_as_user, Shapes::ShapeRef.new(shape: JobRunAsUser, location_name: "jobRunAsUser"))
|
930
930
|
CreateQueueRequest.add_member(:required_file_system_location_names, Shapes::ShapeRef.new(shape: RequiredFileSystemLocationNames, location_name: "requiredFileSystemLocationNames"))
|
931
|
-
CreateQueueRequest.add_member(:
|
931
|
+
CreateQueueRequest.add_member(:allowed_storage_profile_ids, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIds"))
|
932
932
|
CreateQueueRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
933
933
|
CreateQueueRequest.struct_class = Types::CreateQueueRequest
|
934
934
|
|
@@ -936,19 +936,19 @@ module Aws::Deadline
|
|
936
936
|
CreateQueueResponse.struct_class = Types::CreateQueueResponse
|
937
937
|
|
938
938
|
CreateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
939
|
-
CreateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
940
939
|
CreateStorageProfileRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
941
|
-
CreateStorageProfileRequest.add_member(:
|
940
|
+
CreateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
942
941
|
CreateStorageProfileRequest.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, required: true, location_name: "osFamily"))
|
942
|
+
CreateStorageProfileRequest.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocations"))
|
943
943
|
CreateStorageProfileRequest.struct_class = Types::CreateStorageProfileRequest
|
944
944
|
|
945
945
|
CreateStorageProfileResponse.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location_name: "storageProfileId"))
|
946
946
|
CreateStorageProfileResponse.struct_class = Types::CreateStorageProfileResponse
|
947
947
|
|
948
|
-
CreateWorkerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
949
948
|
CreateWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
950
949
|
CreateWorkerRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
951
950
|
CreateWorkerRequest.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesRequest, location_name: "hostProperties"))
|
951
|
+
CreateWorkerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
952
952
|
CreateWorkerRequest.struct_class = Types::CreateWorkerRequest
|
953
953
|
|
954
954
|
CreateWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
@@ -959,28 +959,28 @@ module Aws::Deadline
|
|
959
959
|
CustomFleetAttributeCapabilities.member = Shapes::ShapeRef.new(shape: FleetAttributeCapability)
|
960
960
|
|
961
961
|
CustomerManagedFleetConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: AutoScalingMode, required: true, location_name: "mode"))
|
962
|
-
CustomerManagedFleetConfiguration.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
|
963
962
|
CustomerManagedFleetConfiguration.add_member(:worker_capabilities, Shapes::ShapeRef.new(shape: CustomerManagedWorkerCapabilities, required: true, location_name: "workerCapabilities"))
|
963
|
+
CustomerManagedFleetConfiguration.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
|
964
964
|
CustomerManagedFleetConfiguration.struct_class = Types::CustomerManagedFleetConfiguration
|
965
965
|
|
966
|
+
CustomerManagedWorkerCapabilities.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, required: true, location_name: "vCpuCount"))
|
967
|
+
CustomerManagedWorkerCapabilities.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiBRange, required: true, location_name: "memoryMiB"))
|
968
|
+
CustomerManagedWorkerCapabilities.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: AcceleratorTypes, location_name: "acceleratorTypes"))
|
966
969
|
CustomerManagedWorkerCapabilities.add_member(:accelerator_count, Shapes::ShapeRef.new(shape: AcceleratorCountRange, location_name: "acceleratorCount"))
|
967
970
|
CustomerManagedWorkerCapabilities.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiBRange, location_name: "acceleratorTotalMemoryMiB"))
|
968
|
-
CustomerManagedWorkerCapabilities.add_member(:
|
971
|
+
CustomerManagedWorkerCapabilities.add_member(:os_family, Shapes::ShapeRef.new(shape: CustomerManagedFleetOperatingSystemFamily, required: true, location_name: "osFamily"))
|
969
972
|
CustomerManagedWorkerCapabilities.add_member(:cpu_architecture_type, Shapes::ShapeRef.new(shape: CpuArchitectureType, required: true, location_name: "cpuArchitectureType"))
|
970
973
|
CustomerManagedWorkerCapabilities.add_member(:custom_amounts, Shapes::ShapeRef.new(shape: CustomFleetAmountCapabilities, location_name: "customAmounts"))
|
971
974
|
CustomerManagedWorkerCapabilities.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: CustomFleetAttributeCapabilities, location_name: "customAttributes"))
|
972
|
-
CustomerManagedWorkerCapabilities.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiBRange, required: true, location_name: "memoryMiB"))
|
973
|
-
CustomerManagedWorkerCapabilities.add_member(:os_family, Shapes::ShapeRef.new(shape: CustomerManagedFleetOperatingSystemFamily, required: true, location_name: "osFamily"))
|
974
|
-
CustomerManagedWorkerCapabilities.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, required: true, location_name: "vCpuCount"))
|
975
975
|
CustomerManagedWorkerCapabilities.struct_class = Types::CustomerManagedWorkerCapabilities
|
976
976
|
|
977
|
-
DateTimeFilterExpression.add_member(:date_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "dateTime"))
|
978
977
|
DateTimeFilterExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
979
978
|
DateTimeFilterExpression.add_member(:operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "operator"))
|
979
|
+
DateTimeFilterExpression.add_member(:date_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "dateTime"))
|
980
980
|
DateTimeFilterExpression.struct_class = Types::DateTimeFilterExpression
|
981
981
|
|
982
|
-
DeleteBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
983
982
|
DeleteBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
983
|
+
DeleteBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
984
984
|
DeleteBudgetRequest.struct_class = Types::DeleteBudgetRequest
|
985
985
|
|
986
986
|
DeleteBudgetResponse.struct_class = Types::DeleteBudgetResponse
|
@@ -1014,15 +1014,15 @@ module Aws::Deadline
|
|
1014
1014
|
DeleteMonitorResponse.struct_class = Types::DeleteMonitorResponse
|
1015
1015
|
|
1016
1016
|
DeleteQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1017
|
-
DeleteQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
1018
1017
|
DeleteQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1018
|
+
DeleteQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
1019
1019
|
DeleteQueueEnvironmentRequest.struct_class = Types::DeleteQueueEnvironmentRequest
|
1020
1020
|
|
1021
1021
|
DeleteQueueEnvironmentResponse.struct_class = Types::DeleteQueueEnvironmentResponse
|
1022
1022
|
|
1023
1023
|
DeleteQueueFleetAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1024
|
-
DeleteQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1025
1024
|
DeleteQueueFleetAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1025
|
+
DeleteQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1026
1026
|
DeleteQueueFleetAssociationRequest.struct_class = Types::DeleteQueueFleetAssociationRequest
|
1027
1027
|
|
1028
1028
|
DeleteQueueFleetAssociationResponse.struct_class = Types::DeleteQueueFleetAssociationResponse
|
@@ -1048,10 +1048,10 @@ module Aws::Deadline
|
|
1048
1048
|
|
1049
1049
|
DependenciesList.member = Shapes::ShapeRef.new(shape: StepId)
|
1050
1050
|
|
1051
|
-
DependencyCounts.add_member(:consumers_resolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "consumersResolved"))
|
1052
|
-
DependencyCounts.add_member(:consumers_unresolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "consumersUnresolved"))
|
1053
1051
|
DependencyCounts.add_member(:dependencies_resolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "dependenciesResolved"))
|
1054
1052
|
DependencyCounts.add_member(:dependencies_unresolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "dependenciesUnresolved"))
|
1053
|
+
DependencyCounts.add_member(:consumers_resolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "consumersResolved"))
|
1054
|
+
DependencyCounts.add_member(:consumers_unresolved, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "consumersUnresolved"))
|
1055
1055
|
DependencyCounts.struct_class = Types::DependencyCounts
|
1056
1056
|
|
1057
1057
|
DisassociateMemberFromFarmRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
@@ -1068,39 +1068,39 @@ module Aws::Deadline
|
|
1068
1068
|
DisassociateMemberFromFleetResponse.struct_class = Types::DisassociateMemberFromFleetResponse
|
1069
1069
|
|
1070
1070
|
DisassociateMemberFromJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1071
|
+
DisassociateMemberFromJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1071
1072
|
DisassociateMemberFromJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1072
1073
|
DisassociateMemberFromJobRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
1073
|
-
DisassociateMemberFromJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1074
1074
|
DisassociateMemberFromJobRequest.struct_class = Types::DisassociateMemberFromJobRequest
|
1075
1075
|
|
1076
1076
|
DisassociateMemberFromJobResponse.struct_class = Types::DisassociateMemberFromJobResponse
|
1077
1077
|
|
1078
1078
|
DisassociateMemberFromQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1079
|
-
DisassociateMemberFromQueueRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
1080
1079
|
DisassociateMemberFromQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1080
|
+
DisassociateMemberFromQueueRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location: "uri", location_name: "principalId"))
|
1081
1081
|
DisassociateMemberFromQueueRequest.struct_class = Types::DisassociateMemberFromQueueRequest
|
1082
1082
|
|
1083
1083
|
DisassociateMemberFromQueueResponse.struct_class = Types::DisassociateMemberFromQueueResponse
|
1084
1084
|
|
1085
|
-
Ec2EbsVolume.add_member(:iops, Shapes::ShapeRef.new(shape: EbsIops, location_name: "iops"))
|
1086
1085
|
Ec2EbsVolume.add_member(:size_gi_b, Shapes::ShapeRef.new(shape: Integer, location_name: "sizeGiB"))
|
1086
|
+
Ec2EbsVolume.add_member(:iops, Shapes::ShapeRef.new(shape: EbsIops, location_name: "iops"))
|
1087
1087
|
Ec2EbsVolume.add_member(:throughput_mi_b, Shapes::ShapeRef.new(shape: EbsThroughputMiB, location_name: "throughputMiB"))
|
1088
1088
|
Ec2EbsVolume.struct_class = Types::Ec2EbsVolume
|
1089
1089
|
|
1090
|
-
EnvironmentDetailsEntity.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1091
1090
|
EnvironmentDetailsEntity.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1091
|
+
EnvironmentDetailsEntity.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1092
1092
|
EnvironmentDetailsEntity.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
|
1093
1093
|
EnvironmentDetailsEntity.add_member(:template, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "template"))
|
1094
1094
|
EnvironmentDetailsEntity.struct_class = Types::EnvironmentDetailsEntity
|
1095
1095
|
|
1096
|
-
EnvironmentDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1097
|
-
EnvironmentDetailsError.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1098
1096
|
EnvironmentDetailsError.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1097
|
+
EnvironmentDetailsError.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1098
|
+
EnvironmentDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1099
1099
|
EnvironmentDetailsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1100
1100
|
EnvironmentDetailsError.struct_class = Types::EnvironmentDetailsError
|
1101
1101
|
|
1102
|
-
EnvironmentDetailsIdentifiers.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1103
1102
|
EnvironmentDetailsIdentifiers.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1103
|
+
EnvironmentDetailsIdentifiers.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
1104
1104
|
EnvironmentDetailsIdentifiers.struct_class = Types::EnvironmentDetailsIdentifiers
|
1105
1105
|
|
1106
1106
|
EnvironmentEnterSessionActionDefinition.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
|
@@ -1119,27 +1119,27 @@ module Aws::Deadline
|
|
1119
1119
|
ExceptionContext.value = Shapes::ShapeRef.new(shape: String)
|
1120
1120
|
|
1121
1121
|
FarmMember.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1122
|
-
FarmMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
1123
|
-
FarmMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1124
1122
|
FarmMember.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location_name: "principalId"))
|
1125
1123
|
FarmMember.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
1124
|
+
FarmMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
1125
|
+
FarmMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1126
1126
|
FarmMember.struct_class = Types::FarmMember
|
1127
1127
|
|
1128
1128
|
FarmMembers.member = Shapes::ShapeRef.new(shape: FarmMember)
|
1129
1129
|
|
1130
1130
|
FarmSummaries.member = Shapes::ShapeRef.new(shape: FarmSummary)
|
1131
1131
|
|
1132
|
-
FarmSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1133
|
-
FarmSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1134
|
-
FarmSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1135
1132
|
FarmSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1133
|
+
FarmSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1136
1134
|
FarmSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
1135
|
+
FarmSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1136
|
+
FarmSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1137
1137
|
FarmSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1138
1138
|
FarmSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1139
1139
|
FarmSummary.struct_class = Types::FarmSummary
|
1140
1140
|
|
1141
|
-
FieldSortExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1142
1141
|
FieldSortExpression.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
1142
|
+
FieldSortExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
1143
1143
|
FieldSortExpression.struct_class = Types::FieldSortExpression
|
1144
1144
|
|
1145
1145
|
FileSystemLocation.add_member(:name, Shapes::ShapeRef.new(shape: FileSystemLocationName, required: true, location_name: "name"))
|
@@ -1149,15 +1149,15 @@ module Aws::Deadline
|
|
1149
1149
|
|
1150
1150
|
FileSystemLocationsList.member = Shapes::ShapeRef.new(shape: FileSystemLocation)
|
1151
1151
|
|
1152
|
-
FixedBudgetSchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: EndsAt, required: true, location_name: "endTime"))
|
1153
1152
|
FixedBudgetSchedule.add_member(:start_time, Shapes::ShapeRef.new(shape: StartsAt, required: true, location_name: "startTime"))
|
1153
|
+
FixedBudgetSchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: EndsAt, required: true, location_name: "endTime"))
|
1154
1154
|
FixedBudgetSchedule.struct_class = Types::FixedBudgetSchedule
|
1155
1155
|
|
1156
1156
|
FleetAmountCapabilities.member = Shapes::ShapeRef.new(shape: FleetAmountCapability)
|
1157
1157
|
|
1158
|
-
FleetAmountCapability.add_member(:max, Shapes::ShapeRef.new(shape: Float, location_name: "max"))
|
1159
|
-
FleetAmountCapability.add_member(:min, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "min"))
|
1160
1158
|
FleetAmountCapability.add_member(:name, Shapes::ShapeRef.new(shape: AmountCapabilityName, required: true, location_name: "name"))
|
1159
|
+
FleetAmountCapability.add_member(:min, Shapes::ShapeRef.new(shape: Float, required: true, location_name: "min"))
|
1160
|
+
FleetAmountCapability.add_member(:max, Shapes::ShapeRef.new(shape: Float, location_name: "max"))
|
1161
1161
|
FleetAmountCapability.struct_class = Types::FleetAmountCapability
|
1162
1162
|
|
1163
1163
|
FleetAttributeCapabilities.member = Shapes::ShapeRef.new(shape: FleetAttributeCapability)
|
@@ -1180,61 +1180,61 @@ module Aws::Deadline
|
|
1180
1180
|
|
1181
1181
|
FleetMember.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1182
1182
|
FleetMember.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1183
|
-
FleetMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
1184
|
-
FleetMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1185
1183
|
FleetMember.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location_name: "principalId"))
|
1186
1184
|
FleetMember.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
1185
|
+
FleetMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
1186
|
+
FleetMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1187
1187
|
FleetMember.struct_class = Types::FleetMember
|
1188
1188
|
|
1189
1189
|
FleetMembers.member = Shapes::ShapeRef.new(shape: FleetMember)
|
1190
1190
|
|
1191
1191
|
FleetSummaries.member = Shapes::ShapeRef.new(shape: FleetSummary)
|
1192
1192
|
|
1193
|
+
FleetSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1194
|
+
FleetSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1195
|
+
FleetSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1196
|
+
FleetSummary.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, required: true, location_name: "status"))
|
1193
1197
|
FleetSummary.add_member(:auto_scaling_status, Shapes::ShapeRef.new(shape: AutoScalingStatus, location_name: "autoScalingStatus"))
|
1198
|
+
FleetSummary.add_member(:target_worker_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetWorkerCount"))
|
1199
|
+
FleetSummary.add_member(:worker_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "workerCount"))
|
1200
|
+
FleetSummary.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "minWorkerCount"))
|
1201
|
+
FleetSummary.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "maxWorkerCount"))
|
1194
1202
|
FleetSummary.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, required: true, location_name: "configuration"))
|
1195
1203
|
FleetSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1196
1204
|
FleetSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1197
|
-
FleetSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1198
|
-
FleetSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1199
|
-
FleetSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1200
|
-
FleetSummary.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "maxWorkerCount"))
|
1201
|
-
FleetSummary.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "minWorkerCount"))
|
1202
|
-
FleetSummary.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, required: true, location_name: "status"))
|
1203
|
-
FleetSummary.add_member(:target_worker_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetWorkerCount"))
|
1204
1205
|
FleetSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1205
1206
|
FleetSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1206
|
-
FleetSummary.add_member(:worker_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "workerCount"))
|
1207
1207
|
FleetSummary.struct_class = Types::FleetSummary
|
1208
1208
|
|
1209
|
-
GetBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
1210
1209
|
GetBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1210
|
+
GetBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
1211
1211
|
GetBudgetRequest.struct_class = Types::GetBudgetRequest
|
1212
1212
|
|
1213
|
-
GetBudgetResponse.add_member(:actions, Shapes::ShapeRef.new(shape: ResponseBudgetActionList, required: true, location_name: "actions"))
|
1214
|
-
GetBudgetResponse.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
1215
1213
|
GetBudgetResponse.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location_name: "budgetId"))
|
1216
|
-
GetBudgetResponse.add_member(:
|
1217
|
-
GetBudgetResponse.add_member(:
|
1218
|
-
GetBudgetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1214
|
+
GetBudgetResponse.add_member(:usage_tracking_resource, Shapes::ShapeRef.new(shape: UsageTrackingResource, required: true, location_name: "usageTrackingResource"))
|
1215
|
+
GetBudgetResponse.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, required: true, location_name: "status"))
|
1219
1216
|
GetBudgetResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1220
|
-
GetBudgetResponse.add_member(:
|
1217
|
+
GetBudgetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1218
|
+
GetBudgetResponse.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, required: true, location_name: "approximateDollarLimit"))
|
1219
|
+
GetBudgetResponse.add_member(:usages, Shapes::ShapeRef.new(shape: ConsumedUsages, required: true, location_name: "usages"))
|
1220
|
+
GetBudgetResponse.add_member(:actions, Shapes::ShapeRef.new(shape: ResponseBudgetActionList, required: true, location_name: "actions"))
|
1221
1221
|
GetBudgetResponse.add_member(:schedule, Shapes::ShapeRef.new(shape: BudgetSchedule, required: true, location_name: "schedule"))
|
1222
|
-
GetBudgetResponse.add_member(:
|
1223
|
-
GetBudgetResponse.add_member(:
|
1222
|
+
GetBudgetResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1223
|
+
GetBudgetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1224
1224
|
GetBudgetResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1225
|
-
GetBudgetResponse.add_member(:
|
1226
|
-
GetBudgetResponse.add_member(:
|
1225
|
+
GetBudgetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1226
|
+
GetBudgetResponse.add_member(:queue_stopped_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "queueStoppedAt"))
|
1227
1227
|
GetBudgetResponse.struct_class = Types::GetBudgetResponse
|
1228
1228
|
|
1229
1229
|
GetFarmRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1230
1230
|
GetFarmRequest.struct_class = Types::GetFarmRequest
|
1231
1231
|
|
1232
|
-
GetFarmResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1233
|
-
GetFarmResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1234
|
-
GetFarmResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1235
|
-
GetFarmResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1236
1232
|
GetFarmResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1233
|
+
GetFarmResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1234
|
+
GetFarmResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1237
1235
|
GetFarmResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyArn"))
|
1236
|
+
GetFarmResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1237
|
+
GetFarmResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1238
1238
|
GetFarmResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1239
1239
|
GetFarmResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1240
1240
|
GetFarmResponse.struct_class = Types::GetFarmResponse
|
@@ -1243,34 +1243,34 @@ module Aws::Deadline
|
|
1243
1243
|
GetFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1244
1244
|
GetFleetRequest.struct_class = Types::GetFleetRequest
|
1245
1245
|
|
1246
|
+
GetFleetResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1247
|
+
GetFleetResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1248
|
+
GetFleetResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1249
|
+
GetFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1250
|
+
GetFleetResponse.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, required: true, location_name: "status"))
|
1246
1251
|
GetFleetResponse.add_member(:auto_scaling_status, Shapes::ShapeRef.new(shape: AutoScalingStatus, location_name: "autoScalingStatus"))
|
1247
|
-
GetFleetResponse.add_member(:
|
1252
|
+
GetFleetResponse.add_member(:target_worker_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetWorkerCount"))
|
1253
|
+
GetFleetResponse.add_member(:worker_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "workerCount"))
|
1254
|
+
GetFleetResponse.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "minWorkerCount"))
|
1255
|
+
GetFleetResponse.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "maxWorkerCount"))
|
1248
1256
|
GetFleetResponse.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, required: true, location_name: "configuration"))
|
1257
|
+
GetFleetResponse.add_member(:capabilities, Shapes::ShapeRef.new(shape: FleetCapabilities, location_name: "capabilities"))
|
1258
|
+
GetFleetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
1249
1259
|
GetFleetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1250
1260
|
GetFleetResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1251
|
-
GetFleetResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1252
|
-
GetFleetResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1253
|
-
GetFleetResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1254
|
-
GetFleetResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1255
|
-
GetFleetResponse.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "maxWorkerCount"))
|
1256
|
-
GetFleetResponse.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, required: true, location_name: "minWorkerCount"))
|
1257
|
-
GetFleetResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
1258
|
-
GetFleetResponse.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, required: true, location_name: "status"))
|
1259
|
-
GetFleetResponse.add_member(:target_worker_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetWorkerCount"))
|
1260
1261
|
GetFleetResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1261
1262
|
GetFleetResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1262
|
-
GetFleetResponse.add_member(:worker_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "workerCount"))
|
1263
1263
|
GetFleetResponse.struct_class = Types::GetFleetResponse
|
1264
1264
|
|
1265
|
-
GetJobEntityError.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsError, location_name: "environmentDetails"))
|
1266
|
-
GetJobEntityError.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsError, location_name: "jobAttachmentDetails"))
|
1267
1265
|
GetJobEntityError.add_member(:job_details, Shapes::ShapeRef.new(shape: JobDetailsError, location_name: "jobDetails"))
|
1266
|
+
GetJobEntityError.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsError, location_name: "jobAttachmentDetails"))
|
1268
1267
|
GetJobEntityError.add_member(:step_details, Shapes::ShapeRef.new(shape: StepDetailsError, location_name: "stepDetails"))
|
1268
|
+
GetJobEntityError.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsError, location_name: "environmentDetails"))
|
1269
1269
|
GetJobEntityError.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1270
|
-
GetJobEntityError.add_member_subclass(:environment_details, Types::GetJobEntityError::EnvironmentDetails)
|
1271
|
-
GetJobEntityError.add_member_subclass(:job_attachment_details, Types::GetJobEntityError::JobAttachmentDetails)
|
1272
1270
|
GetJobEntityError.add_member_subclass(:job_details, Types::GetJobEntityError::JobDetails)
|
1271
|
+
GetJobEntityError.add_member_subclass(:job_attachment_details, Types::GetJobEntityError::JobAttachmentDetails)
|
1273
1272
|
GetJobEntityError.add_member_subclass(:step_details, Types::GetJobEntityError::StepDetails)
|
1273
|
+
GetJobEntityError.add_member_subclass(:environment_details, Types::GetJobEntityError::EnvironmentDetails)
|
1274
1274
|
GetJobEntityError.add_member_subclass(:unknown, Types::GetJobEntityError::Unknown)
|
1275
1275
|
GetJobEntityError.struct_class = Types::GetJobEntityError
|
1276
1276
|
|
@@ -1279,38 +1279,38 @@ module Aws::Deadline
|
|
1279
1279
|
GetJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1280
1280
|
GetJobRequest.struct_class = Types::GetJobRequest
|
1281
1281
|
|
1282
|
-
GetJobResponse.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, location_name: "attachments"))
|
1283
|
-
GetJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1284
|
-
GetJobResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1285
|
-
GetJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
1286
|
-
GetJobResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1287
1282
|
GetJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1283
|
+
GetJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "name"))
|
1288
1284
|
GetJobResponse.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: JobLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
1289
1285
|
GetJobResponse.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "lifecycleStatusMessage"))
|
1290
|
-
GetJobResponse.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1291
|
-
GetJobResponse.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1292
|
-
GetJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "name"))
|
1293
|
-
GetJobResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
1294
1286
|
GetJobResponse.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "priority"))
|
1287
|
+
GetJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1288
|
+
GetJobResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1289
|
+
GetJobResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1290
|
+
GetJobResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1295
1291
|
GetJobResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1296
|
-
GetJobResponse.add_member(:
|
1297
|
-
GetJobResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1292
|
+
GetJobResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1298
1293
|
GetJobResponse.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
|
1294
|
+
GetJobResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1299
1295
|
GetJobResponse.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
1300
|
-
GetJobResponse.add_member(:
|
1301
|
-
GetJobResponse.add_member(:
|
1296
|
+
GetJobResponse.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, location_name: "storageProfileId"))
|
1297
|
+
GetJobResponse.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1298
|
+
GetJobResponse.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1299
|
+
GetJobResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
1300
|
+
GetJobResponse.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, location_name: "attachments"))
|
1301
|
+
GetJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: JobDescription, location_name: "description"))
|
1302
1302
|
GetJobResponse.struct_class = Types::GetJobResponse
|
1303
1303
|
|
1304
1304
|
GetLicenseEndpointRequest.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location: "uri", location_name: "licenseEndpointId"))
|
1305
1305
|
GetLicenseEndpointRequest.struct_class = Types::GetLicenseEndpointRequest
|
1306
1306
|
|
1307
|
-
GetLicenseEndpointResponse.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "dnsName"))
|
1308
1307
|
GetLicenseEndpointResponse.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location_name: "licenseEndpointId"))
|
1309
|
-
GetLicenseEndpointResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: GetLicenseEndpointResponseSecurityGroupIdsList, location_name: "securityGroupIds"))
|
1310
1308
|
GetLicenseEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: LicenseEndpointStatus, required: true, location_name: "status"))
|
1311
1309
|
GetLicenseEndpointResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, required: true, location_name: "statusMessage"))
|
1312
|
-
GetLicenseEndpointResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: GetLicenseEndpointResponseSubnetIdsList, location_name: "subnetIds"))
|
1313
1310
|
GetLicenseEndpointResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
1311
|
+
GetLicenseEndpointResponse.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "dnsName"))
|
1312
|
+
GetLicenseEndpointResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: GetLicenseEndpointResponseSubnetIdsList, location_name: "subnetIds"))
|
1313
|
+
GetLicenseEndpointResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: GetLicenseEndpointResponseSecurityGroupIdsList, location_name: "securityGroupIds"))
|
1314
1314
|
GetLicenseEndpointResponse.struct_class = Types::GetLicenseEndpointResponse
|
1315
1315
|
|
1316
1316
|
GetLicenseEndpointResponseSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
@@ -1320,45 +1320,45 @@ module Aws::Deadline
|
|
1320
1320
|
GetMonitorRequest.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location: "uri", location_name: "monitorId"))
|
1321
1321
|
GetMonitorRequest.struct_class = Types::GetMonitorRequest
|
1322
1322
|
|
1323
|
-
GetMonitorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1324
|
-
GetMonitorResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1325
|
-
GetMonitorResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1326
|
-
GetMonitorResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
1327
|
-
GetMonitorResponse.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
1328
1323
|
GetMonitorResponse.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location_name: "monitorId"))
|
1329
|
-
GetMonitorResponse.add_member(:
|
1324
|
+
GetMonitorResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1330
1325
|
GetMonitorResponse.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, required: true, location_name: "subdomain"))
|
1326
|
+
GetMonitorResponse.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
1327
|
+
GetMonitorResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
1328
|
+
GetMonitorResponse.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
1329
|
+
GetMonitorResponse.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
1330
|
+
GetMonitorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1331
|
+
GetMonitorResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1331
1332
|
GetMonitorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1332
1333
|
GetMonitorResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1333
|
-
GetMonitorResponse.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
1334
1334
|
GetMonitorResponse.struct_class = Types::GetMonitorResponse
|
1335
1335
|
|
1336
1336
|
GetQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1337
|
-
GetQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
1338
1337
|
GetQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1338
|
+
GetQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
1339
1339
|
GetQueueEnvironmentRequest.struct_class = Types::GetQueueEnvironmentRequest
|
1340
1340
|
|
1341
|
-
GetQueueEnvironmentResponse.add_member(:
|
1342
|
-
GetQueueEnvironmentResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1341
|
+
GetQueueEnvironmentResponse.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location_name: "queueEnvironmentId"))
|
1343
1342
|
GetQueueEnvironmentResponse.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
|
1344
1343
|
GetQueueEnvironmentResponse.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
1345
|
-
GetQueueEnvironmentResponse.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location_name: "queueEnvironmentId"))
|
1346
|
-
GetQueueEnvironmentResponse.add_member(:template, Shapes::ShapeRef.new(shape: EnvironmentTemplate, required: true, location_name: "template"))
|
1347
1344
|
GetQueueEnvironmentResponse.add_member(:template_type, Shapes::ShapeRef.new(shape: EnvironmentTemplateType, required: true, location_name: "templateType"))
|
1345
|
+
GetQueueEnvironmentResponse.add_member(:template, Shapes::ShapeRef.new(shape: EnvironmentTemplate, required: true, location_name: "template"))
|
1346
|
+
GetQueueEnvironmentResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1347
|
+
GetQueueEnvironmentResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1348
1348
|
GetQueueEnvironmentResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1349
1349
|
GetQueueEnvironmentResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1350
1350
|
GetQueueEnvironmentResponse.struct_class = Types::GetQueueEnvironmentResponse
|
1351
1351
|
|
1352
1352
|
GetQueueFleetAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1353
|
-
GetQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1354
1353
|
GetQueueFleetAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1354
|
+
GetQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1355
1355
|
GetQueueFleetAssociationRequest.struct_class = Types::GetQueueFleetAssociationRequest
|
1356
1356
|
|
1357
|
-
GetQueueFleetAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1358
|
-
GetQueueFleetAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1359
|
-
GetQueueFleetAssociationResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1360
1357
|
GetQueueFleetAssociationResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
1358
|
+
GetQueueFleetAssociationResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1361
1359
|
GetQueueFleetAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: QueueFleetAssociationStatus, required: true, location_name: "status"))
|
1360
|
+
GetQueueFleetAssociationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1361
|
+
GetQueueFleetAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1362
1362
|
GetQueueFleetAssociationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1363
1363
|
GetQueueFleetAssociationResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1364
1364
|
GetQueueFleetAssociationResponse.struct_class = Types::GetQueueFleetAssociationResponse
|
@@ -1367,97 +1367,97 @@ module Aws::Deadline
|
|
1367
1367
|
GetQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1368
1368
|
GetQueueRequest.struct_class = Types::GetQueueRequest
|
1369
1369
|
|
1370
|
-
GetQueueResponse.add_member(:
|
1371
|
-
GetQueueResponse.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: QueueBlockedReason, location_name: "blockedReason"))
|
1372
|
-
GetQueueResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1373
|
-
GetQueueResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1374
|
-
GetQueueResponse.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, required: true, location_name: "defaultBudgetAction"))
|
1375
|
-
GetQueueResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1370
|
+
GetQueueResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
1376
1371
|
GetQueueResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1372
|
+
GetQueueResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1377
1373
|
GetQueueResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1374
|
+
GetQueueResponse.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "status"))
|
1375
|
+
GetQueueResponse.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, required: true, location_name: "defaultBudgetAction"))
|
1376
|
+
GetQueueResponse.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: QueueBlockedReason, location_name: "blockedReason"))
|
1378
1377
|
GetQueueResponse.add_member(:job_attachment_settings, Shapes::ShapeRef.new(shape: JobAttachmentSettings, location_name: "jobAttachmentSettings"))
|
1379
|
-
GetQueueResponse.add_member(:job_run_as_user, Shapes::ShapeRef.new(shape: JobRunAsUser, location_name: "jobRunAsUser"))
|
1380
|
-
GetQueueResponse.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
1381
|
-
GetQueueResponse.add_member(:required_file_system_location_names, Shapes::ShapeRef.new(shape: RequiredFileSystemLocationNames, location_name: "requiredFileSystemLocationNames"))
|
1382
1378
|
GetQueueResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
1383
|
-
GetQueueResponse.add_member(:
|
1379
|
+
GetQueueResponse.add_member(:required_file_system_location_names, Shapes::ShapeRef.new(shape: RequiredFileSystemLocationNames, location_name: "requiredFileSystemLocationNames"))
|
1380
|
+
GetQueueResponse.add_member(:allowed_storage_profile_ids, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIds"))
|
1381
|
+
GetQueueResponse.add_member(:job_run_as_user, Shapes::ShapeRef.new(shape: JobRunAsUser, location_name: "jobRunAsUser"))
|
1382
|
+
GetQueueResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1383
|
+
GetQueueResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1384
1384
|
GetQueueResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1385
1385
|
GetQueueResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1386
1386
|
GetQueueResponse.struct_class = Types::GetQueueResponse
|
1387
1387
|
|
1388
1388
|
GetSessionActionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1389
|
-
GetSessionActionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1390
1389
|
GetSessionActionRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1390
|
+
GetSessionActionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1391
1391
|
GetSessionActionRequest.add_member(:session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, required: true, location: "uri", location_name: "sessionActionId"))
|
1392
1392
|
GetSessionActionRequest.struct_class = Types::GetSessionActionRequest
|
1393
1393
|
|
1394
|
-
GetSessionActionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: SessionActionDefinition, required: true, location_name: "definition"))
|
1395
|
-
GetSessionActionResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1396
|
-
GetSessionActionResponse.add_member(:process_exit_code, Shapes::ShapeRef.new(shape: ProcessExitCode, location_name: "processExitCode"))
|
1397
|
-
GetSessionActionResponse.add_member(:progress_message, Shapes::ShapeRef.new(shape: SessionActionProgressMessage, location_name: "progressMessage"))
|
1398
|
-
GetSessionActionResponse.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
1399
1394
|
GetSessionActionResponse.add_member(:session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, required: true, location_name: "sessionActionId"))
|
1400
|
-
GetSessionActionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
1401
|
-
GetSessionActionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1402
1395
|
GetSessionActionResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionActionStatus, required: true, location_name: "status"))
|
1396
|
+
GetSessionActionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1397
|
+
GetSessionActionResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1403
1398
|
GetSessionActionResponse.add_member(:worker_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "workerUpdatedAt"))
|
1399
|
+
GetSessionActionResponse.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
1400
|
+
GetSessionActionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
1401
|
+
GetSessionActionResponse.add_member(:process_exit_code, Shapes::ShapeRef.new(shape: ProcessExitCode, location_name: "processExitCode"))
|
1402
|
+
GetSessionActionResponse.add_member(:progress_message, Shapes::ShapeRef.new(shape: SessionActionProgressMessage, location_name: "progressMessage"))
|
1403
|
+
GetSessionActionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: SessionActionDefinition, required: true, location_name: "definition"))
|
1404
1404
|
GetSessionActionResponse.struct_class = Types::GetSessionActionResponse
|
1405
1405
|
|
1406
1406
|
GetSessionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1407
|
-
GetSessionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1408
1407
|
GetSessionRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1408
|
+
GetSessionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1409
1409
|
GetSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
1410
1410
|
GetSessionRequest.struct_class = Types::GetSessionRequest
|
1411
1411
|
|
1412
|
-
GetSessionResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1413
|
-
GetSessionResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1414
|
-
GetSessionResponse.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
1415
|
-
GetSessionResponse.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
1416
|
-
GetSessionResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, required: true, location_name: "log"))
|
1417
1412
|
GetSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
1413
|
+
GetSessionResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1414
|
+
GetSessionResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
1418
1415
|
GetSessionResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, required: true, location_name: "startedAt"))
|
1419
|
-
GetSessionResponse.add_member(:
|
1416
|
+
GetSessionResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, required: true, location_name: "log"))
|
1417
|
+
GetSessionResponse.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
1418
|
+
GetSessionResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1420
1419
|
GetSessionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1421
1420
|
GetSessionResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1422
|
-
GetSessionResponse.add_member(:
|
1421
|
+
GetSessionResponse.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, location_name: "targetLifecycleStatus"))
|
1422
|
+
GetSessionResponse.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
1423
1423
|
GetSessionResponse.add_member(:worker_log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "workerLog"))
|
1424
1424
|
GetSessionResponse.struct_class = Types::GetSessionResponse
|
1425
1425
|
|
1426
|
-
GetSessionsStatisticsAggregationRequest.add_member(:aggregation_id, Shapes::ShapeRef.new(shape: AggregationId, required: true, location: "querystring", location_name: "aggregationId"))
|
1427
1426
|
GetSessionsStatisticsAggregationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1427
|
+
GetSessionsStatisticsAggregationRequest.add_member(:aggregation_id, Shapes::ShapeRef.new(shape: AggregationId, required: true, location: "querystring", location_name: "aggregationId"))
|
1428
1428
|
GetSessionsStatisticsAggregationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1429
1429
|
GetSessionsStatisticsAggregationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1430
1430
|
GetSessionsStatisticsAggregationRequest.struct_class = Types::GetSessionsStatisticsAggregationRequest
|
1431
1431
|
|
1432
|
-
GetSessionsStatisticsAggregationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1433
1432
|
GetSessionsStatisticsAggregationResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: StatisticsList, location_name: "statistics"))
|
1433
|
+
GetSessionsStatisticsAggregationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1434
1434
|
GetSessionsStatisticsAggregationResponse.add_member(:status, Shapes::ShapeRef.new(shape: SessionsStatisticsAggregationStatus, required: true, location_name: "status"))
|
1435
1435
|
GetSessionsStatisticsAggregationResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
1436
1436
|
GetSessionsStatisticsAggregationResponse.struct_class = Types::GetSessionsStatisticsAggregationResponse
|
1437
1437
|
|
1438
1438
|
GetStepRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1439
|
-
GetStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1440
1439
|
GetStepRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1440
|
+
GetStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1441
1441
|
GetStepRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
1442
1442
|
GetStepRequest.struct_class = Types::GetStepRequest
|
1443
1443
|
|
1444
|
-
GetStepResponse.add_member(:
|
1445
|
-
GetStepResponse.add_member(:
|
1446
|
-
GetStepResponse.add_member(:dependency_counts, Shapes::ShapeRef.new(shape: DependencyCounts, location_name: "dependencyCounts"))
|
1447
|
-
GetStepResponse.add_member(:description, Shapes::ShapeRef.new(shape: StepDescription, location_name: "description"))
|
1448
|
-
GetStepResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1444
|
+
GetStepResponse.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
1445
|
+
GetStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "name"))
|
1449
1446
|
GetStepResponse.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: StepLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
1450
1447
|
GetStepResponse.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
|
1451
|
-
GetStepResponse.add_member(:name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "name"))
|
1452
|
-
GetStepResponse.add_member(:parameter_space, Shapes::ShapeRef.new(shape: ParameterSpace, location_name: "parameterSpace"))
|
1453
|
-
GetStepResponse.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: StepRequiredCapabilities, location_name: "requiredCapabilities"))
|
1454
|
-
GetStepResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1455
|
-
GetStepResponse.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
1456
|
-
GetStepResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1457
1448
|
GetStepResponse.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "taskRunStatus"))
|
1458
1449
|
GetStepResponse.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, required: true, location_name: "taskRunStatusCounts"))
|
1450
|
+
GetStepResponse.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1451
|
+
GetStepResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1452
|
+
GetStepResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1459
1453
|
GetStepResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1460
1454
|
GetStepResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1455
|
+
GetStepResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1456
|
+
GetStepResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1457
|
+
GetStepResponse.add_member(:dependency_counts, Shapes::ShapeRef.new(shape: DependencyCounts, location_name: "dependencyCounts"))
|
1458
|
+
GetStepResponse.add_member(:required_capabilities, Shapes::ShapeRef.new(shape: StepRequiredCapabilities, location_name: "requiredCapabilities"))
|
1459
|
+
GetStepResponse.add_member(:parameter_space, Shapes::ShapeRef.new(shape: ParameterSpace, location_name: "parameterSpace"))
|
1460
|
+
GetStepResponse.add_member(:description, Shapes::ShapeRef.new(shape: StepDescription, location_name: "description"))
|
1461
1461
|
GetStepResponse.struct_class = Types::GetStepResponse
|
1462
1462
|
|
1463
1463
|
GetStorageProfileForQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
@@ -1465,45 +1465,45 @@ module Aws::Deadline
|
|
1465
1465
|
GetStorageProfileForQueueRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location: "uri", location_name: "storageProfileId"))
|
1466
1466
|
GetStorageProfileForQueueRequest.struct_class = Types::GetStorageProfileForQueueRequest
|
1467
1467
|
|
1468
|
+
GetStorageProfileForQueueResponse.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location_name: "storageProfileId"))
|
1468
1469
|
GetStorageProfileForQueueResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1469
|
-
GetStorageProfileForQueueResponse.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocations"))
|
1470
1470
|
GetStorageProfileForQueueResponse.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, required: true, location_name: "osFamily"))
|
1471
|
-
GetStorageProfileForQueueResponse.add_member(:
|
1471
|
+
GetStorageProfileForQueueResponse.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocations"))
|
1472
1472
|
GetStorageProfileForQueueResponse.struct_class = Types::GetStorageProfileForQueueResponse
|
1473
1473
|
|
1474
1474
|
GetStorageProfileRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1475
1475
|
GetStorageProfileRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location: "uri", location_name: "storageProfileId"))
|
1476
1476
|
GetStorageProfileRequest.struct_class = Types::GetStorageProfileRequest
|
1477
1477
|
|
1478
|
-
GetStorageProfileResponse.add_member(:
|
1479
|
-
GetStorageProfileResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1478
|
+
GetStorageProfileResponse.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location_name: "storageProfileId"))
|
1480
1479
|
GetStorageProfileResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1481
|
-
GetStorageProfileResponse.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocations"))
|
1482
1480
|
GetStorageProfileResponse.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, required: true, location_name: "osFamily"))
|
1483
|
-
GetStorageProfileResponse.add_member(:
|
1481
|
+
GetStorageProfileResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1482
|
+
GetStorageProfileResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1484
1483
|
GetStorageProfileResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1485
1484
|
GetStorageProfileResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1485
|
+
GetStorageProfileResponse.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocations"))
|
1486
1486
|
GetStorageProfileResponse.struct_class = Types::GetStorageProfileResponse
|
1487
1487
|
|
1488
1488
|
GetTaskRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1489
|
-
GetTaskRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1490
1489
|
GetTaskRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1490
|
+
GetTaskRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1491
1491
|
GetTaskRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
1492
1492
|
GetTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
|
1493
1493
|
GetTaskRequest.struct_class = Types::GetTaskRequest
|
1494
1494
|
|
1495
|
+
GetTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
1495
1496
|
GetTaskResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1496
1497
|
GetTaskResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1497
|
-
GetTaskResponse.add_member(:
|
1498
|
+
GetTaskResponse.add_member(:run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "runStatus"))
|
1499
|
+
GetTaskResponse.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, location_name: "targetRunStatus"))
|
1498
1500
|
GetTaskResponse.add_member(:failure_retry_count, Shapes::ShapeRef.new(shape: TaskRetryCount, location_name: "failureRetryCount"))
|
1499
|
-
GetTaskResponse.add_member(:latest_session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, location_name: "latestSessionActionId"))
|
1500
1501
|
GetTaskResponse.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, location_name: "parameters"))
|
1501
|
-
GetTaskResponse.add_member(:run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "runStatus"))
|
1502
1502
|
GetTaskResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1503
|
-
GetTaskResponse.add_member(:
|
1504
|
-
GetTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
1503
|
+
GetTaskResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1505
1504
|
GetTaskResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1506
1505
|
GetTaskResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1506
|
+
GetTaskResponse.add_member(:latest_session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, location_name: "latestSessionActionId"))
|
1507
1507
|
GetTaskResponse.struct_class = Types::GetTaskResponse
|
1508
1508
|
|
1509
1509
|
GetWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
@@ -1511,26 +1511,26 @@ module Aws::Deadline
|
|
1511
1511
|
GetWorkerRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
1512
1512
|
GetWorkerRequest.struct_class = Types::GetWorkerRequest
|
1513
1513
|
|
1514
|
-
GetWorkerResponse.add_member(:
|
1515
|
-
GetWorkerResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1514
|
+
GetWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
1516
1515
|
GetWorkerResponse.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1517
1516
|
GetWorkerResponse.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
1518
1517
|
GetWorkerResponse.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
1519
|
-
GetWorkerResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "log"))
|
1520
1518
|
GetWorkerResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkerStatus, required: true, location_name: "status"))
|
1519
|
+
GetWorkerResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "log"))
|
1520
|
+
GetWorkerResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1521
|
+
GetWorkerResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1521
1522
|
GetWorkerResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1522
1523
|
GetWorkerResponse.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1523
|
-
GetWorkerResponse.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
1524
1524
|
GetWorkerResponse.struct_class = Types::GetWorkerResponse
|
1525
1525
|
|
1526
|
-
HostPropertiesRequest.add_member(:host_name, Shapes::ShapeRef.new(shape: HostName, location_name: "hostName"))
|
1527
1526
|
HostPropertiesRequest.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "ipAddresses"))
|
1527
|
+
HostPropertiesRequest.add_member(:host_name, Shapes::ShapeRef.new(shape: HostName, location_name: "hostName"))
|
1528
1528
|
HostPropertiesRequest.struct_class = Types::HostPropertiesRequest
|
1529
1529
|
|
1530
|
+
HostPropertiesResponse.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "ipAddresses"))
|
1531
|
+
HostPropertiesResponse.add_member(:host_name, Shapes::ShapeRef.new(shape: HostName, location_name: "hostName"))
|
1530
1532
|
HostPropertiesResponse.add_member(:ec2_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceArn"))
|
1531
1533
|
HostPropertiesResponse.add_member(:ec2_instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "ec2InstanceType"))
|
1532
|
-
HostPropertiesResponse.add_member(:host_name, Shapes::ShapeRef.new(shape: HostName, location_name: "hostName"))
|
1533
|
-
HostPropertiesResponse.add_member(:ip_addresses, Shapes::ShapeRef.new(shape: IpAddresses, location_name: "ipAddresses"))
|
1534
1534
|
HostPropertiesResponse.struct_class = Types::HostPropertiesResponse
|
1535
1535
|
|
1536
1536
|
InstanceTypes.member = Shapes::ShapeRef.new(shape: InstanceType)
|
@@ -1547,86 +1547,86 @@ module Aws::Deadline
|
|
1547
1547
|
|
1548
1548
|
IpV6Addresses.member = Shapes::ShapeRef.new(shape: IpV6Address)
|
1549
1549
|
|
1550
|
-
JobAttachmentDetailsEntity.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, required: true, location_name: "attachments"))
|
1551
1550
|
JobAttachmentDetailsEntity.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1551
|
+
JobAttachmentDetailsEntity.add_member(:attachments, Shapes::ShapeRef.new(shape: Attachments, required: true, location_name: "attachments"))
|
1552
1552
|
JobAttachmentDetailsEntity.struct_class = Types::JobAttachmentDetailsEntity
|
1553
1553
|
|
1554
|
-
JobAttachmentDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1555
1554
|
JobAttachmentDetailsError.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1555
|
+
JobAttachmentDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1556
1556
|
JobAttachmentDetailsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1557
1557
|
JobAttachmentDetailsError.struct_class = Types::JobAttachmentDetailsError
|
1558
1558
|
|
1559
1559
|
JobAttachmentDetailsIdentifiers.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1560
1560
|
JobAttachmentDetailsIdentifiers.struct_class = Types::JobAttachmentDetailsIdentifiers
|
1561
1561
|
|
1562
|
-
JobAttachmentSettings.add_member(:root_prefix, Shapes::ShapeRef.new(shape: S3Prefix, required: true, location_name: "rootPrefix"))
|
1563
1562
|
JobAttachmentSettings.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "s3BucketName"))
|
1563
|
+
JobAttachmentSettings.add_member(:root_prefix, Shapes::ShapeRef.new(shape: S3Prefix, required: true, location_name: "rootPrefix"))
|
1564
1564
|
JobAttachmentSettings.struct_class = Types::JobAttachmentSettings
|
1565
1565
|
|
1566
|
-
JobDetailsEntity.add_member(:job_attachment_settings, Shapes::ShapeRef.new(shape: JobAttachmentSettings, location_name: "jobAttachmentSettings"))
|
1567
1566
|
JobDetailsEntity.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1567
|
+
JobDetailsEntity.add_member(:job_attachment_settings, Shapes::ShapeRef.new(shape: JobAttachmentSettings, location_name: "jobAttachmentSettings"))
|
1568
1568
|
JobDetailsEntity.add_member(:job_run_as_user, Shapes::ShapeRef.new(shape: JobRunAsUser, location_name: "jobRunAsUser"))
|
1569
1569
|
JobDetailsEntity.add_member(:log_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "logGroupName"))
|
1570
|
-
JobDetailsEntity.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
1571
|
-
JobDetailsEntity.add_member(:path_mapping_rules, Shapes::ShapeRef.new(shape: PathMappingRules, location_name: "pathMappingRules"))
|
1572
1570
|
JobDetailsEntity.add_member(:queue_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "queueRoleArn"))
|
1571
|
+
JobDetailsEntity.add_member(:parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "parameters"))
|
1573
1572
|
JobDetailsEntity.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
|
1573
|
+
JobDetailsEntity.add_member(:path_mapping_rules, Shapes::ShapeRef.new(shape: PathMappingRules, location_name: "pathMappingRules"))
|
1574
1574
|
JobDetailsEntity.struct_class = Types::JobDetailsEntity
|
1575
1575
|
|
1576
|
-
JobDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1577
1576
|
JobDetailsError.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1577
|
+
JobDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
1578
1578
|
JobDetailsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1579
1579
|
JobDetailsError.struct_class = Types::JobDetailsError
|
1580
1580
|
|
1581
1581
|
JobDetailsIdentifiers.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1582
1582
|
JobDetailsIdentifiers.struct_class = Types::JobDetailsIdentifiers
|
1583
1583
|
|
1584
|
-
JobEntity.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsEntity, location_name: "environmentDetails"))
|
1585
|
-
JobEntity.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsEntity, location_name: "jobAttachmentDetails"))
|
1586
1584
|
JobEntity.add_member(:job_details, Shapes::ShapeRef.new(shape: JobDetailsEntity, location_name: "jobDetails"))
|
1585
|
+
JobEntity.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsEntity, location_name: "jobAttachmentDetails"))
|
1587
1586
|
JobEntity.add_member(:step_details, Shapes::ShapeRef.new(shape: StepDetailsEntity, location_name: "stepDetails"))
|
1587
|
+
JobEntity.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsEntity, location_name: "environmentDetails"))
|
1588
1588
|
JobEntity.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1589
|
-
JobEntity.add_member_subclass(:environment_details, Types::JobEntity::EnvironmentDetails)
|
1590
|
-
JobEntity.add_member_subclass(:job_attachment_details, Types::JobEntity::JobAttachmentDetails)
|
1591
1589
|
JobEntity.add_member_subclass(:job_details, Types::JobEntity::JobDetails)
|
1590
|
+
JobEntity.add_member_subclass(:job_attachment_details, Types::JobEntity::JobAttachmentDetails)
|
1592
1591
|
JobEntity.add_member_subclass(:step_details, Types::JobEntity::StepDetails)
|
1592
|
+
JobEntity.add_member_subclass(:environment_details, Types::JobEntity::EnvironmentDetails)
|
1593
1593
|
JobEntity.add_member_subclass(:unknown, Types::JobEntity::Unknown)
|
1594
1594
|
JobEntity.struct_class = Types::JobEntity
|
1595
1595
|
|
1596
1596
|
JobEntityIdentifiers.member = Shapes::ShapeRef.new(shape: JobEntityIdentifiersUnion)
|
1597
1597
|
|
1598
|
-
JobEntityIdentifiersUnion.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsIdentifiers, location_name: "environmentDetails"))
|
1599
|
-
JobEntityIdentifiersUnion.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsIdentifiers, location_name: "jobAttachmentDetails"))
|
1600
1598
|
JobEntityIdentifiersUnion.add_member(:job_details, Shapes::ShapeRef.new(shape: JobDetailsIdentifiers, location_name: "jobDetails"))
|
1599
|
+
JobEntityIdentifiersUnion.add_member(:job_attachment_details, Shapes::ShapeRef.new(shape: JobAttachmentDetailsIdentifiers, location_name: "jobAttachmentDetails"))
|
1601
1600
|
JobEntityIdentifiersUnion.add_member(:step_details, Shapes::ShapeRef.new(shape: StepDetailsIdentifiers, location_name: "stepDetails"))
|
1601
|
+
JobEntityIdentifiersUnion.add_member(:environment_details, Shapes::ShapeRef.new(shape: EnvironmentDetailsIdentifiers, location_name: "environmentDetails"))
|
1602
1602
|
JobEntityIdentifiersUnion.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1603
|
-
JobEntityIdentifiersUnion.add_member_subclass(:environment_details, Types::JobEntityIdentifiersUnion::EnvironmentDetails)
|
1604
|
-
JobEntityIdentifiersUnion.add_member_subclass(:job_attachment_details, Types::JobEntityIdentifiersUnion::JobAttachmentDetails)
|
1605
1603
|
JobEntityIdentifiersUnion.add_member_subclass(:job_details, Types::JobEntityIdentifiersUnion::JobDetails)
|
1604
|
+
JobEntityIdentifiersUnion.add_member_subclass(:job_attachment_details, Types::JobEntityIdentifiersUnion::JobAttachmentDetails)
|
1606
1605
|
JobEntityIdentifiersUnion.add_member_subclass(:step_details, Types::JobEntityIdentifiersUnion::StepDetails)
|
1606
|
+
JobEntityIdentifiersUnion.add_member_subclass(:environment_details, Types::JobEntityIdentifiersUnion::EnvironmentDetails)
|
1607
1607
|
JobEntityIdentifiersUnion.add_member_subclass(:unknown, Types::JobEntityIdentifiersUnion::Unknown)
|
1608
1608
|
JobEntityIdentifiersUnion.struct_class = Types::JobEntityIdentifiersUnion
|
1609
1609
|
|
1610
1610
|
JobMember.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
1611
|
-
JobMember.add_member(:
|
1611
|
+
JobMember.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
1612
1612
|
JobMember.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1613
|
-
JobMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1614
1613
|
JobMember.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location_name: "principalId"))
|
1615
1614
|
JobMember.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
1616
|
-
JobMember.add_member(:
|
1615
|
+
JobMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
1616
|
+
JobMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
1617
1617
|
JobMember.struct_class = Types::JobMember
|
1618
1618
|
|
1619
1619
|
JobMembers.member = Shapes::ShapeRef.new(shape: JobMember)
|
1620
1620
|
|
1621
|
-
JobParameter.add_member(:float, Shapes::ShapeRef.new(shape: FloatString, location_name: "float"))
|
1622
1621
|
JobParameter.add_member(:int, Shapes::ShapeRef.new(shape: IntString, location_name: "int"))
|
1623
|
-
JobParameter.add_member(:
|
1622
|
+
JobParameter.add_member(:float, Shapes::ShapeRef.new(shape: FloatString, location_name: "float"))
|
1624
1623
|
JobParameter.add_member(:string, Shapes::ShapeRef.new(shape: ParameterString, location_name: "string"))
|
1624
|
+
JobParameter.add_member(:path, Shapes::ShapeRef.new(shape: PathString, location_name: "path"))
|
1625
1625
|
JobParameter.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1626
|
-
JobParameter.add_member_subclass(:float, Types::JobParameter::Float)
|
1627
1626
|
JobParameter.add_member_subclass(:int, Types::JobParameter::Int)
|
1628
|
-
JobParameter.add_member_subclass(:
|
1627
|
+
JobParameter.add_member_subclass(:float, Types::JobParameter::Float)
|
1629
1628
|
JobParameter.add_member_subclass(:string, Types::JobParameter::String)
|
1629
|
+
JobParameter.add_member_subclass(:path, Types::JobParameter::Path)
|
1630
1630
|
JobParameter.add_member_subclass(:unknown, Types::JobParameter::Unknown)
|
1631
1631
|
JobParameter.struct_class = Types::JobParameter
|
1632
1632
|
|
@@ -1634,48 +1634,48 @@ module Aws::Deadline
|
|
1634
1634
|
JobParameters.value = Shapes::ShapeRef.new(shape: JobParameter)
|
1635
1635
|
|
1636
1636
|
JobRunAsUser.add_member(:posix, Shapes::ShapeRef.new(shape: PosixUser, location_name: "posix"))
|
1637
|
-
JobRunAsUser.add_member(:run_as, Shapes::ShapeRef.new(shape: RunAs, required: true, location_name: "runAs"))
|
1638
1637
|
JobRunAsUser.add_member(:windows, Shapes::ShapeRef.new(shape: WindowsUser, location_name: "windows"))
|
1638
|
+
JobRunAsUser.add_member(:run_as, Shapes::ShapeRef.new(shape: RunAs, required: true, location_name: "runAs"))
|
1639
1639
|
JobRunAsUser.struct_class = Types::JobRunAsUser
|
1640
1640
|
|
1641
1641
|
JobSearchSummaries.member = Shapes::ShapeRef.new(shape: JobSearchSummary)
|
1642
1642
|
|
1643
|
-
JobSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1644
|
-
JobSearchSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1645
|
-
JobSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1646
1643
|
JobSearchSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
1647
|
-
JobSearchSummary.add_member(:
|
1644
|
+
JobSearchSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "queueId"))
|
1645
|
+
JobSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: JobName, location_name: "name"))
|
1648
1646
|
JobSearchSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: JobLifecycleStatus, location_name: "lifecycleStatus"))
|
1649
1647
|
JobSearchSummary.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
|
1648
|
+
JobSearchSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
|
1649
|
+
JobSearchSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1650
|
+
JobSearchSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
1651
|
+
JobSearchSummary.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, location_name: "priority"))
|
1650
1652
|
JobSearchSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1651
1653
|
JobSearchSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1652
|
-
JobSearchSummary.add_member(:
|
1653
|
-
JobSearchSummary.add_member(:
|
1654
|
-
JobSearchSummary.add_member(:
|
1654
|
+
JobSearchSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
1655
|
+
JobSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
1656
|
+
JobSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1655
1657
|
JobSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1656
|
-
JobSearchSummary.add_member(:
|
1657
|
-
JobSearchSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
|
1658
|
-
JobSearchSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
1658
|
+
JobSearchSummary.add_member(:job_parameters, Shapes::ShapeRef.new(shape: JobParameters, location_name: "jobParameters"))
|
1659
1659
|
JobSearchSummary.struct_class = Types::JobSearchSummary
|
1660
1660
|
|
1661
1661
|
JobSummaries.member = Shapes::ShapeRef.new(shape: JobSummary)
|
1662
1662
|
|
1663
|
-
JobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1664
|
-
JobSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1665
|
-
JobSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1666
1663
|
JobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
1664
|
+
JobSummary.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "name"))
|
1667
1665
|
JobSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: JobLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
1668
1666
|
JobSummary.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "lifecycleStatusMessage"))
|
1669
|
-
JobSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1670
|
-
JobSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1671
|
-
JobSummary.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "name"))
|
1672
1667
|
JobSummary.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "priority"))
|
1668
|
+
JobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1669
|
+
JobSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1670
|
+
JobSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
1671
|
+
JobSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
1673
1672
|
JobSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
1674
|
-
JobSummary.add_member(:
|
1673
|
+
JobSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
1675
1674
|
JobSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
|
1675
|
+
JobSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
1676
1676
|
JobSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
1677
|
-
JobSummary.add_member(:
|
1678
|
-
JobSummary.add_member(:
|
1677
|
+
JobSummary.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
1678
|
+
JobSummary.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
1679
1679
|
JobSummary.struct_class = Types::JobSummary
|
1680
1680
|
|
1681
1681
|
LicenseEndpointSummaries.member = Shapes::ShapeRef.new(shape: LicenseEndpointSummary)
|
@@ -1688,58 +1688,58 @@ module Aws::Deadline
|
|
1688
1688
|
|
1689
1689
|
ListAttributeCapabilityValue.member = Shapes::ShapeRef.new(shape: AttributeCapabilityValue)
|
1690
1690
|
|
1691
|
-
ListAvailableMeteredProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1692
1691
|
ListAvailableMeteredProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1692
|
+
ListAvailableMeteredProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1693
1693
|
ListAvailableMeteredProductsRequest.struct_class = Types::ListAvailableMeteredProductsRequest
|
1694
1694
|
|
1695
1695
|
ListAvailableMeteredProductsResponse.add_member(:metered_products, Shapes::ShapeRef.new(shape: MeteredProductSummaryList, required: true, location_name: "meteredProducts"))
|
1696
1696
|
ListAvailableMeteredProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1697
1697
|
ListAvailableMeteredProductsResponse.struct_class = Types::ListAvailableMeteredProductsResponse
|
1698
1698
|
|
1699
|
+
ListBudgetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1699
1700
|
ListBudgetsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1700
1701
|
ListBudgetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1701
|
-
ListBudgetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1702
1702
|
ListBudgetsRequest.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, location: "querystring", location_name: "status"))
|
1703
1703
|
ListBudgetsRequest.struct_class = Types::ListBudgetsRequest
|
1704
1704
|
|
1705
|
-
ListBudgetsResponse.add_member(:budgets, Shapes::ShapeRef.new(shape: BudgetSummaries, required: true, location_name: "budgets"))
|
1706
1705
|
ListBudgetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1706
|
+
ListBudgetsResponse.add_member(:budgets, Shapes::ShapeRef.new(shape: BudgetSummaries, required: true, location_name: "budgets"))
|
1707
1707
|
ListBudgetsResponse.struct_class = Types::ListBudgetsResponse
|
1708
1708
|
|
1709
1709
|
ListFarmMembersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1710
|
-
ListFarmMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1711
1710
|
ListFarmMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1711
|
+
ListFarmMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1712
1712
|
ListFarmMembersRequest.struct_class = Types::ListFarmMembersRequest
|
1713
1713
|
|
1714
1714
|
ListFarmMembersResponse.add_member(:members, Shapes::ShapeRef.new(shape: FarmMembers, required: true, location_name: "members"))
|
1715
1715
|
ListFarmMembersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1716
1716
|
ListFarmMembersResponse.struct_class = Types::ListFarmMembersResponse
|
1717
1717
|
|
1718
|
-
ListFarmsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1719
1718
|
ListFarmsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1720
1719
|
ListFarmsRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, location: "querystring", location_name: "principalId"))
|
1720
|
+
ListFarmsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1721
1721
|
ListFarmsRequest.struct_class = Types::ListFarmsRequest
|
1722
1722
|
|
1723
|
-
ListFarmsResponse.add_member(:farms, Shapes::ShapeRef.new(shape: FarmSummaries, required: true, location_name: "farms"))
|
1724
1723
|
ListFarmsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1724
|
+
ListFarmsResponse.add_member(:farms, Shapes::ShapeRef.new(shape: FarmSummaries, required: true, location_name: "farms"))
|
1725
1725
|
ListFarmsResponse.struct_class = Types::ListFarmsResponse
|
1726
1726
|
|
1727
1727
|
ListFleetMembersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1728
1728
|
ListFleetMembersRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1729
|
-
ListFleetMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1730
1729
|
ListFleetMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1730
|
+
ListFleetMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1731
1731
|
ListFleetMembersRequest.struct_class = Types::ListFleetMembersRequest
|
1732
1732
|
|
1733
1733
|
ListFleetMembersResponse.add_member(:members, Shapes::ShapeRef.new(shape: FleetMembers, required: true, location_name: "members"))
|
1734
1734
|
ListFleetMembersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1735
1735
|
ListFleetMembersResponse.struct_class = Types::ListFleetMembersResponse
|
1736
1736
|
|
1737
|
-
ListFleetsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location: "querystring", location_name: "displayName"))
|
1738
1737
|
ListFleetsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1739
|
-
ListFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1740
|
-
ListFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1741
1738
|
ListFleetsRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, location: "querystring", location_name: "principalId"))
|
1739
|
+
ListFleetsRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location: "querystring", location_name: "displayName"))
|
1742
1740
|
ListFleetsRequest.add_member(:status, Shapes::ShapeRef.new(shape: FleetStatus, location: "querystring", location_name: "status"))
|
1741
|
+
ListFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1742
|
+
ListFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1743
1743
|
ListFleetsRequest.struct_class = Types::ListFleetsRequest
|
1744
1744
|
|
1745
1745
|
ListFleetsResponse.add_member(:fleets, Shapes::ShapeRef.new(shape: FleetSummaries, required: true, location_name: "fleets"))
|
@@ -1747,10 +1747,10 @@ module Aws::Deadline
|
|
1747
1747
|
ListFleetsResponse.struct_class = Types::ListFleetsResponse
|
1748
1748
|
|
1749
1749
|
ListJobMembersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1750
|
+
ListJobMembersRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1750
1751
|
ListJobMembersRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1751
|
-
ListJobMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1752
1752
|
ListJobMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1753
|
-
ListJobMembersRequest.add_member(:
|
1753
|
+
ListJobMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1754
1754
|
ListJobMembersRequest.struct_class = Types::ListJobMembersRequest
|
1755
1755
|
|
1756
1756
|
ListJobMembersResponse.add_member(:members, Shapes::ShapeRef.new(shape: JobMembers, required: true, location_name: "members"))
|
@@ -1758,18 +1758,18 @@ module Aws::Deadline
|
|
1758
1758
|
ListJobMembersResponse.struct_class = Types::ListJobMembersResponse
|
1759
1759
|
|
1760
1760
|
ListJobsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1761
|
-
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1762
|
-
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1763
1761
|
ListJobsRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, location: "querystring", location_name: "principalId"))
|
1764
1762
|
ListJobsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1763
|
+
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1764
|
+
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1765
1765
|
ListJobsRequest.struct_class = Types::ListJobsRequest
|
1766
1766
|
|
1767
1767
|
ListJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobSummaries, required: true, location_name: "jobs"))
|
1768
1768
|
ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1769
1769
|
ListJobsResponse.struct_class = Types::ListJobsResponse
|
1770
1770
|
|
1771
|
-
ListLicenseEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1772
1771
|
ListLicenseEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1772
|
+
ListLicenseEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1773
1773
|
ListLicenseEndpointsRequest.struct_class = Types::ListLicenseEndpointsRequest
|
1774
1774
|
|
1775
1775
|
ListLicenseEndpointsResponse.add_member(:license_endpoints, Shapes::ShapeRef.new(shape: LicenseEndpointSummaries, required: true, location_name: "licenseEndpoints"))
|
@@ -1777,26 +1777,26 @@ module Aws::Deadline
|
|
1777
1777
|
ListLicenseEndpointsResponse.struct_class = Types::ListLicenseEndpointsResponse
|
1778
1778
|
|
1779
1779
|
ListMeteredProductsRequest.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location: "uri", location_name: "licenseEndpointId"))
|
1780
|
-
ListMeteredProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1781
1780
|
ListMeteredProductsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1781
|
+
ListMeteredProductsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1782
1782
|
ListMeteredProductsRequest.struct_class = Types::ListMeteredProductsRequest
|
1783
1783
|
|
1784
1784
|
ListMeteredProductsResponse.add_member(:metered_products, Shapes::ShapeRef.new(shape: MeteredProductSummaryList, required: true, location_name: "meteredProducts"))
|
1785
1785
|
ListMeteredProductsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1786
1786
|
ListMeteredProductsResponse.struct_class = Types::ListMeteredProductsResponse
|
1787
1787
|
|
1788
|
-
ListMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1789
1788
|
ListMonitorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1789
|
+
ListMonitorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1790
1790
|
ListMonitorsRequest.struct_class = Types::ListMonitorsRequest
|
1791
1791
|
|
1792
|
-
ListMonitorsResponse.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorSummaries, required: true, location_name: "monitors"))
|
1793
1792
|
ListMonitorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1793
|
+
ListMonitorsResponse.add_member(:monitors, Shapes::ShapeRef.new(shape: MonitorSummaries, required: true, location_name: "monitors"))
|
1794
1794
|
ListMonitorsResponse.struct_class = Types::ListMonitorsResponse
|
1795
1795
|
|
1796
1796
|
ListQueueEnvironmentsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1797
|
-
ListQueueEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1798
|
-
ListQueueEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1799
1797
|
ListQueueEnvironmentsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1798
|
+
ListQueueEnvironmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1799
|
+
ListQueueEnvironmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1800
1800
|
ListQueueEnvironmentsRequest.struct_class = Types::ListQueueEnvironmentsRequest
|
1801
1801
|
|
1802
1802
|
ListQueueEnvironmentsResponse.add_member(:environments, Shapes::ShapeRef.new(shape: QueueEnvironmentSummaries, required: true, location_name: "environments"))
|
@@ -1804,20 +1804,20 @@ module Aws::Deadline
|
|
1804
1804
|
ListQueueEnvironmentsResponse.struct_class = Types::ListQueueEnvironmentsResponse
|
1805
1805
|
|
1806
1806
|
ListQueueFleetAssociationsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1807
|
+
ListQueueFleetAssociationsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location: "querystring", location_name: "queueId"))
|
1807
1808
|
ListQueueFleetAssociationsRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location: "querystring", location_name: "fleetId"))
|
1808
|
-
ListQueueFleetAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1809
1809
|
ListQueueFleetAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1810
|
-
ListQueueFleetAssociationsRequest.add_member(:
|
1810
|
+
ListQueueFleetAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1811
1811
|
ListQueueFleetAssociationsRequest.struct_class = Types::ListQueueFleetAssociationsRequest
|
1812
1812
|
|
1813
|
-
ListQueueFleetAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1814
1813
|
ListQueueFleetAssociationsResponse.add_member(:queue_fleet_associations, Shapes::ShapeRef.new(shape: QueueFleetAssociationSummaries, required: true, location_name: "queueFleetAssociations"))
|
1814
|
+
ListQueueFleetAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1815
1815
|
ListQueueFleetAssociationsResponse.struct_class = Types::ListQueueFleetAssociationsResponse
|
1816
1816
|
|
1817
1817
|
ListQueueMembersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1818
|
-
ListQueueMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1819
|
-
ListQueueMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1820
1818
|
ListQueueMembersRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1819
|
+
ListQueueMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1820
|
+
ListQueueMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1821
1821
|
ListQueueMembersRequest.struct_class = Types::ListQueueMembersRequest
|
1822
1822
|
|
1823
1823
|
ListQueueMembersResponse.add_member(:members, Shapes::ShapeRef.new(shape: QueueMemberList, required: true, location_name: "members"))
|
@@ -1825,59 +1825,59 @@ module Aws::Deadline
|
|
1825
1825
|
ListQueueMembersResponse.struct_class = Types::ListQueueMembersResponse
|
1826
1826
|
|
1827
1827
|
ListQueuesRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1828
|
-
ListQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1829
|
-
ListQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1830
1828
|
ListQueuesRequest.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, location: "querystring", location_name: "principalId"))
|
1831
1829
|
ListQueuesRequest.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location: "querystring", location_name: "status"))
|
1830
|
+
ListQueuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1831
|
+
ListQueuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1832
1832
|
ListQueuesRequest.struct_class = Types::ListQueuesRequest
|
1833
1833
|
|
1834
|
-
ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1835
1834
|
ListQueuesResponse.add_member(:queues, Shapes::ShapeRef.new(shape: QueueSummaries, required: true, location_name: "queues"))
|
1835
|
+
ListQueuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1836
1836
|
ListQueuesResponse.struct_class = Types::ListQueuesResponse
|
1837
1837
|
|
1838
1838
|
ListSessionActionsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1839
|
-
ListSessionActionsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1840
|
-
ListSessionActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1841
|
-
ListSessionActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1842
1839
|
ListSessionActionsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1840
|
+
ListSessionActionsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1843
1841
|
ListSessionActionsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, location: "querystring", location_name: "sessionId"))
|
1844
1842
|
ListSessionActionsRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location: "querystring", location_name: "taskId"))
|
1843
|
+
ListSessionActionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1844
|
+
ListSessionActionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1845
1845
|
ListSessionActionsRequest.struct_class = Types::ListSessionActionsRequest
|
1846
1846
|
|
1847
|
-
ListSessionActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1848
1847
|
ListSessionActionsResponse.add_member(:session_actions, Shapes::ShapeRef.new(shape: SessionActionSummaries, required: true, location_name: "sessionActions"))
|
1848
|
+
ListSessionActionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1849
1849
|
ListSessionActionsResponse.struct_class = Types::ListSessionActionsResponse
|
1850
1850
|
|
1851
1851
|
ListSessionsForWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1852
1852
|
ListSessionsForWorkerRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1853
|
-
ListSessionsForWorkerRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1854
|
-
ListSessionsForWorkerRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1855
1853
|
ListSessionsForWorkerRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
1854
|
+
ListSessionsForWorkerRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1855
|
+
ListSessionsForWorkerRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1856
1856
|
ListSessionsForWorkerRequest.struct_class = Types::ListSessionsForWorkerRequest
|
1857
1857
|
|
1858
|
-
ListSessionsForWorkerResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1859
1858
|
ListSessionsForWorkerResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: ListSessionsForWorkerSummaries, required: true, location_name: "sessions"))
|
1859
|
+
ListSessionsForWorkerResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1860
1860
|
ListSessionsForWorkerResponse.struct_class = Types::ListSessionsForWorkerResponse
|
1861
1861
|
|
1862
1862
|
ListSessionsForWorkerSummaries.member = Shapes::ShapeRef.new(shape: WorkerSessionSummary)
|
1863
1863
|
|
1864
1864
|
ListSessionsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1865
|
+
ListSessionsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1865
1866
|
ListSessionsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1866
|
-
ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1867
1867
|
ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1868
|
-
ListSessionsRequest.add_member(:
|
1868
|
+
ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1869
1869
|
ListSessionsRequest.struct_class = Types::ListSessionsRequest
|
1870
1870
|
|
1871
|
-
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1872
1871
|
ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionSummaries, required: true, location_name: "sessions"))
|
1872
|
+
ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1873
1873
|
ListSessionsResponse.struct_class = Types::ListSessionsResponse
|
1874
1874
|
|
1875
1875
|
ListStepConsumersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1876
|
-
ListStepConsumersRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1877
|
-
ListStepConsumersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStepConsumersRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1878
|
-
ListStepConsumersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1879
1876
|
ListStepConsumersRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1877
|
+
ListStepConsumersRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1880
1878
|
ListStepConsumersRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
1879
|
+
ListStepConsumersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1880
|
+
ListStepConsumersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStepConsumersRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1881
1881
|
ListStepConsumersRequest.struct_class = Types::ListStepConsumersRequest
|
1882
1882
|
|
1883
1883
|
ListStepConsumersResponse.add_member(:consumers, Shapes::ShapeRef.new(shape: StepConsumers, required: true, location_name: "consumers"))
|
@@ -1885,11 +1885,11 @@ module Aws::Deadline
|
|
1885
1885
|
ListStepConsumersResponse.struct_class = Types::ListStepConsumersResponse
|
1886
1886
|
|
1887
1887
|
ListStepDependenciesRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1888
|
-
ListStepDependenciesRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1889
|
-
ListStepDependenciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStepDependenciesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1890
|
-
ListStepDependenciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1891
1888
|
ListStepDependenciesRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1889
|
+
ListStepDependenciesRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1892
1890
|
ListStepDependenciesRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
1891
|
+
ListStepDependenciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1892
|
+
ListStepDependenciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListStepDependenciesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
1893
1893
|
ListStepDependenciesRequest.struct_class = Types::ListStepDependenciesRequest
|
1894
1894
|
|
1895
1895
|
ListStepDependenciesResponse.add_member(:dependencies, Shapes::ShapeRef.new(shape: StepDependencies, required: true, location_name: "dependencies"))
|
@@ -1897,33 +1897,33 @@ module Aws::Deadline
|
|
1897
1897
|
ListStepDependenciesResponse.struct_class = Types::ListStepDependenciesResponse
|
1898
1898
|
|
1899
1899
|
ListStepsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1900
|
+
ListStepsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1900
1901
|
ListStepsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1901
|
-
ListStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1902
1902
|
ListStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1903
|
-
ListStepsRequest.add_member(:
|
1903
|
+
ListStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1904
1904
|
ListStepsRequest.struct_class = Types::ListStepsRequest
|
1905
1905
|
|
1906
|
-
ListStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1907
1906
|
ListStepsResponse.add_member(:steps, Shapes::ShapeRef.new(shape: StepSummaries, required: true, location_name: "steps"))
|
1907
|
+
ListStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1908
1908
|
ListStepsResponse.struct_class = Types::ListStepsResponse
|
1909
1909
|
|
1910
1910
|
ListStorageProfilesForQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1911
|
-
ListStorageProfilesForQueueRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1912
|
-
ListStorageProfilesForQueueRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1913
1911
|
ListStorageProfilesForQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1912
|
+
ListStorageProfilesForQueueRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1913
|
+
ListStorageProfilesForQueueRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1914
1914
|
ListStorageProfilesForQueueRequest.struct_class = Types::ListStorageProfilesForQueueRequest
|
1915
1915
|
|
1916
|
-
ListStorageProfilesForQueueResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1917
1916
|
ListStorageProfilesForQueueResponse.add_member(:storage_profiles, Shapes::ShapeRef.new(shape: StorageProfileSummaries, required: true, location_name: "storageProfiles"))
|
1917
|
+
ListStorageProfilesForQueueResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1918
1918
|
ListStorageProfilesForQueueResponse.struct_class = Types::ListStorageProfilesForQueueResponse
|
1919
1919
|
|
1920
1920
|
ListStorageProfilesRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1921
|
-
ListStorageProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1922
1921
|
ListStorageProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1922
|
+
ListStorageProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1923
1923
|
ListStorageProfilesRequest.struct_class = Types::ListStorageProfilesRequest
|
1924
1924
|
|
1925
|
-
ListStorageProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1926
1925
|
ListStorageProfilesResponse.add_member(:storage_profiles, Shapes::ShapeRef.new(shape: StorageProfileSummaries, required: true, location_name: "storageProfiles"))
|
1926
|
+
ListStorageProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1927
1927
|
ListStorageProfilesResponse.struct_class = Types::ListStorageProfilesResponse
|
1928
1928
|
|
1929
1929
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -1933,31 +1933,31 @@ module Aws::Deadline
|
|
1933
1933
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1934
1934
|
|
1935
1935
|
ListTasksRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1936
|
-
ListTasksRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1937
|
-
ListTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1938
|
-
ListTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1939
1936
|
ListTasksRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
1937
|
+
ListTasksRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
1940
1938
|
ListTasksRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
1939
|
+
ListTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1940
|
+
ListTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1941
1941
|
ListTasksRequest.struct_class = Types::ListTasksRequest
|
1942
1942
|
|
1943
|
-
ListTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1944
1943
|
ListTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: TaskSummaries, required: true, location_name: "tasks"))
|
1944
|
+
ListTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1945
1945
|
ListTasksResponse.struct_class = Types::ListTasksResponse
|
1946
1946
|
|
1947
1947
|
ListWorkersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
1948
1948
|
ListWorkersRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
1949
|
-
ListWorkersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1950
1949
|
ListWorkersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
1950
|
+
ListWorkersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1951
1951
|
ListWorkersRequest.struct_class = Types::ListWorkersRequest
|
1952
1952
|
|
1953
1953
|
ListWorkersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1954
1954
|
ListWorkersResponse.add_member(:workers, Shapes::ShapeRef.new(shape: WorkerSummaries, required: true, location_name: "workers"))
|
1955
1955
|
ListWorkersResponse.struct_class = Types::ListWorkersResponse
|
1956
1956
|
|
1957
|
-
LogConfiguration.add_member(:error, Shapes::ShapeRef.new(shape: LogError, location_name: "error"))
|
1958
1957
|
LogConfiguration.add_member(:log_driver, Shapes::ShapeRef.new(shape: LogDriver, required: true, location_name: "logDriver"))
|
1959
1958
|
LogConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: LogOptions, location_name: "options"))
|
1960
1959
|
LogConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: LogParameters, location_name: "parameters"))
|
1960
|
+
LogConfiguration.add_member(:error, Shapes::ShapeRef.new(shape: LogError, location_name: "error"))
|
1961
1961
|
LogConfiguration.struct_class = Types::LogConfiguration
|
1962
1962
|
|
1963
1963
|
LogOptions.key = Shapes::ShapeRef.new(shape: String)
|
@@ -1967,40 +1967,40 @@ module Aws::Deadline
|
|
1967
1967
|
LogParameters.value = Shapes::ShapeRef.new(shape: String)
|
1968
1968
|
|
1969
1969
|
ManifestProperties.add_member(:file_system_location_name, Shapes::ShapeRef.new(shape: FileSystemLocationName, location_name: "fileSystemLocationName"))
|
1970
|
-
ManifestProperties.add_member(:input_manifest_hash, Shapes::ShapeRef.new(shape: ManifestPropertiesInputManifestHashString, location_name: "inputManifestHash"))
|
1971
|
-
ManifestProperties.add_member(:input_manifest_path, Shapes::ShapeRef.new(shape: ManifestPropertiesInputManifestPathString, location_name: "inputManifestPath"))
|
1972
|
-
ManifestProperties.add_member(:output_relative_directories, Shapes::ShapeRef.new(shape: OutputRelativeDirectoriesList, location_name: "outputRelativeDirectories"))
|
1973
1970
|
ManifestProperties.add_member(:root_path, Shapes::ShapeRef.new(shape: ManifestPropertiesRootPathString, required: true, location_name: "rootPath"))
|
1974
1971
|
ManifestProperties.add_member(:root_path_format, Shapes::ShapeRef.new(shape: PathFormat, required: true, location_name: "rootPathFormat"))
|
1972
|
+
ManifestProperties.add_member(:output_relative_directories, Shapes::ShapeRef.new(shape: OutputRelativeDirectoriesList, location_name: "outputRelativeDirectories"))
|
1973
|
+
ManifestProperties.add_member(:input_manifest_path, Shapes::ShapeRef.new(shape: ManifestPropertiesInputManifestPathString, location_name: "inputManifestPath"))
|
1974
|
+
ManifestProperties.add_member(:input_manifest_hash, Shapes::ShapeRef.new(shape: ManifestPropertiesInputManifestHashString, location_name: "inputManifestHash"))
|
1975
1975
|
ManifestProperties.struct_class = Types::ManifestProperties
|
1976
1976
|
|
1977
1977
|
ManifestPropertiesList.member = Shapes::ShapeRef.new(shape: ManifestProperties)
|
1978
1978
|
|
1979
|
-
MemoryMiBRange.add_member(:max, Shapes::ShapeRef.new(shape: MemoryAmountMiB, location_name: "max"))
|
1980
1979
|
MemoryMiBRange.add_member(:min, Shapes::ShapeRef.new(shape: MemoryAmountMiB, required: true, location_name: "min"))
|
1980
|
+
MemoryMiBRange.add_member(:max, Shapes::ShapeRef.new(shape: MemoryAmountMiB, location_name: "max"))
|
1981
1981
|
MemoryMiBRange.struct_class = Types::MemoryMiBRange
|
1982
1982
|
|
1983
|
-
MeteredProductSummary.add_member(:family, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "family"))
|
1984
|
-
MeteredProductSummary.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
1985
1983
|
MeteredProductSummary.add_member(:product_id, Shapes::ShapeRef.new(shape: MeteredProductId, required: true, location_name: "productId"))
|
1984
|
+
MeteredProductSummary.add_member(:family, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "family"))
|
1986
1985
|
MeteredProductSummary.add_member(:vendor, Shapes::ShapeRef.new(shape: BoundedString, required: true, location_name: "vendor"))
|
1986
|
+
MeteredProductSummary.add_member(:port, Shapes::ShapeRef.new(shape: PortNumber, required: true, location_name: "port"))
|
1987
1987
|
MeteredProductSummary.struct_class = Types::MeteredProductSummary
|
1988
1988
|
|
1989
1989
|
MeteredProductSummaryList.member = Shapes::ShapeRef.new(shape: MeteredProductSummary)
|
1990
1990
|
|
1991
1991
|
MonitorSummaries.member = Shapes::ShapeRef.new(shape: MonitorSummary)
|
1992
1992
|
|
1993
|
-
MonitorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
1994
|
-
MonitorSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
1995
|
-
MonitorSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
1996
|
-
MonitorSummary.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
1997
|
-
MonitorSummary.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
1998
1993
|
MonitorSummary.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location_name: "monitorId"))
|
1999
|
-
MonitorSummary.add_member(:
|
1994
|
+
MonitorSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
2000
1995
|
MonitorSummary.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, required: true, location_name: "subdomain"))
|
1996
|
+
MonitorSummary.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
1997
|
+
MonitorSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
|
1998
|
+
MonitorSummary.add_member(:identity_center_instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "identityCenterInstanceArn"))
|
1999
|
+
MonitorSummary.add_member(:identity_center_application_arn, Shapes::ShapeRef.new(shape: IdentityCenterApplicationArn, required: true, location_name: "identityCenterApplicationArn"))
|
2000
|
+
MonitorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2001
|
+
MonitorSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2001
2002
|
MonitorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2002
2003
|
MonitorSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2003
|
-
MonitorSummary.add_member(:url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "url"))
|
2004
2004
|
MonitorSummary.struct_class = Types::MonitorSummary
|
2005
2005
|
|
2006
2006
|
OutputRelativeDirectoriesList.member = Shapes::ShapeRef.new(shape: OutputRelativeDirectoriesListMemberString)
|
@@ -2010,23 +2010,23 @@ module Aws::Deadline
|
|
2010
2010
|
ParameterFilterExpression.add_member(:value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "value"))
|
2011
2011
|
ParameterFilterExpression.struct_class = Types::ParameterFilterExpression
|
2012
2012
|
|
2013
|
-
ParameterSortExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
2014
2013
|
ParameterSortExpression.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "sortOrder"))
|
2014
|
+
ParameterSortExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
2015
2015
|
ParameterSortExpression.struct_class = Types::ParameterSortExpression
|
2016
2016
|
|
2017
|
-
ParameterSpace.add_member(:combination, Shapes::ShapeRef.new(shape: CombinationExpression, location_name: "combination"))
|
2018
2017
|
ParameterSpace.add_member(:parameters, Shapes::ShapeRef.new(shape: StepParameterList, required: true, location_name: "parameters"))
|
2018
|
+
ParameterSpace.add_member(:combination, Shapes::ShapeRef.new(shape: CombinationExpression, location_name: "combination"))
|
2019
2019
|
ParameterSpace.struct_class = Types::ParameterSpace
|
2020
2020
|
|
2021
|
-
PathMappingRule.add_member(:destination_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationPath"))
|
2022
|
-
PathMappingRule.add_member(:source_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourcePath"))
|
2023
2021
|
PathMappingRule.add_member(:source_path_format, Shapes::ShapeRef.new(shape: PathFormat, required: true, location_name: "sourcePathFormat"))
|
2022
|
+
PathMappingRule.add_member(:source_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "sourcePath"))
|
2023
|
+
PathMappingRule.add_member(:destination_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "destinationPath"))
|
2024
2024
|
PathMappingRule.struct_class = Types::PathMappingRule
|
2025
2025
|
|
2026
2026
|
PathMappingRules.member = Shapes::ShapeRef.new(shape: PathMappingRule)
|
2027
2027
|
|
2028
|
-
PosixUser.add_member(:group, Shapes::ShapeRef.new(shape: PosixUserGroupString, required: true, location_name: "group"))
|
2029
2028
|
PosixUser.add_member(:user, Shapes::ShapeRef.new(shape: PosixUserUserString, required: true, location_name: "user"))
|
2029
|
+
PosixUser.add_member(:group, Shapes::ShapeRef.new(shape: PosixUserGroupString, required: true, location_name: "group"))
|
2030
2030
|
PosixUser.struct_class = Types::PosixUser
|
2031
2031
|
|
2032
2032
|
PutMeteredProductRequest.add_member(:license_endpoint_id, Shapes::ShapeRef.new(shape: LicenseEndpointId, required: true, location: "uri", location_name: "licenseEndpointId"))
|
@@ -2037,57 +2037,57 @@ module Aws::Deadline
|
|
2037
2037
|
|
2038
2038
|
QueueEnvironmentSummaries.member = Shapes::ShapeRef.new(shape: QueueEnvironmentSummary)
|
2039
2039
|
|
2040
|
+
QueueEnvironmentSummary.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location_name: "queueEnvironmentId"))
|
2040
2041
|
QueueEnvironmentSummary.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentName, required: true, location_name: "name"))
|
2041
2042
|
QueueEnvironmentSummary.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, required: true, location_name: "priority"))
|
2042
|
-
QueueEnvironmentSummary.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location_name: "queueEnvironmentId"))
|
2043
2043
|
QueueEnvironmentSummary.struct_class = Types::QueueEnvironmentSummary
|
2044
2044
|
|
2045
2045
|
QueueFleetAssociationSummaries.member = Shapes::ShapeRef.new(shape: QueueFleetAssociationSummary)
|
2046
2046
|
|
2047
|
-
QueueFleetAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2048
|
-
QueueFleetAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2049
|
-
QueueFleetAssociationSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
2050
2047
|
QueueFleetAssociationSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2048
|
+
QueueFleetAssociationSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
2051
2049
|
QueueFleetAssociationSummary.add_member(:status, Shapes::ShapeRef.new(shape: QueueFleetAssociationStatus, required: true, location_name: "status"))
|
2050
|
+
QueueFleetAssociationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2051
|
+
QueueFleetAssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2052
2052
|
QueueFleetAssociationSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2053
2053
|
QueueFleetAssociationSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2054
2054
|
QueueFleetAssociationSummary.struct_class = Types::QueueFleetAssociationSummary
|
2055
2055
|
|
2056
2056
|
QueueMember.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
2057
|
-
QueueMember.add_member(:
|
2058
|
-
QueueMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
2057
|
+
QueueMember.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2059
2058
|
QueueMember.add_member(:principal_id, Shapes::ShapeRef.new(shape: IdentityCenterPrincipalId, required: true, location_name: "principalId"))
|
2060
2059
|
QueueMember.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, required: true, location_name: "principalType"))
|
2061
|
-
QueueMember.add_member(:
|
2060
|
+
QueueMember.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "identityStoreId"))
|
2061
|
+
QueueMember.add_member(:membership_level, Shapes::ShapeRef.new(shape: MembershipLevel, required: true, location_name: "membershipLevel"))
|
2062
2062
|
QueueMember.struct_class = Types::QueueMember
|
2063
2063
|
|
2064
2064
|
QueueMemberList.member = Shapes::ShapeRef.new(shape: QueueMember)
|
2065
2065
|
|
2066
2066
|
QueueSummaries.member = Shapes::ShapeRef.new(shape: QueueSummary)
|
2067
2067
|
|
2068
|
-
QueueSummary.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: QueueBlockedReason, location_name: "blockedReason"))
|
2069
|
-
QueueSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2070
|
-
QueueSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2071
|
-
QueueSummary.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, required: true, location_name: "defaultBudgetAction"))
|
2072
|
-
QueueSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
2073
2068
|
QueueSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
2074
2069
|
QueueSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2070
|
+
QueueSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
2075
2071
|
QueueSummary.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, required: true, location_name: "status"))
|
2072
|
+
QueueSummary.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, required: true, location_name: "defaultBudgetAction"))
|
2073
|
+
QueueSummary.add_member(:blocked_reason, Shapes::ShapeRef.new(shape: QueueBlockedReason, location_name: "blockedReason"))
|
2074
|
+
QueueSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2075
|
+
QueueSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2076
2076
|
QueueSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2077
2077
|
QueueSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2078
2078
|
QueueSummary.struct_class = Types::QueueSummary
|
2079
2079
|
|
2080
2080
|
RequiredFileSystemLocationNames.member = Shapes::ShapeRef.new(shape: FileSystemLocationName)
|
2081
2081
|
|
2082
|
-
ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2083
2082
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2084
2083
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
|
2085
2084
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
2085
|
+
ResourceNotFoundException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2086
2086
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
2087
2087
|
|
2088
|
-
ResponseBudgetAction.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2089
|
-
ResponseBudgetAction.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
2090
2088
|
ResponseBudgetAction.add_member(:type, Shapes::ShapeRef.new(shape: BudgetActionType, required: true, location_name: "type"))
|
2089
|
+
ResponseBudgetAction.add_member(:threshold_percentage, Shapes::ShapeRef.new(shape: ThresholdPercentage, required: true, location_name: "thresholdPercentage"))
|
2090
|
+
ResponseBudgetAction.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2091
2091
|
ResponseBudgetAction.struct_class = Types::ResponseBudgetAction
|
2092
2092
|
|
2093
2093
|
ResponseBudgetActionList.member = Shapes::ShapeRef.new(shape: ResponseBudgetAction)
|
@@ -2097,16 +2097,16 @@ module Aws::Deadline
|
|
2097
2097
|
S3Location.struct_class = Types::S3Location
|
2098
2098
|
|
2099
2099
|
SearchFilterExpression.add_member(:date_time_filter, Shapes::ShapeRef.new(shape: DateTimeFilterExpression, location_name: "dateTimeFilter"))
|
2100
|
-
SearchFilterExpression.add_member(:group_filter, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "groupFilter"))
|
2101
2100
|
SearchFilterExpression.add_member(:parameter_filter, Shapes::ShapeRef.new(shape: ParameterFilterExpression, location_name: "parameterFilter"))
|
2102
2101
|
SearchFilterExpression.add_member(:search_term_filter, Shapes::ShapeRef.new(shape: SearchTermFilterExpression, location_name: "searchTermFilter"))
|
2103
2102
|
SearchFilterExpression.add_member(:string_filter, Shapes::ShapeRef.new(shape: StringFilterExpression, location_name: "stringFilter"))
|
2103
|
+
SearchFilterExpression.add_member(:group_filter, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "groupFilter"))
|
2104
2104
|
SearchFilterExpression.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2105
2105
|
SearchFilterExpression.add_member_subclass(:date_time_filter, Types::SearchFilterExpression::DateTimeFilter)
|
2106
|
-
SearchFilterExpression.add_member_subclass(:group_filter, Types::SearchFilterExpression::GroupFilter)
|
2107
2106
|
SearchFilterExpression.add_member_subclass(:parameter_filter, Types::SearchFilterExpression::ParameterFilter)
|
2108
2107
|
SearchFilterExpression.add_member_subclass(:search_term_filter, Types::SearchFilterExpression::SearchTermFilter)
|
2109
2108
|
SearchFilterExpression.add_member_subclass(:string_filter, Types::SearchFilterExpression::StringFilter)
|
2109
|
+
SearchFilterExpression.add_member_subclass(:group_filter, Types::SearchFilterExpression::GroupFilter)
|
2110
2110
|
SearchFilterExpression.add_member_subclass(:unknown, Types::SearchFilterExpression::Unknown)
|
2111
2111
|
SearchFilterExpression.struct_class = Types::SearchFilterExpression
|
2112
2112
|
|
@@ -2117,11 +2117,11 @@ module Aws::Deadline
|
|
2117
2117
|
SearchGroupedFilterExpressions.struct_class = Types::SearchGroupedFilterExpressions
|
2118
2118
|
|
2119
2119
|
SearchJobsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2120
|
+
SearchJobsRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchJobsRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2120
2121
|
SearchJobsRequest.add_member(:filter_expressions, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "filterExpressions"))
|
2122
|
+
SearchJobsRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2121
2123
|
SearchJobsRequest.add_member(:item_offset, Shapes::ShapeRef.new(shape: SearchJobsRequestItemOffsetInteger, required: true, location_name: "itemOffset"))
|
2122
2124
|
SearchJobsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: SearchJobsRequestPageSizeInteger, location_name: "pageSize"))
|
2123
|
-
SearchJobsRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchJobsRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2124
|
-
SearchJobsRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2125
2125
|
SearchJobsRequest.struct_class = Types::SearchJobsRequest
|
2126
2126
|
|
2127
2127
|
SearchJobsRequestQueueIdsList.member = Shapes::ShapeRef.new(shape: QueueId)
|
@@ -2131,47 +2131,47 @@ module Aws::Deadline
|
|
2131
2131
|
SearchJobsResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: TotalResults, required: true, location_name: "totalResults"))
|
2132
2132
|
SearchJobsResponse.struct_class = Types::SearchJobsResponse
|
2133
2133
|
|
2134
|
+
SearchSortExpression.add_member(:user_jobs_first, Shapes::ShapeRef.new(shape: UserJobsFirst, location_name: "userJobsFirst"))
|
2134
2135
|
SearchSortExpression.add_member(:field_sort, Shapes::ShapeRef.new(shape: FieldSortExpression, location_name: "fieldSort"))
|
2135
2136
|
SearchSortExpression.add_member(:parameter_sort, Shapes::ShapeRef.new(shape: ParameterSortExpression, location_name: "parameterSort"))
|
2136
|
-
SearchSortExpression.add_member(:user_jobs_first, Shapes::ShapeRef.new(shape: UserJobsFirst, location_name: "userJobsFirst"))
|
2137
2137
|
SearchSortExpression.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2138
|
+
SearchSortExpression.add_member_subclass(:user_jobs_first, Types::SearchSortExpression::UserJobsFirst)
|
2138
2139
|
SearchSortExpression.add_member_subclass(:field_sort, Types::SearchSortExpression::FieldSort)
|
2139
2140
|
SearchSortExpression.add_member_subclass(:parameter_sort, Types::SearchSortExpression::ParameterSort)
|
2140
|
-
SearchSortExpression.add_member_subclass(:user_jobs_first, Types::SearchSortExpression::UserJobsFirst)
|
2141
2141
|
SearchSortExpression.add_member_subclass(:unknown, Types::SearchSortExpression::Unknown)
|
2142
2142
|
SearchSortExpression.struct_class = Types::SearchSortExpression
|
2143
2143
|
|
2144
2144
|
SearchSortExpressions.member = Shapes::ShapeRef.new(shape: SearchSortExpression)
|
2145
2145
|
|
2146
2146
|
SearchStepsRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2147
|
+
SearchStepsRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchStepsRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2148
|
+
SearchStepsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2147
2149
|
SearchStepsRequest.add_member(:filter_expressions, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "filterExpressions"))
|
2150
|
+
SearchStepsRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2148
2151
|
SearchStepsRequest.add_member(:item_offset, Shapes::ShapeRef.new(shape: SearchStepsRequestItemOffsetInteger, required: true, location_name: "itemOffset"))
|
2149
|
-
SearchStepsRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2150
2152
|
SearchStepsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: SearchStepsRequestPageSizeInteger, location_name: "pageSize"))
|
2151
|
-
SearchStepsRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchStepsRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2152
|
-
SearchStepsRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2153
2153
|
SearchStepsRequest.struct_class = Types::SearchStepsRequest
|
2154
2154
|
|
2155
2155
|
SearchStepsRequestQueueIdsList.member = Shapes::ShapeRef.new(shape: QueueId)
|
2156
2156
|
|
2157
|
-
SearchStepsResponse.add_member(:next_item_offset, Shapes::ShapeRef.new(shape: NextItemOffset, location_name: "nextItemOffset"))
|
2158
2157
|
SearchStepsResponse.add_member(:steps, Shapes::ShapeRef.new(shape: StepSearchSummaries, required: true, location_name: "steps"))
|
2158
|
+
SearchStepsResponse.add_member(:next_item_offset, Shapes::ShapeRef.new(shape: NextItemOffset, location_name: "nextItemOffset"))
|
2159
2159
|
SearchStepsResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: TotalResults, required: true, location_name: "totalResults"))
|
2160
2160
|
SearchStepsResponse.struct_class = Types::SearchStepsResponse
|
2161
2161
|
|
2162
2162
|
SearchTasksRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2163
|
+
SearchTasksRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchTasksRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2164
|
+
SearchTasksRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2163
2165
|
SearchTasksRequest.add_member(:filter_expressions, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "filterExpressions"))
|
2166
|
+
SearchTasksRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2164
2167
|
SearchTasksRequest.add_member(:item_offset, Shapes::ShapeRef.new(shape: SearchTasksRequestItemOffsetInteger, required: true, location_name: "itemOffset"))
|
2165
|
-
SearchTasksRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2166
2168
|
SearchTasksRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: SearchTasksRequestPageSizeInteger, location_name: "pageSize"))
|
2167
|
-
SearchTasksRequest.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SearchTasksRequestQueueIdsList, required: true, location_name: "queueIds"))
|
2168
|
-
SearchTasksRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2169
2169
|
SearchTasksRequest.struct_class = Types::SearchTasksRequest
|
2170
2170
|
|
2171
2171
|
SearchTasksRequestQueueIdsList.member = Shapes::ShapeRef.new(shape: QueueId)
|
2172
2172
|
|
2173
|
-
SearchTasksResponse.add_member(:next_item_offset, Shapes::ShapeRef.new(shape: NextItemOffset, location_name: "nextItemOffset"))
|
2174
2173
|
SearchTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: TaskSearchSummaries, required: true, location_name: "tasks"))
|
2174
|
+
SearchTasksResponse.add_member(:next_item_offset, Shapes::ShapeRef.new(shape: NextItemOffset, location_name: "nextItemOffset"))
|
2175
2175
|
SearchTasksResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: TotalResults, required: true, location_name: "totalResults"))
|
2176
2176
|
SearchTasksResponse.struct_class = Types::SearchTasksResponse
|
2177
2177
|
|
@@ -2179,68 +2179,68 @@ module Aws::Deadline
|
|
2179
2179
|
SearchTermFilterExpression.struct_class = Types::SearchTermFilterExpression
|
2180
2180
|
|
2181
2181
|
SearchWorkersRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2182
|
-
SearchWorkersRequest.add_member(:filter_expressions, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "filterExpressions"))
|
2183
2182
|
SearchWorkersRequest.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: SearchWorkersRequestFleetIdsList, required: true, location_name: "fleetIds"))
|
2183
|
+
SearchWorkersRequest.add_member(:filter_expressions, Shapes::ShapeRef.new(shape: SearchGroupedFilterExpressions, location_name: "filterExpressions"))
|
2184
|
+
SearchWorkersRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2184
2185
|
SearchWorkersRequest.add_member(:item_offset, Shapes::ShapeRef.new(shape: SearchWorkersRequestItemOffsetInteger, required: true, location_name: "itemOffset"))
|
2185
2186
|
SearchWorkersRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: SearchWorkersRequestPageSizeInteger, location_name: "pageSize"))
|
2186
|
-
SearchWorkersRequest.add_member(:sort_expressions, Shapes::ShapeRef.new(shape: SearchSortExpressions, location_name: "sortExpressions"))
|
2187
2187
|
SearchWorkersRequest.struct_class = Types::SearchWorkersRequest
|
2188
2188
|
|
2189
2189
|
SearchWorkersRequestFleetIdsList.member = Shapes::ShapeRef.new(shape: FleetId)
|
2190
2190
|
|
2191
|
+
SearchWorkersResponse.add_member(:workers, Shapes::ShapeRef.new(shape: WorkerSearchSummaries, required: true, location_name: "workers"))
|
2191
2192
|
SearchWorkersResponse.add_member(:next_item_offset, Shapes::ShapeRef.new(shape: NextItemOffset, location_name: "nextItemOffset"))
|
2192
2193
|
SearchWorkersResponse.add_member(:total_results, Shapes::ShapeRef.new(shape: TotalResults, required: true, location_name: "totalResults"))
|
2193
|
-
SearchWorkersResponse.add_member(:workers, Shapes::ShapeRef.new(shape: WorkerSearchSummaries, required: true, location_name: "workers"))
|
2194
2194
|
SearchWorkersResponse.struct_class = Types::SearchWorkersResponse
|
2195
2195
|
|
2196
2196
|
ServiceManagedEc2FleetConfiguration.add_member(:instance_capabilities, Shapes::ShapeRef.new(shape: ServiceManagedEc2InstanceCapabilities, required: true, location_name: "instanceCapabilities"))
|
2197
2197
|
ServiceManagedEc2FleetConfiguration.add_member(:instance_market_options, Shapes::ShapeRef.new(shape: ServiceManagedEc2InstanceMarketOptions, required: true, location_name: "instanceMarketOptions"))
|
2198
2198
|
ServiceManagedEc2FleetConfiguration.struct_class = Types::ServiceManagedEc2FleetConfiguration
|
2199
2199
|
|
2200
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:
|
2201
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:cpu_architecture_type, Shapes::ShapeRef.new(shape: CpuArchitectureType, required: true, location_name: "cpuArchitectureType"))
|
2202
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:custom_amounts, Shapes::ShapeRef.new(shape: CustomFleetAmountCapabilities, location_name: "customAmounts"))
|
2203
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: CustomFleetAttributeCapabilities, location_name: "customAttributes"))
|
2204
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "excludedInstanceTypes"))
|
2200
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, required: true, location_name: "vCpuCount"))
|
2205
2201
|
ServiceManagedEc2InstanceCapabilities.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiBRange, required: true, location_name: "memoryMiB"))
|
2206
2202
|
ServiceManagedEc2InstanceCapabilities.add_member(:os_family, Shapes::ShapeRef.new(shape: ServiceManagedFleetOperatingSystemFamily, required: true, location_name: "osFamily"))
|
2203
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:cpu_architecture_type, Shapes::ShapeRef.new(shape: CpuArchitectureType, required: true, location_name: "cpuArchitectureType"))
|
2207
2204
|
ServiceManagedEc2InstanceCapabilities.add_member(:root_ebs_volume, Shapes::ShapeRef.new(shape: Ec2EbsVolume, location_name: "rootEbsVolume"))
|
2208
|
-
ServiceManagedEc2InstanceCapabilities.add_member(:
|
2205
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "allowedInstanceTypes"))
|
2206
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "excludedInstanceTypes"))
|
2207
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:custom_amounts, Shapes::ShapeRef.new(shape: CustomFleetAmountCapabilities, location_name: "customAmounts"))
|
2208
|
+
ServiceManagedEc2InstanceCapabilities.add_member(:custom_attributes, Shapes::ShapeRef.new(shape: CustomFleetAttributeCapabilities, location_name: "customAttributes"))
|
2209
2209
|
ServiceManagedEc2InstanceCapabilities.struct_class = Types::ServiceManagedEc2InstanceCapabilities
|
2210
2210
|
|
2211
2211
|
ServiceManagedEc2InstanceMarketOptions.add_member(:type, Shapes::ShapeRef.new(shape: Ec2MarketType, required: true, location_name: "type"))
|
2212
2212
|
ServiceManagedEc2InstanceMarketOptions.struct_class = Types::ServiceManagedEc2InstanceMarketOptions
|
2213
2213
|
|
2214
|
-
ServiceQuotaExceededException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2215
2214
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2216
|
-
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
2217
2215
|
ServiceQuotaExceededException.add_member(:reason, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionReason, required: true, location_name: "reason"))
|
2218
|
-
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
2219
2216
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
|
2220
2217
|
ServiceQuotaExceededException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceCode"))
|
2218
|
+
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
|
2219
|
+
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
2220
|
+
ServiceQuotaExceededException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2221
2221
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
2222
2222
|
|
2223
2223
|
SessionActionDefinition.add_member(:env_enter, Shapes::ShapeRef.new(shape: EnvironmentEnterSessionActionDefinition, location_name: "envEnter"))
|
2224
2224
|
SessionActionDefinition.add_member(:env_exit, Shapes::ShapeRef.new(shape: EnvironmentExitSessionActionDefinition, location_name: "envExit"))
|
2225
|
-
SessionActionDefinition.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: SyncInputJobAttachmentsSessionActionDefinition, location_name: "syncInputJobAttachments"))
|
2226
2225
|
SessionActionDefinition.add_member(:task_run, Shapes::ShapeRef.new(shape: TaskRunSessionActionDefinition, location_name: "taskRun"))
|
2226
|
+
SessionActionDefinition.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: SyncInputJobAttachmentsSessionActionDefinition, location_name: "syncInputJobAttachments"))
|
2227
2227
|
SessionActionDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2228
2228
|
SessionActionDefinition.add_member_subclass(:env_enter, Types::SessionActionDefinition::EnvEnter)
|
2229
2229
|
SessionActionDefinition.add_member_subclass(:env_exit, Types::SessionActionDefinition::EnvExit)
|
2230
|
-
SessionActionDefinition.add_member_subclass(:sync_input_job_attachments, Types::SessionActionDefinition::SyncInputJobAttachments)
|
2231
2230
|
SessionActionDefinition.add_member_subclass(:task_run, Types::SessionActionDefinition::TaskRun)
|
2231
|
+
SessionActionDefinition.add_member_subclass(:sync_input_job_attachments, Types::SessionActionDefinition::SyncInputJobAttachments)
|
2232
2232
|
SessionActionDefinition.add_member_subclass(:unknown, Types::SessionActionDefinition::Unknown)
|
2233
2233
|
SessionActionDefinition.struct_class = Types::SessionActionDefinition
|
2234
2234
|
|
2235
2235
|
SessionActionDefinitionSummary.add_member(:env_enter, Shapes::ShapeRef.new(shape: EnvironmentEnterSessionActionDefinitionSummary, location_name: "envEnter"))
|
2236
2236
|
SessionActionDefinitionSummary.add_member(:env_exit, Shapes::ShapeRef.new(shape: EnvironmentExitSessionActionDefinitionSummary, location_name: "envExit"))
|
2237
|
-
SessionActionDefinitionSummary.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: SyncInputJobAttachmentsSessionActionDefinitionSummary, location_name: "syncInputJobAttachments"))
|
2238
2237
|
SessionActionDefinitionSummary.add_member(:task_run, Shapes::ShapeRef.new(shape: TaskRunSessionActionDefinitionSummary, location_name: "taskRun"))
|
2238
|
+
SessionActionDefinitionSummary.add_member(:sync_input_job_attachments, Shapes::ShapeRef.new(shape: SyncInputJobAttachmentsSessionActionDefinitionSummary, location_name: "syncInputJobAttachments"))
|
2239
2239
|
SessionActionDefinitionSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2240
2240
|
SessionActionDefinitionSummary.add_member_subclass(:env_enter, Types::SessionActionDefinitionSummary::EnvEnter)
|
2241
2241
|
SessionActionDefinitionSummary.add_member_subclass(:env_exit, Types::SessionActionDefinitionSummary::EnvExit)
|
2242
|
-
SessionActionDefinitionSummary.add_member_subclass(:sync_input_job_attachments, Types::SessionActionDefinitionSummary::SyncInputJobAttachments)
|
2243
2242
|
SessionActionDefinitionSummary.add_member_subclass(:task_run, Types::SessionActionDefinitionSummary::TaskRun)
|
2243
|
+
SessionActionDefinitionSummary.add_member_subclass(:sync_input_job_attachments, Types::SessionActionDefinitionSummary::SyncInputJobAttachments)
|
2244
2244
|
SessionActionDefinitionSummary.add_member_subclass(:unknown, Types::SessionActionDefinitionSummary::Unknown)
|
2245
2245
|
SessionActionDefinitionSummary.struct_class = Types::SessionActionDefinitionSummary
|
2246
2246
|
|
@@ -2248,33 +2248,33 @@ module Aws::Deadline
|
|
2248
2248
|
|
2249
2249
|
SessionActionSummaries.member = Shapes::ShapeRef.new(shape: SessionActionSummary)
|
2250
2250
|
|
2251
|
-
SessionActionSummary.add_member(:definition, Shapes::ShapeRef.new(shape: SessionActionDefinitionSummary, required: true, location_name: "definition"))
|
2252
|
-
SessionActionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2253
|
-
SessionActionSummary.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
2254
2251
|
SessionActionSummary.add_member(:session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, required: true, location_name: "sessionActionId"))
|
2255
|
-
SessionActionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2256
2252
|
SessionActionSummary.add_member(:status, Shapes::ShapeRef.new(shape: SessionActionStatus, required: true, location_name: "status"))
|
2253
|
+
SessionActionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2254
|
+
SessionActionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2257
2255
|
SessionActionSummary.add_member(:worker_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "workerUpdatedAt"))
|
2256
|
+
SessionActionSummary.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
2257
|
+
SessionActionSummary.add_member(:definition, Shapes::ShapeRef.new(shape: SessionActionDefinitionSummary, required: true, location_name: "definition"))
|
2258
2258
|
SessionActionSummary.struct_class = Types::SessionActionSummary
|
2259
2259
|
|
2260
2260
|
SessionSummaries.member = Shapes::ShapeRef.new(shape: SessionSummary)
|
2261
2261
|
|
2262
|
-
SessionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2263
|
-
SessionSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
2264
|
-
SessionSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
2265
2262
|
SessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
2263
|
+
SessionSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
2264
|
+
SessionSummary.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
2266
2265
|
SessionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, required: true, location_name: "startedAt"))
|
2267
|
-
SessionSummary.add_member(:
|
2266
|
+
SessionSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
2267
|
+
SessionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2268
2268
|
SessionSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2269
2269
|
SessionSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2270
|
-
SessionSummary.add_member(:
|
2270
|
+
SessionSummary.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, location_name: "targetLifecycleStatus"))
|
2271
2271
|
SessionSummary.struct_class = Types::SessionSummary
|
2272
2272
|
|
2273
|
-
SessionsStatisticsResources.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: SessionsStatisticsResourcesFleetIdsList, location_name: "fleetIds"))
|
2274
2273
|
SessionsStatisticsResources.add_member(:queue_ids, Shapes::ShapeRef.new(shape: SessionsStatisticsResourcesQueueIdsList, location_name: "queueIds"))
|
2274
|
+
SessionsStatisticsResources.add_member(:fleet_ids, Shapes::ShapeRef.new(shape: SessionsStatisticsResourcesFleetIdsList, location_name: "fleetIds"))
|
2275
2275
|
SessionsStatisticsResources.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2276
|
-
SessionsStatisticsResources.add_member_subclass(:fleet_ids, Types::SessionsStatisticsResources::FleetIds)
|
2277
2276
|
SessionsStatisticsResources.add_member_subclass(:queue_ids, Types::SessionsStatisticsResources::QueueIds)
|
2277
|
+
SessionsStatisticsResources.add_member_subclass(:fleet_ids, Types::SessionsStatisticsResources::FleetIds)
|
2278
2278
|
SessionsStatisticsResources.add_member_subclass(:unknown, Types::SessionsStatisticsResources::Unknown)
|
2279
2279
|
SessionsStatisticsResources.struct_class = Types::SessionsStatisticsResources
|
2280
2280
|
|
@@ -2282,80 +2282,80 @@ module Aws::Deadline
|
|
2282
2282
|
|
2283
2283
|
SessionsStatisticsResourcesQueueIdsList.member = Shapes::ShapeRef.new(shape: QueueId)
|
2284
2284
|
|
2285
|
-
StartSessionsStatisticsAggregationRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "endTime"))
|
2286
2285
|
StartSessionsStatisticsAggregationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2287
|
-
StartSessionsStatisticsAggregationRequest.add_member(:group_by, Shapes::ShapeRef.new(shape: UsageGroupBy, required: true, location_name: "groupBy"))
|
2288
|
-
StartSessionsStatisticsAggregationRequest.add_member(:period, Shapes::ShapeRef.new(shape: Period, location_name: "period"))
|
2289
2286
|
StartSessionsStatisticsAggregationRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: SessionsStatisticsResources, required: true, location_name: "resourceIds"))
|
2290
2287
|
StartSessionsStatisticsAggregationRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "startTime"))
|
2291
|
-
StartSessionsStatisticsAggregationRequest.add_member(:
|
2288
|
+
StartSessionsStatisticsAggregationRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "endTime"))
|
2292
2289
|
StartSessionsStatisticsAggregationRequest.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
|
2290
|
+
StartSessionsStatisticsAggregationRequest.add_member(:period, Shapes::ShapeRef.new(shape: Period, location_name: "period"))
|
2291
|
+
StartSessionsStatisticsAggregationRequest.add_member(:group_by, Shapes::ShapeRef.new(shape: UsageGroupBy, required: true, location_name: "groupBy"))
|
2292
|
+
StartSessionsStatisticsAggregationRequest.add_member(:statistics, Shapes::ShapeRef.new(shape: UsageStatistics, required: true, location_name: "statistics"))
|
2293
2293
|
StartSessionsStatisticsAggregationRequest.struct_class = Types::StartSessionsStatisticsAggregationRequest
|
2294
2294
|
|
2295
2295
|
StartSessionsStatisticsAggregationResponse.add_member(:aggregation_id, Shapes::ShapeRef.new(shape: AggregationId, required: true, location_name: "aggregationId"))
|
2296
2296
|
StartSessionsStatisticsAggregationResponse.struct_class = Types::StartSessionsStatisticsAggregationResponse
|
2297
2297
|
|
2298
|
-
Statistics.add_member(:
|
2299
|
-
Statistics.add_member(:aggregation_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "aggregationStartTime"))
|
2300
|
-
Statistics.add_member(:cost_in_usd, Shapes::ShapeRef.new(shape: Stats, required: true, location_name: "costInUsd"))
|
2301
|
-
Statistics.add_member(:count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "count"))
|
2298
|
+
Statistics.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "queueId"))
|
2302
2299
|
Statistics.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "fleetId"))
|
2303
|
-
Statistics.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
2304
2300
|
Statistics.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2305
2301
|
Statistics.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "jobName"))
|
2302
|
+
Statistics.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, location_name: "userId"))
|
2303
|
+
Statistics.add_member(:usage_type, Shapes::ShapeRef.new(shape: UsageType, location_name: "usageType"))
|
2306
2304
|
Statistics.add_member(:license_product, Shapes::ShapeRef.new(shape: LicenseProduct, location_name: "licenseProduct"))
|
2307
|
-
Statistics.add_member(:
|
2305
|
+
Statistics.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
2306
|
+
Statistics.add_member(:count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "count"))
|
2307
|
+
Statistics.add_member(:cost_in_usd, Shapes::ShapeRef.new(shape: Stats, required: true, location_name: "costInUsd"))
|
2308
2308
|
Statistics.add_member(:runtime_in_seconds, Shapes::ShapeRef.new(shape: Stats, required: true, location_name: "runtimeInSeconds"))
|
2309
|
-
Statistics.add_member(:
|
2310
|
-
Statistics.add_member(:
|
2309
|
+
Statistics.add_member(:aggregation_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "aggregationStartTime"))
|
2310
|
+
Statistics.add_member(:aggregation_end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "aggregationEndTime"))
|
2311
2311
|
Statistics.struct_class = Types::Statistics
|
2312
2312
|
|
2313
2313
|
StatisticsList.member = Shapes::ShapeRef.new(shape: Statistics)
|
2314
2314
|
|
2315
|
-
Stats.add_member(:avg, Shapes::ShapeRef.new(shape: Double, location_name: "avg"))
|
2316
|
-
Stats.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
2317
2315
|
Stats.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
2316
|
+
Stats.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
2317
|
+
Stats.add_member(:avg, Shapes::ShapeRef.new(shape: Double, location_name: "avg"))
|
2318
2318
|
Stats.add_member(:sum, Shapes::ShapeRef.new(shape: Double, location_name: "sum"))
|
2319
2319
|
Stats.struct_class = Types::Stats
|
2320
2320
|
|
2321
2321
|
StepAmountCapabilities.member = Shapes::ShapeRef.new(shape: StepAmountCapability)
|
2322
2322
|
|
2323
|
-
StepAmountCapability.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
2324
|
-
StepAmountCapability.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
2325
2323
|
StepAmountCapability.add_member(:name, Shapes::ShapeRef.new(shape: AmountCapabilityName, required: true, location_name: "name"))
|
2324
|
+
StepAmountCapability.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
2325
|
+
StepAmountCapability.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
2326
2326
|
StepAmountCapability.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "value"))
|
2327
2327
|
StepAmountCapability.struct_class = Types::StepAmountCapability
|
2328
2328
|
|
2329
2329
|
StepAttributeCapabilities.member = Shapes::ShapeRef.new(shape: StepAttributeCapability)
|
2330
2330
|
|
2331
|
-
StepAttributeCapability.add_member(:all_of, Shapes::ShapeRef.new(shape: ListAttributeCapabilityValue, location_name: "allOf"))
|
2332
|
-
StepAttributeCapability.add_member(:any_of, Shapes::ShapeRef.new(shape: ListAttributeCapabilityValue, location_name: "anyOf"))
|
2333
2331
|
StepAttributeCapability.add_member(:name, Shapes::ShapeRef.new(shape: AttributeCapabilityName, required: true, location_name: "name"))
|
2332
|
+
StepAttributeCapability.add_member(:any_of, Shapes::ShapeRef.new(shape: ListAttributeCapabilityValue, location_name: "anyOf"))
|
2333
|
+
StepAttributeCapability.add_member(:all_of, Shapes::ShapeRef.new(shape: ListAttributeCapabilityValue, location_name: "allOf"))
|
2334
2334
|
StepAttributeCapability.struct_class = Types::StepAttributeCapability
|
2335
2335
|
|
2336
|
-
StepConsumer.add_member(:status, Shapes::ShapeRef.new(shape: DependencyConsumerResolutionStatus, required: true, location_name: "status"))
|
2337
2336
|
StepConsumer.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2337
|
+
StepConsumer.add_member(:status, Shapes::ShapeRef.new(shape: DependencyConsumerResolutionStatus, required: true, location_name: "status"))
|
2338
2338
|
StepConsumer.struct_class = Types::StepConsumer
|
2339
2339
|
|
2340
2340
|
StepConsumers.member = Shapes::ShapeRef.new(shape: StepConsumer)
|
2341
2341
|
|
2342
2342
|
StepDependencies.member = Shapes::ShapeRef.new(shape: StepDependency)
|
2343
2343
|
|
2344
|
-
StepDependency.add_member(:status, Shapes::ShapeRef.new(shape: DependencyConsumerResolutionStatus, required: true, location_name: "status"))
|
2345
2344
|
StepDependency.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2345
|
+
StepDependency.add_member(:status, Shapes::ShapeRef.new(shape: DependencyConsumerResolutionStatus, required: true, location_name: "status"))
|
2346
2346
|
StepDependency.struct_class = Types::StepDependency
|
2347
2347
|
|
2348
|
-
StepDetailsEntity.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependenciesList, required: true, location_name: "dependencies"))
|
2349
2348
|
StepDetailsEntity.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
2350
|
-
StepDetailsEntity.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
|
2351
2349
|
StepDetailsEntity.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2350
|
+
StepDetailsEntity.add_member(:schema_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "schemaVersion"))
|
2352
2351
|
StepDetailsEntity.add_member(:template, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "template"))
|
2352
|
+
StepDetailsEntity.add_member(:dependencies, Shapes::ShapeRef.new(shape: DependenciesList, required: true, location_name: "dependencies"))
|
2353
2353
|
StepDetailsEntity.struct_class = Types::StepDetailsEntity
|
2354
2354
|
|
2355
|
-
StepDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
2356
2355
|
StepDetailsError.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
2357
|
-
StepDetailsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2358
2356
|
StepDetailsError.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2357
|
+
StepDetailsError.add_member(:code, Shapes::ShapeRef.new(shape: JobEntityErrorCode, required: true, location_name: "code"))
|
2358
|
+
StepDetailsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2359
2359
|
StepDetailsError.struct_class = Types::StepDetailsError
|
2360
2360
|
|
2361
2361
|
StepDetailsIdentifiers.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
@@ -2368,50 +2368,50 @@ module Aws::Deadline
|
|
2368
2368
|
|
2369
2369
|
StepParameterList.member = Shapes::ShapeRef.new(shape: StepParameter)
|
2370
2370
|
|
2371
|
-
StepRequiredCapabilities.add_member(:amounts, Shapes::ShapeRef.new(shape: StepAmountCapabilities, required: true, location_name: "amounts"))
|
2372
2371
|
StepRequiredCapabilities.add_member(:attributes, Shapes::ShapeRef.new(shape: StepAttributeCapabilities, required: true, location_name: "attributes"))
|
2372
|
+
StepRequiredCapabilities.add_member(:amounts, Shapes::ShapeRef.new(shape: StepAmountCapabilities, required: true, location_name: "amounts"))
|
2373
2373
|
StepRequiredCapabilities.struct_class = Types::StepRequiredCapabilities
|
2374
2374
|
|
2375
2375
|
StepSearchSummaries.member = Shapes::ShapeRef.new(shape: StepSearchSummary)
|
2376
2376
|
|
2377
|
-
StepSearchSummary.add_member(:
|
2378
|
-
StepSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2377
|
+
StepSearchSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, location_name: "stepId"))
|
2379
2378
|
StepSearchSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2379
|
+
StepSearchSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "queueId"))
|
2380
|
+
StepSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
2380
2381
|
StepSearchSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: StepLifecycleStatus, location_name: "lifecycleStatus"))
|
2381
2382
|
StepSearchSummary.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
|
2382
|
-
StepSearchSummary.add_member(:name, Shapes::ShapeRef.new(shape: StepName, location_name: "name"))
|
2383
|
-
StepSearchSummary.add_member(:parameter_space, Shapes::ShapeRef.new(shape: ParameterSpace, location_name: "parameterSpace"))
|
2384
|
-
StepSearchSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "queueId"))
|
2385
|
-
StepSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2386
|
-
StepSearchSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, location_name: "stepId"))
|
2387
|
-
StepSearchSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2388
2383
|
StepSearchSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "taskRunStatus"))
|
2384
|
+
StepSearchSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2389
2385
|
StepSearchSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, location_name: "taskRunStatusCounts"))
|
2386
|
+
StepSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
2387
|
+
StepSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2388
|
+
StepSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2389
|
+
StepSearchSummary.add_member(:parameter_space, Shapes::ShapeRef.new(shape: ParameterSpace, location_name: "parameterSpace"))
|
2390
2390
|
StepSearchSummary.struct_class = Types::StepSearchSummary
|
2391
2391
|
|
2392
2392
|
StepSummaries.member = Shapes::ShapeRef.new(shape: StepSummary)
|
2393
2393
|
|
2394
|
-
StepSummary.add_member(:
|
2395
|
-
StepSummary.add_member(:
|
2396
|
-
StepSummary.add_member(:dependency_counts, Shapes::ShapeRef.new(shape: DependencyCounts, location_name: "dependencyCounts"))
|
2397
|
-
StepSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2394
|
+
StepSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2395
|
+
StepSummary.add_member(:name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "name"))
|
2398
2396
|
StepSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: StepLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
2399
2397
|
StepSummary.add_member(:lifecycle_status_message, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleStatusMessage"))
|
2400
|
-
StepSummary.add_member(:name, Shapes::ShapeRef.new(shape: StepName, required: true, location_name: "name"))
|
2401
|
-
StepSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2402
|
-
StepSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2403
|
-
StepSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2404
2398
|
StepSummary.add_member(:task_run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "taskRunStatus"))
|
2405
2399
|
StepSummary.add_member(:task_run_status_counts, Shapes::ShapeRef.new(shape: TaskRunStatusCounts, required: true, location_name: "taskRunStatusCounts"))
|
2400
|
+
StepSummary.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2401
|
+
StepSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2402
|
+
StepSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2406
2403
|
StepSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2407
2404
|
StepSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2405
|
+
StepSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2406
|
+
StepSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2407
|
+
StepSummary.add_member(:dependency_counts, Shapes::ShapeRef.new(shape: DependencyCounts, location_name: "dependencyCounts"))
|
2408
2408
|
StepSummary.struct_class = Types::StepSummary
|
2409
2409
|
|
2410
2410
|
StorageProfileSummaries.member = Shapes::ShapeRef.new(shape: StorageProfileSummary)
|
2411
2411
|
|
2412
|
+
StorageProfileSummary.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location_name: "storageProfileId"))
|
2412
2413
|
StorageProfileSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "displayName"))
|
2413
2414
|
StorageProfileSummary.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, required: true, location_name: "osFamily"))
|
2414
|
-
StorageProfileSummary.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location_name: "storageProfileId"))
|
2415
2415
|
StorageProfileSummary.struct_class = Types::StorageProfileSummary
|
2416
2416
|
|
2417
2417
|
StringFilterExpression.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
@@ -2436,28 +2436,28 @@ module Aws::Deadline
|
|
2436
2436
|
Tags.key = Shapes::ShapeRef.new(shape: String)
|
2437
2437
|
Tags.value = Shapes::ShapeRef.new(shape: String)
|
2438
2438
|
|
2439
|
-
TaskParameterValue.add_member(:float, Shapes::ShapeRef.new(shape: FloatString, location_name: "float"))
|
2440
2439
|
TaskParameterValue.add_member(:int, Shapes::ShapeRef.new(shape: IntString, location_name: "int"))
|
2441
|
-
TaskParameterValue.add_member(:
|
2440
|
+
TaskParameterValue.add_member(:float, Shapes::ShapeRef.new(shape: FloatString, location_name: "float"))
|
2442
2441
|
TaskParameterValue.add_member(:string, Shapes::ShapeRef.new(shape: ParameterString, location_name: "string"))
|
2442
|
+
TaskParameterValue.add_member(:path, Shapes::ShapeRef.new(shape: PathString, location_name: "path"))
|
2443
2443
|
TaskParameterValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
2444
|
-
TaskParameterValue.add_member_subclass(:float, Types::TaskParameterValue::Float)
|
2445
2444
|
TaskParameterValue.add_member_subclass(:int, Types::TaskParameterValue::Int)
|
2446
|
-
TaskParameterValue.add_member_subclass(:
|
2445
|
+
TaskParameterValue.add_member_subclass(:float, Types::TaskParameterValue::Float)
|
2447
2446
|
TaskParameterValue.add_member_subclass(:string, Types::TaskParameterValue::String)
|
2447
|
+
TaskParameterValue.add_member_subclass(:path, Types::TaskParameterValue::Path)
|
2448
2448
|
TaskParameterValue.add_member_subclass(:unknown, Types::TaskParameterValue::Unknown)
|
2449
2449
|
TaskParameterValue.struct_class = Types::TaskParameterValue
|
2450
2450
|
|
2451
2451
|
TaskParameters.key = Shapes::ShapeRef.new(shape: String)
|
2452
2452
|
TaskParameters.value = Shapes::ShapeRef.new(shape: TaskParameterValue)
|
2453
2453
|
|
2454
|
-
TaskRunSessionActionDefinition.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, required: true, location_name: "parameters"))
|
2455
|
-
TaskRunSessionActionDefinition.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2456
2454
|
TaskRunSessionActionDefinition.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
2455
|
+
TaskRunSessionActionDefinition.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2456
|
+
TaskRunSessionActionDefinition.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, required: true, location_name: "parameters"))
|
2457
2457
|
TaskRunSessionActionDefinition.struct_class = Types::TaskRunSessionActionDefinition
|
2458
2458
|
|
2459
|
-
TaskRunSessionActionDefinitionSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2460
2459
|
TaskRunSessionActionDefinitionSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
2460
|
+
TaskRunSessionActionDefinitionSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location_name: "stepId"))
|
2461
2461
|
TaskRunSessionActionDefinitionSummary.struct_class = Types::TaskRunSessionActionDefinitionSummary
|
2462
2462
|
|
2463
2463
|
TaskRunStatusCounts.key = Shapes::ShapeRef.new(shape: TaskRunStatus)
|
@@ -2465,39 +2465,39 @@ module Aws::Deadline
|
|
2465
2465
|
|
2466
2466
|
TaskSearchSummaries.member = Shapes::ShapeRef.new(shape: TaskSearchSummary)
|
2467
2467
|
|
2468
|
-
TaskSearchSummary.add_member(:
|
2469
|
-
TaskSearchSummary.add_member(:
|
2468
|
+
TaskSearchSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, location_name: "taskId"))
|
2469
|
+
TaskSearchSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, location_name: "stepId"))
|
2470
2470
|
TaskSearchSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "jobId"))
|
2471
|
-
TaskSearchSummary.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, location_name: "parameters"))
|
2472
2471
|
TaskSearchSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, location_name: "queueId"))
|
2473
2472
|
TaskSearchSummary.add_member(:run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, location_name: "runStatus"))
|
2474
|
-
TaskSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2475
|
-
TaskSearchSummary.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, location_name: "stepId"))
|
2476
2473
|
TaskSearchSummary.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, location_name: "targetRunStatus"))
|
2477
|
-
TaskSearchSummary.add_member(:
|
2474
|
+
TaskSearchSummary.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, location_name: "parameters"))
|
2475
|
+
TaskSearchSummary.add_member(:failure_retry_count, Shapes::ShapeRef.new(shape: TaskRetryCount, location_name: "failureRetryCount"))
|
2476
|
+
TaskSearchSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2477
|
+
TaskSearchSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2478
2478
|
TaskSearchSummary.struct_class = Types::TaskSearchSummary
|
2479
2479
|
|
2480
2480
|
TaskSummaries.member = Shapes::ShapeRef.new(shape: TaskSummary)
|
2481
2481
|
|
2482
|
+
TaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
2482
2483
|
TaskSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2483
2484
|
TaskSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2484
|
-
TaskSummary.add_member(:
|
2485
|
+
TaskSummary.add_member(:run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "runStatus"))
|
2486
|
+
TaskSummary.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, location_name: "targetRunStatus"))
|
2485
2487
|
TaskSummary.add_member(:failure_retry_count, Shapes::ShapeRef.new(shape: TaskRetryCount, location_name: "failureRetryCount"))
|
2486
|
-
TaskSummary.add_member(:latest_session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, location_name: "latestSessionActionId"))
|
2487
2488
|
TaskSummary.add_member(:parameters, Shapes::ShapeRef.new(shape: TaskParameters, location_name: "parameters"))
|
2488
|
-
TaskSummary.add_member(:run_status, Shapes::ShapeRef.new(shape: TaskRunStatus, required: true, location_name: "runStatus"))
|
2489
2489
|
TaskSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, location_name: "startedAt"))
|
2490
|
-
TaskSummary.add_member(:
|
2491
|
-
TaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
2490
|
+
TaskSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2492
2491
|
TaskSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2493
2492
|
TaskSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2493
|
+
TaskSummary.add_member(:latest_session_action_id, Shapes::ShapeRef.new(shape: SessionActionId, location_name: "latestSessionActionId"))
|
2494
2494
|
TaskSummary.struct_class = Types::TaskSummary
|
2495
2495
|
|
2496
|
-
ThrottlingException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2497
2496
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2497
|
+
ThrottlingException.add_member(:service_code, Shapes::ShapeRef.new(shape: String, location_name: "serviceCode"))
|
2498
2498
|
ThrottlingException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
2499
2499
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
|
2500
|
-
ThrottlingException.add_member(:
|
2500
|
+
ThrottlingException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2501
2501
|
ThrottlingException.struct_class = Types::ThrottlingException
|
2502
2502
|
|
2503
2503
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -2506,101 +2506,101 @@ module Aws::Deadline
|
|
2506
2506
|
|
2507
2507
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
2508
2508
|
|
2509
|
-
UpdateBudgetRequest.add_member(:actions_to_add, Shapes::ShapeRef.new(shape: BudgetActionsToAdd, location_name: "actionsToAdd"))
|
2510
|
-
UpdateBudgetRequest.add_member(:actions_to_remove, Shapes::ShapeRef.new(shape: BudgetActionsToRemove, location_name: "actionsToRemove"))
|
2511
|
-
UpdateBudgetRequest.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, location_name: "approximateDollarLimit"))
|
2512
|
-
UpdateBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
2513
2509
|
UpdateBudgetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2514
|
-
UpdateBudgetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2515
|
-
UpdateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2516
2510
|
UpdateBudgetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2517
|
-
UpdateBudgetRequest.add_member(:
|
2511
|
+
UpdateBudgetRequest.add_member(:budget_id, Shapes::ShapeRef.new(shape: BudgetId, required: true, location: "uri", location_name: "budgetId"))
|
2512
|
+
UpdateBudgetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2513
|
+
UpdateBudgetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2518
2514
|
UpdateBudgetRequest.add_member(:status, Shapes::ShapeRef.new(shape: BudgetStatus, location_name: "status"))
|
2515
|
+
UpdateBudgetRequest.add_member(:approximate_dollar_limit, Shapes::ShapeRef.new(shape: ConsumedUsageLimit, location_name: "approximateDollarLimit"))
|
2516
|
+
UpdateBudgetRequest.add_member(:actions_to_add, Shapes::ShapeRef.new(shape: BudgetActionsToAdd, location_name: "actionsToAdd"))
|
2517
|
+
UpdateBudgetRequest.add_member(:actions_to_remove, Shapes::ShapeRef.new(shape: BudgetActionsToRemove, location_name: "actionsToRemove"))
|
2518
|
+
UpdateBudgetRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: BudgetSchedule, location_name: "schedule"))
|
2519
2519
|
UpdateBudgetRequest.struct_class = Types::UpdateBudgetRequest
|
2520
2520
|
|
2521
2521
|
UpdateBudgetResponse.struct_class = Types::UpdateBudgetResponse
|
2522
2522
|
|
2523
|
-
UpdateFarmRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2524
|
-
UpdateFarmRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2525
2523
|
UpdateFarmRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2524
|
+
UpdateFarmRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2525
|
+
UpdateFarmRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2526
2526
|
UpdateFarmRequest.struct_class = Types::UpdateFarmRequest
|
2527
2527
|
|
2528
2528
|
UpdateFarmResponse.struct_class = Types::UpdateFarmResponse
|
2529
2529
|
|
2530
2530
|
UpdateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2531
|
-
UpdateFleetRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, location_name: "configuration"))
|
2532
|
-
UpdateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2533
|
-
UpdateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2534
2531
|
UpdateFleetRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2535
2532
|
UpdateFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
2536
|
-
UpdateFleetRequest.add_member(:
|
2537
|
-
UpdateFleetRequest.add_member(:
|
2533
|
+
UpdateFleetRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2534
|
+
UpdateFleetRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2538
2535
|
UpdateFleetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
2536
|
+
UpdateFleetRequest.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "minWorkerCount"))
|
2537
|
+
UpdateFleetRequest.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: MinZeroMaxInteger, location_name: "maxWorkerCount"))
|
2538
|
+
UpdateFleetRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: FleetConfiguration, location_name: "configuration"))
|
2539
2539
|
UpdateFleetRequest.struct_class = Types::UpdateFleetRequest
|
2540
2540
|
|
2541
2541
|
UpdateFleetResponse.struct_class = Types::UpdateFleetResponse
|
2542
2542
|
|
2543
2543
|
UpdateJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2544
2544
|
UpdateJobRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2545
|
+
UpdateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2545
2546
|
UpdateJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2546
|
-
UpdateJobRequest.add_member(:
|
2547
|
+
UpdateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2548
|
+
UpdateJobRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, location_name: "priority"))
|
2547
2549
|
UpdateJobRequest.add_member(:max_failed_tasks_count, Shapes::ShapeRef.new(shape: MaxFailedTasksCount, location_name: "maxFailedTasksCount"))
|
2548
2550
|
UpdateJobRequest.add_member(:max_retries_per_task, Shapes::ShapeRef.new(shape: MaxRetriesPerTask, location_name: "maxRetriesPerTask"))
|
2549
|
-
UpdateJobRequest.add_member(:
|
2550
|
-
UpdateJobRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2551
|
-
UpdateJobRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: JobTargetTaskRunStatus, location_name: "targetTaskRunStatus"))
|
2551
|
+
UpdateJobRequest.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: UpdateJobLifecycleStatus, location_name: "lifecycleStatus"))
|
2552
2552
|
UpdateJobRequest.struct_class = Types::UpdateJobRequest
|
2553
2553
|
|
2554
2554
|
UpdateJobResponse.struct_class = Types::UpdateJobResponse
|
2555
2555
|
|
2556
|
-
UpdateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2557
2556
|
UpdateMonitorRequest.add_member(:monitor_id, Shapes::ShapeRef.new(shape: MonitorId, required: true, location: "uri", location_name: "monitorId"))
|
2558
|
-
UpdateMonitorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
2559
2557
|
UpdateMonitorRequest.add_member(:subdomain, Shapes::ShapeRef.new(shape: Subdomain, location_name: "subdomain"))
|
2558
|
+
UpdateMonitorRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2559
|
+
UpdateMonitorRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
2560
2560
|
UpdateMonitorRequest.struct_class = Types::UpdateMonitorRequest
|
2561
2561
|
|
2562
2562
|
UpdateMonitorResponse.struct_class = Types::UpdateMonitorResponse
|
2563
2563
|
|
2564
2564
|
UpdateQueueEnvironmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2565
2565
|
UpdateQueueEnvironmentRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2566
|
-
UpdateQueueEnvironmentRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
|
2567
|
-
UpdateQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
2568
2566
|
UpdateQueueEnvironmentRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2569
|
-
UpdateQueueEnvironmentRequest.add_member(:
|
2567
|
+
UpdateQueueEnvironmentRequest.add_member(:queue_environment_id, Shapes::ShapeRef.new(shape: QueueEnvironmentId, required: true, location: "uri", location_name: "queueEnvironmentId"))
|
2568
|
+
UpdateQueueEnvironmentRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "priority"))
|
2570
2569
|
UpdateQueueEnvironmentRequest.add_member(:template_type, Shapes::ShapeRef.new(shape: EnvironmentTemplateType, location_name: "templateType"))
|
2570
|
+
UpdateQueueEnvironmentRequest.add_member(:template, Shapes::ShapeRef.new(shape: EnvironmentTemplate, location_name: "template"))
|
2571
2571
|
UpdateQueueEnvironmentRequest.struct_class = Types::UpdateQueueEnvironmentRequest
|
2572
2572
|
|
2573
2573
|
UpdateQueueEnvironmentResponse.struct_class = Types::UpdateQueueEnvironmentResponse
|
2574
2574
|
|
2575
2575
|
UpdateQueueFleetAssociationRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2576
|
-
UpdateQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
2577
2576
|
UpdateQueueFleetAssociationRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2577
|
+
UpdateQueueFleetAssociationRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
2578
2578
|
UpdateQueueFleetAssociationRequest.add_member(:status, Shapes::ShapeRef.new(shape: UpdateQueueFleetAssociationStatus, required: true, location_name: "status"))
|
2579
2579
|
UpdateQueueFleetAssociationRequest.struct_class = Types::UpdateQueueFleetAssociationRequest
|
2580
2580
|
|
2581
2581
|
UpdateQueueFleetAssociationResponse.struct_class = Types::UpdateQueueFleetAssociationResponse
|
2582
2582
|
|
2583
|
-
UpdateQueueRequest.add_member(:allowed_storage_profile_ids_to_add, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIdsToAdd"))
|
2584
|
-
UpdateQueueRequest.add_member(:allowed_storage_profile_ids_to_remove, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIdsToRemove"))
|
2585
2583
|
UpdateQueueRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2586
|
-
UpdateQueueRequest.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, location_name: "defaultBudgetAction"))
|
2587
|
-
UpdateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2588
|
-
UpdateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2589
2584
|
UpdateQueueRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2585
|
+
UpdateQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2586
|
+
UpdateQueueRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2587
|
+
UpdateQueueRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
2588
|
+
UpdateQueueRequest.add_member(:default_budget_action, Shapes::ShapeRef.new(shape: DefaultQueueBudgetAction, location_name: "defaultBudgetAction"))
|
2590
2589
|
UpdateQueueRequest.add_member(:job_attachment_settings, Shapes::ShapeRef.new(shape: JobAttachmentSettings, location_name: "jobAttachmentSettings"))
|
2590
|
+
UpdateQueueRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "roleArn"))
|
2591
2591
|
UpdateQueueRequest.add_member(:job_run_as_user, Shapes::ShapeRef.new(shape: JobRunAsUser, location_name: "jobRunAsUser"))
|
2592
|
-
UpdateQueueRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2593
2592
|
UpdateQueueRequest.add_member(:required_file_system_location_names_to_add, Shapes::ShapeRef.new(shape: RequiredFileSystemLocationNames, location_name: "requiredFileSystemLocationNamesToAdd"))
|
2594
2593
|
UpdateQueueRequest.add_member(:required_file_system_location_names_to_remove, Shapes::ShapeRef.new(shape: RequiredFileSystemLocationNames, location_name: "requiredFileSystemLocationNamesToRemove"))
|
2595
|
-
UpdateQueueRequest.add_member(:
|
2594
|
+
UpdateQueueRequest.add_member(:allowed_storage_profile_ids_to_add, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIdsToAdd"))
|
2595
|
+
UpdateQueueRequest.add_member(:allowed_storage_profile_ids_to_remove, Shapes::ShapeRef.new(shape: AllowedStorageProfileIds, location_name: "allowedStorageProfileIdsToRemove"))
|
2596
2596
|
UpdateQueueRequest.struct_class = Types::UpdateQueueRequest
|
2597
2597
|
|
2598
2598
|
UpdateQueueResponse.struct_class = Types::UpdateQueueResponse
|
2599
2599
|
|
2600
2600
|
UpdateSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2601
2601
|
UpdateSessionRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2602
|
-
UpdateSessionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2603
2602
|
UpdateSessionRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2603
|
+
UpdateSessionRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2604
2604
|
UpdateSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
2605
2605
|
UpdateSessionRequest.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, required: true, location_name: "targetLifecycleStatus"))
|
2606
2606
|
UpdateSessionRequest.struct_class = Types::UpdateSessionRequest
|
@@ -2609,8 +2609,8 @@ module Aws::Deadline
|
|
2609
2609
|
|
2610
2610
|
UpdateStepRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2611
2611
|
UpdateStepRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2612
|
-
UpdateStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2613
2612
|
UpdateStepRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2613
|
+
UpdateStepRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2614
2614
|
UpdateStepRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
2615
2615
|
UpdateStepRequest.add_member(:target_task_run_status, Shapes::ShapeRef.new(shape: StepTargetTaskRunStatus, required: true, location_name: "targetTaskRunStatus"))
|
2616
2616
|
UpdateStepRequest.struct_class = Types::UpdateStepRequest
|
@@ -2618,33 +2618,33 @@ module Aws::Deadline
|
|
2618
2618
|
UpdateStepResponse.struct_class = Types::UpdateStepResponse
|
2619
2619
|
|
2620
2620
|
UpdateStorageProfileRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2621
|
-
UpdateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2622
2621
|
UpdateStorageProfileRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2622
|
+
UpdateStorageProfileRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location: "uri", location_name: "storageProfileId"))
|
2623
|
+
UpdateStorageProfileRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "displayName"))
|
2624
|
+
UpdateStorageProfileRequest.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, location_name: "osFamily"))
|
2623
2625
|
UpdateStorageProfileRequest.add_member(:file_system_locations_to_add, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocationsToAdd"))
|
2624
2626
|
UpdateStorageProfileRequest.add_member(:file_system_locations_to_remove, Shapes::ShapeRef.new(shape: FileSystemLocationsList, location_name: "fileSystemLocationsToRemove"))
|
2625
|
-
UpdateStorageProfileRequest.add_member(:os_family, Shapes::ShapeRef.new(shape: StorageProfileOperatingSystemFamily, location_name: "osFamily"))
|
2626
|
-
UpdateStorageProfileRequest.add_member(:storage_profile_id, Shapes::ShapeRef.new(shape: StorageProfileId, required: true, location: "uri", location_name: "storageProfileId"))
|
2627
2627
|
UpdateStorageProfileRequest.struct_class = Types::UpdateStorageProfileRequest
|
2628
2628
|
|
2629
2629
|
UpdateStorageProfileResponse.struct_class = Types::UpdateStorageProfileResponse
|
2630
2630
|
|
2631
2631
|
UpdateTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "X-Amz-Client-Token", metadata: {"idempotencyToken"=>true}))
|
2632
2632
|
UpdateTaskRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2633
|
-
UpdateTaskRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2634
2633
|
UpdateTaskRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "queueId"))
|
2634
|
+
UpdateTaskRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "jobId"))
|
2635
2635
|
UpdateTaskRequest.add_member(:step_id, Shapes::ShapeRef.new(shape: StepId, required: true, location: "uri", location_name: "stepId"))
|
2636
|
-
UpdateTaskRequest.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, required: true, location_name: "targetRunStatus"))
|
2637
2636
|
UpdateTaskRequest.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskId"))
|
2637
|
+
UpdateTaskRequest.add_member(:target_run_status, Shapes::ShapeRef.new(shape: TaskTargetRunStatus, required: true, location_name: "targetRunStatus"))
|
2638
2638
|
UpdateTaskRequest.struct_class = Types::UpdateTaskRequest
|
2639
2639
|
|
2640
2640
|
UpdateTaskResponse.struct_class = Types::UpdateTaskResponse
|
2641
2641
|
|
2642
|
-
UpdateWorkerRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: WorkerCapabilities, location_name: "capabilities"))
|
2643
2642
|
UpdateWorkerRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2644
2643
|
UpdateWorkerRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
2645
|
-
UpdateWorkerRequest.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesRequest, location_name: "hostProperties"))
|
2646
|
-
UpdateWorkerRequest.add_member(:status, Shapes::ShapeRef.new(shape: UpdatedWorkerStatus, location_name: "status"))
|
2647
2644
|
UpdateWorkerRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
2645
|
+
UpdateWorkerRequest.add_member(:status, Shapes::ShapeRef.new(shape: UpdatedWorkerStatus, location_name: "status"))
|
2646
|
+
UpdateWorkerRequest.add_member(:capabilities, Shapes::ShapeRef.new(shape: WorkerCapabilities, location_name: "capabilities"))
|
2647
|
+
UpdateWorkerRequest.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesRequest, location_name: "hostProperties"))
|
2648
2648
|
UpdateWorkerRequest.struct_class = Types::UpdateWorkerRequest
|
2649
2649
|
|
2650
2650
|
UpdateWorkerResponse.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "log"))
|
@@ -2652,8 +2652,8 @@ module Aws::Deadline
|
|
2652
2652
|
|
2653
2653
|
UpdateWorkerScheduleRequest.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location: "uri", location_name: "farmId"))
|
2654
2654
|
UpdateWorkerScheduleRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location: "uri", location_name: "fleetId"))
|
2655
|
-
UpdateWorkerScheduleRequest.add_member(:updated_session_actions, Shapes::ShapeRef.new(shape: UpdatedSessionActions, location_name: "updatedSessionActions"))
|
2656
2655
|
UpdateWorkerScheduleRequest.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location: "uri", location_name: "workerId"))
|
2656
|
+
UpdateWorkerScheduleRequest.add_member(:updated_session_actions, Shapes::ShapeRef.new(shape: UpdatedSessionActions, location_name: "updatedSessionActions"))
|
2657
2657
|
UpdateWorkerScheduleRequest.struct_class = Types::UpdateWorkerScheduleRequest
|
2658
2658
|
|
2659
2659
|
UpdateWorkerScheduleResponse.add_member(:assigned_sessions, Shapes::ShapeRef.new(shape: AssignedSessions, required: true, location_name: "assignedSessions"))
|
@@ -2663,12 +2663,12 @@ module Aws::Deadline
|
|
2663
2663
|
UpdateWorkerScheduleResponse.struct_class = Types::UpdateWorkerScheduleResponse
|
2664
2664
|
|
2665
2665
|
UpdatedSessionActionInfo.add_member(:completed_status, Shapes::ShapeRef.new(shape: CompletedStatus, location_name: "completedStatus"))
|
2666
|
-
UpdatedSessionActionInfo.add_member(:ended_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endedAt"))
|
2667
2666
|
UpdatedSessionActionInfo.add_member(:process_exit_code, Shapes::ShapeRef.new(shape: ProcessExitCode, location_name: "processExitCode"))
|
2668
2667
|
UpdatedSessionActionInfo.add_member(:progress_message, Shapes::ShapeRef.new(shape: SessionActionProgressMessage, location_name: "progressMessage"))
|
2669
|
-
UpdatedSessionActionInfo.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
2670
2668
|
UpdatedSessionActionInfo.add_member(:started_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "startedAt"))
|
2669
|
+
UpdatedSessionActionInfo.add_member(:ended_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "endedAt"))
|
2671
2670
|
UpdatedSessionActionInfo.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
2671
|
+
UpdatedSessionActionInfo.add_member(:progress_percent, Shapes::ShapeRef.new(shape: SessionActionProgressPercent, location_name: "progressPercent"))
|
2672
2672
|
UpdatedSessionActionInfo.struct_class = Types::UpdatedSessionActionInfo
|
2673
2673
|
|
2674
2674
|
UpdatedSessionActions.key = Shapes::ShapeRef.new(shape: SessionActionId)
|
@@ -2687,24 +2687,24 @@ module Aws::Deadline
|
|
2687
2687
|
UserJobsFirst.add_member(:user_identity_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userIdentityId"))
|
2688
2688
|
UserJobsFirst.struct_class = Types::UserJobsFirst
|
2689
2689
|
|
2690
|
-
VCpuCountRange.add_member(:max, Shapes::ShapeRef.new(shape: MinOneMaxTenThousand, location_name: "max"))
|
2691
2690
|
VCpuCountRange.add_member(:min, Shapes::ShapeRef.new(shape: MinOneMaxTenThousand, required: true, location_name: "min"))
|
2691
|
+
VCpuCountRange.add_member(:max, Shapes::ShapeRef.new(shape: MinOneMaxTenThousand, location_name: "max"))
|
2692
2692
|
VCpuCountRange.struct_class = Types::VCpuCountRange
|
2693
2693
|
|
2694
|
-
ValidationException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2695
|
-
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
2696
2694
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2697
2695
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
2696
|
+
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
2697
|
+
ValidationException.add_member(:context, Shapes::ShapeRef.new(shape: ExceptionContext, location_name: "context"))
|
2698
2698
|
ValidationException.struct_class = Types::ValidationException
|
2699
2699
|
|
2700
|
-
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2701
2700
|
ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
2701
|
+
ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
2702
2702
|
ValidationExceptionField.struct_class = Types::ValidationExceptionField
|
2703
2703
|
|
2704
2704
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
2705
2705
|
|
2706
|
-
WindowsUser.add_member(:password_arn, Shapes::ShapeRef.new(shape: WindowsUserPasswordArnString, required: true, location_name: "passwordArn"))
|
2707
2706
|
WindowsUser.add_member(:user, Shapes::ShapeRef.new(shape: WindowsUserUserString, required: true, location_name: "user"))
|
2707
|
+
WindowsUser.add_member(:password_arn, Shapes::ShapeRef.new(shape: WindowsUserPasswordArnString, required: true, location_name: "passwordArn"))
|
2708
2708
|
WindowsUser.struct_class = Types::WindowsUser
|
2709
2709
|
|
2710
2710
|
WorkerAmountCapability.add_member(:name, Shapes::ShapeRef.new(shape: AmountCapabilityName, required: true, location_name: "name"))
|
@@ -2725,37 +2725,37 @@ module Aws::Deadline
|
|
2725
2725
|
|
2726
2726
|
WorkerSearchSummaries.member = Shapes::ShapeRef.new(shape: WorkerSearchSummary)
|
2727
2727
|
|
2728
|
-
WorkerSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
2729
|
-
WorkerSearchSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
2730
2728
|
WorkerSearchSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "fleetId"))
|
2731
|
-
WorkerSearchSummary.add_member(:
|
2729
|
+
WorkerSearchSummary.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, location_name: "workerId"))
|
2732
2730
|
WorkerSearchSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorkerStatus, location_name: "status"))
|
2733
|
-
WorkerSearchSummary.add_member(:
|
2731
|
+
WorkerSearchSummary.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
2732
|
+
WorkerSearchSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
|
2733
|
+
WorkerSearchSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
2734
2734
|
WorkerSearchSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2735
|
-
WorkerSearchSummary.add_member(:
|
2735
|
+
WorkerSearchSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2736
2736
|
WorkerSearchSummary.struct_class = Types::WorkerSearchSummary
|
2737
2737
|
|
2738
|
-
WorkerSessionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2739
|
-
WorkerSessionSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
2740
|
-
WorkerSessionSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
2741
|
-
WorkerSessionSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2742
2738
|
WorkerSessionSummary.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
2739
|
+
WorkerSessionSummary.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location_name: "queueId"))
|
2740
|
+
WorkerSessionSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "jobId"))
|
2743
2741
|
WorkerSessionSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: StartedAt, required: true, location_name: "startedAt"))
|
2742
|
+
WorkerSessionSummary.add_member(:lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleStatus, required: true, location_name: "lifecycleStatus"))
|
2743
|
+
WorkerSessionSummary.add_member(:ended_at, Shapes::ShapeRef.new(shape: EndedAt, location_name: "endedAt"))
|
2744
2744
|
WorkerSessionSummary.add_member(:target_lifecycle_status, Shapes::ShapeRef.new(shape: SessionLifecycleTargetStatus, location_name: "targetLifecycleStatus"))
|
2745
2745
|
WorkerSessionSummary.struct_class = Types::WorkerSessionSummary
|
2746
2746
|
|
2747
2747
|
WorkerSummaries.member = Shapes::ShapeRef.new(shape: WorkerSummary)
|
2748
2748
|
|
2749
|
-
WorkerSummary.add_member(:
|
2750
|
-
WorkerSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2749
|
+
WorkerSummary.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
2751
2750
|
WorkerSummary.add_member(:farm_id, Shapes::ShapeRef.new(shape: FarmId, required: true, location_name: "farmId"))
|
2752
2751
|
WorkerSummary.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, required: true, location_name: "fleetId"))
|
2752
|
+
WorkerSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorkerStatus, required: true, location_name: "status"))
|
2753
2753
|
WorkerSummary.add_member(:host_properties, Shapes::ShapeRef.new(shape: HostPropertiesResponse, location_name: "hostProperties"))
|
2754
2754
|
WorkerSummary.add_member(:log, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "log"))
|
2755
|
-
WorkerSummary.add_member(:
|
2755
|
+
WorkerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
|
2756
|
+
WorkerSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
|
2756
2757
|
WorkerSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
|
2757
2758
|
WorkerSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
|
2758
|
-
WorkerSummary.add_member(:worker_id, Shapes::ShapeRef.new(shape: WorkerId, required: true, location_name: "workerId"))
|
2759
2759
|
WorkerSummary.struct_class = Types::WorkerSummary
|
2760
2760
|
|
2761
2761
|
|
@@ -2766,9 +2766,10 @@ module Aws::Deadline
|
|
2766
2766
|
|
2767
2767
|
api.metadata = {
|
2768
2768
|
"apiVersion" => "2023-10-12",
|
2769
|
+
"auth" => ["aws.auth#sigv4"],
|
2769
2770
|
"endpointPrefix" => "deadline",
|
2770
|
-
"jsonVersion" => "1.1",
|
2771
2771
|
"protocol" => "rest-json",
|
2772
|
+
"protocols" => ["rest-json"],
|
2772
2773
|
"serviceFullName" => "AWSDeadlineCloud",
|
2773
2774
|
"serviceId" => "deadline",
|
2774
2775
|
"signatureVersion" => "v4",
|