aws-sdk-iotfleethub 1.23.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 +5 -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/types.rb +7 -10
- data/lib/aws-sdk-iotfleethub.rb +1 -1
- metadata +2 -2
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,11 @@
|
|
|
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
|
+
|
|
4
9
|
1.23.0 (2024-01-26)
|
|
5
10
|
------------------
|
|
6
11
|
|
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"
|
|
@@ -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
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
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
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
|