aws-sdk-nimblestudio 1.27.0 → 1.28.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,144 @@
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 NimbleStudio
10
+ module Waiters
11
+
12
+ class LaunchProfileDeleted
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
+ launch_profile_id: ::String,
18
+ studio_id: ::String
19
+ ) -> Client::_GetLaunchProfileResponseSuccess
20
+ | (Hash[Symbol, untyped]) -> Client::_GetLaunchProfileResponseSuccess
21
+ end
22
+
23
+ class LaunchProfileReady
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
+ launch_profile_id: ::String,
29
+ studio_id: ::String
30
+ ) -> Client::_GetLaunchProfileResponseSuccess
31
+ | (Hash[Symbol, untyped]) -> Client::_GetLaunchProfileResponseSuccess
32
+ end
33
+
34
+ class StreamingImageDeleted
35
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
36
+ | (?Hash[Symbol, untyped]) -> void
37
+
38
+ def wait: (
39
+ streaming_image_id: ::String,
40
+ studio_id: ::String
41
+ ) -> Client::_GetStreamingImageResponseSuccess
42
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingImageResponseSuccess
43
+ end
44
+
45
+ class StreamingImageReady
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
+ streaming_image_id: ::String,
51
+ studio_id: ::String
52
+ ) -> Client::_GetStreamingImageResponseSuccess
53
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingImageResponseSuccess
54
+ end
55
+
56
+ class StreamingSessionDeleted
57
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
58
+ | (?Hash[Symbol, untyped]) -> void
59
+
60
+ def wait: (
61
+ session_id: ::String,
62
+ studio_id: ::String
63
+ ) -> Client::_GetStreamingSessionResponseSuccess
64
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingSessionResponseSuccess
65
+ end
66
+
67
+ class StreamingSessionReady
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
+ session_id: ::String,
73
+ studio_id: ::String
74
+ ) -> Client::_GetStreamingSessionResponseSuccess
75
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingSessionResponseSuccess
76
+ end
77
+
78
+ class StreamingSessionStopped
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
+ session_id: ::String,
84
+ studio_id: ::String
85
+ ) -> Client::_GetStreamingSessionResponseSuccess
86
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingSessionResponseSuccess
87
+ end
88
+
89
+ class StreamingSessionStreamReady
90
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
91
+ | (?Hash[Symbol, untyped]) -> void
92
+
93
+ def wait: (
94
+ session_id: ::String,
95
+ stream_id: ::String,
96
+ studio_id: ::String
97
+ ) -> Client::_GetStreamingSessionStreamResponseSuccess
98
+ | (Hash[Symbol, untyped]) -> Client::_GetStreamingSessionStreamResponseSuccess
99
+ end
100
+
101
+ class StudioComponentDeleted
102
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
103
+ | (?Hash[Symbol, untyped]) -> void
104
+
105
+ def wait: (
106
+ studio_component_id: ::String,
107
+ studio_id: ::String
108
+ ) -> Client::_GetStudioComponentResponseSuccess
109
+ | (Hash[Symbol, untyped]) -> Client::_GetStudioComponentResponseSuccess
110
+ end
111
+
112
+ class StudioComponentReady
113
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
114
+ | (?Hash[Symbol, untyped]) -> void
115
+
116
+ def wait: (
117
+ studio_component_id: ::String,
118
+ studio_id: ::String
119
+ ) -> Client::_GetStudioComponentResponseSuccess
120
+ | (Hash[Symbol, untyped]) -> Client::_GetStudioComponentResponseSuccess
121
+ end
122
+
123
+ class StudioDeleted
124
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
125
+ | (?Hash[Symbol, untyped]) -> void
126
+
127
+ def wait: (
128
+ studio_id: ::String
129
+ ) -> Client::_GetStudioResponseSuccess
130
+ | (Hash[Symbol, untyped]) -> Client::_GetStudioResponseSuccess
131
+ end
132
+
133
+ class StudioReady
134
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
135
+ | (?Hash[Symbol, untyped]) -> void
136
+
137
+ def wait: (
138
+ studio_id: ::String
139
+ ) -> Client::_GetStudioResponseSuccess
140
+ | (Hash[Symbol, untyped]) -> Client::_GetStudioResponseSuccess
141
+ end
142
+ end
143
+ end
144
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-nimblestudio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,13 +67,18 @@ files:
67
67
  - lib/aws-sdk-nimblestudio/resource.rb
68
68
  - lib/aws-sdk-nimblestudio/types.rb
69
69
  - lib/aws-sdk-nimblestudio/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0
73
78
  metadata:
74
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-nimblestudio
75
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-nimblestudio/CHANGELOG.md
76
- post_install_message:
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
93
  - !ruby/object:Gem::Version
89
94
  version: '0'
90
95
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
93
98
  specification_version: 4
94
99
  summary: AWS SDK for Ruby - AmazonNimbleStudio
95
100
  test_files: []