aws-sdk-greengrass 1.34.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4031d1223280b1bbb3fb617786c19cbad98e77e29852f89878f3f432d774e6c
4
- data.tar.gz: 852b99f7b609e9a8f31a663bc3ac5f3184b4dc6dbe7fd6e0cee3e4a4beada878
3
+ metadata.gz: 487da29eed0eb9e92747bd63a54adec01d77d5177b95a67f945733ab50bfdd71
4
+ data.tar.gz: 9ae55dc183465e94b936757c1fb5517cd5caad5483f3717a9a138c6db6bb573e
5
5
  SHA512:
6
- metadata.gz: '0861d6a2c79147f9c7a96dfa936f5333b06f868d3902f6e74c0be55e3adfc8d3ad66e8955691b32d8dbf5cd8ea6e4c5aeb9320f5724ab85c8fb0d0f8368047b8'
7
- data.tar.gz: 8cccd086c61e095f49ab5ba1518e15e0fa9f4e71a4c279a1dd3d5abfb282866e49db9c4d394fe2f7c1120b8066aed1817b9f2ede08b5d1ab09a967d1ecfdf1d6
6
+ metadata.gz: 25eb256922f6b4e41803e236858d9ff2e9ad07e21ff1176485239b40d2e82809e4fdb1247e5ee8978d21c51b2bcea6c11ed34c37c33923eae4a87cfe2c657cd0
7
+ data.tar.gz: 4712d0584494eca0e61957bf3b576d70324ccf895bdf4023dd4ea85dd2a1709b26ea69685dba17bab981eee65b9b9f3cfd501ec9ddafaa55803ddbbe51bdb09c
data/CHANGELOG.md ADDED
@@ -0,0 +1,238 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.39.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.38.0 (2021-02-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2020-09-30)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.36.0 (2020-09-16)
20
+ ------------------
21
+
22
+ * Feature - This release includes the ability to set run-time configuration for a Greengrass core. The Telemetry feature, also included in this release, can be configured via run-time configuration per core.
23
+
24
+ 1.35.0 (2020-09-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.34.0 (2020-08-25)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.33.0 (2020-06-23)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.32.1 (2020-06-11)
40
+ ------------------
41
+
42
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
43
+
44
+ 1.32.0 (2020-06-10)
45
+ ------------------
46
+
47
+ * Issue - This version has been yanked. (#2327).
48
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
49
+
50
+ 1.31.0 (2020-05-28)
51
+ ------------------
52
+
53
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
54
+
55
+ 1.30.0 (2020-05-07)
56
+ ------------------
57
+
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.29.0 (2020-03-09)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.28.0 (2019-11-25)
66
+ ------------------
67
+
68
+ * Feature - IoT Greengrass supports machine learning resources in 'No container' mode.
69
+
70
+ 1.27.0 (2019-10-23)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.26.0 (2019-10-11)
76
+ ------------------
77
+
78
+ * Feature - Greengrass OTA service supports Raspbian/Armv6l platforms.
79
+
80
+ 1.25.0 (2019-09-20)
81
+ ------------------
82
+
83
+ * Feature - Greengrass OTA service now returns the updated software version in the PlatformSoftwareVersion parameter of a CreateSoftwareUpdateJob response
84
+
85
+ 1.24.0 (2019-07-26)
86
+ ------------------
87
+
88
+ * Feature - Greengrass OTA service supports openwrt/aarch64 and openwrt/armv7l platforms.
89
+
90
+ 1.23.0 (2019-07-25)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.22.0 (2019-07-01)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.21.0 (2019-06-17)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.20.0 (2019-05-21)
106
+ ------------------
107
+
108
+ * Feature - API update.
109
+
110
+ 1.19.0 (2019-05-15)
111
+ ------------------
112
+
113
+ * Feature - API update.
114
+
115
+ 1.18.0 (2019-05-14)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.17.0 (2019-03-29)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.16.0 (2019-03-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.15.0 (2019-03-18)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.14.0 (2019-03-14)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.13.0 (2019-03-07)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.12.0 (2018-11-27)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.11.0 (2018-11-20)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.10.0 (2018-10-31)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.9.0 (2018-10-24)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.8.0 (2018-10-23)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.7.0 (2018-09-06)
171
+ ------------------
172
+
173
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
174
+
175
+ 1.6.0 (2018-09-05)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.5.0 (2018-07-26)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.4.0 (2018-06-26)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.3.0 (2018-03-29)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.2.0 (2017-11-29)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.1.0 (2017-09-20)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ * Issue - Update `aws-sdk-greengrass` gemspec metadata.
206
+
207
+ 1.0.0 (2017-08-29)
208
+ ------------------
209
+
210
+ 1.0.0.rc6 (2017-08-15)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.0.0.rc5 (2017-08-01)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.0.0.rc4 (2017-07-25)
221
+ ------------------
222
+
223
+ * Feature - API update.
224
+
225
+ 1.0.0.rc3 (2017-07-12)
226
+ ------------------
227
+
228
+ * Feature - API update.
229
+
230
+ 1.0.0.rc2 (2017-07-06)
231
+ ------------------
232
+
233
+ * Feature - API update.
234
+
235
+ 1.0.0.rc1 (2017-06-26)
236
+ ------------------
237
+
238
+ * Feature - Initial release of `aws-sdk-greengrass`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.39.0
@@ -3,10 +3,11 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-greengrass/customizations'
47
48
  # @!group service
48
49
  module Aws::Greengrass
49
50
 
50
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.39.0'
51
52
 
52
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -2762,6 +2762,34 @@ module Aws::Greengrass
2762
2762
  req.send_request(options)
2763
2763
  end
2764
2764
 
2765
+ # Get the runtime configuration of a thing.
2766
+ #
2767
+ # @option params [required, String] :thing_name
2768
+ #
2769
+ # @return [Types::GetThingRuntimeConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2770
+ #
2771
+ # * {Types::GetThingRuntimeConfigurationResponse#runtime_configuration #runtime_configuration} => Types::RuntimeConfiguration
2772
+ #
2773
+ # @example Request syntax with placeholder values
2774
+ #
2775
+ # resp = client.get_thing_runtime_configuration({
2776
+ # thing_name: "__string", # required
2777
+ # })
2778
+ #
2779
+ # @example Response structure
2780
+ #
2781
+ # resp.runtime_configuration.telemetry_configuration.configuration_sync_status #=> String, one of "InSync", "OutOfSync"
2782
+ # resp.runtime_configuration.telemetry_configuration.telemetry #=> String, one of "On", "Off"
2783
+ #
2784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/GetThingRuntimeConfiguration AWS API Documentation
2785
+ #
2786
+ # @overload get_thing_runtime_configuration(params = {})
2787
+ # @param [Hash] params ({})
2788
+ def get_thing_runtime_configuration(params = {}, options = {})
2789
+ req = build_request(:get_thing_runtime_configuration, params)
2790
+ req.send_request(options)
2791
+ end
2792
+
2765
2793
  # Gets a paginated list of the deployments that have been started in a
2766
2794
  # bulk deployment operation, and their current deployment status.
2767
2795
  #
@@ -4026,6 +4054,33 @@ module Aws::Greengrass
4026
4054
  req.send_request(options)
4027
4055
  end
4028
4056
 
4057
+ # Updates the runtime configuration of a thing.
4058
+ #
4059
+ # @option params [Types::TelemetryConfigurationUpdate] :telemetry_configuration
4060
+ # Configuration settings for running telemetry.
4061
+ #
4062
+ # @option params [required, String] :thing_name
4063
+ #
4064
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4065
+ #
4066
+ # @example Request syntax with placeholder values
4067
+ #
4068
+ # resp = client.update_thing_runtime_configuration({
4069
+ # telemetry_configuration: {
4070
+ # telemetry: "On", # required, accepts On, Off
4071
+ # },
4072
+ # thing_name: "__string", # required
4073
+ # })
4074
+ #
4075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/UpdateThingRuntimeConfiguration AWS API Documentation
4076
+ #
4077
+ # @overload update_thing_runtime_configuration(params = {})
4078
+ # @param [Hash] params ({})
4079
+ def update_thing_runtime_configuration(params = {}, options = {})
4080
+ req = build_request(:update_thing_runtime_configuration, params)
4081
+ req.send_request(options)
4082
+ end
4083
+
4029
4084
  # @!endgroup
4030
4085
 
4031
4086
  # @param params ({})
@@ -4039,7 +4094,7 @@ module Aws::Greengrass
4039
4094
  params: params,
4040
4095
  config: config)
4041
4096
  context[:gem_name] = 'aws-sdk-greengrass'
4042
- context[:gem_version] = '1.34.0'
4097
+ context[:gem_version] = '1.39.0'
4043
4098
  Seahorse::Client::Request.new(handlers, context)
4044
4099
  end
4045
4100
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -24,6 +24,7 @@ module Aws::Greengrass
24
24
  BulkDeploymentResults = Shapes::ListShape.new(name: 'BulkDeploymentResults')
25
25
  BulkDeploymentStatus = Shapes::StringShape.new(name: 'BulkDeploymentStatus')
26
26
  BulkDeployments = Shapes::ListShape.new(name: 'BulkDeployments')
27
+ ConfigurationSyncStatus = Shapes::StringShape.new(name: 'ConfigurationSyncStatus')
27
28
  ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
28
29
  Connector = Shapes::StructureShape.new(name: 'Connector')
29
30
  ConnectorDefinitionVersion = Shapes::StructureShape.new(name: 'ConnectorDefinitionVersion')
@@ -153,6 +154,8 @@ module Aws::Greengrass
153
154
  GetSubscriptionDefinitionResponse = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionResponse')
154
155
  GetSubscriptionDefinitionVersionRequest = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionVersionRequest')
155
156
  GetSubscriptionDefinitionVersionResponse = Shapes::StructureShape.new(name: 'GetSubscriptionDefinitionVersionResponse')
157
+ GetThingRuntimeConfigurationRequest = Shapes::StructureShape.new(name: 'GetThingRuntimeConfigurationRequest')
158
+ GetThingRuntimeConfigurationResponse = Shapes::StructureShape.new(name: 'GetThingRuntimeConfigurationResponse')
156
159
  GroupCertificateAuthorityProperties = Shapes::StructureShape.new(name: 'GroupCertificateAuthorityProperties')
157
160
  GroupCertificateConfiguration = Shapes::StructureShape.new(name: 'GroupCertificateConfiguration')
158
161
  GroupInformation = Shapes::StructureShape.new(name: 'GroupInformation')
@@ -218,6 +221,8 @@ module Aws::Greengrass
218
221
  ResourceDataContainer = Shapes::StructureShape.new(name: 'ResourceDataContainer')
219
222
  ResourceDefinitionVersion = Shapes::StructureShape.new(name: 'ResourceDefinitionVersion')
220
223
  ResourceDownloadOwnerSetting = Shapes::StructureShape.new(name: 'ResourceDownloadOwnerSetting')
224
+ RuntimeConfiguration = Shapes::StructureShape.new(name: 'RuntimeConfiguration')
225
+ RuntimeConfigurationUpdate = Shapes::StructureShape.new(name: 'RuntimeConfigurationUpdate')
221
226
  S3MachineLearningModelResourceData = Shapes::StructureShape.new(name: 'S3MachineLearningModelResourceData')
222
227
  S3UrlSignerRole = Shapes::StringShape.new(name: 'S3UrlSignerRole')
223
228
  SageMakerMachineLearningModelResourceData = Shapes::StructureShape.new(name: 'SageMakerMachineLearningModelResourceData')
@@ -231,6 +236,9 @@ module Aws::Greengrass
231
236
  SubscriptionDefinitionVersion = Shapes::StructureShape.new(name: 'SubscriptionDefinitionVersion')
232
237
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
233
238
  Tags = Shapes::MapShape.new(name: 'Tags')
239
+ Telemetry = Shapes::StringShape.new(name: 'Telemetry')
240
+ TelemetryConfiguration = Shapes::StructureShape.new(name: 'TelemetryConfiguration')
241
+ TelemetryConfigurationUpdate = Shapes::StructureShape.new(name: 'TelemetryConfigurationUpdate')
234
242
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
235
243
  UpdateAgentLogLevel = Shapes::StringShape.new(name: 'UpdateAgentLogLevel')
236
244
  UpdateConnectivityInfoRequest = Shapes::StructureShape.new(name: 'UpdateConnectivityInfoRequest')
@@ -256,6 +264,8 @@ module Aws::Greengrass
256
264
  UpdateTargets = Shapes::ListShape.new(name: 'UpdateTargets')
257
265
  UpdateTargetsArchitecture = Shapes::StringShape.new(name: 'UpdateTargetsArchitecture')
258
266
  UpdateTargetsOperatingSystem = Shapes::StringShape.new(name: 'UpdateTargetsOperatingSystem')
267
+ UpdateThingRuntimeConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateThingRuntimeConfigurationRequest')
268
+ UpdateThingRuntimeConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateThingRuntimeConfigurationResponse')
259
269
  VersionInformation = Shapes::StructureShape.new(name: 'VersionInformation')
260
270
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
261
271
  __double = Shapes::FloatShape.new(name: '__double')
@@ -982,6 +992,12 @@ module Aws::Greengrass
982
992
  GetSubscriptionDefinitionVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: __string, location_name: "Version"))
