aws-sdk-deadline 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,90 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Deadline
10
+ module Waiters
11
+
12
+ class FleetActive
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ farm_id: ::String,
18
+ fleet_id: ::String
19
+ ) -> Client::_GetFleetResponseSuccess
20
+ | (Hash[Symbol, untyped]) -> Client::_GetFleetResponseSuccess
21
+ end
22
+
23
+ class JobCreateComplete
24
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
25
+ | (?Hash[Symbol, untyped]) -> void
26
+
27
+ def wait: (
28
+ farm_id: ::String,
29
+ job_id: ::String,
30
+ queue_id: ::String
31
+ ) -> Client::_GetJobResponseSuccess
32
+ | (Hash[Symbol, untyped]) -> Client::_GetJobResponseSuccess
33
+ end
34
+
35
+ class LicenseEndpointDeleted
36
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
37
+ | (?Hash[Symbol, untyped]) -> void
38
+
39
+ def wait: (
40
+ license_endpoint_id: ::String
41
+ ) -> Client::_GetLicenseEndpointResponseSuccess
42
+ | (Hash[Symbol, untyped]) -> Client::_GetLicenseEndpointResponseSuccess
43
+ end
44
+
45
+ class LicenseEndpointValid
46
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
47
+ | (?Hash[Symbol, untyped]) -> void
48
+
49
+ def wait: (
50
+ license_endpoint_id: ::String
51
+ ) -> Client::_GetLicenseEndpointResponseSuccess
52
+ | (Hash[Symbol, untyped]) -> Client::_GetLicenseEndpointResponseSuccess
53
+ end
54
+
55
+ class QueueFleetAssociationStopped
56
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
57
+ | (?Hash[Symbol, untyped]) -> void
58
+
59
+ def wait: (
60
+ farm_id: ::String,
61
+ fleet_id: ::String,
62
+ queue_id: ::String
63
+ ) -> Client::_GetQueueFleetAssociationResponseSuccess
64
+ | (Hash[Symbol, untyped]) -> Client::_GetQueueFleetAssociationResponseSuccess
65
+ end
66
+
67
+ class QueueScheduling
68
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
69
+ | (?Hash[Symbol, untyped]) -> void
70
+
71
+ def wait: (
72
+ farm_id: ::String,
73
+ queue_id: ::String
74
+ ) -> Client::_GetQueueResponseSuccess
75
+ | (Hash[Symbol, untyped]) -> Client::_GetQueueResponseSuccess
76
+ end
77
+
78
+ class QueueSchedulingBlocked
79
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
80
+ | (?Hash[Symbol, untyped]) -> void
81
+
82
+ def wait: (
83
+ farm_id: ::String,
84
+ queue_id: ::String
85
+ ) -> Client::_GetQueueResponseSuccess
86
+ | (Hash[Symbol, untyped]) -> Client::_GetQueueResponseSuccess
87
+ end
88
+ end
89
+ end
90
+ end
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aws-sdk-deadline
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Amazon Web Services
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-04-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: aws-sdk-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.191.0
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.191.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: aws-sigv4
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.1'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.1'
47
+ description: Official AWS Ruby gem for AWSDeadlineCloud. This gem is part of the AWS
48
+ SDK for Ruby.
49
+ email:
50
+ - aws-dr-rubygems@amazon.com
51
+ executables: []
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
58
+ - lib/aws-sdk-deadline.rb
59
+ - lib/aws-sdk-deadline/client.rb
60
+ - lib/aws-sdk-deadline/client_api.rb
61
+ - lib/aws-sdk-deadline/customizations.rb
62
+ - lib/aws-sdk-deadline/endpoint_parameters.rb
63
+ - lib/aws-sdk-deadline/endpoint_provider.rb
64
+ - lib/aws-sdk-deadline/endpoints.rb
65
+ - lib/aws-sdk-deadline/errors.rb
66
+ - lib/aws-sdk-deadline/plugins/endpoints.rb
67
+ - lib/aws-sdk-deadline/resource.rb
68
+ - lib/aws-sdk-deadline/types.rb
69
+ - lib/aws-sdk-deadline/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
75
+ homepage: https://github.com/aws/aws-sdk-ruby
76
+ licenses:
77
+ - Apache-2.0
78
+ metadata:
79
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-deadline
80
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-deadline/CHANGELOG.md
81
+ post_install_message:
82
+ rdoc_options: []
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '2.5'
90
+ required_rubygems_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: '0'
95
+ requirements: []
96
+ rubygems_version: 3.4.10
97
+ signing_key:
98
+ specification_version: 4
99
+ summary: AWS SDK for Ruby - AWSDeadlineCloud
100
+ test_files: []