aws-sdk-opsworks 1.51.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/sig/waiters.rbs ADDED
@@ -0,0 +1,84 @@
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 OpsWorks
10
+ module Waiters
11
+
12
+ class AppExists
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
+ ?stack_id: ::String,
18
+ ?app_ids: Array[::String]
19
+ ) -> Client::_DescribeAppsResponseSuccess
20
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeAppsResponseSuccess
21
+ end
22
+
23
+ class DeploymentSuccessful
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
+ ?stack_id: ::String,
29
+ ?app_id: ::String,
30
+ ?deployment_ids: Array[::String]
31
+ ) -> Client::_DescribeDeploymentsResponseSuccess
32
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeDeploymentsResponseSuccess
33
+ end
34
+
35
+ class InstanceOnline
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
+ ?stack_id: ::String,
41
+ ?layer_id: ::String,
42
+ ?instance_ids: Array[::String]
43
+ ) -> Client::_DescribeInstancesResponseSuccess
44
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
45
+ end
46
+
47
+ class InstanceRegistered
48
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
49
+ | (?Hash[Symbol, untyped]) -> void
50
+
51
+ def wait: (
52
+ ?stack_id: ::String,
53
+ ?layer_id: ::String,
54
+ ?instance_ids: Array[::String]
55
+ ) -> Client::_DescribeInstancesResponseSuccess
56
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
57
+ end
58
+
59
+ class InstanceStopped
60
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
61
+ | (?Hash[Symbol, untyped]) -> void
62
+
63
+ def wait: (
64
+ ?stack_id: ::String,
65
+ ?layer_id: ::String,
66
+ ?instance_ids: Array[::String]
67
+ ) -> Client::_DescribeInstancesResponseSuccess
68
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
69
+ end
70
+
71
+ class InstanceTerminated
72
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def wait: (
76
+ ?stack_id: ::String,
77
+ ?layer_id: ::String,
78
+ ?instance_ids: Array[::String]
79
+ ) -> Client::_DescribeInstancesResponseSuccess
80
+ | (?Hash[Symbol, untyped]) -> Client::_DescribeInstancesResponseSuccess
81
+ end
82
+ end
83
+ end
84
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.53.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-22 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
@@ -70,13 +70,21 @@ files:
70
70
  - lib/aws-sdk-opsworks/stack_summary.rb
71
71
  - lib/aws-sdk-opsworks/types.rb
72
72
  - lib/aws-sdk-opsworks/waiters.rb
73
+ - sig/client.rbs
74
+ - sig/errors.rbs
75
+ - sig/layer.rbs
76
+ - sig/resource.rbs
77
+ - sig/stack.rbs
78
+ - sig/stack_summary.rbs
79
+ - sig/types.rbs
80
+ - sig/waiters.rbs
73
81
  homepage: https://github.com/aws/aws-sdk-ruby
74
82
  licenses:
75
83
  - Apache-2.0
76
84
  metadata:
77
85
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworks
78
86
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opsworks/CHANGELOG.md
79
- post_install_message:
87
+ post_install_message:
80
88
  rdoc_options: []
81
89
  require_paths:
82
90
  - lib
@@ -91,8 +99,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
99
  - !ruby/object:Gem::Version
92
100
  version: '0'
93
101
  requirements: []
94
- rubygems_version: 3.1.6
95
- signing_key:
102
+ rubygems_version: 3.4.10
103
+ signing_key:
96
104
  specification_version: 4
97
105
  summary: AWS SDK for Ruby - AWS OpsWorks
98
106
  test_files: []