983
993
  GetSubscriptionDefinitionVersionResponse.struct_class = Types::GetSubscriptionDefinitionVersionResponse
984
994
 
995
+ GetThingRuntimeConfigurationRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ThingName"))
996
+ GetThingRuntimeConfigurationRequest.struct_class = Types::GetThingRuntimeConfigurationRequest
997
+
998
+ GetThingRuntimeConfigurationResponse.add_member(:runtime_configuration, Shapes::ShapeRef.new(shape: RuntimeConfiguration, location_name: "RuntimeConfiguration"))
999
+ GetThingRuntimeConfigurationResponse.struct_class = Types::GetThingRuntimeConfigurationResponse
1000
+
985
1001
  GroupCertificateAuthorityProperties.add_member(:group_certificate_authority_arn, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityArn"))
986
1002
  GroupCertificateAuthorityProperties.add_member(:group_certificate_authority_id, Shapes::ShapeRef.new(shape: __string, location_name: "GroupCertificateAuthorityId"))
987
1003
  GroupCertificateAuthorityProperties.struct_class = Types::GroupCertificateAuthorityProperties
@@ -1250,6 +1266,12 @@ module Aws::Greengrass
1250
1266
  ResourceDownloadOwnerSetting.add_member(:group_permission, Shapes::ShapeRef.new(shape: Permission, required: true, location_name: "GroupPermission"))
1251
1267
  ResourceDownloadOwnerSetting.struct_class = Types::ResourceDownloadOwnerSetting
1252
1268
 
1269
+ RuntimeConfiguration.add_member(:telemetry_configuration, Shapes::ShapeRef.new(shape: TelemetryConfiguration, location_name: "TelemetryConfiguration"))
1270
+ RuntimeConfiguration.struct_class = Types::RuntimeConfiguration
1271
+
1272
+ RuntimeConfigurationUpdate.add_member(:telemetry_configuration, Shapes::ShapeRef.new(shape: TelemetryConfigurationUpdate, location_name: "TelemetryConfiguration"))
1273
+ RuntimeConfigurationUpdate.struct_class = Types::RuntimeConfigurationUpdate
1274
+
1253
1275
  S3MachineLearningModelResourceData.add_member(:destination_path, Shapes::ShapeRef.new(shape: __string, location_name: "DestinationPath"))
1254
1276
  S3MachineLearningModelResourceData.add_member(:owner_setting, Shapes::ShapeRef.new(shape: ResourceDownloadOwnerSetting, location_name: "OwnerSetting"))
1255
1277
  S3MachineLearningModelResourceData.add_member(:s3_uri, Shapes::ShapeRef.new(shape: __string, location_name: "S3Uri"))
@@ -1295,6 +1317,13 @@ module Aws::Greengrass
1295
1317
  Tags.key = Shapes::ShapeRef.new(shape: __string)
1296
1318
  Tags.value = Shapes::ShapeRef.new(shape: __string)
1297
1319
 
1320
+ TelemetryConfiguration.add_member(:configuration_sync_status, Shapes::ShapeRef.new(shape: ConfigurationSyncStatus, location_name: "ConfigurationSyncStatus"))
1321
+ TelemetryConfiguration.add_member(:telemetry, Shapes::ShapeRef.new(shape: Telemetry, required: true, location_name: "Telemetry"))
1322
+ TelemetryConfiguration.struct_class = Types::TelemetryConfiguration
1323
+
1324
+ TelemetryConfigurationUpdate.add_member(:telemetry, Shapes::ShapeRef.new(shape: Telemetry, required: true, location_name: "Telemetry"))
1325
+ TelemetryConfigurationUpdate.struct_class = Types::TelemetryConfigurationUpdate
1326
+
1298
1327
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
1299
1328
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location: "querystring", location_name: "tagKeys"))
1300
1329
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1366,6 +1395,12 @@ module Aws::Greengrass
1366
1395
 
