aws-sdk-iotfleethub 1.22.0 → 1.23.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ef421cddfb28356a11e67660fb11291f5a7f48ca6a91b049945550ee7fd30dd
4
- data.tar.gz: b03d29f605fbe3622c25d6f39ea749dd26efd1c94165474b3eca1cfba6c6cfc0
3
+ metadata.gz: 655fd0a3e233c5bf68520bc59492bd2b2fa9706c5d37c244263f45d89afd3f2c
4
+ data.tar.gz: 304ed2a4425fa2daa1ebfe6dad1231efdea16e34793dabd8932187f360adde49
5
5
  SHA512:
6
- metadata.gz: fa0317991fd59af2749b24e3592eed8a45426b8354840df507bee49e65e63120acd96f287c3437c408db80b246c2a74c2bed1e0122ec7e10c8ab860ae895be4e
7
- data.tar.gz: 93d63c7bf65a2eeab7692c60fd9fd72247a64b52971ea988d747f546d472bbb3dd2d06495549e20f506767cbd0c1394c1c16e18e27aec1cc5080835e0b1e5fd9
6
+ metadata.gz: 3bce8c82fc5e89ecbe3fe14f3c15bc8efb8df0ae920b3203a2a16f95daf2f0b9ea28086685efbd43742b49f27226e09c039de617da46173392e1deee960cdcd4
7
+ data.tar.gz: c2cc6345d13eac4ad7189dfb865c51df3934495f1149417d18af1dab9c7f60add33a6a44c606431ccab7bbd44b82f35c4e658d5f3647575dc211cdc736268cab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.22.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.23.0
@@ -732,7 +732,7 @@ module Aws::IoTFleetHub
732
732
  params: params,
733
733
  config: config)
734
734
  context[:gem_name] = 'aws-sdk-iotfleethub'
735
- context[:gem_version] = '1.22.0'
735
+ context[:gem_version] = '1.23.0'
736
736
  Seahorse::Client::Request.new(handlers, context)
737
737
  end
738
738
 
@@ -14,6 +14,7 @@ module Aws::IoTFleetHub
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IoTFleetHub::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-iotfleethub/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTFleetHub
54
54
 
