aws-sdk-iotfleethub 1.22.0 → 1.24.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotfleethub/client.rb +19 -47
- data/lib/aws-sdk-iotfleethub/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-iotfleethub/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-iotfleethub/types.rb +7 -10
- data/lib/aws-sdk-iotfleethub.rb +1 -1
- data/sig/client.rbs +176 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +147 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4a7e5110b12347bcd1763f3627e571660fd0a154a19da83d62fc849d503a736
|
|
4
|
+
data.tar.gz: 17074f89e13fd9628b6bff9232814eb04b844faf77fa3fee0f4afa9686b3fa35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa340bed205a6f2f8eced8d0cfb7cb5116f2c714efd5fb29ba19d737c5ff5ac03950833aa6c3d1530b66a281baf793122226c1b5e9dfbd2fe5c83b68af6627d9
|
|
7
|
+
data.tar.gz: 83b36033682444491f5aafd9582e7a83d23dfb068dd71c1f9a968da22bd1d04d69bd38004584563deff47d1745922cd9f59df233684809dd30e63262ca4e6f0f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.24.0 (2024-04-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
|
|
8
|
+
|
|
9
|
+
1.23.0 (2024-01-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.22.0 (2023-11-28)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -388,12 +388,19 @@ module Aws::IoTFleetHub
|
|
|
388
388
|
|
|
389
389
|
# @!group API Operations
|
|
390
390
|
|
|
391
|
-
# Creates a Fleet Hub for
|
|
391
|
+
# Creates a Fleet Hub for IoT Device Management web application.
|
|
392
392
|
#
|
|
393
|
-
#
|
|
394
|
-
#
|
|
393
|
+
# When creating a Fleet Hub application, you must create an organization
|
|
394
|
+
# instance of IAM Identity Center if you don't already have one. The
|
|
395
|
+
# Fleet Hub application you create must also be in the same Amazon Web
|
|
396
|
+
# Services Region of the organization instance of IAM Identity Center.
|
|
397
|
+
# For more information see [Enabling IAM Identity Center][1] and
|
|
398
|
+
# [Organization instances of IAM Identity Center][2].
|
|
395
399
|
#
|
|
396
|
-
#
|
|
400
|
+
#
|
|
401
|
+
#
|
|
402
|
+
# [1]: https://docs.aws.amazon.com/singlesignon/latest/userguide/get-set-up-for-idc.html
|
|
403
|
+
# [2]: https://docs.aws.amazon.com/singlesignon/latest/userguide/organization-instances-identity-center.html
|
|
397
404
|
#
|
|
398
405
|
# @option params [required, String] :application_name
|
|
399
406
|
# The name of the web application.
|
|
@@ -411,7 +418,7 @@ module Aws::IoTFleetHub
|
|
|
411
418
|
#
|
|
412
419
|
# @option params [required, String] :role_arn
|
|
413
420
|
# The ARN of the role that the web application assumes when it interacts
|
|
414
|
-
# with
|
|
421
|
+
# with Amazon Web Services IoT Core.
|
|
415
422
|
#
|
|
416
423
|
# <note markdown="1"> The name of the role must be in the form `AWSIotFleetHub_random_string
|
|
417
424
|
# `.
|
|
@@ -451,12 +458,7 @@ module Aws::IoTFleetHub
|
|
|
451
458
|
req.send_request(options)
|
|
452
459
|
end
|
|
453
460
|
|
|
454
|
-
# Deletes a Fleet Hub for
|
|
455
|
-
#
|
|
456
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
457
|
-
# subject to change.
|
|
458
|
-
#
|
|
459
|
-
# </note>
|
|
461
|
+
# Deletes a Fleet Hub for IoT Device Management web application.
|
|
460
462
|
#
|
|
461
463
|
# @option params [required, String] :application_id
|
|
462
464
|
# The unique Id of the web application.
|
|
@@ -485,14 +487,9 @@ module Aws::IoTFleetHub
|
|
|
485
487
|
req.send_request(options)
|
|
486
488
|
end
|
|
487
489
|
|
|
488
|
-
# Gets information about a Fleet Hub for
|
|
490
|
+
# Gets information about a Fleet Hub for IoT Device Management web
|
|
489
491
|
# application.
|
|
490
492
|
#
|
|
491
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
492
|
-
# subject to change.
|
|
493
|
-
#
|
|
494
|
-
# </note>
|
|
495
|
-
#
|
|
496
493
|
# @option params [required, String] :application_id
|
|
497
494
|
# The unique Id of the web application.
|
|
498
495
|
#
|
|
@@ -540,13 +537,8 @@ module Aws::IoTFleetHub
|
|
|
540
537
|
req.send_request(options)
|
|
541
538
|
end
|
|
542
539
|
|
|
543
|
-
# Gets a list of Fleet Hub for
|
|
544
|
-
#
|
|
545
|
-
#
|
|
546
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
547
|
-
# subject to change.
|
|
548
|
-
#
|
|
549
|
-
# </note>
|
|
540
|
+
# Gets a list of Fleet Hub for IoT Device Management web applications
|
|
541
|
+
# for the current account.
|
|
550
542
|
#
|
|
551
543
|
# @option params [String] :next_token
|
|
552
544
|
# A token used to get the next set of results.
|
|
@@ -585,11 +577,6 @@ module Aws::IoTFleetHub
|
|
|
585
577
|
|
|
586
578
|
# Lists the tags for the specified resource.
|
|
587
579
|
#
|
|
588
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
589
|
-
# subject to change.
|
|
590
|
-
#
|
|
591
|
-
# </note>
|
|
592
|
-
#
|
|
593
580
|
# @option params [required, String] :resource_arn
|
|
594
581
|
# The ARN of the resource.
|
|
595
582
|
#
|
|
@@ -618,11 +605,6 @@ module Aws::IoTFleetHub
|
|
|
618
605
|
# Adds to or modifies the tags of the specified resource. Tags are
|
|
619
606
|
# metadata which can be used to manage a resource.
|
|
620
607
|
#
|
|
621
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
622
|
-
# subject to change.
|
|
623
|
-
#
|
|
624
|
-
# </note>
|
|
625
|
-
#
|
|
626
608
|
# @option params [required, String] :resource_arn
|
|
627
609
|
# The ARN of the resource.
|
|
628
610
|
#
|
|
@@ -649,11 +631,6 @@ module Aws::IoTFleetHub
|
|
|
649
631
|
|
|
650
632
|
# Removes the specified tags (metadata) from the resource.
|
|
651
633
|
#
|
|
652
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
653
|
-
# subject to change.
|
|
654
|
-
#
|
|
655
|
-
# </note>
|
|
656
|
-
#
|
|
657
634
|
# @option params [required, String] :resource_arn
|
|
658
635
|
# The ARN of the resource.
|
|
659
636
|
#
|
|
@@ -676,13 +653,8 @@ module Aws::IoTFleetHub
|
|
|
676
653
|
req.send_request(options)
|
|
677
654
|
end
|
|
678
655
|
|
|
679
|
-
# Updates information about a Fleet Hub for
|
|
680
|
-
#
|
|
681
|
-
#
|
|
682
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
683
|
-
# subject to change.
|
|
684
|
-
#
|
|
685
|
-
# </note>
|
|
656
|
+
# Updates information about a Fleet Hub for IoT Device Management web
|
|
657
|
+
# application.
|
|
686
658
|
#
|
|
687
659
|
# @option params [required, String] :application_id
|
|
688
660
|
# The unique Id of the web application.
|
|
@@ -732,7 +704,7 @@ module Aws::IoTFleetHub
|
|
|
732
704
|
params: params,
|
|
733
705
|
config: config)
|
|
734
706
|
context[:gem_name] = 'aws-sdk-iotfleethub'
|
|
735
|
-
context[:gem_version] = '1.
|
|
707
|
+
context[:gem_version] = '1.24.0'
|
|
736
708
|
Seahorse::Client::Request.new(handlers, context)
|
|
737
709
|
end
|
|
738
710
|
|
|
@@ -32,7 +32,7 @@ module Aws::IoTFleetHub
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://api.fleethub.iot-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
|
@@ -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 '\
|
|
@@ -10,13 +10,8 @@
|
|
|
10
10
|
module Aws::IoTFleetHub
|
|
11
11
|
module Types
|
|
12
12
|
|
|
13
|
-
# A summary of information about a
|
|
14
|
-
# application.
|
|
15
|
-
#
|
|
16
|
-
# <note markdown="1"> Fleet Hub for AWS IoT Device Management is in public preview and is
|
|
17
|
-
# subject to change.
|
|
18
|
-
#
|
|
19
|
-
# </note>
|
|
13
|
+
# A summary of information about a Fleet Hub for IoT Device Management
|
|
14
|
+
# web application.
|
|
20
15
|
#
|
|
21
16
|
# @!attribute [rw] application_id
|
|
22
17
|
# The unique Id of the web application.
|
|
@@ -89,7 +84,7 @@ module Aws::IoTFleetHub
|
|
|
89
84
|
#
|
|
90
85
|
# @!attribute [rw] role_arn
|
|
91
86
|
# The ARN of the role that the web application assumes when it
|
|
92
|
-
# interacts with
|
|
87
|
+
# interacts with Amazon Web Services IoT Core.
|
|
93
88
|
#
|
|
94
89
|
# <note markdown="1"> The name of the role must be in the form
|
|
95
90
|
# `AWSIotFleetHub_random_string `.
|
|
@@ -193,7 +188,7 @@ module Aws::IoTFleetHub
|
|
|
193
188
|
#
|
|
194
189
|
# @!attribute [rw] role_arn
|
|
195
190
|
# The ARN of the role that the web application assumes when it
|
|
196
|
-
# interacts with
|
|
191
|
+
# interacts with Amazon Web Services IoT Core.
|
|
197
192
|
# @return [String]
|
|
198
193
|
#
|
|
199
194
|
# @!attribute [rw] sso_client_id
|
|
@@ -202,7 +197,9 @@ module Aws::IoTFleetHub
|
|
|
202
197
|
# @return [String]
|
|
203
198
|
#
|
|
204
199
|
# @!attribute [rw] error_message
|
|
205
|
-
# A message
|
|
200
|
+
# A message that explains any failures included in the
|
|
201
|
+
# `applicationState` response field. This message explains failures in
|
|
202
|
+
# the `CreateApplication` and `DeleteApplication` actions.
|
|
206
203
|
# @return [String]
|
|
207
204
|
#
|
|
208
205
|
# @!attribute [rw] tags
|
data/lib/aws-sdk-iotfleethub.rb
CHANGED
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.
|
|
4
|
+
version: 1.24.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:
|
|
11
|
+
date: 2024-04-12 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.
|
|
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.
|
|
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.
|
|
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: []
|