1367
1396
  UpdateTargets.member = Shapes::ShapeRef.new(shape: __string)
1368
1397
 
1398
+ UpdateThingRuntimeConfigurationRequest.add_member(:telemetry_configuration, Shapes::ShapeRef.new(shape: TelemetryConfigurationUpdate, location_name: "TelemetryConfiguration"))
1399
+ UpdateThingRuntimeConfigurationRequest.add_member(:thing_name, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "ThingName"))
1400
+ UpdateThingRuntimeConfigurationRequest.struct_class = Types::UpdateThingRuntimeConfigurationRequest
1401
+
1402
+ UpdateThingRuntimeConfigurationResponse.struct_class = Types::UpdateThingRuntimeConfigurationResponse
1403
+
1369
1404
  VersionInformation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
1370
1405
  VersionInformation.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: __string, location_name: "CreationTimestamp"))
1371
1406
  VersionInformation.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
@@ -1916,6 +1951,16 @@ module Aws::Greengrass
1916
1951
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1917
1952
  end)
1918
1953
 
1954
+ api.add_operation(:get_thing_runtime_configuration, Seahorse::Model::Operation.new.tap do |o|
1955
+ o.name = "GetThingRuntimeConfiguration"
1956
+ o.http_method = "GET"
1957
+ o.http_request_uri = "/greengrass/things/{ThingName}/runtimeconfig"
1958
+ o.input = Shapes::ShapeRef.new(shape: GetThingRuntimeConfigurationRequest)
1959
+ o.output = Shapes::ShapeRef.new(shape: GetThingRuntimeConfigurationResponse)
1960
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1961
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1962
+ end)
1963
+
1919
1964
  api.add_operation(:list_bulk_deployment_detailed_reports, Seahorse::Model::Operation.new.tap do |o|
1920
1965
  o.name = "ListBulkDeploymentDetailedReports"
1921
1966
  o.http_method = "GET"
@@ -2234,6 +2279,16 @@ module Aws::Greengrass
2234
2279
  o.output = Shapes::ShapeRef.new(shape: UpdateSubscriptionDefinitionResponse)
2235
2280
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2236
2281
  end)