55
- GEM_VERSION = '1.22.0'
55
+ GEM_VERSION = '1.23.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,176 @@
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 IoTFleetHub
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateApplicationResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
77
+ def application_id: () -> ::String
78
+ def application_arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#create_application-instance_method
81
+ def create_application: (
82
+ application_name: ::String,
83
+ ?application_description: ::String,
84
+ ?client_token: ::String,
85
+ role_arn: ::String,
86
+ ?tags: Hash[::String, ::String]
87
+ ) -> _CreateApplicationResponseSuccess
88
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
89
+
90
+ interface _DeleteApplicationResponseSuccess
91
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
92
+ end
93
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#delete_application-instance_method
94
+ def delete_application: (
95
+ application_id: ::String,
96
+ ?client_token: ::String
97
+ ) -> _DeleteApplicationResponseSuccess
98
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
99
+
100
+ interface _DescribeApplicationResponseSuccess
101
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationResponse]
102
+ def application_id: () -> ::String
103
+ def application_arn: () -> ::String
104
+ def application_name: () -> ::String
105
+ def application_description: () -> ::String
106
+ def application_url: () -> ::String
107
+ def application_state: () -> ("CREATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "DELETE_FAILED")
108
+ def application_creation_date: () -> ::Integer
109
+ def application_last_update_date: () -> ::Integer
110
+ def role_arn: () -> ::String
111
+ def sso_client_id: () -> ::String
112
+ def error_message: () -> ::String
113
+ def tags: () -> ::Hash[::String, ::String]
114
+ end
115
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#describe_application-instance_method
116
+ def describe_application: (
117
+ application_id: ::String
118
+ ) -> _DescribeApplicationResponseSuccess
119
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeApplicationResponseSuccess
120
+
121
+ interface _ListApplicationsResponseSuccess
122
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
123
+ def application_summaries: () -> ::Array[Types::ApplicationSummary]
124
+ def next_token: () -> ::String
125
+ end
126
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#list_applications-instance_method
127
+ def list_applications: (
128
+ ?next_token: ::String
129
+ ) -> _ListApplicationsResponseSuccess
130
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
131
+
132
+ interface _ListTagsForResourceResponseSuccess
133
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
134
+ def tags: () -> ::Hash[::String, ::String]
135
+ end
136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#list_tags_for_resource-instance_method
137
+ def list_tags_for_resource: (
138
+ resource_arn: ::String
139
+ ) -> _ListTagsForResourceResponseSuccess
140
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
141
+
142
+ interface _TagResourceResponseSuccess
143
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
144
+ end
145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#tag_resource-instance_method
146
+ def tag_resource: (
147
+ resource_arn: ::String,
148
+ tags: Hash[::String, ::String]
149
+ ) -> _TagResourceResponseSuccess
150
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
151
+
152
+ interface _UntagResourceResponseSuccess
153
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
154
+ end
155
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#untag_resource-instance_method
156
+ def untag_resource: (
157
+ resource_arn: ::String,
158
+ tag_keys: Array[::String]
159
+ ) -> _UntagResourceResponseSuccess
160
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
161
+
162
+ interface _UpdateApplicationResponseSuccess
163
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
164
+ end
165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Client.html#update_application-instance_method
166
+ def update_application: (
167
+ application_id: ::String,
168
+ ?application_name: ::String,
169
+ ?application_description: ::String,
170
+ ?client_token: ::String
171
+ ) -> _UpdateApplicationResponseSuccess
172
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
173
+ end
174
+ end
175
+ end
176
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,34 @@
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 IoTFleetHub
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class ConflictException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalFailureException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InvalidRequestException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class LimitExceededException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ThrottlingException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ end
33
+ end
34
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
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 IoTFleetHub
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTFleetHub/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,147 @@
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::IoTFleetHub
9
+ module Types
10
+
11
+ class ApplicationSummary
12
+ attr_accessor application_id: ::String
13
+ attr_accessor application_name: ::String
14
+ attr_accessor application_description: ::String
15
+ attr_accessor application_url: ::String
16
+ attr_accessor application_creation_date: ::Integer
17
+ attr_accessor application_last_update_date: ::Integer
18
+ attr_accessor application_state: ("CREATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "DELETE_FAILED")
19
+ SENSITIVE: []
20
+ end
21
+
22
+ class ConflictException
23
+ attr_accessor message: ::String
24
+ SENSITIVE: []
25
+ end
26
+
27
+ class CreateApplicationRequest
28
+ attr_accessor application_name: ::String
29
+ attr_accessor application_description: ::String
30
+ attr_accessor client_token: ::String
31
+ attr_accessor role_arn: ::String
32
+ attr_accessor tags: ::Hash[::String, ::String]
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class CreateApplicationResponse
37
+ attr_accessor application_id: ::String
38
+ attr_accessor application_arn: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class DeleteApplicationRequest
43
+ attr_accessor application_id: ::String
44
+ attr_accessor client_token: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class DeleteApplicationResponse < Aws::EmptyStructure
49
+ end
50
+
51
+ class DescribeApplicationRequest
52
+ attr_accessor application_id: ::String
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class DescribeApplicationResponse
57
+ attr_accessor application_id: ::String
58
+ attr_accessor application_arn: ::String
59
+ attr_accessor application_name: ::String
60
+ attr_accessor application_description: ::String
61
+ attr_accessor application_url: ::String
62
+ attr_accessor application_state: ("CREATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "DELETE_FAILED")
63
+ attr_accessor application_creation_date: ::Integer
64
+ attr_accessor application_last_update_date: ::Integer
65
+ attr_accessor role_arn: ::String
66
+ attr_accessor sso_client_id: ::String
67
+ attr_accessor error_message: ::String
68
+ attr_accessor tags: ::Hash[::String, ::String]
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class InternalFailureException
73
+ attr_accessor message: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class InvalidRequestException
78
+ attr_accessor message: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class LimitExceededException
83
+ attr_accessor message: ::String
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class ListApplicationsRequest
88
+ attr_accessor next_token: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class ListApplicationsResponse
93
+ attr_accessor application_summaries: ::Array[Types::ApplicationSummary]
94
+ attr_accessor next_token: ::String
95
+ SENSITIVE: []
96
+ end
97
+
98
+ class ListTagsForResourceRequest
99
+ attr_accessor resource_arn: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class ListTagsForResourceResponse
104
+ attr_accessor tags: ::Hash[::String, ::String]
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class ResourceNotFoundException
109
+ attr_accessor message: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class TagResourceRequest
114
+ attr_accessor resource_arn: ::String
115
+ attr_accessor tags: ::Hash[::String, ::String]
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class TagResourceResponse < Aws::EmptyStructure
120
+ end
121
+
122
+ class ThrottlingException
123
+ attr_accessor message: ::String
124
+ SENSITIVE: []
125
+ end
126
+
127
+ class UntagResourceRequest
128
+ attr_accessor resource_arn: ::String
129
+ attr_accessor tag_keys: ::Array[::String]
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class UntagResourceResponse < Aws::EmptyStructure
134
+ end
135
+
136
+ class UpdateApplicationRequest
137
+ attr_accessor application_id: ::String
138
+ attr_accessor application_name: ::String
139
+ attr_accessor application_description: ::String
140
+ attr_accessor client_token: ::String
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class UpdateApplicationResponse < Aws::EmptyStructure
145
+ end
146
+ end
147
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 IoTFleetHub
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleethub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.0
4
+ version: 1.23.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
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-iotfleethub/plugins/endpoints.rb
67
67
  - lib/aws-sdk-iotfleethub/resource.rb
68
68
  - lib/aws-sdk-iotfleethub/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleethub
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iotfleethub/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS IoT Fleet Hub
94
99
  test_files: []