aws-sdk-greengrass 1.51.0 → 1.52.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 +8 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-greengrass/client.rb +1 -1
- data/lib/aws-sdk-greengrass/endpoint_provider.rb +41 -106
- data/lib/aws-sdk-greengrass/types.rb +0 -1594
- data/lib/aws-sdk-greengrass.rb +1 -1
- metadata +2 -2
@@ -10,14 +10,6 @@
|
|
10
10
|
module Aws::Greengrass
|
11
11
|
module Types
|
12
12
|
|
13
|
-
# @note When making an API call, you may pass AssociateRoleToGroupRequest
|
14
|
-
# data as a hash:
|
15
|
-
#
|
16
|
-
# {
|
17
|
-
# group_id: "__string", # required
|
18
|
-
# role_arn: "__string", # required
|
19
|
-
# }
|
20
|
-
#
|
21
13
|
# @!attribute [rw] group_id
|
22
14
|
# @return [String]
|
23
15
|
#
|
@@ -48,13 +40,6 @@ module Aws::Greengrass
|
|
48
40
|
include Aws::Structure
|
49
41
|
end
|
50
42
|
|
51
|
-
# @note When making an API call, you may pass AssociateServiceRoleToAccountRequest
|
52
|
-
# data as a hash:
|
53
|
-
#
|
54
|
-
# {
|
55
|
-
# role_arn: "__string", # required
|
56
|
-
# }
|
57
|
-
#
|
58
43
|
# @!attribute [rw] role_arn
|
59
44
|
# The ARN of the service role you wish to associate with your account.
|
60
45
|
# @return [String]
|
@@ -208,16 +193,6 @@ module Aws::Greengrass
|
|
208
193
|
|
209
194
|
# Information about a Greengrass core's connectivity.
|
210
195
|
#
|
211
|
-
# @note When making an API call, you may pass ConnectivityInfo
|
212
|
-
# data as a hash:
|
213
|
-
#
|
214
|
-
# {
|
215
|
-
# host_address: "__string",
|
216
|
-
# id: "__string",
|
217
|
-
# metadata: "__string",
|
218
|
-
# port_number: 1,
|
219
|
-
# }
|
220
|
-
#
|
221
196
|
# @!attribute [rw] host_address
|
222
197
|
# The endpoint for the Greengrass core. Can be an IP address or DNS.
|
223
198
|
# @return [String]
|
@@ -249,17 +224,6 @@ module Aws::Greengrass
|
|
249
224
|
# and contain built-in integration with local infrastructure, device
|
250
225
|
# protocols, AWS, and other cloud services.
|
251
226
|
#
|
252
|
-
# @note When making an API call, you may pass Connector
|
253
|
-
# data as a hash:
|
254
|
-
#
|
255
|
-
# {
|
256
|
-
# connector_arn: "__string", # required
|
257
|
-
# id: "__string", # required
|
258
|
-
# parameters: {
|
259
|
-
# "__string" => "__string",
|
260
|
-
# },
|
261
|
-
# }
|
262
|
-
#
|
263
227
|
# @!attribute [rw] connector_arn
|
264
228
|
# The ARN of the connector.
|
265
229
|
# @return [String]
|
@@ -287,21 +251,6 @@ module Aws::Greengrass
|
|
287
251
|
# Information about the connector definition version, which is a
|
288
252
|
# container for connectors.
|
289
253
|
#
|
290
|
-
# @note When making an API call, you may pass ConnectorDefinitionVersion
|
291
|
-
# data as a hash:
|
292
|
-
#
|
293
|
-
# {
|
294
|
-
# connectors: [
|
295
|
-
# {
|
296
|
-
# connector_arn: "__string", # required
|
297
|
-
# id: "__string", # required
|
298
|
-
# parameters: {
|
299
|
-
# "__string" => "__string",
|
300
|
-
# },
|
301
|
-
# },
|
302
|
-
# ],
|
303
|
-
# }
|
304
|
-
#
|
305
254
|
# @!attribute [rw] connectors
|
306
255
|
# A list of references to connectors in this version, with their
|
307
256
|
# corresponding configuration settings.
|
@@ -317,16 +266,6 @@ module Aws::Greengrass
|
|
317
266
|
|
318
267
|
# Information about a core.
|
319
268
|
#
|
320
|
-
# @note When making an API call, you may pass Core
|
321
|
-
# data as a hash:
|
322
|
-
#
|
323
|
-
# {
|
324
|
-
# certificate_arn: "__string", # required
|
325
|
-
# id: "__string", # required
|
326
|
-
# sync_shadow: false,
|
327
|
-
# thing_arn: "__string", # required
|
328
|
-
# }
|
329
|
-
#
|
330
269
|
# @!attribute [rw] certificate_arn
|
331
270
|
# The ARN of the certificate associated with the core.
|
332
271
|
# @return [String]
|
@@ -359,20 +298,6 @@ module Aws::Greengrass
|
|
359
298
|
|
360
299
|
# Information about a core definition version.
|
361
300
|
#
|
362
|
-
# @note When making an API call, you may pass CoreDefinitionVersion
|
363
|
-
# data as a hash:
|
364
|
-
#
|
365
|
-
# {
|
366
|
-
# cores: [
|
367
|
-
# {
|
368
|
-
# certificate_arn: "__string", # required
|
369
|
-
# id: "__string", # required
|
370
|
-
# sync_shadow: false,
|
371
|
-
# thing_arn: "__string", # required
|
372
|
-
# },
|
373
|
-
# ],
|
374
|
-
# }
|
375
|
-
#
|
376
301
|
# @!attribute [rw] cores
|
377
302
|
# A list of cores in the core definition version.
|
378
303
|
# @return [Array<Types::Core>]
|
@@ -385,28 +310,6 @@ module Aws::Greengrass
|
|
385
310
|
include Aws::Structure
|
386
311
|
end
|
387
312
|
|
388
|
-
# @note When making an API call, you may pass CreateConnectorDefinitionRequest
|
389
|
-
# data as a hash:
|
390
|
-
#
|
391
|
-
# {
|
392
|
-
# amzn_client_token: "__string",
|
393
|
-
# initial_version: {
|
394
|
-
# connectors: [
|
395
|
-
# {
|
396
|
-
# connector_arn: "__string", # required
|
397
|
-
# id: "__string", # required
|
398
|
-
# parameters: {
|
399
|
-
# "__string" => "__string",
|
400
|
-
# },
|
401
|
-
# },
|
402
|
-
# ],
|
403
|
-
# },
|
404
|
-
# name: "__string",
|
405
|
-
# tags: {
|
406
|
-
# "__string" => "__string",
|
407
|
-
# },
|
408
|
-
# }
|
409
|
-
#
|
410
313
|
# @!attribute [rw] amzn_client_token
|
411
314
|
# @return [String]
|
412
315
|
#
|
@@ -468,23 +371,6 @@ module Aws::Greengrass
|
|
468
371
|
include Aws::Structure
|
469
372
|
end
|
470
373
|
|
471
|
-
# @note When making an API call, you may pass CreateConnectorDefinitionVersionRequest
|
472
|
-
# data as a hash:
|
473
|
-
#
|
474
|
-
# {
|
475
|
-
# amzn_client_token: "__string",
|
476
|
-
# connector_definition_id: "__string", # required
|
477
|
-
# connectors: [
|
478
|
-
# {
|
479
|
-
# connector_arn: "__string", # required
|
480
|
-
# id: "__string", # required
|
481
|
-
# parameters: {
|
482
|
-
# "__string" => "__string",
|
483
|
-
# },
|
484
|
-
# },
|
485
|
-
# ],
|
486
|
-
# }
|
487
|
-
#
|
488
374
|
# @!attribute [rw] amzn_client_token
|
489
375
|
# @return [String]
|
490
376
|
#
|
@@ -527,27 +413,6 @@ module Aws::Greengrass
|
|
527
413
|
include Aws::Structure
|
528
414
|
end
|
529
415
|
|
530
|
-
# @note When making an API call, you may pass CreateCoreDefinitionRequest
|
531
|
-
# data as a hash:
|
532
|
-
#
|
533
|
-
# {
|
534
|
-
# amzn_client_token: "__string",
|
535
|
-
# initial_version: {
|
536
|
-
# cores: [
|
537
|
-
# {
|
538
|
-
# certificate_arn: "__string", # required
|
539
|
-
# id: "__string", # required
|
540
|
-
# sync_shadow: false,
|
541
|
-
# thing_arn: "__string", # required
|
542
|
-
# },
|
543
|
-
# ],
|
544
|
-
# },
|
545
|
-
# name: "__string",
|
546
|
-
# tags: {
|
547
|
-
# "__string" => "__string",
|
548
|
-
# },
|
549
|
-
# }
|
550
|
-
#
|
551
416
|
# @!attribute [rw] amzn_client_token
|
552
417
|
# @return [String]
|
553
418
|
#
|
@@ -608,22 +473,6 @@ module Aws::Greengrass
|
|
608
473
|
include Aws::Structure
|
609
474
|
end
|
610
475
|
|
611
|
-
# @note When making an API call, you may pass CreateCoreDefinitionVersionRequest
|
612
|
-
# data as a hash:
|
613
|
-
#
|
614
|
-
# {
|
615
|
-
# amzn_client_token: "__string",
|
616
|
-
# core_definition_id: "__string", # required
|
617
|
-
# cores: [
|
618
|
-
# {
|
619
|
-
# certificate_arn: "__string", # required
|
620
|
-
# id: "__string", # required
|
621
|
-
# sync_shadow: false,
|
622
|
-
# thing_arn: "__string", # required
|
623
|
-
# },
|
624
|
-
# ],
|
625
|
-
# }
|
626
|
-
#
|
627
476
|
# @!attribute [rw] amzn_client_token
|
628
477
|
# @return [String]
|
629
478
|
#
|
@@ -668,17 +517,6 @@ module Aws::Greengrass
|
|
668
517
|
|
669
518
|
# Information about a deployment.
|
670
519
|
#
|
671
|
-
# @note When making an API call, you may pass CreateDeploymentRequest
|
672
|
-
# data as a hash:
|
673
|
-
#
|
674
|
-
# {
|
675
|
-
# amzn_client_token: "__string",
|
676
|
-
# deployment_id: "__string",
|
677
|
-
# deployment_type: "NewDeployment", # required, accepts NewDeployment, Redeployment, ResetDeployment, ForceResetDeployment
|
678
|
-
# group_id: "__string", # required
|
679
|
-
# group_version_id: "__string",
|
680
|
-
# }
|
681
|
-
#
|
682
520
|
# @!attribute [rw] amzn_client_token
|
683
521
|
# @return [String]
|
684
522
|
#
|
@@ -728,27 +566,6 @@ module Aws::Greengrass
|
|
728
566
|
include Aws::Structure
|
729
567
|
end
|
730
568
|
|
731
|
-
# @note When making an API call, you may pass CreateDeviceDefinitionRequest
|
732
|
-
# data as a hash:
|
733
|
-
#
|
734
|
-
# {
|
735
|
-
# amzn_client_token: "__string",
|
736
|
-
# initial_version: {
|
737
|
-
# devices: [
|
738
|
-
# {
|
739
|
-
# certificate_arn: "__string", # required
|
740
|
-
# id: "__string", # required
|
741
|
-
# sync_shadow: false,
|
742
|
-
# thing_arn: "__string", # required
|
743
|
-
# },
|
744
|
-
# ],
|
745
|
-
# },
|
746
|
-
# name: "__string",
|
747
|
-
# tags: {
|
748
|
-
# "__string" => "__string",
|
749
|
-
# },
|
750
|
-
# }
|
751
|
-
#
|
752
569
|
# @!attribute [rw] amzn_client_token
|
753
570
|
# @return [String]
|
754
571
|
#
|
@@ -809,22 +626,6 @@ module Aws::Greengrass
|
|
809
626
|
include Aws::Structure
|
810
627
|
end
|
811
628
|
|
812
|
-
# @note When making an API call, you may pass CreateDeviceDefinitionVersionRequest
|
813
|
-
# data as a hash:
|
814
|
-
#
|
815
|
-
# {
|
816
|
-
# amzn_client_token: "__string",
|
817
|
-
# device_definition_id: "__string", # required
|
818
|
-
# devices: [
|
819
|
-
# {
|
820
|
-
# certificate_arn: "__string", # required
|
821
|
-
# id: "__string", # required
|
822
|
-
# sync_shadow: false,
|
823
|
-
# thing_arn: "__string", # required
|
824
|
-
# },
|
825
|
-
# ],
|
826
|
-
# }
|
827
|
-
#
|
828
629
|
# @!attribute [rw] amzn_client_token
|
829
630
|
# @return [String]
|
830
631
|
#
|
@@ -867,62 +668,6 @@ module Aws::Greengrass
|
|
867
668
|
include Aws::Structure
|
868
669
|
end
|
869
670
|
|
870
|
-
# @note When making an API call, you may pass CreateFunctionDefinitionRequest
|
871
|
-
# data as a hash:
|
872
|
-
#
|
873
|
-
# {
|
874
|
-
# amzn_client_token: "__string",
|
875
|
-
# initial_version: {
|
876
|
-
# default_config: {
|
877
|
-
# execution: {
|
878
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
879
|
-
# run_as: {
|
880
|
-
# gid: 1,
|
881
|
-
# uid: 1,
|
882
|
-
# },
|
883
|
-
# },
|
884
|
-
# },
|
885
|
-
# functions: [
|
886
|
-
# {
|
887
|
-
# function_arn: "__string",
|
888
|
-
# function_configuration: {
|
889
|
-
# encoding_type: "binary", # accepts binary, json
|
890
|
-
# environment: {
|
891
|
-
# access_sysfs: false,
|
892
|
-
# execution: {
|
893
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
894
|
-
# run_as: {
|
895
|
-
# gid: 1,
|
896
|
-
# uid: 1,
|
897
|
-
# },
|
898
|
-
# },
|
899
|
-
# resource_access_policies: [
|
900
|
-
# {
|
901
|
-
# permission: "ro", # accepts ro, rw
|
902
|
-
# resource_id: "__string", # required
|
903
|
-
# },
|
904
|
-
# ],
|
905
|
-
# variables: {
|
906
|
-
# "__string" => "__string",
|
907
|
-
# },
|
908
|
-
# },
|
909
|
-
# exec_args: "__string",
|
910
|
-
# executable: "__string",
|
911
|
-
# memory_size: 1,
|
912
|
-
# pinned: false,
|
913
|
-
# timeout: 1,
|
914
|
-
# function_runtime_override: "__string",
|
915
|
-
# },
|
916
|
-
# id: "__string", # required
|
917
|
-
# },
|
918
|
-
# ],
|
919
|
-
# },
|
920
|
-
# name: "__string",
|
921
|
-
# tags: {
|
922
|
-
# "__string" => "__string",
|
923
|
-
# },
|
924
|
-
# }
|
925
|
-
#
|
926
671
|
# @!attribute [rw] amzn_client_token
|
927
672
|
# @return [String]
|
928
673
|
#
|
@@ -983,57 +728,6 @@ module Aws::Greengrass
|
|
983
728
|
include Aws::Structure
|
984
729
|
end
|
985
730
|
|
986
|
-
# @note When making an API call, you may pass CreateFunctionDefinitionVersionRequest
|
987
|
-
# data as a hash:
|
988
|
-
#
|
989
|
-
# {
|
990
|
-
# amzn_client_token: "__string",
|
991
|
-
# default_config: {
|
992
|
-
# execution: {
|
993
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
994
|
-
# run_as: {
|
995
|
-
# gid: 1,
|
996
|
-
# uid: 1,
|
997
|
-
# },
|
998
|
-
# },
|
999
|
-
# },
|
1000
|
-
# function_definition_id: "__string", # required
|
1001
|
-
# functions: [
|
1002
|
-
# {
|
1003
|
-
# function_arn: "__string",
|
1004
|
-
# function_configuration: {
|
1005
|
-
# encoding_type: "binary", # accepts binary, json
|
1006
|
-
# environment: {
|
1007
|
-
# access_sysfs: false,
|
1008
|
-
# execution: {
|
1009
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
1010
|
-
# run_as: {
|
1011
|
-
# gid: 1,
|
1012
|
-
# uid: 1,
|
1013
|
-
# },
|
1014
|
-
# },
|
1015
|
-
# resource_access_policies: [
|
1016
|
-
# {
|
1017
|
-
# permission: "ro", # accepts ro, rw
|
1018
|
-
# resource_id: "__string", # required
|
1019
|
-
# },
|
1020
|
-
# ],
|
1021
|
-
# variables: {
|
1022
|
-
# "__string" => "__string",
|
1023
|
-
# },
|
1024
|
-
# },
|
1025
|
-
# exec_args: "__string",
|
1026
|
-
# executable: "__string",
|
1027
|
-
# memory_size: 1,
|
1028
|
-
# pinned: false,
|
1029
|
-
# timeout: 1,
|
1030
|
-
# function_runtime_override: "__string",
|
1031
|
-
# },
|
1032
|
-
# id: "__string", # required
|
1033
|
-
# },
|
1034
|
-
# ],
|
1035
|
-
# }
|
1036
|
-
#
|
1037
731
|
# @!attribute [rw] amzn_client_token
|
1038
732
|
# @return [String]
|
1039
733
|
#
|
@@ -1082,14 +776,6 @@ module Aws::Greengrass
|
|
1082
776
|
include Aws::Structure
|
1083
777
|
end
|
1084
778
|
|
1085
|
-
# @note When making an API call, you may pass CreateGroupCertificateAuthorityRequest
|
1086
|
-
# data as a hash:
|
1087
|
-
#
|
1088
|
-
# {
|
1089
|
-
# amzn_client_token: "__string",
|
1090
|
-
# group_id: "__string", # required
|
1091
|
-
# }
|
1092
|
-
#
|
1093
779
|
# @!attribute [rw] amzn_client_token
|
1094
780
|
# @return [String]
|
1095
781
|
#
|
@@ -1117,26 +803,6 @@ module Aws::Greengrass
|
|
1117
803
|
include Aws::Structure
|
1118
804
|
end
|
1119
805
|
|
1120
|
-
# @note When making an API call, you may pass CreateGroupRequest
|
1121
|
-
# data as a hash:
|
1122
|
-
#
|
1123
|
-
# {
|
1124
|
-
# amzn_client_token: "__string",
|
1125
|
-
# initial_version: {
|
1126
|
-
# connector_definition_version_arn: "__string",
|
1127
|
-
# core_definition_version_arn: "__string",
|
1128
|
-
# device_definition_version_arn: "__string",
|
1129
|
-
# function_definition_version_arn: "__string",
|
1130
|
-
# logger_definition_version_arn: "__string",
|
1131
|
-
# resource_definition_version_arn: "__string",
|
1132
|
-
# subscription_definition_version_arn: "__string",
|
1133
|
-
# },
|
1134
|
-
# name: "__string", # required
|
1135
|
-
# tags: {
|
1136
|
-
# "__string" => "__string",
|
1137
|
-
# },
|
1138
|
-
# }
|
1139
|
-
#
|
1140
806
|
# @!attribute [rw] amzn_client_token
|
1141
807
|
# @return [String]
|
1142
808
|
#
|
@@ -1197,21 +863,6 @@ module Aws::Greengrass
|
|
1197
863
|
include Aws::Structure
|
1198
864
|
end
|
1199
865
|
|
1200
|
-
# @note When making an API call, you may pass CreateGroupVersionRequest
|
1201
|
-
# data as a hash:
|
1202
|
-
#
|
1203
|
-
# {
|
1204
|
-
# amzn_client_token: "__string",
|
1205
|
-
# connector_definition_version_arn: "__string",
|
1206
|
-
# core_definition_version_arn: "__string",
|
1207
|
-
# device_definition_version_arn: "__string",
|
1208
|
-
# function_definition_version_arn: "__string",
|
1209
|
-
# group_id: "__string", # required
|
1210
|
-
# logger_definition_version_arn: "__string",
|
1211
|
-
# resource_definition_version_arn: "__string",
|
1212
|
-
# subscription_definition_version_arn: "__string",
|
1213
|
-
# }
|
1214
|
-
#
|
1215
866
|
# @!attribute [rw] amzn_client_token
|
1216
867
|
# @return [String]
|
1217
868
|
#
|
@@ -1278,28 +929,6 @@ module Aws::Greengrass
|
|
1278
929
|
include Aws::Structure
|
1279
930
|
end
|
1280
931
|
|
1281
|
-
# @note When making an API call, you may pass CreateLoggerDefinitionRequest
|
1282
|
-
# data as a hash:
|
1283
|
-
#
|
1284
|
-
# {
|
1285
|
-
# amzn_client_token: "__string",
|
1286
|
-
# initial_version: {
|
1287
|
-
# loggers: [
|
1288
|
-
# {
|
1289
|
-
# component: "GreengrassSystem", # required, accepts GreengrassSystem, Lambda
|
1290
|
-
# id: "__string", # required
|
1291
|
-
# level: "DEBUG", # required, accepts DEBUG, INFO, WARN, ERROR, FATAL
|
1292
|
-
# space: 1,
|
1293
|
-
# type: "FileSystem", # required, accepts FileSystem, AWSCloudWatch
|
1294
|
-
# },
|
1295
|
-
# ],
|
1296
|
-
# },
|
1297
|
-
# name: "__string",
|
1298
|
-
# tags: {
|
1299
|
-
# "__string" => "__string",
|
1300
|
-
# },
|
1301
|
-
# }
|
1302
|
-
#
|
1303
932
|
# @!attribute [rw] amzn_client_token
|
1304
933
|
# @return [String]
|
1305
934
|
#
|
@@ -1360,23 +989,6 @@ module Aws::Greengrass
|
|
1360
989
|
include Aws::Structure
|
1361
990
|
end
|
1362
991
|
|
1363
|
-
# @note When making an API call, you may pass CreateLoggerDefinitionVersionRequest
|
1364
|
-
# data as a hash:
|
1365
|
-
#
|
1366
|
-
# {
|
1367
|
-
# amzn_client_token: "__string",
|
1368
|
-
# logger_definition_id: "__string", # required
|
1369
|
-
# loggers: [
|
1370
|
-
# {
|
1371
|
-
# component: "GreengrassSystem", # required, accepts GreengrassSystem, Lambda
|
1372
|
-
# id: "__string", # required
|
1373
|
-
# level: "DEBUG", # required, accepts DEBUG, INFO, WARN, ERROR, FATAL
|
1374
|
-
# space: 1,
|
1375
|
-
# type: "FileSystem", # required, accepts FileSystem, AWSCloudWatch
|
1376
|
-
# },
|
1377
|
-
# ],
|
1378
|
-
# }
|
1379
|
-
#
|
1380
992
|
# @!attribute [rw] amzn_client_token
|
1381
993
|
# @return [String]
|
1382
994
|
#
|
@@ -1419,62 +1031,6 @@ module Aws::Greengrass
|
|
1419
1031
|
include Aws::Structure
|
1420
1032
|
end
|
1421
1033
|
|
1422
|
-
# @note When making an API call, you may pass CreateResourceDefinitionRequest
|
1423
|
-
# data as a hash:
|
1424
|
-
#
|
1425
|
-
# {
|
1426
|
-
# amzn_client_token: "__string",
|
1427
|
-
# initial_version: {
|
1428
|
-
# resources: [
|
1429
|
-
# {
|
1430
|
-
# id: "__string", # required
|
1431
|
-
# name: "__string", # required
|
1432
|
-
# resource_data_container: { # required
|
1433
|
-
# local_device_resource_data: {
|
1434
|
-
# group_owner_setting: {
|
1435
|
-
# auto_add_group_owner: false,
|
1436
|
-
# group_owner: "__string",
|
1437
|
-
# },
|
1438
|
-
# source_path: "__string",
|
1439
|
-
# },
|
1440
|
-
# local_volume_resource_data: {
|
1441
|
-
# destination_path: "__string",
|
1442
|
-
# group_owner_setting: {
|
1443
|
-
# auto_add_group_owner: false,
|
1444
|
-
# group_owner: "__string",
|
1445
|
-
# },
|
1446
|
-
# source_path: "__string",
|
1447
|
-
# },
|
1448
|
-
# s3_machine_learning_model_resource_data: {
|
1449
|
-
# destination_path: "__string",
|
1450
|
-
# owner_setting: {
|
1451
|
-
# group_owner: "__string", # required
|
1452
|
-
# group_permission: "ro", # required, accepts ro, rw
|
1453
|
-
# },
|
1454
|
-
# s3_uri: "__string",
|
1455
|
-
# },
|
1456
|
-
# sage_maker_machine_learning_model_resource_data: {
|
1457
|
-
# destination_path: "__string",
|
1458
|
-
# owner_setting: {
|
1459
|
-
# group_owner: "__string", # required
|
1460
|
-
# group_permission: "ro", # required, accepts ro, rw
|
1461
|
-
# },
|
1462
|
-
# sage_maker_job_arn: "__string",
|
1463
|
-
# },
|
1464
|
-
# secrets_manager_secret_resource_data: {
|
1465
|
-
# arn: "__string",
|
1466
|
-
# additional_staging_labels_to_download: ["__string"],
|
1467
|
-
# },
|
1468
|
-
# },
|
1469
|
-
# },
|
1470
|
-
# ],
|
1471
|
-
# },
|
1472
|
-
# name: "__string",
|
1473
|
-
# tags: {
|
1474
|
-
# "__string" => "__string",
|
1475
|
-
# },
|
1476
|
-
# }
|
1477
|
-
#
|
1478
1034
|
# @!attribute [rw] amzn_client_token
|
1479
1035
|
# @return [String]
|
1480
1036
|
#
|
@@ -1535,57 +1091,6 @@ module Aws::Greengrass
|
|
1535
1091
|
include Aws::Structure
|
1536
1092
|
end
|
1537
1093
|
|
1538
|
-
# @note When making an API call, you may pass CreateResourceDefinitionVersionRequest
|
1539
|
-
# data as a hash:
|
1540
|
-
#
|
1541
|
-
# {
|
1542
|
-
# amzn_client_token: "__string",
|
1543
|
-
# resource_definition_id: "__string", # required
|
1544
|
-
# resources: [
|
1545
|
-
# {
|
1546
|
-
# id: "__string", # required
|
1547
|
-
# name: "__string", # required
|
1548
|
-
# resource_data_container: { # required
|
1549
|
-
# local_device_resource_data: {
|
1550
|
-
# group_owner_setting: {
|
1551
|
-
# auto_add_group_owner: false,
|
1552
|
-
# group_owner: "__string",
|
1553
|
-
# },
|
1554
|
-
# source_path: "__string",
|
1555
|
-
# },
|
1556
|
-
# local_volume_resource_data: {
|
1557
|
-
# destination_path: "__string",
|
1558
|
-
# group_owner_setting: {
|
1559
|
-
# auto_add_group_owner: false,
|
1560
|
-
# group_owner: "__string",
|
1561
|
-
# },
|
1562
|
-
# source_path: "__string",
|
1563
|
-
# },
|
1564
|
-
# s3_machine_learning_model_resource_data: {
|
1565
|
-
# destination_path: "__string",
|
1566
|
-
# owner_setting: {
|
1567
|
-
# group_owner: "__string", # required
|
1568
|
-
# group_permission: "ro", # required, accepts ro, rw
|
1569
|
-
# },
|
1570
|
-
# s3_uri: "__string",
|
1571
|
-
# },
|
1572
|
-
# sage_maker_machine_learning_model_resource_data: {
|
1573
|
-
# destination_path: "__string",
|
1574
|
-
# owner_setting: {
|
1575
|
-
# group_owner: "__string", # required
|
1576
|
-
# group_permission: "ro", # required, accepts ro, rw
|
1577
|
-
# },
|
1578
|
-
# sage_maker_job_arn: "__string",
|
1579
|
-
# },
|
1580
|
-
# secrets_manager_secret_resource_data: {
|
1581
|
-
# arn: "__string",
|
1582
|
-
# additional_staging_labels_to_download: ["__string"],
|
1583
|
-
# },
|
1584
|
-
# },
|
1585
|
-
# },
|
1586
|
-
# ],
|
1587
|
-
# }
|
1588
|
-
#
|
1589
1094
|
# @!attribute [rw] amzn_client_token
|
1590
1095
|
# @return [String]
|
1591
1096
|
#
|
@@ -1630,19 +1135,6 @@ module Aws::Greengrass
|
|
1630
1135
|
|
1631
1136
|
# Request for the CreateSoftwareUpdateJob API.
|
1632
1137
|
#
|
1633
|
-
# @note When making an API call, you may pass CreateSoftwareUpdateJobRequest
|
1634
|
-
# data as a hash:
|
1635
|
-
#
|
1636
|
-
# {
|
1637
|
-
# amzn_client_token: "__string",
|
1638
|
-
# s3_url_signer_role: "S3UrlSignerRole", # required
|
1639
|
-
# software_to_update: "core", # required, accepts core, ota_agent
|
1640
|
-
# update_agent_log_level: "NONE", # accepts NONE, TRACE, DEBUG, VERBOSE, INFO, WARN, ERROR, FATAL
|
1641
|
-
# update_targets: ["__string"], # required
|
1642
|
-
# update_targets_architecture: "armv6l", # required, accepts armv6l, armv7l, x86_64, aarch64
|
1643
|
-
# update_targets_operating_system: "ubuntu", # required, accepts ubuntu, raspbian, amazon_linux, openwrt
|
1644
|
-
# }
|
1645
|
-
#
|
1646
1138
|
# @!attribute [rw] amzn_client_token
|
1647
1139
|
# @return [String]
|
1648
1140
|
#
|
@@ -1711,27 +1203,6 @@ module Aws::Greengrass
|
|
1711
1203
|
include Aws::Structure
|
1712
1204
|
end
|
1713
1205
|
|
1714
|
-
# @note When making an API call, you may pass CreateSubscriptionDefinitionRequest
|
1715
|
-
# data as a hash:
|
1716
|
-
#
|
1717
|
-
# {
|
1718
|
-
# amzn_client_token: "__string",
|
1719
|
-
# initial_version: {
|
1720
|
-
# subscriptions: [
|
1721
|
-
# {
|
1722
|
-
# id: "__string", # required
|
1723
|
-
# source: "__string", # required
|
1724
|
-
# subject: "__string", # required
|
1725
|
-
# target: "__string", # required
|
1726
|
-
# },
|
1727
|
-
# ],
|
1728
|
-
# },
|
1729
|
-
# name: "__string",
|
1730
|
-
# tags: {
|
1731
|
-
# "__string" => "__string",
|
1732
|
-
# },
|
1733
|
-
# }
|
1734
|
-
#
|
1735
1206
|
# @!attribute [rw] amzn_client_token
|
1736
1207
|
# @return [String]
|
1737
1208
|
#
|
@@ -1792,22 +1263,6 @@ module Aws::Greengrass
|
|
1792
1263
|
include Aws::Structure
|
1793
1264
|
end
|
1794
1265
|
|
1795
|
-
# @note When making an API call, you may pass CreateSubscriptionDefinitionVersionRequest
|
1796
|
-
# data as a hash:
|
1797
|
-
#
|
1798
|
-
# {
|
1799
|
-
# amzn_client_token: "__string",
|
1800
|
-
# subscription_definition_id: "__string", # required
|
1801
|
-
# subscriptions: [
|
1802
|
-
# {
|
1803
|
-
# id: "__string", # required
|
1804
|
-
# source: "__string", # required
|
1805
|
-
# subject: "__string", # required
|
1806
|
-
# target: "__string", # required
|
1807
|
-
# },
|
1808
|
-
# ],
|
1809
|
-
# }
|
1810
|
-
#
|
1811
1266
|
# @!attribute [rw] amzn_client_token
|
1812
1267
|
# @return [String]
|
1813
1268
|
#
|
@@ -1901,13 +1356,6 @@ module Aws::Greengrass
|
|
1901
1356
|
include Aws::Structure
|
1902
1357
|
end
|
1903
1358
|
|
1904
|
-
# @note When making an API call, you may pass DeleteConnectorDefinitionRequest
|
1905
|
-
# data as a hash:
|
1906
|
-
#
|
1907
|
-
# {
|
1908
|
-
# connector_definition_id: "__string", # required
|
1909
|
-
# }
|
1910
|
-
#
|
1911
1359
|
# @!attribute [rw] connector_definition_id
|
1912
1360
|
# @return [String]
|
1913
1361
|
#
|
@@ -1923,13 +1371,6 @@ module Aws::Greengrass
|
|
1923
1371
|
#
|
1924
1372
|
class DeleteConnectorDefinitionResponse < Aws::EmptyStructure; end
|
1925
1373
|
|
1926
|
-
# @note When making an API call, you may pass DeleteCoreDefinitionRequest
|
1927
|
-
# data as a hash:
|
1928
|
-
#
|
1929
|
-
# {
|
1930
|
-
# core_definition_id: "__string", # required
|
1931
|
-
# }
|
1932
|
-
#
|
1933
1374
|
# @!attribute [rw] core_definition_id
|
1934
1375
|
# @return [String]
|
1935
1376
|
#
|
@@ -1945,13 +1386,6 @@ module Aws::Greengrass
|
|
1945
1386
|
#
|
1946
1387
|
class DeleteCoreDefinitionResponse < Aws::EmptyStructure; end
|
1947
1388
|
|
1948
|
-
# @note When making an API call, you may pass DeleteDeviceDefinitionRequest
|
1949
|
-
# data as a hash:
|
1950
|
-
#
|
1951
|
-
# {
|
1952
|
-
# device_definition_id: "__string", # required
|
1953
|
-
# }
|
1954
|
-
#
|
1955
1389
|
# @!attribute [rw] device_definition_id
|
1956
1390
|
# @return [String]
|
1957
1391
|
#
|
@@ -1967,13 +1401,6 @@ module Aws::Greengrass
|
|
1967
1401
|
#
|
1968
1402
|
class DeleteDeviceDefinitionResponse < Aws::EmptyStructure; end
|
1969
1403
|
|
1970
|
-
# @note When making an API call, you may pass DeleteFunctionDefinitionRequest
|
1971
|
-
# data as a hash:
|
1972
|
-
#
|
1973
|
-
# {
|
1974
|
-
# function_definition_id: "__string", # required
|
1975
|
-
# }
|
1976
|
-
#
|
1977
1404
|
# @!attribute [rw] function_definition_id
|
1978
1405
|
# @return [String]
|
1979
1406
|
#
|
@@ -1989,13 +1416,6 @@ module Aws::Greengrass
|
|
1989
1416
|
#
|
1990
1417
|
class DeleteFunctionDefinitionResponse < Aws::EmptyStructure; end
|
1991
1418
|
|
1992
|
-
# @note When making an API call, you may pass DeleteGroupRequest
|
1993
|
-
# data as a hash:
|
1994
|
-
#
|
1995
|
-
# {
|
1996
|
-
# group_id: "__string", # required
|
1997
|
-
# }
|
1998
|
-
#
|
1999
1419
|
# @!attribute [rw] group_id
|
2000
1420
|
# @return [String]
|
2001
1421
|
#
|
@@ -2011,13 +1431,6 @@ module Aws::Greengrass
|
|
2011
1431
|
#
|
2012
1432
|
class DeleteGroupResponse < Aws::EmptyStructure; end
|
2013
1433
|
|
2014
|
-
# @note When making an API call, you may pass DeleteLoggerDefinitionRequest
|
2015
|
-
# data as a hash:
|
2016
|
-
#
|
2017
|
-
# {
|
2018
|
-
# logger_definition_id: "__string", # required
|
2019
|
-
# }
|
2020
|
-
#
|
2021
1434
|
# @!attribute [rw] logger_definition_id
|
2022
1435
|
# @return [String]
|
2023
1436
|
#
|
@@ -2033,13 +1446,6 @@ module Aws::Greengrass
|
|
2033
1446
|
#
|
2034
1447
|
class DeleteLoggerDefinitionResponse < Aws::EmptyStructure; end
|
2035
1448
|
|
2036
|
-
# @note When making an API call, you may pass DeleteResourceDefinitionRequest
|
2037
|
-
# data as a hash:
|
2038
|
-
#
|
2039
|
-
# {
|
2040
|
-
# resource_definition_id: "__string", # required
|
2041
|
-
# }
|
2042
|
-
#
|
2043
1449
|
# @!attribute [rw] resource_definition_id
|
2044
1450
|
# @return [String]
|
2045
1451
|
#
|
@@ -2055,13 +1461,6 @@ module Aws::Greengrass
|
|
2055
1461
|
#
|
2056
1462
|
class DeleteResourceDefinitionResponse < Aws::EmptyStructure; end
|
2057
1463
|
|
2058
|
-
# @note When making an API call, you may pass DeleteSubscriptionDefinitionRequest
|
2059
|
-
# data as a hash:
|
2060
|
-
#
|
2061
|
-
# {
|
2062
|
-
# subscription_definition_id: "__string", # required
|
2063
|
-
# }
|
2064
|
-
#
|
2065
1464
|
# @!attribute [rw] subscription_definition_id
|
2066
1465
|
# @return [String]
|
2067
1466
|
#
|
@@ -2114,16 +1513,6 @@ module Aws::Greengrass
|
|
2114
1513
|
|
2115
1514
|
# Information about a device.
|
2116
1515
|
#
|
2117
|
-
# @note When making an API call, you may pass Device
|
2118
|
-
# data as a hash:
|
2119
|
-
#
|
2120
|
-
# {
|
2121
|
-
# certificate_arn: "__string", # required
|
2122
|
-
# id: "__string", # required
|
2123
|
-
# sync_shadow: false,
|
2124
|
-
# thing_arn: "__string", # required
|
2125
|
-
# }
|
2126
|
-
#
|
2127
1516
|
# @!attribute [rw] certificate_arn
|
2128
1517
|
# The ARN of the certificate associated with the device.
|
2129
1518
|
# @return [String]
|
@@ -2156,20 +1545,6 @@ module Aws::Greengrass
|
|
2156
1545
|
|
2157
1546
|
# Information about a device definition version.
|
2158
1547
|
#
|
2159
|
-
# @note When making an API call, you may pass DeviceDefinitionVersion
|
2160
|
-
# data as a hash:
|
2161
|
-
#
|
2162
|
-
# {
|
2163
|
-
# devices: [
|
2164
|
-
# {
|
2165
|
-
# certificate_arn: "__string", # required
|
2166
|
-
# id: "__string", # required
|
2167
|
-
# sync_shadow: false,
|
2168
|
-
# thing_arn: "__string", # required
|
2169
|
-
# },
|
2170
|
-
# ],
|
2171
|
-
# }
|
2172
|
-
#
|
2173
1548
|
# @!attribute [rw] devices
|
2174
1549
|
# A list of devices in the definition version.
|
2175
1550
|
# @return [Array<Types::Device>]
|
@@ -2182,13 +1557,6 @@ module Aws::Greengrass
|
|
2182
1557
|
include Aws::Structure
|
2183
1558
|
end
|
2184
1559
|
|
2185
|
-
# @note When making an API call, you may pass DisassociateRoleFromGroupRequest
|
2186
|
-
# data as a hash:
|
2187
|
-
#
|
2188
|
-
# {
|
2189
|
-
# group_id: "__string", # required
|
2190
|
-
# }
|
2191
|
-
#
|
2192
1560
|
# @!attribute [rw] group_id
|
2193
1561
|
# @return [String]
|
2194
1562
|
#
|
@@ -2258,42 +1626,6 @@ module Aws::Greengrass
|
|
2258
1626
|
|
2259
1627
|
# Information about a Lambda function.
|
2260
1628
|
#
|
2261
|
-
# @note When making an API call, you may pass Function
|
2262
|
-
# data as a hash:
|
2263
|
-
#
|
2264
|
-
# {
|
2265
|
-
# function_arn: "__string",
|
2266
|
-
# function_configuration: {
|
2267
|
-
# encoding_type: "binary", # accepts binary, json
|
2268
|
-
# environment: {
|
2269
|
-
# access_sysfs: false,
|
2270
|
-
# execution: {
|
2271
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2272
|
-
# run_as: {
|
2273
|
-
# gid: 1,
|
2274
|
-
# uid: 1,
|
2275
|
-
# },
|
2276
|
-
# },
|
2277
|
-
# resource_access_policies: [
|
2278
|
-
# {
|
2279
|
-
# permission: "ro", # accepts ro, rw
|
2280
|
-
# resource_id: "__string", # required
|
2281
|
-
# },
|
2282
|
-
# ],
|
2283
|
-
# variables: {
|
2284
|
-
# "__string" => "__string",
|
2285
|
-
# },
|
2286
|
-
# },
|
2287
|
-
# exec_args: "__string",
|
2288
|
-
# executable: "__string",
|
2289
|
-
# memory_size: 1,
|
2290
|
-
# pinned: false,
|
2291
|
-
# timeout: 1,
|
2292
|
-
# function_runtime_override: "__string",
|
2293
|
-
# },
|
2294
|
-
# id: "__string", # required
|
2295
|
-
# }
|
2296
|
-
#
|
2297
1629
|
# @!attribute [rw] function_arn
|
2298
1630
|
# The ARN of the Lambda function.
|
2299
1631
|
# @return [String]
|
@@ -2320,38 +1652,6 @@ module Aws::Greengrass
|
|
2320
1652
|
|
2321
1653
|
# The configuration of the Lambda function.
|
2322
1654
|
#
|
2323
|
-
# @note When making an API call, you may pass FunctionConfiguration
|
2324
|
-
# data as a hash:
|
2325
|
-
#
|
2326
|
-
# {
|
2327
|
-
# encoding_type: "binary", # accepts binary, json
|
2328
|
-
# environment: {
|
2329
|
-
# access_sysfs: false,
|
2330
|
-
# execution: {
|
2331
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2332
|
-
# run_as: {
|
2333
|
-
# gid: 1,
|
2334
|
-
# uid: 1,
|
2335
|
-
# },
|
2336
|
-
# },
|
2337
|
-
# resource_access_policies: [
|
2338
|
-
# {
|
2339
|
-
# permission: "ro", # accepts ro, rw
|
2340
|
-
# resource_id: "__string", # required
|
2341
|
-
# },
|
2342
|
-
# ],
|
2343
|
-
# variables: {
|
2344
|
-
# "__string" => "__string",
|
2345
|
-
# },
|
2346
|
-
# },
|
2347
|
-
# exec_args: "__string",
|
2348
|
-
# executable: "__string",
|
2349
|
-
# memory_size: 1,
|
2350
|
-
# pinned: false,
|
2351
|
-
# timeout: 1,
|
2352
|
-
# function_runtime_override: "__string",
|
2353
|
-
# }
|
2354
|
-
#
|
2355
1655
|
# @!attribute [rw] encoding_type
|
2356
1656
|
# The expected encoding type of the input payload for the function.
|
2357
1657
|
# The default is ''json''.
|
@@ -2408,29 +1708,6 @@ module Aws::Greengrass
|
|
2408
1708
|
|
2409
1709
|
# The environment configuration of the function.
|
2410
1710
|
#
|
2411
|
-
# @note When making an API call, you may pass FunctionConfigurationEnvironment
|
2412
|
-
# data as a hash:
|
2413
|
-
#
|
2414
|
-
# {
|
2415
|
-
# access_sysfs: false,
|
2416
|
-
# execution: {
|
2417
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2418
|
-
# run_as: {
|
2419
|
-
# gid: 1,
|
2420
|
-
# uid: 1,
|
2421
|
-
# },
|
2422
|
-
# },
|
2423
|
-
# resource_access_policies: [
|
2424
|
-
# {
|
2425
|
-
# permission: "ro", # accepts ro, rw
|
2426
|
-
# resource_id: "__string", # required
|
2427
|
-
# },
|
2428
|
-
# ],
|
2429
|
-
# variables: {
|
2430
|
-
# "__string" => "__string",
|
2431
|
-
# },
|
2432
|
-
# }
|
2433
|
-
#
|
2434
1711
|
# @!attribute [rw] access_sysfs
|
2435
1712
|
# If true, the Lambda function is allowed to access the host's /sys
|
2436
1713
|
# folder. Use this when the Lambda function needs to read device
|
@@ -2467,19 +1744,6 @@ module Aws::Greengrass
|
|
2467
1744
|
# The default configuration that applies to all Lambda functions in the
|
2468
1745
|
# group. Individual Lambda functions can override these settings.
|
2469
1746
|
#
|
2470
|
-
# @note When making an API call, you may pass FunctionDefaultConfig
|
2471
|
-
# data as a hash:
|
2472
|
-
#
|
2473
|
-
# {
|
2474
|
-
# execution: {
|
2475
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2476
|
-
# run_as: {
|
2477
|
-
# gid: 1,
|
2478
|
-
# uid: 1,
|
2479
|
-
# },
|
2480
|
-
# },
|
2481
|
-
# }
|
2482
|
-
#
|
2483
1747
|
# @!attribute [rw] execution
|
2484
1748
|
# Configuration information that specifies how a Lambda function runs.
|
2485
1749
|
# @return [Types::FunctionDefaultExecutionConfig]
|
@@ -2494,17 +1758,6 @@ module Aws::Greengrass
|
|
2494
1758
|
|
2495
1759
|
# Configuration information that specifies how a Lambda function runs.
|
2496
1760
|
#
|
2497
|
-
# @note When making an API call, you may pass FunctionDefaultExecutionConfig
|
2498
|
-
# data as a hash:
|
2499
|
-
#
|
2500
|
-
# {
|
2501
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2502
|
-
# run_as: {
|
2503
|
-
# gid: 1,
|
2504
|
-
# uid: 1,
|
2505
|
-
# },
|
2506
|
-
# }
|
2507
|
-
#
|
2508
1761
|
# @!attribute [rw] isolation_mode
|
2509
1762
|
# Specifies whether the Lambda function runs in a Greengrass container
|
2510
1763
|
# (default) or without containerization. Unless your scenario requires
|
@@ -2535,55 +1788,6 @@ module Aws::Greengrass
|
|
2535
1788
|
|
2536
1789
|
# Information about a function definition version.
|
2537
1790
|
#
|
2538
|
-
# @note When making an API call, you may pass FunctionDefinitionVersion
|
2539
|
-
# data as a hash:
|
2540
|
-
#
|
2541
|
-
# {
|
2542
|
-
# default_config: {
|
2543
|
-
# execution: {
|
2544
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2545
|
-
# run_as: {
|
2546
|
-
# gid: 1,
|
2547
|
-
# uid: 1,
|
2548
|
-
# },
|
2549
|
-
# },
|
2550
|
-
# },
|
2551
|
-
# functions: [
|
2552
|
-
# {
|
2553
|
-
# function_arn: "__string",
|
2554
|
-
# function_configuration: {
|
2555
|
-
# encoding_type: "binary", # accepts binary, json
|
2556
|
-
# environment: {
|
2557
|
-
# access_sysfs: false,
|
2558
|
-
# execution: {
|
2559
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2560
|
-
# run_as: {
|
2561
|
-
# gid: 1,
|
2562
|
-
# uid: 1,
|
2563
|
-
# },
|
2564
|
-
# },
|
2565
|
-
# resource_access_policies: [
|
2566
|
-
# {
|
2567
|
-
# permission: "ro", # accepts ro, rw
|
2568
|
-
# resource_id: "__string", # required
|
2569
|
-
# },
|
2570
|
-
# ],
|
2571
|
-
# variables: {
|
2572
|
-
# "__string" => "__string",
|
2573
|
-
# },
|
2574
|
-
# },
|
2575
|
-
# exec_args: "__string",
|
2576
|
-
# executable: "__string",
|
2577
|
-
# memory_size: 1,
|
2578
|
-
# pinned: false,
|
2579
|
-
# timeout: 1,
|
2580
|
-
# function_runtime_override: "__string",
|
2581
|
-
# },
|
2582
|
-
# id: "__string", # required
|
2583
|
-
# },
|
2584
|
-
# ],
|
2585
|
-
# }
|
2586
|
-
#
|
2587
1791
|
# @!attribute [rw] default_config
|
2588
1792
|
# The default configuration that applies to all Lambda functions in
|
2589
1793
|
# this function definition version. Individual Lambda functions can
|
@@ -2605,17 +1809,6 @@ module Aws::Greengrass
|
|
2605
1809
|
|
2606
1810
|
# Configuration information that specifies how a Lambda function runs.
|
2607
1811
|
#
|
2608
|
-
# @note When making an API call, you may pass FunctionExecutionConfig
|
2609
|
-
# data as a hash:
|
2610
|
-
#
|
2611
|
-
# {
|
2612
|
-
# isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
|
2613
|
-
# run_as: {
|
2614
|
-
# gid: 1,
|
2615
|
-
# uid: 1,
|
2616
|
-
# },
|
2617
|
-
# }
|
2618
|
-
#
|
2619
1812
|
# @!attribute [rw] isolation_mode
|
2620
1813
|
# Specifies whether the Lambda function runs in a Greengrass container
|
2621
1814
|
# (default) or without containerization. Unless your scenario requires
|
@@ -2653,14 +1846,6 @@ module Aws::Greengrass
|
|
2653
1846
|
# ''greengrass-root/config'' to set
|
2654
1847
|
# ''allowFunctionsToRunAsRoot'' to ''yes''.
|
2655
1848
|
#
|
2656
|
-
# @note When making an API call, you may pass FunctionRunAsConfig
|
2657
|
-
# data as a hash:
|
2658
|
-
#
|
2659
|
-
# {
|
2660
|
-
# gid: 1,
|
2661
|
-
# uid: 1,
|
2662
|
-
# }
|
2663
|
-
#
|
2664
1849
|
# @!attribute [rw] gid
|
2665
1850
|
# The group ID whose permissions are used to run a Lambda function.
|
2666
1851
|
# @return [Integer]
|
@@ -2697,13 +1882,6 @@ module Aws::Greengrass
|
|
2697
1882
|
include Aws::Structure
|
2698
1883
|
end
|
2699
1884
|
|
2700
|
-
# @note When making an API call, you may pass GetAssociatedRoleRequest
|
2701
|
-
# data as a hash:
|
2702
|
-
#
|
2703
|
-
# {
|
2704
|
-
# group_id: "__string", # required
|
2705
|
-
# }
|
2706
|
-
#
|
2707
1885
|
# @!attribute [rw] group_id
|
2708
1886
|
# @return [String]
|
2709
1887
|
#
|
@@ -2732,13 +1910,6 @@ module Aws::Greengrass
|
|
2732
1910
|
include Aws::Structure
|
2733
1911
|
end
|
2734
1912
|
|
2735
|
-
# @note When making an API call, you may pass GetBulkDeploymentStatusRequest
|
2736
|
-
# data as a hash:
|
2737
|
-
#
|
2738
|
-
# {
|
2739
|
-
# bulk_deployment_id: "__string", # required
|
2740
|
-
# }
|
2741
|
-
#
|
2742
1913
|
# @!attribute [rw] bulk_deployment_id
|
2743
1914
|
# @return [String]
|
2744
1915
|
#
|
@@ -2790,13 +1961,6 @@ module Aws::Greengrass
|
|
2790
1961
|
include Aws::Structure
|
2791
1962
|
end
|
2792
1963
|
|
2793
|
-
# @note When making an API call, you may pass GetConnectivityInfoRequest
|
2794
|
-
# data as a hash:
|
2795
|
-
#
|
2796
|
-
# {
|
2797
|
-
# thing_name: "__string", # required
|
2798
|
-
# }
|
2799
|
-
#
|
2800
1964
|
# @!attribute [rw] thing_name
|
2801
1965
|
# @return [String]
|
2802
1966
|
#
|
@@ -2827,13 +1991,6 @@ module Aws::Greengrass
|
|
2827
1991
|
include Aws::Structure
|
2828
1992
|
end
|
2829
1993
|
|
2830
|
-
# @note When making an API call, you may pass GetConnectorDefinitionRequest
|
2831
|
-
# data as a hash:
|
2832
|
-
#
|
2833
|
-
# {
|
2834
|
-
# connector_definition_id: "__string", # required
|
2835
|
-
# }
|
2836
|
-
#
|
2837
1994
|
# @!attribute [rw] connector_definition_id
|
2838
1995
|
# @return [String]
|
2839
1996
|
#
|
@@ -2885,15 +2042,6 @@ module Aws::Greengrass
|
|
2885
2042
|
include Aws::Structure
|
2886
2043
|
end
|
2887
2044
|
|
2888
|
-
# @note When making an API call, you may pass GetConnectorDefinitionVersionRequest
|
2889
|
-
# data as a hash:
|
2890
|
-
#
|
2891
|
-
# {
|
2892
|
-
# connector_definition_id: "__string", # required
|
2893
|
-
# connector_definition_version_id: "__string", # required
|
2894
|
-
# next_token: "__string",
|
2895
|
-
# }
|
2896
|
-
#
|
2897
2045
|
# @!attribute [rw] connector_definition_id
|
2898
2046
|
# @return [String]
|
2899
2047
|
#
|
@@ -2954,13 +2102,6 @@ module Aws::Greengrass
|
|
2954
2102
|
include Aws::Structure
|
2955
2103
|
end
|
2956
2104
|
|
2957
|
-
# @note When making an API call, you may pass GetCoreDefinitionRequest
|
2958
|
-
# data as a hash:
|
2959
|
-
#
|
2960
|
-
# {
|
2961
|
-
# core_definition_id: "__string", # required
|
2962
|
-
# }
|
2963
|
-
#
|
2964
2105
|
# @!attribute [rw] core_definition_id
|
2965
2106
|
# @return [String]
|
2966
2107
|
#
|
@@ -3012,14 +2153,6 @@ module Aws::Greengrass
|
|
3012
2153
|
include Aws::Structure
|
3013
2154
|
end
|
3014
2155
|
|
3015
|
-
# @note When making an API call, you may pass GetCoreDefinitionVersionRequest
|
3016
|
-
# data as a hash:
|
3017
|
-
#
|
3018
|
-
# {
|
3019
|
-
# core_definition_id: "__string", # required
|
3020
|
-
# core_definition_version_id: "__string", # required
|
3021
|
-
# }
|
3022
|
-
#
|
3023
2156
|
# @!attribute [rw] core_definition_id
|
3024
2157
|
# @return [String]
|
3025
2158
|
#
|
@@ -3074,14 +2207,6 @@ module Aws::Greengrass
|
|
3074
2207
|
include Aws::Structure
|
3075
2208
|
end
|
3076
2209
|
|
3077
|
-
# @note When making an API call, you may pass GetDeploymentStatusRequest
|
3078
|
-
# data as a hash:
|
3079
|
-
#
|
3080
|
-
# {
|
3081
|
-
# deployment_id: "__string", # required
|
3082
|
-
# group_id: "__string", # required
|
3083
|
-
# }
|
3084
|
-
#
|
3085
2210
|
# @!attribute [rw] deployment_id
|
3086
2211
|
# @return [String]
|
3087
2212
|
#
|
@@ -3133,13 +2258,6 @@ module Aws::Greengrass
|
|
3133
2258
|
include Aws::Structure
|
3134
2259
|
end
|
3135
2260
|
|
3136
|
-
# @note When making an API call, you may pass GetDeviceDefinitionRequest
|
3137
|
-
# data as a hash:
|
3138
|
-
#
|
3139
|
-
# {
|
3140
|
-
# device_definition_id: "__string", # required
|
3141
|
-
# }
|
3142
|
-
#
|
3143
2261
|
# @!attribute [rw] device_definition_id
|
3144
2262
|
# @return [String]
|
3145
2263
|
#
|
@@ -3191,15 +2309,6 @@ module Aws::Greengrass
|
|
3191
2309
|
include Aws::Structure
|
3192
2310
|
end
|
3193
2311
|
|
3194
|
-
# @note When making an API call, you may pass GetDeviceDefinitionVersionRequest
|
3195
|
-
# data as a hash:
|
3196
|
-
#
|
3197
|
-
# {
|
3198
|
-
# device_definition_id: "__string", # required
|
3199
|
-
# device_definition_version_id: "__string", # required
|
3200
|
-
# next_token: "__string",
|
3201
|
-
# }
|
3202
|
-
#
|
3203
2312
|
# @!attribute [rw] device_definition_id
|
3204
2313
|
# @return [String]
|
3205
2314
|
#
|
@@ -3258,13 +2367,6 @@ module Aws::Greengrass
|
|
3258
2367
|
include Aws::Structure
|
3259
2368
|
end
|
3260
2369
|
|
3261
|
-
# @note When making an API call, you may pass GetFunctionDefinitionRequest
|
3262
|
-
# data as a hash:
|
3263
|
-
#
|
3264
|
-
# {
|
3265
|
-
# function_definition_id: "__string", # required
|
3266
|
-
# }
|
3267
|
-
#
|
3268
2370
|
# @!attribute [rw] function_definition_id
|
3269
2371
|
# @return [String]
|
3270
2372
|
#
|
@@ -3316,15 +2418,6 @@ module Aws::Greengrass
|
|
3316
2418
|
include Aws::Structure
|
3317
2419
|
end
|
3318
2420
|
|
3319
|
-
# @note When making an API call, you may pass GetFunctionDefinitionVersionRequest
|
3320
|
-
# data as a hash:
|
3321
|
-
#
|
3322
|
-
# {
|
3323
|
-
# function_definition_id: "__string", # required
|
3324
|
-
# function_definition_version_id: "__string", # required
|
3325
|
-
# next_token: "__string",
|
3326
|
-
# }
|
3327
|
-
#
|
3328
2421
|
# @!attribute [rw] function_definition_id
|
3329
2422
|
# @return [String]
|
3330
2423
|
#
|
@@ -3385,14 +2478,6 @@ module Aws::Greengrass
|
|
3385
2478
|
include Aws::Structure
|
3386
2479
|
end
|
3387
2480
|
|
3388
|
-
# @note When making an API call, you may pass GetGroupCertificateAuthorityRequest
|
3389
|
-
# data as a hash:
|
3390
|
-
#
|
3391
|
-
# {
|
3392
|
-
# certificate_authority_id: "__string", # required
|
3393
|
-
# group_id: "__string", # required
|
3394
|
-
# }
|
3395
|
-
#
|
3396
2481
|
# @!attribute [rw] certificate_authority_id
|
3397
2482
|
# @return [String]
|
3398
2483
|
#
|
@@ -3432,13 +2517,6 @@ module Aws::Greengrass
|
|
3432
2517
|
include Aws::Structure
|
3433
2518
|
end
|
3434
2519
|
|
3435
|
-
# @note When making an API call, you may pass GetGroupCertificateConfigurationRequest
|
3436
|
-
# data as a hash:
|
3437
|
-
#
|
3438
|
-
# {
|
3439
|
-
# group_id: "__string", # required
|
3440
|
-
# }
|
3441
|
-
#
|
3442
2520
|
# @!attribute [rw] group_id
|
3443
2521
|
# @return [String]
|
3444
2522
|
#
|
@@ -3469,13 +2547,6 @@ module Aws::Greengrass
|
|
3469
2547
|
include Aws::Structure
|
3470
2548
|
end
|
3471
2549
|
|
3472
|
-
# @note When making an API call, you may pass GetGroupRequest
|
3473
|
-
# data as a hash:
|
3474
|
-
#
|
3475
|
-
# {
|
3476
|
-
# group_id: "__string", # required
|
3477
|
-
# }
|
3478
|
-
#
|
3479
2550
|
# @!attribute [rw] group_id
|
3480
2551
|
# @return [String]
|
3481
2552
|
#
|
@@ -3527,14 +2598,6 @@ module Aws::Greengrass
|
|
3527
2598
|
include Aws::Structure
|
3528
2599
|
end
|
3529
2600
|
|
3530
|
-
# @note When making an API call, you may pass GetGroupVersionRequest
|
3531
|
-
# data as a hash:
|
3532
|
-
#
|
3533
|
-
# {
|
3534
|
-
# group_id: "__string", # required
|
3535
|
-
# group_version_id: "__string", # required
|
3536
|
-
# }
|
3537
|
-
#
|
3538
2601
|
# @!attribute [rw] group_id
|
3539
2602
|
# @return [String]
|
3540
2603
|
#
|
@@ -3585,13 +2648,6 @@ module Aws::Greengrass
|
|
3585
2648
|
include Aws::Structure
|
3586
2649
|
end
|
3587
2650
|
|
3588
|
-
# @note When making an API call, you may pass GetLoggerDefinitionRequest
|
3589
|
-
# data as a hash:
|
3590
|
-
#
|
3591
|
-
# {
|
3592
|
-
# logger_definition_id: "__string", # required
|
3593
|
-
# }
|
3594
|
-
#
|
3595
2651
|
# @!attribute [rw] logger_definition_id
|
3596
2652
|
# @return [String]
|
3597
2653
|
#
|
@@ -3643,15 +2699,6 @@ module Aws::Greengrass
|
|
3643
2699
|
include Aws::Structure
|
3644
2700
|
end
|
3645
2701
|
|
3646
|
-
# @note When making an API call, you may pass GetLoggerDefinitionVersionRequest
|
3647
|
-
# data as a hash:
|
3648
|
-
#
|
3649
|
-
# {
|
3650
|
-
# logger_definition_id: "__string", # required
|
3651
|
-
# logger_definition_version_id: "__string", # required
|
3652
|
-
# next_token: "__string",
|
3653
|
-
# }
|
3654
|
-
#
|
3655
2702
|
# @!attribute [rw] logger_definition_id
|
3656
2703
|
# @return [String]
|
3657
2704
|
#
|
@@ -3706,13 +2753,6 @@ module Aws::Greengrass
|
|
3706
2753
|
include Aws::Structure
|
3707
2754
|
end
|
3708
2755
|
|
3709
|
-
# @note When making an API call, you may pass GetResourceDefinitionRequest
|
3710
|
-
# data as a hash:
|
3711
|
-
#
|
3712
|
-
# {
|
3713
|
-
# resource_definition_id: "__string", # required
|
3714
|
-
# }
|
3715
|
-
#
|
3716
2756
|
# @!attribute [rw] resource_definition_id
|
3717
2757
|
# @return [String]
|
3718
2758
|
#
|
@@ -3764,14 +2804,6 @@ module Aws::Greengrass
|
|
3764
2804
|
include Aws::Structure
|
3765
2805
|
end
|
3766
2806
|
|
3767
|
-
# @note When making an API call, you may pass GetResourceDefinitionVersionRequest
|
3768
|
-
# data as a hash:
|
3769
|
-
#
|
3770
|
-
# {
|
3771
|
-
# resource_definition_id: "__string", # required
|
3772
|
-
# resource_definition_version_id: "__string", # required
|
3773
|
-
# }
|
3774
|
-
#
|
3775
2807
|
# @!attribute [rw] resource_definition_id
|
3776
2808
|
# @return [String]
|
3777
2809
|
#
|
@@ -3845,13 +2877,6 @@ module Aws::Greengrass
|
|
3845
2877
|
include Aws::Structure
|
3846
2878
|
end
|
3847
2879
|
|
3848
|
-
# @note When making an API call, you may pass GetSubscriptionDefinitionRequest
|
3849
|
-
# data as a hash:
|
3850
|
-
#
|
3851
|
-
# {
|
3852
|
-
# subscription_definition_id: "__string", # required
|
3853
|
-
# }
|
3854
|
-
#
|
3855
2880
|
# @!attribute [rw] subscription_definition_id
|
3856
2881
|
# @return [String]
|
3857
2882
|
#
|
@@ -3903,15 +2928,6 @@ module Aws::Greengrass
|
|
3903
2928
|
include Aws::Structure
|
3904
2929
|
end
|
3905
2930
|
|
3906
|
-
# @note When making an API call, you may pass GetSubscriptionDefinitionVersionRequest
|
3907
|
-
# data as a hash:
|
3908
|
-
#
|
3909
|
-
# {
|
3910
|
-
# next_token: "__string",
|
3911
|
-
# subscription_definition_id: "__string", # required
|
3912
|
-
# subscription_definition_version_id: "__string", # required
|
3913
|
-
# }
|
3914
|
-
#
|
3915
2931
|
# @!attribute [rw] next_token
|
3916
2932
|
# @return [String]
|
3917
2933
|
#
|
@@ -3972,13 +2988,6 @@ module Aws::Greengrass
|
|
3972
2988
|
include Aws::Structure
|
3973
2989
|
end
|
3974
2990
|
|
3975
|
-
# @note When making an API call, you may pass GetThingRuntimeConfigurationRequest
|
3976
|
-
# data as a hash:
|
3977
|
-
#
|
3978
|
-
# {
|
3979
|
-
# thing_name: "__string", # required
|
3980
|
-
# }
|
3981
|
-
#
|
3982
2991
|
# @!attribute [rw] thing_name
|
3983
2992
|
# @return [String]
|
3984
2993
|
#
|
@@ -4097,14 +3106,6 @@ module Aws::Greengrass
|
|
4097
3106
|
|
4098
3107
|
# Group owner related settings for local resources.
|
4099
3108
|
#
|
4100
|
-
# @note When making an API call, you may pass GroupOwnerSetting
|
4101
|
-
# data as a hash:
|
4102
|
-
#
|
4103
|
-
# {
|
4104
|
-
# auto_add_group_owner: false,
|
4105
|
-
# group_owner: "__string",
|
4106
|
-
# }
|
4107
|
-
#
|
4108
3109
|
# @!attribute [rw] auto_add_group_owner
|
4109
3110
|
# If true, AWS IoT Greengrass automatically adds the specified Linux
|
4110
3111
|
# OS group owner of the resource to the Lambda process privileges.
|
@@ -4128,19 +3129,6 @@ module Aws::Greengrass
|
|
4128
3129
|
|
4129
3130
|
# Information about a group version.
|
4130
3131
|
#
|
4131
|
-
# @note When making an API call, you may pass GroupVersion
|
4132
|
-
# data as a hash:
|
4133
|
-
#
|
4134
|
-
# {
|
4135
|
-
# connector_definition_version_arn: "__string",
|
4136
|
-
# core_definition_version_arn: "__string",
|
4137
|
-
# device_definition_version_arn: "__string",
|
4138
|
-
# function_definition_version_arn: "__string",
|
4139
|
-
# logger_definition_version_arn: "__string",
|
4140
|
-
# resource_definition_version_arn: "__string",
|
4141
|
-
# subscription_definition_version_arn: "__string",
|
4142
|
-
# }
|
4143
|
-
#
|
4144
3132
|
# @!attribute [rw] connector_definition_version_arn
|
4145
3133
|
# The ARN of the connector definition version for this group.
|
4146
3134
|
# @return [String]
|
@@ -4201,15 +3189,6 @@ module Aws::Greengrass
|
|
4201
3189
|
include Aws::Structure
|
4202
3190
|
end
|
4203
3191
|
|
4204
|
-
# @note When making an API call, you may pass ListBulkDeploymentDetailedReportsRequest
|
4205
|
-
# data as a hash:
|
4206
|
-
#
|
4207
|
-
# {
|
4208
|
-
# bulk_deployment_id: "__string", # required
|
4209
|
-
# max_results: "__string",
|
4210
|
-
# next_token: "__string",
|
4211
|
-
# }
|
4212
|
-
#
|
4213
3192
|
# @!attribute [rw] bulk_deployment_id
|
4214
3193
|
# @return [String]
|
4215
3194
|
#
|
@@ -4248,14 +3227,6 @@ module Aws::Greengrass
|
|
4248
3227
|
include Aws::Structure
|
4249
3228
|
end
|
4250
3229
|
|
4251
|
-
# @note When making an API call, you may pass ListBulkDeploymentsRequest
|
4252
|
-
# data as a hash:
|
4253
|
-
#
|
4254
|
-
# {
|
4255
|
-
# max_results: "__string",
|
4256
|
-
# next_token: "__string",
|
4257
|
-
# }
|
4258
|
-
#
|
4259
3230
|
# @!attribute [rw] max_results
|
4260
3231
|
# @return [String]
|
4261
3232
|
#
|
@@ -4289,15 +3260,6 @@ module Aws::Greengrass
|
|
4289
3260
|
include Aws::Structure
|
4290
3261
|
end
|
4291
3262
|
|
4292
|
-
# @note When making an API call, you may pass ListConnectorDefinitionVersionsRequest
|
4293
|
-
# data as a hash:
|
4294
|
-
#
|
4295
|
-
# {
|
4296
|
-
# connector_definition_id: "__string", # required
|
4297
|
-
# max_results: "__string",
|
4298
|
-
# next_token: "__string",
|
4299
|
-
# }
|
4300
|
-
#
|
4301
3263
|
# @!attribute [rw] connector_definition_id
|
4302
3264
|
# @return [String]
|
4303
3265
|
#
|
@@ -4332,14 +3294,6 @@ module Aws::Greengrass
|
|
4332
3294
|
include Aws::Structure
|
4333
3295
|
end
|
4334
3296
|
|
4335
|
-
# @note When making an API call, you may pass ListConnectorDefinitionsRequest
|
4336
|
-
# data as a hash:
|
4337
|
-
#
|
4338
|
-
# {
|
4339
|
-
# max_results: "__string",
|
4340
|
-
# next_token: "__string",
|
4341
|
-
# }
|
4342
|
-
#
|
4343
3297
|
# @!attribute [rw] max_results
|
4344
3298
|
# @return [String]
|
4345
3299
|
#
|
@@ -4370,15 +3324,6 @@ module Aws::Greengrass
|
|
4370
3324
|
include Aws::Structure
|
4371
3325
|
end
|
4372
3326
|
|
4373
|
-
# @note When making an API call, you may pass ListCoreDefinitionVersionsRequest
|
4374
|
-
# data as a hash:
|
4375
|
-
#
|
4376
|
-
# {
|
4377
|
-
# core_definition_id: "__string", # required
|
4378
|
-
# max_results: "__string",
|
4379
|
-
# next_token: "__string",
|
4380
|
-
# }
|
4381
|
-
#
|
4382
3327
|
# @!attribute [rw] core_definition_id
|
4383
3328
|
# @return [String]
|
4384
3329
|
#
|
@@ -4413,14 +3358,6 @@ module Aws::Greengrass
|
|
4413
3358
|
include Aws::Structure
|
4414
3359
|
end
|
4415
3360
|
|
4416
|
-
# @note When making an API call, you may pass ListCoreDefinitionsRequest
|
4417
|
-
# data as a hash:
|
4418
|
-
#
|
4419
|
-
# {
|
4420
|
-
# max_results: "__string",
|
4421
|
-
# next_token: "__string",
|
4422
|
-
# }
|
4423
|
-
#
|
4424
3361
|
# @!attribute [rw] max_results
|
4425
3362
|
# @return [String]
|
4426
3363
|
#
|
@@ -4471,15 +3408,6 @@ module Aws::Greengrass
|
|
4471
3408
|
include Aws::Structure
|
4472
3409
|
end
|
4473
3410
|
|
4474
|
-
# @note When making an API call, you may pass ListDeploymentsRequest
|
4475
|
-
# data as a hash:
|
4476
|
-
#
|
4477
|
-
# {
|
4478
|
-
# group_id: "__string", # required
|
4479
|
-
# max_results: "__string",
|
4480
|
-
# next_token: "__string",
|
4481
|
-
# }
|
4482
|
-
#
|
4483
3411
|
# @!attribute [rw] group_id
|
4484
3412
|
# @return [String]
|
4485
3413
|
#
|
@@ -4517,15 +3445,6 @@ module Aws::Greengrass
|
|
4517
3445
|
include Aws::Structure
|
4518
3446
|
end
|
4519
3447
|
|
4520
|
-
# @note When making an API call, you may pass ListDeviceDefinitionVersionsRequest
|
4521
|
-
# data as a hash:
|
4522
|
-
#
|
4523
|
-
# {
|
4524
|
-
# device_definition_id: "__string", # required
|
4525
|
-
# max_results: "__string",
|
4526
|
-
# next_token: "__string",
|
4527
|
-
# }
|
4528
|
-
#
|
4529
3448
|
# @!attribute [rw] device_definition_id
|
4530
3449
|
# @return [String]
|
4531
3450
|
#
|
@@ -4560,14 +3479,6 @@ module Aws::Greengrass
|
|
4560
3479
|
include Aws::Structure
|
4561
3480
|
end
|
4562
3481
|
|
4563
|
-
# @note When making an API call, you may pass ListDeviceDefinitionsRequest
|
4564
|
-
# data as a hash:
|
4565
|
-
#
|
4566
|
-
# {
|
4567
|
-
# max_results: "__string",
|
4568
|
-
# next_token: "__string",
|
4569
|
-
# }
|
4570
|
-
#
|
4571
3482
|
# @!attribute [rw] max_results
|
4572
3483
|
# @return [String]
|
4573
3484
|
#
|
@@ -4598,15 +3509,6 @@ module Aws::Greengrass
|
|
4598
3509
|
include Aws::Structure
|
4599
3510
|
end
|
4600
3511
|
|
4601
|
-
# @note When making an API call, you may pass ListFunctionDefinitionVersionsRequest
|
4602
|
-
# data as a hash:
|
4603
|
-
#
|
4604
|
-
# {
|
4605
|
-
# function_definition_id: "__string", # required
|
4606
|
-
# max_results: "__string",
|
4607
|
-
# next_token: "__string",
|
4608
|
-
# }
|
4609
|
-
#
|
4610
3512
|
# @!attribute [rw] function_definition_id
|
4611
3513
|
# @return [String]
|
4612
3514
|
#
|
@@ -4641,14 +3543,6 @@ module Aws::Greengrass
|
|
4641
3543
|
include Aws::Structure
|
4642
3544
|
end
|
4643
3545
|
|
4644
|
-
# @note When making an API call, you may pass ListFunctionDefinitionsRequest
|
4645
|
-
# data as a hash:
|
4646
|
-
#
|
4647
|
-
# {
|
4648
|
-
# max_results: "__string",
|
4649
|
-
# next_token: "__string",
|
4650
|
-
# }
|
4651
|
-
#
|
4652
3546
|
# @!attribute [rw] max_results
|
4653
3547
|
# @return [String]
|
4654
3548
|
#
|
@@ -4679,13 +3573,6 @@ module Aws::Greengrass
|
|
4679
3573
|
include Aws::Structure
|
4680
3574
|
end
|
4681
3575
|
|
4682
|
-
# @note When making an API call, you may pass ListGroupCertificateAuthoritiesRequest
|
4683
|
-
# data as a hash:
|
4684
|
-
#
|
4685
|
-
# {
|
4686
|
-
# group_id: "__string", # required
|
4687
|
-
# }
|
4688
|
-
#
|
4689
3576
|
# @!attribute [rw] group_id
|
4690
3577
|
# @return [String]
|
4691
3578
|
#
|
@@ -4709,15 +3596,6 @@ module Aws::Greengrass
|
|
4709
3596
|
include Aws::Structure
|
4710
3597
|
end
|
4711
3598
|
|
4712
|
-
# @note When making an API call, you may pass ListGroupVersionsRequest
|
4713
|
-
# data as a hash:
|
4714
|
-
#
|
4715
|
-
# {
|
4716
|
-
# group_id: "__string", # required
|
4717
|
-
# max_results: "__string",
|
4718
|
-
# next_token: "__string",
|
4719
|
-
# }
|
4720
|
-
#
|
4721
3599
|
# @!attribute [rw] group_id
|
4722
3600
|
# @return [String]
|
4723
3601
|
#
|
@@ -4752,14 +3630,6 @@ module Aws::Greengrass
|
|
4752
3630
|
include Aws::Structure
|
4753
3631
|
end
|
4754
3632
|
|
4755
|
-
# @note When making an API call, you may pass ListGroupsRequest
|
4756
|
-
# data as a hash:
|
4757
|
-
#
|
4758
|
-
# {
|
4759
|
-
# max_results: "__string",
|
4760
|
-
# next_token: "__string",
|
4761
|
-
# }
|
4762
|
-
#
|
4763
3633
|
# @!attribute [rw] max_results
|
4764
3634
|
# @return [String]
|
4765
3635
|
#
|
@@ -4793,15 +3663,6 @@ module Aws::Greengrass
|
|
4793
3663
|
include Aws::Structure
|
4794
3664
|
end
|
4795
3665
|
|
4796
|
-
# @note When making an API call, you may pass ListLoggerDefinitionVersionsRequest
|
4797
|
-
# data as a hash:
|
4798
|
-
#
|
4799
|
-
# {
|
4800
|
-
# logger_definition_id: "__string", # required
|
4801
|
-
# max_results: "__string",
|
4802
|
-
# next_token: "__string",
|
4803
|
-
# }
|
4804
|
-
#
|
4805
3666
|
# @!attribute [rw] logger_definition_id
|
4806
3667
|
# @return [String]
|
4807
3668
|
#
|
@@ -4836,14 +3697,6 @@ module Aws::Greengrass
|
|
4836
3697
|
include Aws::Structure
|
4837
3698
|
end
|
4838
3699
|
|
4839
|
-
# @note When making an API call, you may pass ListLoggerDefinitionsRequest
|
4840
|
-
# data as a hash:
|
4841
|
-
#
|
4842
|
-
# {
|
4843
|
-
# max_results: "__string",
|
4844
|
-
# next_token: "__string",
|
4845
|
-
# }
|
4846
|
-
#
|
4847
3700
|
# @!attribute [rw] max_results
|
4848
3701
|
# @return [String]
|
4849
3702
|
#
|
@@ -4874,15 +3727,6 @@ module Aws::Greengrass
|
|
4874
3727
|
include Aws::Structure
|
4875
3728
|
end
|
4876
3729
|
|
4877
|
-
# @note When making an API call, you may pass ListResourceDefinitionVersionsRequest
|
4878
|
-
# data as a hash:
|
4879
|
-
#
|
4880
|
-
# {
|
4881
|
-
# max_results: "__string",
|
4882
|
-
# next_token: "__string",
|
4883
|
-
# resource_definition_id: "__string", # required
|
4884
|
-
# }
|
4885
|
-
#
|
4886
3730
|
# @!attribute [rw] max_results
|
4887
3731
|
# @return [String]
|
4888
3732
|
#
|
@@ -4917,14 +3761,6 @@ module Aws::Greengrass
|
|
4917
3761
|
include Aws::Structure
|
4918
3762
|
end
|
4919
3763
|
|
4920
|
-
# @note When making an API call, you may pass ListResourceDefinitionsRequest
|
4921
|
-
# data as a hash:
|
4922
|
-
#
|
4923
|
-
# {
|
4924
|
-
# max_results: "__string",
|
4925
|
-
# next_token: "__string",
|
4926
|
-
# }
|
4927
|
-
#
|
4928
3764
|
# @!attribute [rw] max_results
|
4929
3765
|
# @return [String]
|
4930
3766
|
#
|
@@ -4955,15 +3791,6 @@ module Aws::Greengrass
|
|
4955
3791
|
include Aws::Structure
|
4956
3792
|
end
|
4957
3793
|
|
4958
|
-
# @note When making an API call, you may pass ListSubscriptionDefinitionVersionsRequest
|
4959
|
-
# data as a hash:
|
4960
|
-
#
|
4961
|
-
# {
|
4962
|
-
# max_results: "__string",
|
4963
|
-
# next_token: "__string",
|
4964
|
-
# subscription_definition_id: "__string", # required
|
4965
|
-
# }
|
4966
|
-
#
|
4967
3794
|
# @!attribute [rw] max_results
|
4968
3795
|
# @return [String]
|
4969
3796
|
#
|
@@ -4998,14 +3825,6 @@ module Aws::Greengrass
|
|
4998
3825
|
include Aws::Structure
|
4999
3826
|
end
|
5000
3827
|
|
5001
|
-
# @note When making an API call, you may pass ListSubscriptionDefinitionsRequest
|
5002
|
-
# data as a hash:
|
5003
|
-
#
|
5004
|
-
# {
|
5005
|
-
# max_results: "__string",
|
5006
|
-
# next_token: "__string",
|
5007
|
-
# }
|
5008
|
-
#
|
5009
3828
|
# @!attribute [rw] max_results
|
5010
3829
|
# @return [String]
|
5011
3830
|
#
|
@@ -5036,13 +3855,6 @@ module Aws::Greengrass
|
|
5036
3855
|
include Aws::Structure
|
5037
3856
|
end
|
5038
3857
|
|
5039
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
5040
|
-
# data as a hash:
|
5041
|
-
#
|
5042
|
-
# {
|
5043
|
-
# resource_arn: "__string", # required
|
5044
|
-
# }
|
5045
|
-
#
|
5046
3858
|
# @!attribute [rw] resource_arn
|
5047
3859
|
# @return [String]
|
5048
3860
|
#
|
@@ -5088,17 +3900,6 @@ module Aws::Greengrass
|
|
5088
3900
|
|
5089
3901
|
# Attributes that define a local device resource.
|
5090
3902
|
#
|
5091
|
-
# @note When making an API call, you may pass LocalDeviceResourceData
|
5092
|
-
# data as a hash:
|
5093
|
-
#
|
5094
|
-
# {
|
5095
|
-
# group_owner_setting: {
|
5096
|
-
# auto_add_group_owner: false,
|
5097
|
-
# group_owner: "__string",
|
5098
|
-
# },
|
5099
|
-
# source_path: "__string",
|
5100
|
-
# }
|
5101
|
-
#
|
5102
3903
|
# @!attribute [rw] group_owner_setting
|
5103
3904
|
# Group/owner related settings for local resources.
|
5104
3905
|
# @return [Types::GroupOwnerSetting]
|
@@ -5120,18 +3921,6 @@ module Aws::Greengrass
|
|
5120
3921
|
|
5121
3922
|
# Attributes that define a local volume resource.
|
5122
3923
|
#
|
5123
|
-
# @note When making an API call, you may pass LocalVolumeResourceData
|
5124
|
-
# data as a hash:
|
5125
|
-
#
|
5126
|
-
# {
|
5127
|
-
# destination_path: "__string",
|
5128
|
-
# group_owner_setting: {
|
5129
|
-
# auto_add_group_owner: false,
|
5130
|
-
# group_owner: "__string",
|
5131
|
-
# },
|
5132
|
-
# source_path: "__string",
|
5133
|
-
# }
|
5134
|
-
#
|
5135
3924
|
# @!attribute [rw] destination_path
|
5136
3925
|
# The absolute local path of the resource inside the Lambda
|
5137
3926
|
# environment.
|
@@ -5160,17 +3949,6 @@ module Aws::Greengrass
|
|
5160
3949
|
|
5161
3950
|
# Information about a logger
|
5162
3951
|
#
|
5163
|
-
# @note When making an API call, you may pass Logger
|
5164
|
-
# data as a hash:
|
5165
|
-
#
|
5166
|
-
# {
|
5167
|
-
# component: "GreengrassSystem", # required, accepts GreengrassSystem, Lambda
|
5168
|
-
# id: "__string", # required
|
5169
|
-
# level: "DEBUG", # required, accepts DEBUG, INFO, WARN, ERROR, FATAL
|
5170
|
-
# space: 1,
|
5171
|
-
# type: "FileSystem", # required, accepts FileSystem, AWSCloudWatch
|
5172
|
-
# }
|
5173
|
-
#
|
5174
3952
|
# @!attribute [rw] component
|
5175
3953
|
# The component that will be subject to logging.
|
5176
3954
|
# @return [String]
|
@@ -5208,21 +3986,6 @@ module Aws::Greengrass
|
|
5208
3986
|
|
5209
3987
|
# Information about a logger definition version.
|
5210
3988
|
#
|
5211
|
-
# @note When making an API call, you may pass LoggerDefinitionVersion
|
5212
|
-
# data as a hash:
|
5213
|
-
#
|
5214
|
-
# {
|
5215
|
-
# loggers: [
|
5216
|
-
# {
|
5217
|
-
# component: "GreengrassSystem", # required, accepts GreengrassSystem, Lambda
|
5218
|
-
# id: "__string", # required
|
5219
|
-
# level: "DEBUG", # required, accepts DEBUG, INFO, WARN, ERROR, FATAL
|
5220
|
-
# space: 1,
|
5221
|
-
# type: "FileSystem", # required, accepts FileSystem, AWSCloudWatch
|
5222
|
-
# },
|
5223
|
-
# ],
|
5224
|
-
# }
|
5225
|
-
#
|
5226
3989
|
# @!attribute [rw] loggers
|
5227
3990
|
# A list of loggers.
|
5228
3991
|
# @return [Array<Types::Logger>]
|
@@ -5237,15 +4000,6 @@ module Aws::Greengrass
|
|
5237
4000
|
|
5238
4001
|
# Information about a group reset request.
|
5239
4002
|
#
|
5240
|
-
# @note When making an API call, you may pass ResetDeploymentsRequest
|
5241
|
-
# data as a hash:
|
5242
|
-
#
|
5243
|
-
# {
|
5244
|
-
# amzn_client_token: "__string",
|
5245
|
-
# force: false,
|
5246
|
-
# group_id: "__string", # required
|
5247
|
-
# }
|
5248
|
-
#
|
5249
4003
|
# @!attribute [rw] amzn_client_token
|
5250
4004
|
# @return [String]
|
5251
4005
|
#
|
@@ -5285,51 +4039,6 @@ module Aws::Greengrass
|
|
5285
4039
|
|
5286
4040
|
# Information about a resource.
|
5287
4041
|
#
|
5288
|
-
# @note When making an API call, you may pass Resource
|
5289
|
-
# data as a hash:
|
5290
|
-
#
|
5291
|
-
# {
|
5292
|
-
# id: "__string", # required
|
5293
|
-
# name: "__string", # required
|
5294
|
-
# resource_data_container: { # required
|
5295
|
-
# local_device_resource_data: {
|
5296
|
-
# group_owner_setting: {
|
5297
|
-
# auto_add_group_owner: false,
|
5298
|
-
# group_owner: "__string",
|
5299
|
-
# },
|
5300
|
-
# source_path: "__string",
|
5301
|
-
# },
|
5302
|
-
# local_volume_resource_data: {
|
5303
|
-
# destination_path: "__string",
|
5304
|
-
# group_owner_setting: {
|
5305
|
-
# auto_add_group_owner: false,
|
5306
|
-
# group_owner: "__string",
|
5307
|
-
# },
|
5308
|
-
# source_path: "__string",
|
5309
|
-
# },
|
5310
|
-
# s3_machine_learning_model_resource_data: {
|
5311
|
-
# destination_path: "__string",
|
5312
|
-
# owner_setting: {
|
5313
|
-
# group_owner: "__string", # required
|
5314
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5315
|
-
# },
|
5316
|
-
# s3_uri: "__string",
|
5317
|
-
# },
|
5318
|
-
# sage_maker_machine_learning_model_resource_data: {
|
5319
|
-
# destination_path: "__string",
|
5320
|
-
# owner_setting: {
|
5321
|
-
# group_owner: "__string", # required
|
5322
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5323
|
-
# },
|
5324
|
-
# sage_maker_job_arn: "__string",
|
5325
|
-
# },
|
5326
|
-
# secrets_manager_secret_resource_data: {
|
5327
|
-
# arn: "__string",
|
5328
|
-
# additional_staging_labels_to_download: ["__string"],
|
5329
|
-
# },
|
5330
|
-
# },
|
5331
|
-
# }
|
5332
|
-
#
|
5333
4042
|
# @!attribute [rw] id
|
5334
4043
|
# The resource ID, used to refer to a resource in the Lambda function
|
5335
4044
|
# configuration. Max length is 128 characters with pattern
|
@@ -5360,14 +4069,6 @@ module Aws::Greengrass
|
|
5360
4069
|
|
5361
4070
|
# A policy used by the function to access a resource.
|
5362
4071
|
#
|
5363
|
-
# @note When making an API call, you may pass ResourceAccessPolicy
|
5364
|
-
# data as a hash:
|
5365
|
-
#
|
5366
|
-
# {
|
5367
|
-
# permission: "ro", # accepts ro, rw
|
5368
|
-
# resource_id: "__string", # required
|
5369
|
-
# }
|
5370
|
-
#
|
5371
4072
|
# @!attribute [rw] permission
|
5372
4073
|
# The permissions that the Lambda function has to the resource. Can be
|
5373
4074
|
# one of ''rw'' (read/write) or ''ro'' (read-only).
|
@@ -5394,47 +4095,6 @@ module Aws::Greengrass
|
|
5394
4095
|
# ''S3MachineLearningModelResourceData'',
|
5395
4096
|
# ''SecretsManagerSecretResourceData''.
|
5396
4097
|
#
|
5397
|
-
# @note When making an API call, you may pass ResourceDataContainer
|
5398
|
-
# data as a hash:
|
5399
|
-
#
|
5400
|
-
# {
|
5401
|
-
# local_device_resource_data: {
|
5402
|
-
# group_owner_setting: {
|
5403
|
-
# auto_add_group_owner: false,
|
5404
|
-
# group_owner: "__string",
|
5405
|
-
# },
|
5406
|
-
# source_path: "__string",
|
5407
|
-
# },
|
5408
|
-
# local_volume_resource_data: {
|
5409
|
-
# destination_path: "__string",
|
5410
|
-
# group_owner_setting: {
|
5411
|
-
# auto_add_group_owner: false,
|
5412
|
-
# group_owner: "__string",
|
5413
|
-
# },
|
5414
|
-
# source_path: "__string",
|
5415
|
-
# },
|
5416
|
-
# s3_machine_learning_model_resource_data: {
|
5417
|
-
# destination_path: "__string",
|
5418
|
-
# owner_setting: {
|
5419
|
-
# group_owner: "__string", # required
|
5420
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5421
|
-
# },
|
5422
|
-
# s3_uri: "__string",
|
5423
|
-
# },
|
5424
|
-
# sage_maker_machine_learning_model_resource_data: {
|
5425
|
-
# destination_path: "__string",
|
5426
|
-
# owner_setting: {
|
5427
|
-
# group_owner: "__string", # required
|
5428
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5429
|
-
# },
|
5430
|
-
# sage_maker_job_arn: "__string",
|
5431
|
-
# },
|
5432
|
-
# secrets_manager_secret_resource_data: {
|
5433
|
-
# arn: "__string",
|
5434
|
-
# additional_staging_labels_to_download: ["__string"],
|
5435
|
-
# },
|
5436
|
-
# }
|
5437
|
-
#
|
5438
4098
|
# @!attribute [rw] local_device_resource_data
|
5439
4099
|
# Attributes that define the local device resource.
|
5440
4100
|
# @return [Types::LocalDeviceResourceData]
|
@@ -5471,55 +4131,6 @@ module Aws::Greengrass
|
|
5471
4131
|
|
5472
4132
|
# Information about a resource definition version.
|
5473
4133
|
#
|
5474
|
-
# @note When making an API call, you may pass ResourceDefinitionVersion
|
5475
|
-
# data as a hash:
|
5476
|
-
#
|
5477
|
-
# {
|
5478
|
-
# resources: [
|
5479
|
-
# {
|
5480
|
-
# id: "__string", # required
|
5481
|
-
# name: "__string", # required
|
5482
|
-
# resource_data_container: { # required
|
5483
|
-
# local_device_resource_data: {
|
5484
|
-
# group_owner_setting: {
|
5485
|
-
# auto_add_group_owner: false,
|
5486
|
-
# group_owner: "__string",
|
5487
|
-
# },
|
5488
|
-
# source_path: "__string",
|
5489
|
-
# },
|
5490
|
-
# local_volume_resource_data: {
|
5491
|
-
# destination_path: "__string",
|
5492
|
-
# group_owner_setting: {
|
5493
|
-
# auto_add_group_owner: false,
|
5494
|
-
# group_owner: "__string",
|
5495
|
-
# },
|
5496
|
-
# source_path: "__string",
|
5497
|
-
# },
|
5498
|
-
# s3_machine_learning_model_resource_data: {
|
5499
|
-
# destination_path: "__string",
|
5500
|
-
# owner_setting: {
|
5501
|
-
# group_owner: "__string", # required
|
5502
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5503
|
-
# },
|
5504
|
-
# s3_uri: "__string",
|
5505
|
-
# },
|
5506
|
-
# sage_maker_machine_learning_model_resource_data: {
|
5507
|
-
# destination_path: "__string",
|
5508
|
-
# owner_setting: {
|
5509
|
-
# group_owner: "__string", # required
|
5510
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5511
|
-
# },
|
5512
|
-
# sage_maker_job_arn: "__string",
|
5513
|
-
# },
|
5514
|
-
# secrets_manager_secret_resource_data: {
|
5515
|
-
# arn: "__string",
|
5516
|
-
# additional_staging_labels_to_download: ["__string"],
|
5517
|
-
# },
|
5518
|
-
# },
|
5519
|
-
# },
|
5520
|
-
# ],
|
5521
|
-
# }
|
5522
|
-
#
|
5523
4134
|
# @!attribute [rw] resources
|
5524
4135
|
# A list of resources.
|
5525
4136
|
# @return [Array<Types::Resource>]
|
@@ -5534,14 +4145,6 @@ module Aws::Greengrass
|
|
5534
4145
|
|
5535
4146
|
# The owner setting for downloaded machine learning resources.
|
5536
4147
|
#
|
5537
|
-
# @note When making an API call, you may pass ResourceDownloadOwnerSetting
|
5538
|
-
# data as a hash:
|
5539
|
-
#
|
5540
|
-
# {
|
5541
|
-
# group_owner: "__string", # required
|
5542
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5543
|
-
# }
|
5544
|
-
#
|
5545
4148
|
# @!attribute [rw] group_owner
|
5546
4149
|
# The group owner of the resource. This is the name of an existing
|
5547
4150
|
# Linux OS group on the system or a GID. The group's permissions are
|
@@ -5592,18 +4195,6 @@ module Aws::Greengrass
|
|
5592
4195
|
|
5593
4196
|
# Attributes that define an Amazon S3 machine learning resource.
|
5594
4197
|
#
|
5595
|
-
# @note When making an API call, you may pass S3MachineLearningModelResourceData
|
5596
|
-
# data as a hash:
|
5597
|
-
#
|
5598
|
-
# {
|
5599
|
-
# destination_path: "__string",
|
5600
|
-
# owner_setting: {
|
5601
|
-
# group_owner: "__string", # required
|
5602
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5603
|
-
# },
|
5604
|
-
# s3_uri: "__string",
|
5605
|
-
# }
|
5606
|
-
#
|
5607
4198
|
# @!attribute [rw] destination_path
|
5608
4199
|
# The absolute local path of the resource inside the Lambda
|
5609
4200
|
# environment.
|
@@ -5630,18 +4221,6 @@ module Aws::Greengrass
|
|
5630
4221
|
|
5631
4222
|
# Attributes that define an Amazon SageMaker machine learning resource.
|
5632
4223
|
#
|
5633
|
-
# @note When making an API call, you may pass SageMakerMachineLearningModelResourceData
|
5634
|
-
# data as a hash:
|
5635
|
-
#
|
5636
|
-
# {
|
5637
|
-
# destination_path: "__string",
|
5638
|
-
# owner_setting: {
|
5639
|
-
# group_owner: "__string", # required
|
5640
|
-
# group_permission: "ro", # required, accepts ro, rw
|
5641
|
-
# },
|
5642
|
-
# sage_maker_job_arn: "__string",
|
5643
|
-
# }
|
5644
|
-
#
|
5645
4224
|
# @!attribute [rw] destination_path
|
5646
4225
|
# The absolute local path of the resource inside the Lambda
|
5647
4226
|
# environment.
|
@@ -5671,14 +4250,6 @@ module Aws::Greengrass
|
|
5671
4250
|
# copy of the secret on the Greengrass core, where it can be securely
|
5672
4251
|
# accessed by connectors and Lambda functions.
|
5673
4252
|
#
|
5674
|
-
# @note When making an API call, you may pass SecretsManagerSecretResourceData
|
5675
|
-
# data as a hash:
|
5676
|
-
#
|
5677
|
-
# {
|
5678
|
-
# arn: "__string",
|
5679
|
-
# additional_staging_labels_to_download: ["__string"],
|
5680
|
-
# }
|
5681
|
-
#
|
5682
4253
|
# @!attribute [rw] arn
|
5683
4254
|
# The ARN of the Secrets Manager secret to make available on the core.
|
5684
4255
|
# The value of the secret's latest version (represented by the
|
@@ -5703,18 +4274,6 @@ module Aws::Greengrass
|
|
5703
4274
|
# deployment while another one is still running or in a non-terminal
|
5704
4275
|
# state.
|
5705
4276
|
#
|
5706
|
-
# @note When making an API call, you may pass StartBulkDeploymentRequest
|
5707
|
-
# data as a hash:
|
5708
|
-
#
|
5709
|
-
# {
|
5710
|
-
# amzn_client_token: "__string",
|
5711
|
-
# execution_role_arn: "__string", # required
|
5712
|
-
# input_file_uri: "__string", # required
|
5713
|
-
# tags: {
|
5714
|
-
# "__string" => "__string",
|
5715
|
-
# },
|
5716
|
-
# }
|
5717
|
-
#
|
5718
4277
|
# @!attribute [rw] amzn_client_token
|
5719
4278
|
# @return [String]
|
5720
4279
|
#
|
@@ -5768,13 +4327,6 @@ module Aws::Greengrass
|
|
5768
4327
|
include Aws::Structure
|
5769
4328
|
end
|
5770
4329
|
|
5771
|
-
# @note When making an API call, you may pass StopBulkDeploymentRequest
|
5772
|
-
# data as a hash:
|
5773
|
-
#
|
5774
|
-
# {
|
5775
|
-
# bulk_deployment_id: "__string", # required
|
5776
|
-
# }
|
5777
|
-
#
|
5778
4330
|
# @!attribute [rw] bulk_deployment_id
|
5779
4331
|
# @return [String]
|
5780
4332
|
#
|
@@ -5792,16 +4344,6 @@ module Aws::Greengrass
|
|
5792
4344
|
|
5793
4345
|
# Information about a subscription.
|
5794
4346
|
#
|
5795
|
-
# @note When making an API call, you may pass Subscription
|
5796
|
-
# data as a hash:
|
5797
|
-
#
|
5798
|
-
# {
|
5799
|
-
# id: "__string", # required
|
5800
|
-
# source: "__string", # required
|
5801
|
-
# subject: "__string", # required
|
5802
|
-
# target: "__string", # required
|
5803
|
-
# }
|
5804
|
-
#
|
5805
4347
|
# @!attribute [rw] id
|
5806
4348
|
# A descriptive or arbitrary ID for the subscription. This value must
|
5807
4349
|
# be unique within the subscription definition version. Max length is
|
@@ -5837,20 +4379,6 @@ module Aws::Greengrass
|
|
5837
4379
|
|
5838
4380
|
# Information about a subscription definition version.
|
5839
4381
|
#
|
5840
|
-
# @note When making an API call, you may pass SubscriptionDefinitionVersion
|
5841
|
-
# data as a hash:
|
5842
|
-
#
|
5843
|
-
# {
|
5844
|
-
# subscriptions: [
|
5845
|
-
# {
|
5846
|
-
# id: "__string", # required
|
5847
|
-
# source: "__string", # required
|
5848
|
-
# subject: "__string", # required
|
5849
|
-
# target: "__string", # required
|
5850
|
-
# },
|
5851
|
-
# ],
|
5852
|
-
# }
|
5853
|
-
#
|
5854
4382
|
# @!attribute [rw] subscriptions
|
5855
4383
|
# A list of subscriptions.
|
5856
4384
|
# @return [Array<Types::Subscription>]
|
@@ -5863,16 +4391,6 @@ module Aws::Greengrass
|
|
5863
4391
|
include Aws::Structure
|
5864
4392
|
end
|
5865
4393
|
|
5866
|
-
# @note When making an API call, you may pass TagResourceRequest
|
5867
|
-
# data as a hash:
|
5868
|
-
#
|
5869
|
-
# {
|
5870
|
-
# resource_arn: "__string", # required
|
5871
|
-
# tags: {
|
5872
|
-
# "__string" => "__string",
|
5873
|
-
# },
|
5874
|
-
# }
|
5875
|
-
#
|
5876
4394
|
# @!attribute [rw] resource_arn
|
5877
4395
|
# @return [String]
|
5878
4396
|
#
|
@@ -5911,13 +4429,6 @@ module Aws::Greengrass
|
|
5911
4429
|
|
5912
4430
|
# Configuration settings for running telemetry.
|
5913
4431
|
#
|
5914
|
-
# @note When making an API call, you may pass TelemetryConfigurationUpdate
|
5915
|
-
# data as a hash:
|
5916
|
-
#
|
5917
|
-
# {
|
5918
|
-
# telemetry: "On", # required, accepts On, Off
|
5919
|
-
# }
|
5920
|
-
#
|
5921
4432
|
# @!attribute [rw] telemetry
|
5922
4433
|
# Configure telemetry to be on or off.
|
5923
4434
|
# @return [String]
|
@@ -5930,14 +4441,6 @@ module Aws::Greengrass
|
|
5930
4441
|
include Aws::Structure
|
5931
4442
|
end
|
5932
4443
|
|
5933
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
5934
|
-
# data as a hash:
|
5935
|
-
#
|
5936
|
-
# {
|
5937
|
-
# resource_arn: "__string", # required
|
5938
|
-
# tag_keys: ["__string"], # required
|
5939
|
-
# }
|
5940
|
-
#
|
5941
4444
|
# @!attribute [rw] resource_arn
|
5942
4445
|
# @return [String]
|
5943
4446
|
#
|
@@ -5955,21 +4458,6 @@ module Aws::Greengrass
|
|
5955
4458
|
|
5956
4459
|
# Information required to update a Greengrass core's connectivity.
|
5957
4460
|
#
|
5958
|
-
# @note When making an API call, you may pass UpdateConnectivityInfoRequest
|
5959
|
-
# data as a hash:
|
5960
|
-
#
|
5961
|
-
# {
|
5962
|
-
# connectivity_info: [
|
5963
|
-
# {
|
5964
|
-
# host_address: "__string",
|
5965
|
-
# id: "__string",
|
5966
|
-
# metadata: "__string",
|
5967
|
-
# port_number: 1,
|
5968
|
-
# },
|
5969
|
-
# ],
|
5970
|
-
# thing_name: "__string", # required
|
5971
|
-
# }
|
5972
|
-
#
|
5973
4461
|
# @!attribute [rw] connectivity_info
|
5974
4462
|
# A list of connectivity info.
|
5975
4463
|
# @return [Array<Types::ConnectivityInfo>]
|
@@ -6003,14 +4491,6 @@ module Aws::Greengrass
|
|
6003
4491
|
include Aws::Structure
|
6004
4492
|
end
|
6005
4493
|
|
6006
|
-
# @note When making an API call, you may pass UpdateConnectorDefinitionRequest
|
6007
|
-
# data as a hash:
|
6008
|
-
#
|
6009
|
-
# {
|
6010
|
-
# connector_definition_id: "__string", # required
|
6011
|
-
# name: "__string",
|
6012
|
-
# }
|
6013
|
-
#
|
6014
4494
|
# @!attribute [rw] connector_definition_id
|
6015
4495
|
# @return [String]
|
6016
4496
|
#
|
@@ -6030,14 +4510,6 @@ module Aws::Greengrass
|
|
6030
4510
|
#
|
6031
4511
|
class UpdateConnectorDefinitionResponse < Aws::EmptyStructure; end
|
6032
4512
|
|
6033
|
-
# @note When making an API call, you may pass UpdateCoreDefinitionRequest
|
6034
|
-
# data as a hash:
|
6035
|
-
#
|
6036
|
-
# {
|
6037
|
-
# core_definition_id: "__string", # required
|
6038
|
-
# name: "__string",
|
6039
|
-
# }
|
6040
|
-
#
|
6041
4513
|
# @!attribute [rw] core_definition_id
|
6042
4514
|
# @return [String]
|
6043
4515
|
#
|
@@ -6057,14 +4529,6 @@ module Aws::Greengrass
|
|
6057
4529
|
#
|
6058
4530
|
class UpdateCoreDefinitionResponse < Aws::EmptyStructure; end
|
6059
4531
|
|
6060
|
-
# @note When making an API call, you may pass UpdateDeviceDefinitionRequest
|
6061
|
-
# data as a hash:
|
6062
|
-
#
|
6063
|
-
# {
|
6064
|
-
# device_definition_id: "__string", # required
|
6065
|
-
# name: "__string",
|
6066
|
-
# }
|
6067
|
-
#
|
6068
4532
|
# @!attribute [rw] device_definition_id
|
6069
4533
|
# @return [String]
|
6070
4534
|
#
|
@@ -6084,14 +4548,6 @@ module Aws::Greengrass
|
|
6084
4548
|
#
|
6085
4549
|
class UpdateDeviceDefinitionResponse < Aws::EmptyStructure; end
|
6086
4550
|
|
6087
|
-
# @note When making an API call, you may pass UpdateFunctionDefinitionRequest
|
6088
|
-
# data as a hash:
|
6089
|
-
#
|
6090
|
-
# {
|
6091
|
-
# function_definition_id: "__string", # required
|
6092
|
-
# name: "__string",
|
6093
|
-
# }
|
6094
|
-
#
|
6095
4551
|
# @!attribute [rw] function_definition_id
|
6096
4552
|
# @return [String]
|
6097
4553
|
#
|
@@ -6111,14 +4567,6 @@ module Aws::Greengrass
|
|
6111
4567
|
#
|
6112
4568
|
class UpdateFunctionDefinitionResponse < Aws::EmptyStructure; end
|
6113
4569
|
|
6114
|
-
# @note When making an API call, you may pass UpdateGroupCertificateConfigurationRequest
|
6115
|
-
# data as a hash:
|
6116
|
-
#
|
6117
|
-
# {
|
6118
|
-
# certificate_expiry_in_milliseconds: "__string",
|
6119
|
-
# group_id: "__string", # required
|
6120
|
-
# }
|
6121
|
-
#
|
6122
4570
|
# @!attribute [rw] certificate_expiry_in_milliseconds
|
6123
4571
|
# The amount of time remaining before the certificate expires, in
|
6124
4572
|
# milliseconds.
|
@@ -6155,14 +4603,6 @@ module Aws::Greengrass
|
|
6155
4603
|
include Aws::Structure
|
6156
4604
|
end
|
6157
4605
|
|
6158
|
-
# @note When making an API call, you may pass UpdateGroupRequest
|
6159
|
-
# data as a hash:
|
6160
|
-
#
|
6161
|
-
# {
|
6162
|
-
# group_id: "__string", # required
|
6163
|
-
# name: "__string",
|
6164
|
-
# }
|
6165
|
-
#
|
6166
4606
|
# @!attribute [rw] group_id
|
6167
4607
|
# @return [String]
|
6168
4608
|
#
|
@@ -6182,14 +4622,6 @@ module Aws::Greengrass
|
|
6182
4622
|
#
|
6183
4623
|
class UpdateGroupResponse < Aws::EmptyStructure; end
|
6184
4624
|
|
6185
|
-
# @note When making an API call, you may pass UpdateLoggerDefinitionRequest
|
6186
|
-
# data as a hash:
|
6187
|
-
#
|
6188
|
-
# {
|
6189
|
-
# logger_definition_id: "__string", # required
|
6190
|
-
# name: "__string",
|
6191
|
-
# }
|
6192
|
-
#
|
6193
4625
|
# @!attribute [rw] logger_definition_id
|
6194
4626
|
# @return [String]
|
6195
4627
|
#
|
@@ -6209,14 +4641,6 @@ module Aws::Greengrass
|
|
6209
4641
|
#
|
6210
4642
|
class UpdateLoggerDefinitionResponse < Aws::EmptyStructure; end
|
6211
4643
|
|
6212
|
-
# @note When making an API call, you may pass UpdateResourceDefinitionRequest
|
6213
|
-
# data as a hash:
|
6214
|
-
#
|
6215
|
-
# {
|
6216
|
-
# name: "__string",
|
6217
|
-
# resource_definition_id: "__string", # required
|
6218
|
-
# }
|
6219
|
-
#
|
6220
4644
|
# @!attribute [rw] name
|
6221
4645
|
# @return [String]
|
6222
4646
|
#
|
@@ -6236,14 +4660,6 @@ module Aws::Greengrass
|
|
6236
4660
|
#
|
6237
4661
|
class UpdateResourceDefinitionResponse < Aws::EmptyStructure; end
|
6238
4662
|
|
6239
|
-
# @note When making an API call, you may pass UpdateSubscriptionDefinitionRequest
|
6240
|
-
# data as a hash:
|
6241
|
-
#
|
6242
|
-
# {
|
6243
|
-
# name: "__string",
|
6244
|
-
# subscription_definition_id: "__string", # required
|
6245
|
-
# }
|
6246
|
-
#
|
6247
4663
|
# @!attribute [rw] name
|
6248
4664
|
# @return [String]
|
6249
4665
|
#
|
@@ -6263,16 +4679,6 @@ module Aws::Greengrass
|
|
6263
4679
|
#
|
6264
4680
|
class UpdateSubscriptionDefinitionResponse < Aws::EmptyStructure; end
|
6265
4681
|
|
6266
|
-
# @note When making an API call, you may pass UpdateThingRuntimeConfigurationRequest
|
6267
|
-
# data as a hash:
|
6268
|
-
#
|
6269
|
-
# {
|
6270
|
-
# telemetry_configuration: {
|
6271
|
-
# telemetry: "On", # required, accepts On, Off
|
6272
|
-
# },
|
6273
|
-
# thing_name: "__string", # required
|
6274
|
-
# }
|
6275
|
-
#
|
6276
4682
|
# @!attribute [rw] telemetry_configuration
|
6277
4683
|
# Configuration settings for running telemetry.
|
6278
4684
|
# @return [Types::TelemetryConfigurationUpdate]
|