2282
+
2283
+ api.add_operation(:update_thing_runtime_configuration, Seahorse::Model::Operation.new.tap do |o|
2284
+ o.name = "UpdateThingRuntimeConfiguration"
2285
+ o.http_method = "PUT"
2286
+ o.http_request_uri = "/greengrass/things/{ThingName}/runtimeconfig"
2287
+ o.input = Shapes::ShapeRef.new(shape: UpdateThingRuntimeConfigurationRequest)
2288
+ o.output = Shapes::ShapeRef.new(shape: UpdateThingRuntimeConfigurationResponse)
2289
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2290
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2291
+ end)
2237
2292
  end
2238
2293
 
2239
2294
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3961,6 +3961,38 @@ module Aws::Greengrass
3961
3961
  include Aws::Structure
3962
3962
  end
3963
3963
 
3964
+ # @note When making an API call, you may pass GetThingRuntimeConfigurationRequest
3965
+ # data as a hash:
3966
+ #
3967
+ # {
3968
+ # thing_name: "__string", # required
3969
+ # }
3970
+ #
3971
+ # @!attribute [rw] thing_name
3972
+ # @return [String]
3973
+ #
3974
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/GetThingRuntimeConfigurationRequest AWS API Documentation
3975
+ #
3976
+ class GetThingRuntimeConfigurationRequest < Struct.new(
3977
+ :thing_name)
3978
+ SENSITIVE = []
3979
+ include Aws::Structure
3980
+ end
3981
+
3982
+ # The runtime configuration for a thing.
3983
+ #
3984
+ # @!attribute [rw] runtime_configuration
3985
+ # Runtime configuration for a thing.
3986
+ # @return [Types::RuntimeConfiguration]
3987
+ #
3988
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/GetThingRuntimeConfigurationResponse AWS API Documentation
3989
+ #
3990
+ class GetThingRuntimeConfigurationResponse < Struct.new(
3991
+ :runtime_configuration)
3992
+ SENSITIVE = []
3993
+ include Aws::Structure
3994
+ end
3995
+
3964
3996
  # Information about a certificate authority for a group.
