aws-sdk-greengrassv2 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-greengrassv2.rb +1 -1
- data/lib/aws-sdk-greengrassv2/client.rb +21 -10
- data/lib/aws-sdk-greengrassv2/types.rb +27 -16
- 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: c48747b4cd42a00af26cc1083d4efb6519793031f3945c523e59326b1b2ac496
|
4
|
+
data.tar.gz: e96c4511964856ddb31c42412dd1ff55ccbea9368fdeac1534f99d4910a5883c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4313ea6c93835fc75546c282c80a5d51042b829ec58cb6fe76f6f8dcab71df0ecb9bfd057f80f7870cbde1b0a3978c55b98634ea5e8d466d7eb200693f132e0c
|
7
|
+
data.tar.gz: 366cd3b29abbc66978106a9c53347638486a0f218d19741d34663f6d73434709a7e8b3925c4e9cad2363f1f374b36a6b8962ea4510bc1bf40c71be1bcd34927e
|
data/lib/aws-sdk-greengrassv2.rb
CHANGED
@@ -426,7 +426,7 @@ module Aws::GreengrassV2
|
|
426
426
|
#
|
427
427
|
#
|
428
428
|
#
|
429
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
429
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
430
430
|
#
|
431
431
|
# @return [Types::CreateComponentVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
432
432
|
#
|
@@ -545,7 +545,7 @@ module Aws::GreengrassV2
|
|
545
545
|
#
|
546
546
|
#
|
547
547
|
#
|
548
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/
|
548
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html
|
549
549
|
#
|
550
550
|
# @option params [required, String] :target_arn
|
551
551
|
# The [ARN][1] of the target AWS IoT thing or thing group.
|
@@ -583,7 +583,7 @@ module Aws::GreengrassV2
|
|
583
583
|
#
|
584
584
|
#
|
585
585
|
#
|
586
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
586
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
587
587
|
#
|
588
588
|
# @return [Types::CreateDeploymentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
589
589
|
#
|
@@ -827,12 +827,13 @@ module Aws::GreengrassV2
|
|
827
827
|
req.send_request(options)
|
828
828
|
end
|
829
829
|
|
830
|
-
# Gets the pre-signed URL to a component artifact
|
831
|
-
# devices
|
832
|
-
#
|
830
|
+
# Gets the pre-signed URL to download a public component artifact. Core
|
831
|
+
# devices call this operation to identify the URL that they can use to
|
832
|
+
# download an artifact to install.
|
833
833
|
#
|
834
834
|
# @option params [required, String] :arn
|
835
|
-
# The [ARN][1] of the component version.
|
835
|
+
# The [ARN][1] of the component version. Specify the ARN of a public
|
836
|
+
# component version.
|
836
837
|
#
|
837
838
|
#
|
838
839
|
#
|
@@ -841,6 +842,16 @@ module Aws::GreengrassV2
|
|
841
842
|
# @option params [required, String] :artifact_name
|
842
843
|
# The name of the artifact.
|
843
844
|
#
|
845
|
+
# You can use the [GetComponent][1] operation to download the component
|
846
|
+
# recipe, which includes the URI of the artifact. The artifact name is
|
847
|
+
# the section of the URI after the scheme. For example, in the artifact
|
848
|
+
# URI `greengrass:SomeArtifact.zip`, the artifact name is
|
849
|
+
# `SomeArtifact.zip`.
|
850
|
+
#
|
851
|
+
#
|
852
|
+
#
|
853
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/APIReference/API_GetComponent.html
|
854
|
+
#
|
844
855
|
# @return [Types::GetComponentVersionArtifactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
845
856
|
#
|
846
857
|
# * {Types::GetComponentVersionArtifactResponse#pre_signed_url #pre_signed_url} => String
|
@@ -1359,7 +1370,7 @@ module Aws::GreengrassV2
|
|
1359
1370
|
#
|
1360
1371
|
#
|
1361
1372
|
#
|
1362
|
-
# [1]: https://docs.aws.amazon.com/
|
1373
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/greengrass.html
|
1363
1374
|
#
|
1364
1375
|
# @option params [required, Types::ComponentPlatform] :platform
|
1365
1376
|
# The platform to use to resolve compatible components.
|
@@ -1425,7 +1436,7 @@ module Aws::GreengrassV2
|
|
1425
1436
|
#
|
1426
1437
|
#
|
1427
1438
|
#
|
1428
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
1439
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
1429
1440
|
#
|
1430
1441
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1431
1442
|
#
|
@@ -1490,7 +1501,7 @@ module Aws::GreengrassV2
|
|
1490
1501
|
params: params,
|
1491
1502
|
config: config)
|
1492
1503
|
context[:gem_name] = 'aws-sdk-greengrassv2'
|
1493
|
-
context[:gem_version] = '1.
|
1504
|
+
context[:gem_version] = '1.1.0'
|
1494
1505
|
Seahorse::Client::Request.new(handlers, context)
|
1495
1506
|
end
|
1496
1507
|
|
@@ -607,7 +607,7 @@ module Aws::GreengrassV2
|
|
607
607
|
#
|
608
608
|
#
|
609
609
|
#
|
610
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
610
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
611
611
|
# @return [Hash<String,String>]
|
612
612
|
#
|
613
613
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/CreateComponentVersionRequest AWS API Documentation
|
@@ -759,7 +759,7 @@ module Aws::GreengrassV2
|
|
759
759
|
#
|
760
760
|
#
|
761
761
|
#
|
762
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
762
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
763
763
|
# @return [Hash<String,String>]
|
764
764
|
#
|
765
765
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/CreateDeploymentRequest AWS API Documentation
|
@@ -935,8 +935,8 @@ module Aws::GreengrassV2
|
|
935
935
|
# [SubscribeToComponentUpdates][1] IPC operation to receive these
|
936
936
|
# notifications. Then, components can respond with the
|
937
937
|
# [DeferComponentUpdate][2] IPC operation. For more information, see
|
938
|
-
#
|
939
|
-
#
|
938
|
+
# [Create deployments][3] in the *AWS IoT Greengrass V2 Developer
|
939
|
+
# Guide*.
|
940
940
|
#
|
941
941
|
# * `SKIP_NOTIFY_COMPONENTS` – The deployment doesn't notify
|
942
942
|
# components or wait for them to be safe to update.
|
@@ -947,7 +947,7 @@ module Aws::GreengrassV2
|
|
947
947
|
#
|
948
948
|
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetocomponentupdates
|
949
949
|
# [2]: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-defercomponentupdate
|
950
|
-
# [3]: https://docs.aws.amazon.com/greengrass/v2/
|
950
|
+
# [3]: https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html
|
951
951
|
# @return [String]
|
952
952
|
#
|
953
953
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/DeploymentComponentUpdatePolicy AWS API Documentation
|
@@ -965,14 +965,14 @@ module Aws::GreengrassV2
|
|
965
965
|
# receive notifications when a deployment specifies a configuration
|
966
966
|
# update. Then, components can respond with the
|
967
967
|
# [SendConfigurationValidityReport][2] IPC operation. For more
|
968
|
-
# information, see
|
969
|
-
#
|
968
|
+
# information, see [Create deployments][3] in the *AWS IoT Greengrass V2
|
969
|
+
# Developer Guide*.
|
970
970
|
#
|
971
971
|
#
|
972
972
|
#
|
973
973
|
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-subscribetovalidateconfigurationupdates
|
974
974
|
# [2]: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-operation-sendconfigurationvalidityreport
|
975
|
-
# [3]: https://docs.aws.amazon.com/greengrass/v2/
|
975
|
+
# [3]: https://docs.aws.amazon.com/greengrass/v2/developerguide/create-deployments.html
|
976
976
|
#
|
977
977
|
# @note When making an API call, you may pass DeploymentConfigurationValidationPolicy
|
978
978
|
# data as a hash:
|
@@ -1169,7 +1169,7 @@ module Aws::GreengrassV2
|
|
1169
1169
|
#
|
1170
1170
|
#
|
1171
1171
|
#
|
1172
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
1172
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
1173
1173
|
# @return [Hash<String,String>]
|
1174
1174
|
#
|
1175
1175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/DescribeComponentResponse AWS API Documentation
|
@@ -1310,7 +1310,7 @@ module Aws::GreengrassV2
|
|
1310
1310
|
#
|
1311
1311
|
#
|
1312
1312
|
#
|
1313
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
1313
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
1314
1314
|
# @return [Hash<String,String>]
|
1315
1315
|
#
|
1316
1316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetComponentResponse AWS API Documentation
|
@@ -1332,7 +1332,8 @@ module Aws::GreengrassV2
|
|
1332
1332
|
# }
|
1333
1333
|
#
|
1334
1334
|
# @!attribute [rw] arn
|
1335
|
-
# The [ARN][1] of the component version.
|
1335
|
+
# The [ARN][1] of the component version. Specify the ARN of a public
|
1336
|
+
# component version.
|
1336
1337
|
#
|
1337
1338
|
#
|
1338
1339
|
#
|
@@ -1341,6 +1342,16 @@ module Aws::GreengrassV2
|
|
1341
1342
|
#
|
1342
1343
|
# @!attribute [rw] artifact_name
|
1343
1344
|
# The name of the artifact.
|
1345
|
+
#
|
1346
|
+
# You can use the [GetComponent][1] operation to download the
|
1347
|
+
# component recipe, which includes the URI of the artifact. The
|
1348
|
+
# artifact name is the section of the URI after the scheme. For
|
1349
|
+
# example, in the artifact URI `greengrass:SomeArtifact.zip`, the
|
1350
|
+
# artifact name is `SomeArtifact.zip`.
|
1351
|
+
#
|
1352
|
+
#
|
1353
|
+
#
|
1354
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/APIReference/API_GetComponent.html
|
1344
1355
|
# @return [String]
|
1345
1356
|
#
|
1346
1357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetComponentVersionArtifactRequest AWS API Documentation
|
@@ -1353,7 +1364,7 @@ module Aws::GreengrassV2
|
|
1353
1364
|
end
|
1354
1365
|
|
1355
1366
|
# @!attribute [rw] pre_signed_url
|
1356
|
-
# The URL
|
1367
|
+
# The URL of the artifact.
|
1357
1368
|
# @return [String]
|
1358
1369
|
#
|
1359
1370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetComponentVersionArtifactResponse AWS API Documentation
|
@@ -1431,7 +1442,7 @@ module Aws::GreengrassV2
|
|
1431
1442
|
#
|
1432
1443
|
#
|
1433
1444
|
#
|
1434
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
1445
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
1435
1446
|
# @return [Hash<String,String>]
|
1436
1447
|
#
|
1437
1448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetCoreDeviceResponse AWS API Documentation
|
@@ -1543,7 +1554,7 @@ module Aws::GreengrassV2
|
|
1543
1554
|
#
|
1544
1555
|
#
|
1545
1556
|
#
|
1546
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
1557
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
1547
1558
|
# @return [Hash<String,String>]
|
1548
1559
|
#
|
1549
1560
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetDeploymentResponse AWS API Documentation
|
@@ -2697,7 +2708,7 @@ module Aws::GreengrassV2
|
|
2697
2708
|
#
|
2698
2709
|
#
|
2699
2710
|
#
|
2700
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
2711
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
2701
2712
|
# @return [Hash<String,String>]
|
2702
2713
|
#
|
2703
2714
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/ListTagsForResourceResponse AWS API Documentation
|
@@ -2884,7 +2895,7 @@ module Aws::GreengrassV2
|
|
2884
2895
|
#
|
2885
2896
|
#
|
2886
2897
|
#
|
2887
|
-
# [1]: https://docs.aws.amazon.com/greengrass/v2/tag-resources.html
|
2898
|
+
# [1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
|
2888
2899
|
# @return [Hash<String,String>]
|
2889
2900
|
#
|
2890
2901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/TagResourceRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-greengrassv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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:
|
11
|
+
date: 2021-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|