3965
3997
  #
3966
3998
  # @!attribute [rw] group_certificate_authority_arn
@@ -5519,6 +5551,34 @@ module Aws::Greengrass
5519
5551
  include Aws::Structure
5520
5552
  end
5521
5553
 
5554
+ # Runtime configuration for a thing.
5555
+ #
5556
+ # @!attribute [rw] telemetry_configuration
5557
+ # Configuration for telemetry service.
5558
+ # @return [Types::TelemetryConfiguration]
5559
+ #
5560
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/RuntimeConfiguration AWS API Documentation
5561
+ #
5562
+ class RuntimeConfiguration < Struct.new(
5563
+ :telemetry_configuration)
5564
+ SENSITIVE = []
5565
+ include Aws::Structure
5566
+ end
5567
+
5568
+ # Runtime configuration for a thing.
5569
+ #
5570
+ # @!attribute [rw] telemetry_configuration
5571
+ # Configuration for telemetry service.
5572
+ # @return [Types::TelemetryConfigurationUpdate]
5573
+ #
5574
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/RuntimeConfigurationUpdate AWS API Documentation
5575
+ #
5576
+ class RuntimeConfigurationUpdate < Struct.new(
5577
+ :telemetry_configuration)
5578
+ SENSITIVE = []
5579
+ include Aws::Structure
5580
+ end
5581
+
5522
5582
  # Attributes that define an Amazon S3 machine learning resource.
5523
5583
  #
5524
5584
  # @note When making an API call, you may pass S3MachineLearningModelResourceData
@@ -5818,6 +5878,47 @@ module Aws::Greengrass
5818
5878
  include Aws::Structure
5819
5879
  end
5820
5880
 
5881
+ # Configuration settings for running telemetry.
5882
+ #
5883
+ # @!attribute [rw] configuration_sync_status
5884
+ # Synchronization status of the device reported configuration with the
5885
+ # desired configuration.
5886
+ # @return [String]
5887
+ #
5888
+ # @!attribute [rw] telemetry
5889
+ # Configure telemetry to be on or off.
5890
+ # @return [String]
5891
+ #
5892
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/TelemetryConfiguration AWS API Documentation
5893
+ #
5894
+ class TelemetryConfiguration < Struct.new(
5895
+ :configuration_sync_status,
5896
+ :telemetry)
5897
+ SENSITIVE = []
5898
+ include Aws::Structure
5899
+ end
5900
+
5901
+ # Configuration settings for running telemetry.
5902
+ #
5903
+ # @note When making an API call, you may pass TelemetryConfigurationUpdate
5904
+ # data as a hash:
5905
+ #
5906
+ # {
5907
+ # telemetry: "On", # required, accepts On, Off
5908
+ # }
5909
+ #
5910
+ # @!attribute [rw] telemetry
5911
+ # Configure telemetry to be on or off.
5912
+ # @return [String]
5913
+ #
5914
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/TelemetryConfigurationUpdate AWS API Documentation
5915
+ #
5916
+ class TelemetryConfigurationUpdate < Struct.new(
5917
+ :telemetry)
5918
+ SENSITIVE = []
5919
+ include Aws::Structure
5920
+ end
5921
+
5821
5922
  # @note When making an API call, you may pass UntagResourceRequest
5822
5923
  # data as a hash:
5823
5924
  #
@@ -6151,6 +6252,36 @@ module Aws::Greengrass
6151
6252
  #
6152
6253
  class UpdateSubscriptionDefinitionResponse < Aws::EmptyStructure; end
6153
6254
 
6255
+ # @note When making an API call, you may pass UpdateThingRuntimeConfigurationRequest
6256
+ # data as a hash:
6257
+ #
6258
+ # {
6259
+ # telemetry_configuration: {
6260
+ # telemetry: "On", # required, accepts On, Off
6261
+ # },
6262
+ # thing_name: "__string", # required
6263
+ # }
6264
+ #
6265
+ # @!attribute [rw] telemetry_configuration
6266
+ # Configuration settings for running telemetry.
6267
+ # @return [Types::TelemetryConfigurationUpdate]
6268
+ #
6269
+ # @!attribute [rw] thing_name
6270
+ # @return [String]
6271
+ #
6272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/UpdateThingRuntimeConfigurationRequest AWS API Documentation
6273
+ #
6274
+ class UpdateThingRuntimeConfigurationRequest < Struct.new(
6275
+ :telemetry_configuration,
6276
+ :thing_name)
6277
+ SENSITIVE = []
6278
+ include Aws::Structure
6279
+ end
6280
+
6281
+ # @see http://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/UpdateThingRuntimeConfigurationResponse AWS API Documentation
6282
+ #
6283
+ class UpdateThingRuntimeConfigurationResponse < Aws::EmptyStructure; end
6284
+
6154
6285
  # Information about a version.
6155
6286
  #
6156
6287
  # @!attribute [rw] arn
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-greengrass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.39.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: 2020-08-25 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-greengrass.rb
56
59
  - lib/aws-sdk-greengrass/client.rb
57
60
  - lib/aws-sdk-greengrass/client_api.rb