aws-sdk-ssm 1.105.0 → 1.106.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +618 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-ssm.rb +2 -2
- data/lib/aws-sdk-ssm/client.rb +46 -10
- data/lib/aws-sdk-ssm/client_api.rb +2 -1
- data/lib/aws-sdk-ssm/errors.rb +1 -1
- data/lib/aws-sdk-ssm/resource.rb +1 -1
- data/lib/aws-sdk-ssm/types.rb +60 -12
- data/lib/aws-sdk-ssm/waiters.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad1d184dee9ca0736a9503ee71410e70f6fcc31756d7bb872bb8ab8b48159f1b
|
4
|
+
data.tar.gz: e0dd4dca05a71d4fc21f77af0995c046eeb37eaa63c16852e6c350960b28115f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecd02b3f61016b98325b317bfbf1062482d7784cd053d7cb9cb221fc87a971fd7c393c6e14b31b48d75dec3f4e473380e29701007db303096a8290837056525c
|
7
|
+
data.tar.gz: eb44626cfd9c620ce71b2df75d923bbfe90d8ec3d8d11d05141892807c6834202314b4561e73b13fa1d41e2a333819a5f59d99700670972d438b1df8367afbb6
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,618 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.106.0 (2021-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Systems Manager support for tagging OpsMetadata.
|
8
|
+
|
9
|
+
1.105.0 (2021-03-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add Support for Patch Manger Baseline Override parameter.
|
13
|
+
|
14
|
+
1.104.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.103.0 (2021-01-22)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for the ListDocumentFilters API action.
|
23
|
+
|
24
|
+
1.102.0 (2021-01-12)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - AWS Systems Manager adds pagination support for DescribeDocumentPermission API
|
28
|
+
|
29
|
+
1.101.0 (2020-12-22)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - SSM Maintenance Window support for registering/updating maintenance window tasks without targets.
|
33
|
+
|
34
|
+
1.100.0 (2020-12-15)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Adding support for Change Manager API content
|
38
|
+
|
39
|
+
1.99.0 (2020-12-04)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - AWS Systems Manager Patch Manager MAC OS Support and OpsMetadata Store APIs to store operational metadata for an Application.
|
43
|
+
|
44
|
+
1.98.0 (2020-11-10)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Add SessionId as a filter for DescribeSessions API
|
48
|
+
|
49
|
+
1.97.0 (2020-11-09)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - add a new filter to allow customer to filter automation executions by using resource-group which used for execute automation
|
53
|
+
|
54
|
+
1.96.0 (2020-11-06)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Documentation updates for Systems Manager
|
58
|
+
|
59
|
+
1.95.0 (2020-10-19)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API.
|
63
|
+
|
64
|
+
1.94.0 (2020-10-15)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API.
|
68
|
+
|
69
|
+
1.93.0 (2020-09-30)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.92.0 (2020-09-29)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Simple update to description of ComplianceItemStatus.
|
78
|
+
|
79
|
+
1.91.0 (2020-09-16)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - The ComplianceItemEntry Status description was updated to address Windows patches that aren't applicable.
|
83
|
+
|
84
|
+
1.90.0 (2020-09-15)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
88
|
+
|
89
|
+
1.89.0 (2020-09-04)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Documentation-only updates for AWS Systems Manager
|
93
|
+
|
94
|
+
1.88.0 (2020-08-25)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
98
|
+
|
99
|
+
1.87.0 (2020-08-24)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Add string length constraints to OpsDataAttributeName and OpsFilterValue.
|
103
|
+
|
104
|
+
1.86.0 (2020-08-03)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - Adds a waiter for CommandExecuted and paginators for various other APIs.
|
108
|
+
|
109
|
+
1.85.0 (2020-07-27)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Assorted doc ticket-fix updates for Systems Manager.
|
113
|
+
|
114
|
+
1.84.0 (2020-07-02)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
118
|
+
|
119
|
+
1.83.0 (2020-06-23)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
123
|
+
|
124
|
+
1.82.0 (2020-06-18)
|
125
|
+
------------------
|
126
|
+
|
127
|
+
* Feature - Added offset support for specifying the number of days to wait after the date and time specified by a CRON expression before running the maintenance window.
|
128
|
+
|
129
|
+
1.81.1 (2020-06-11)
|
130
|
+
------------------
|
131
|
+
|
132
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
133
|
+
|
134
|
+
1.81.0 (2020-06-10)
|
135
|
+
------------------
|
136
|
+
|
137
|
+
* Issue - This version has been yanked. (#2327).
|
138
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
139
|
+
|
140
|
+
1.80.0 (2020-06-04)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - SSM State Manager support for executing an association only at specified CRON schedule after creating/updating an association.
|
144
|
+
|
145
|
+
1.79.0 (2020-05-28)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
149
|
+
|
150
|
+
1.78.0 (2020-05-26)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - The AWS Systems Manager GetOpsSummary API action now supports multiple OpsResultAttributes in the request. Currently, this feature only supports OpsResultAttributes with the following TypeNames: [AWS:EC2InstanceComputeOptimizer] or [AWS:EC2InstanceInformation, AWS:EC2InstanceComputeOptimizer]. These TypeNames can be used along with either or both of the following: [AWS:EC2InstanceRecommendation, AWS:RecommendationSource]
|
154
|
+
|
155
|
+
1.77.0 (2020-05-07)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - This Patch Manager release supports creating patch baselines for Oracle Linux and Debian
|
159
|
+
|
160
|
+
1.76.0 (2020-05-05)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - AWS Systems Manager Parameter Store launches new data type to support aliases in EC2 APIs
|
164
|
+
|
165
|
+
1.75.0 (2020-05-01)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - Added TimeoutSeconds as part of ListCommands API response.
|
169
|
+
|
170
|
+
1.74.0 (2020-04-28)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - SSM State Manager support for adding list association filter for Resource Group and manual mode of managing compliance for an association.
|
174
|
+
|
175
|
+
1.73.0 (2020-03-16)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations.
|
179
|
+
|
180
|
+
1.72.0 (2020-03-09)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
184
|
+
|
185
|
+
1.71.0 (2020-02-04)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the 'ApproveUntilDate' option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
|
189
|
+
|
190
|
+
1.70.0 (2020-01-15)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - Document updates for Patch Manager 'NoReboot' feature.
|
194
|
+
|
195
|
+
1.69.0 (2019-12-20)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - This release updates the attachments support to include AttachmentReference source for Automation documents.
|
199
|
+
|
200
|
+
1.68.0 (2019-12-19)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - This release allows customers to add tags to Automation execution, enabling them to sort and filter executions in different ways, such as by resource, purpose, owner, or environment.
|
204
|
+
|
205
|
+
1.67.0 (2019-12-17)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - Added support for Cloud Watch Output and Document Version to the Run Command tasks in Maintenance Windows.
|
209
|
+
|
210
|
+
1.66.0 (2019-12-09)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - Adds the SSM GetCalendarState API and ChangeCalendar SSM Document type. These features enable the forthcoming Systems Manager Change Calendar feature, which will allow you to schedule events during which actions should (or should not) be performed.
|
214
|
+
|
215
|
+
1.65.0 (2019-11-25)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - AWS Systems Manager Documents now supports more Document Types: ApplicationConfiguration, ApplicationConfigurationSchema and DeploymentStrategy. This release also extends Document Permissions capabilities and introduces a new Force flag for DeleteDocument API.
|
219
|
+
|
220
|
+
1.64.0 (2019-11-22)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
|
224
|
+
|
225
|
+
1.63.0 (2019-11-21)
|
226
|
+
------------------
|
227
|
+
|
228
|
+
* Feature - The release contains new API and API changes for AWS Systems Manager Explorer product.
|
229
|
+
|
230
|
+
1.62.0 (2019-11-18)
|
231
|
+
------------------
|
232
|
+
|
233
|
+
* Feature - The release contains new API and API changes for AWS Systems Manager Explorer product.
|
234
|
+
|
235
|
+
1.61.0 (2019-11-15)
|
236
|
+
------------------
|
237
|
+
|
238
|
+
* Feature - This release updates AWS Systems Manager Parameter Store documentation for the enhanced search capability.
|
239
|
+
|
240
|
+
1.60.0 (2019-11-14)
|
241
|
+
------------------
|
242
|
+
|
243
|
+
* Feature - Updates support for adding attachments to Systems Manager Automation documents
|
244
|
+
|
245
|
+
1.59.0 (2019-11-07)
|
246
|
+
------------------
|
247
|
+
|
248
|
+
* Feature - AWS Systems Manager Session Manager target length increased to 400.
|
249
|
+
|
250
|
+
1.58.0 (2019-10-23)
|
251
|
+
------------------
|
252
|
+
|
253
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
254
|
+
|
255
|
+
1.57.0 (2019-10-04)
|
256
|
+
------------------
|
257
|
+
|
258
|
+
* Feature - Documentation updates for Systems Manager / StartSession.
|
259
|
+
|
260
|
+
1.56.0 (2019-09-26)
|
261
|
+
------------------
|
262
|
+
|
263
|
+
* Feature - This release updates the AWS Systems Manager Parameter Store PutParameter and LabelParameterVersion APIs to return the "Tier" of parameter created/updated and the "parameter version" labeled respectively.
|
264
|
+
|
265
|
+
1.55.0 (2019-08-26)
|
266
|
+
------------------
|
267
|
+
|
268
|
+
* Feature - This feature adds "default tier" to the AWS Systems Manager Parameter Store for parameter creation and update. AWS customers can now set the "default tier" to one of the following values: Standard (default), Advanced or Intelligent-Tiering. This allows customers to create advanced parameters or parameters in corresponding tiers with one setting rather than code change to specify parameter tiers.
|
269
|
+
|
270
|
+
1.54.0 (2019-07-25)
|
271
|
+
------------------
|
272
|
+
|
273
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
274
|
+
|
275
|
+
1.53.0 (2019-07-23)
|
276
|
+
------------------
|
277
|
+
|
278
|
+
* Feature - You can now use Maintenance Windows to select a resource group as the target. By selecting a resource group as the target of a Maintenance Window, customers can perform routine tasks across different resources such as Amazon Elastic Compute Cloud (AmazonEC2) instances, Amazon Elastic Block Store (Amazon EBS) volumes, and Amazon Simple Storage Service(Amazon S3) buckets within the same recurring time window.
|
279
|
+
|
280
|
+
1.52.0 (2019-07-01)
|
281
|
+
------------------
|
282
|
+
|
283
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
284
|
+
|
285
|
+
1.51.0 (2019-06-24)
|
286
|
+
------------------
|
287
|
+
|
288
|
+
* Feature - AWS Systems Manager now supports deleting a specific version of a SSM Document.
|
289
|
+
|
290
|
+
1.50.0 (2019-06-17)
|
291
|
+
------------------
|
292
|
+
|
293
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
294
|
+
|
295
|
+
1.49.0 (2019-06-06)
|
296
|
+
------------------
|
297
|
+
|
298
|
+
* Feature - OpsCenter is a new Systems Manager capability that allows you to view, diagnose, and remediate, operational issues, aka OpsItems, related to various AWS resources by bringing together contextually relevant investigation information. New APIs to create, update, describe, and get OpsItems as well as OpsItems summary API.
|
299
|
+
|
300
|
+
1.48.0 (2019-05-29)
|
301
|
+
------------------
|
302
|
+
|
303
|
+
* Feature - Systems Manager - Documentation updates
|
304
|
+
|
305
|
+
1.47.0 (2019-05-21)
|
306
|
+
------------------
|
307
|
+
|
308
|
+
* Feature - API update.
|
309
|
+
|
310
|
+
1.46.0 (2019-05-15)
|
311
|
+
------------------
|
312
|
+
|
313
|
+
* Feature - API update.
|
314
|
+
|
315
|
+
1.45.0 (2019-05-14)
|
316
|
+
------------------
|
317
|
+
|
318
|
+
* Feature - API update.
|
319
|
+
|
320
|
+
1.44.0 (2019-05-07)
|
321
|
+
------------------
|
322
|
+
|
323
|
+
* Feature - API update.
|
324
|
+
|
325
|
+
1.43.0 (2019-04-24)
|
326
|
+
------------------
|
327
|
+
|
328
|
+
* Feature - API update.
|
329
|
+
|
330
|
+
1.42.0 (2019-04-01)
|
331
|
+
------------------
|
332
|
+
|
333
|
+
* Feature - API update.
|
334
|
+
|
335
|
+
1.41.0 (2019-03-21)
|
336
|
+
------------------
|
337
|
+
|
338
|
+
* Feature - API update.
|
339
|
+
|
340
|
+
1.40.0 (2019-03-18)
|
341
|
+
------------------
|
342
|
+
|
343
|
+
* Feature - API update.
|
344
|
+
|
345
|
+
1.39.0 (2019-03-14)
|
346
|
+
------------------
|
347
|
+
|
348
|
+
* Feature - API update.
|
349
|
+
|
350
|
+
1.38.0 (2019-03-04)
|
351
|
+
------------------
|
352
|
+
|
353
|
+
* Feature - API update.
|
354
|
+
|
355
|
+
1.37.0 (2019-02-28)
|
356
|
+
------------------
|
357
|
+
|
358
|
+
* Feature - API update.
|
359
|
+
|
360
|
+
1.36.0 (2019-02-19)
|
361
|
+
------------------
|
362
|
+
|
363
|
+
* Feature - API update.
|
364
|
+
|
365
|
+
1.35.0 (2019-01-21)
|
366
|
+
------------------
|
367
|
+
|
368
|
+
* Feature - API update.
|
369
|
+
|
370
|
+
1.34.0 (2018-11-20)
|
371
|
+
------------------
|
372
|
+
|
373
|
+
* Feature - API update.
|
374
|
+
|
375
|
+
1.33.0 (2018-11-16)
|
376
|
+
------------------
|
377
|
+
|
378
|
+
* Feature - API update.
|
379
|
+
|
380
|
+
1.32.0 (2018-10-26)
|
381
|
+
------------------
|
382
|
+
|
383
|
+
* Feature - API update.
|
384
|
+
|
385
|
+
1.31.0 (2018-10-24)
|
386
|
+
------------------
|
387
|
+
|
388
|
+
* Feature - API update.
|
389
|
+
|
390
|
+
1.30.0 (2018-10-23)
|
391
|
+
------------------
|
392
|
+
|
393
|
+
* Feature - API update.
|
394
|
+
|
395
|
+
1.29.0 (2018-10-19)
|
396
|
+
------------------
|
397
|
+
|
398
|
+
* Feature - API update.
|
399
|
+
|
400
|
+
1.28.0 (2018-10-09)
|
401
|
+
------------------
|
402
|
+
|
403
|
+
* Feature - API update.
|
404
|
+
|
405
|
+
1.27.0 (2018-10-04)
|
406
|
+
------------------
|
407
|
+
|
408
|
+
* Feature - API update.
|
409
|
+
|
410
|
+
1.26.0 (2018-09-11)
|
411
|
+
------------------
|
412
|
+
|
413
|
+
* Feature - API update.
|
414
|
+
|
415
|
+
1.25.0 (2018-09-06)
|
416
|
+
------------------
|
417
|
+
|
418
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
419
|
+
|
420
|
+
1.24.0 (2018-09-05)
|
421
|
+
------------------
|
422
|
+
|
423
|
+
* Feature - API update.
|
424
|
+
|
425
|
+
1.23.0 (2018-08-16)
|
426
|
+
------------------
|
427
|
+
|
428
|
+
* Feature - API update.
|
429
|
+
|
430
|
+
1.22.0 (2018-08-08)
|
431
|
+
------------------
|
432
|
+
|
433
|
+
* Feature - API update.
|
434
|
+
|
435
|
+
1.21.0 (2018-08-07)
|
436
|
+
------------------
|
437
|
+
|
438
|
+
* Feature - API update.
|
439
|
+
|
440
|
+
1.20.0 (2018-08-02)
|
441
|
+
------------------
|
442
|
+
|
443
|
+
* Feature - API update.
|
444
|
+
|
445
|
+
1.19.0 (2018-07-26)
|
446
|
+
------------------
|
447
|
+
|
448
|
+
* Feature - API update.
|
449
|
+
|
450
|
+
1.18.0 (2018-07-11)
|
451
|
+
------------------
|
452
|
+
|
453
|
+
* Feature - API update.
|
454
|
+
|
455
|
+
1.17.0 (2018-07-02)
|
456
|
+
------------------
|
457
|
+
|
458
|
+
* Feature - API update.
|
459
|
+
|
460
|
+
1.16.0 (2018-06-26)
|
461
|
+
------------------
|
462
|
+
|
463
|
+
* Feature - API update.
|
464
|
+
|
465
|
+
1.15.0 (2018-06-21)
|
466
|
+
------------------
|
467
|
+
|
468
|
+
* Feature - API update.
|
469
|
+
|
470
|
+
1.14.0 (2018-06-13)
|
471
|
+
------------------
|
472
|
+
|
473
|
+
* Feature - API update.
|
474
|
+
|
475
|
+
1.13.0 (2018-05-02)
|
476
|
+
------------------
|
477
|
+
|
478
|
+
* Feature - API update.
|
479
|
+
|
480
|
+
1.12.0 (2018-04-19)
|
481
|
+
------------------
|
482
|
+
|
483
|
+
* Feature - API update.
|
484
|
+
|
485
|
+
1.11.0 (2018-04-10)
|
486
|
+
------------------
|
487
|
+
|
488
|
+
* Feature - API update.
|
489
|
+
|
490
|
+
1.10.0 (2018-04-05)
|
491
|
+
------------------
|
492
|
+
|
493
|
+
* Feature - API update.
|
494
|
+
|
495
|
+
1.9.0 (2018-03-29)
|
496
|
+
------------------
|
497
|
+
|
498
|
+
* Feature - API update.
|
499
|
+
|
500
|
+
1.8.0 (2018-03-01)
|
501
|
+
------------------
|
502
|
+
|
503
|
+
* Feature - API update.
|
504
|
+
|
505
|
+
1.7.0 (2018-02-06)
|
506
|
+
------------------
|
507
|
+
|
508
|
+
* Feature - API update.
|
509
|
+
|
510
|
+
1.6.0 (2018-01-05)
|
511
|
+
------------------
|
512
|
+
|
513
|
+
* Feature - API update.
|
514
|
+
|
515
|
+
1.5.0 (2017-11-30)
|
516
|
+
------------------
|
517
|
+
|
518
|
+
* Feature - API update.
|
519
|
+
|
520
|
+
1.4.0 (2017-11-15)
|
521
|
+
------------------
|
522
|
+
|
523
|
+
* Feature - API update.
|
524
|
+
|
525
|
+
1.3.0 (2017-10-19)
|
526
|
+
------------------
|
527
|
+
|
528
|
+
* Feature - API update.
|
529
|
+
|
530
|
+
1.2.0 (2017-10-03)
|
531
|
+
------------------
|
532
|
+
|
533
|
+
* Feature - API update.
|
534
|
+
|
535
|
+
1.1.0 (2017-09-01)
|
536
|
+
------------------
|
537
|
+
|
538
|
+
* Feature - API update.
|
539
|
+
|
540
|
+
* Issue - Update `aws-sdk-ssm` gemspec metadata.
|
541
|
+
|
542
|
+
1.0.0 (2017-08-29)
|
543
|
+
------------------
|
544
|
+
|
545
|
+
1.0.0.rc15 (2017-08-22)
|
546
|
+
------------------
|
547
|
+
|
548
|
+
* Feature - API update.
|
549
|
+
|
550
|
+
1.0.0.rc14 (2017-08-14)
|
551
|
+
------------------
|
552
|
+
|
553
|
+
* Feature - API update.
|
554
|
+
|
555
|
+
1.0.0.rc13 (2017-07-31)
|
556
|
+
------------------
|
557
|
+
|
558
|
+
* Feature - API update.
|
559
|
+
|
560
|
+
1.0.0.rc12 (2017-07-25)
|
561
|
+
------------------
|
562
|
+
|
563
|
+
* Feature - API update.
|
564
|
+
|
565
|
+
1.0.0.rc11 (2017-07-13)
|
566
|
+
------------------
|
567
|
+
|
568
|
+
* Feature - API update.
|
569
|
+
|
570
|
+
1.0.0.rc10 (2017-07-06)
|
571
|
+
------------------
|
572
|
+
|
573
|
+
* Feature - API update.
|
574
|
+
|
575
|
+
1.0.0.rc9 (2017-06-29)
|
576
|
+
------------------
|
577
|
+
|
578
|
+
* Feature - API update.
|
579
|
+
|
580
|
+
1.0.0.rc8 (2017-06-26)
|
581
|
+
------------------
|
582
|
+
|
583
|
+
* Feature - API update.
|
584
|
+
|
585
|
+
1.0.0.rc7 (2017-05-23)
|
586
|
+
------------------
|
587
|
+
|
588
|
+
* Feature - API update.
|
589
|
+
|
590
|
+
1.0.0.rc6 (2017-05-09)
|
591
|
+
------------------
|
592
|
+
|
593
|
+
* Feature - API update.
|
594
|
+
|
595
|
+
1.0.0.rc5 (2017-05-09)
|
596
|
+
------------------
|
597
|
+
|
598
|
+
* Feature - API update.
|
599
|
+
|
600
|
+
1.0.0.rc4 (2017-04-21)
|
601
|
+
------------------
|
602
|
+
|
603
|
+
* Feature - API update.
|
604
|
+
|
605
|
+
1.0.0.rc3 (2017-01-24)
|
606
|
+
------------------
|
607
|
+
|
608
|
+
* Feature - API update.
|
609
|
+
|
610
|
+
1.0.0.rc2 (2016-12-09)
|
611
|
+
------------------
|
612
|
+
|
613
|
+
* Feature - API update.
|
614
|
+
|
615
|
+
1.0.0.rc1 (2016-12-05)
|
616
|
+
------------------
|
617
|
+
|
618
|
+
* Feature - Initial preview release of the `aws-sdk-ssm` gem.
|
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.106.0
|
data/lib/aws-sdk-ssm.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
|
|
49
49
|
# @!group service
|
50
50
|
module Aws::SSM
|
51
51
|
|
52
|
-
GEM_VERSION = '1.
|
52
|
+
GEM_VERSION = '1.106.0'
|
53
53
|
|
54
54
|
end
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -383,6 +383,14 @@ module Aws::SSM
|
|
383
383
|
#
|
384
384
|
# PatchBaseline: pb-012345abcde
|
385
385
|
#
|
386
|
+
# OpsMetadata object: `ResourceID` for tagging is created from the
|
387
|
+
# Amazon Resource Name (ARN) for the object. Specifically, `ResourceID`
|
388
|
+
# is created from the strings that come after the word `opsmetadata` in
|
389
|
+
# the ARN. For example, an OpsMetadata object with an ARN of
|
390
|
+
# `arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager`
|
391
|
+
# has a `ResourceID` of either `aws/ssm/MyGroup/appmanager` or
|
392
|
+
# `/aws/ssm/MyGroup/appmanager`.
|
393
|
+
#
|
386
394
|
# For the Document and Parameter values, use the name of the resource.
|
387
395
|
#
|
388
396
|
# <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
|
@@ -403,7 +411,7 @@ module Aws::SSM
|
|
403
411
|
# @example Request syntax with placeholder values
|
404
412
|
#
|
405
413
|
# resp = client.add_tags_to_resource({
|
406
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
414
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
407
415
|
# resource_id: "ResourceId", # required
|
408
416
|
# tags: [ # required
|
409
417
|
# {
|
@@ -1499,6 +1507,18 @@ module Aws::SSM
|
|
1499
1507
|
# @option params [Hash<String,Types::MetadataValue>] :metadata
|
1500
1508
|
# Metadata for a new Application Manager application.
|
1501
1509
|
#
|
1510
|
+
# @option params [Array<Types::Tag>] :tags
|
1511
|
+
# Optional metadata that you assign to a resource. You can specify a
|
1512
|
+
# maximum of five tags for an OpsMetadata object. Tags enable you to
|
1513
|
+
# categorize a resource in different ways, such as by purpose, owner, or
|
1514
|
+
# environment. For example, you might want to tag an OpsMetadata object
|
1515
|
+
# to identify an environment or target AWS Region. In this case, you
|
1516
|
+
# could specify the following key-value pairs:
|
1517
|
+
#
|
1518
|
+
# * `Key=Environment,Value=Production`
|
1519
|
+
#
|
1520
|
+
# * `Key=Region,Value=us-east-2`
|
1521
|
+
#
|
1502
1522
|
# @return [Types::CreateOpsMetadataResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1503
1523
|
#
|
1504
1524
|
# * {Types::CreateOpsMetadataResult#ops_metadata_arn #ops_metadata_arn} => String
|
@@ -1512,6 +1532,12 @@ module Aws::SSM
|
|
1512
1532
|
# value: "MetadataValueString",
|
1513
1533
|
# },
|
1514
1534
|
# },
|
1535
|
+
# tags: [
|
1536
|
+
# {
|
1537
|
+
# key: "TagKey", # required
|
1538
|
+
# value: "TagValue", # required
|
1539
|
+
# },
|
1540
|
+
# ],
|
1515
1541
|
# })
|
1516
1542
|
#
|
1517
1543
|
# @example Response structure
|
@@ -4834,12 +4860,14 @@ module Aws::SSM
|
|
4834
4860
|
# environment that is configured for Systems Manager.
|
4835
4861
|
#
|
4836
4862
|
# @option params [String] :plugin_name
|
4837
|
-
#
|
4838
|
-
#
|
4839
|
-
#
|
4863
|
+
# The name of the plugin for which you want detailed results. If the
|
4864
|
+
# document contains only one plugin, you can omit the name and details
|
4865
|
+
# for that plugin are returned. If the document contains more than one
|
4866
|
+
# plugin, you must specify the name of the plugin for which you want to
|
4867
|
+
# view details.
|
4840
4868
|
#
|
4841
|
-
# Plugin names are also referred to as step names in Systems Manager
|
4842
|
-
# documents.
|
4869
|
+
# Plugin names are also referred to as *step names* in Systems Manager
|
4870
|
+
# documents. For example, `aws:RunShellScript` is a plugin.
|
4843
4871
|
#
|
4844
4872
|
# @return [Types::GetCommandInvocationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4845
4873
|
#
|
@@ -7333,7 +7361,7 @@ module Aws::SSM
|
|
7333
7361
|
# @example Request syntax with placeholder values
|
7334
7362
|
#
|
7335
7363
|
# resp = client.list_tags_for_resource({
|
7336
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
7364
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
7337
7365
|
# resource_id: "ResourceId", # required
|
7338
7366
|
# })
|
7339
7367
|
#
|
@@ -8279,6 +8307,14 @@ module Aws::SSM
|
|
8279
8307
|
#
|
8280
8308
|
# PatchBaseline: pb-012345abcde
|
8281
8309
|
#
|
8310
|
+
# OpsMetadata object: `ResourceID` for tagging is created from the
|
8311
|
+
# Amazon Resource Name (ARN) for the object. Specifically, `ResourceID`
|
8312
|
+
# is created from the strings that come after the word `opsmetadata` in
|
8313
|
+
# the ARN. For example, an OpsMetadata object with an ARN of
|
8314
|
+
# `arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager`
|
8315
|
+
# has a `ResourceID` of either `aws/ssm/MyGroup/appmanager` or
|
8316
|
+
# `/aws/ssm/MyGroup/appmanager`.
|
8317
|
+
#
|
8282
8318
|
# For the Document and Parameter values, use the name of the resource.
|
8283
8319
|
#
|
8284
8320
|
# <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
|
@@ -8295,7 +8331,7 @@ module Aws::SSM
|
|
8295
8331
|
# @example Request syntax with placeholder values
|
8296
8332
|
#
|
8297
8333
|
# resp = client.remove_tags_from_resource({
|
8298
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
8334
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
8299
8335
|
# resource_id: "ResourceId", # required
|
8300
8336
|
# tag_keys: ["TagKey"], # required
|
8301
8337
|
# })
|
@@ -10698,7 +10734,7 @@ module Aws::SSM
|
|
10698
10734
|
params: params,
|
10699
10735
|
config: config)
|
10700
10736
|
context[:gem_name] = 'aws-sdk-ssm'
|
10701
|
-
context[:gem_version] = '1.
|
10737
|
+
context[:gem_version] = '1.106.0'
|
10702
10738
|
Seahorse::Client::Request.new(handlers, context)
|
10703
10739
|
end
|
10704
10740
|
|
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1685,6 +1685,7 @@ module Aws::SSM
|
|
1685
1685
|
|
1686
1686
|
CreateOpsMetadataRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: OpsMetadataResourceId, required: true, location_name: "ResourceId"))
|
1687
1687
|
CreateOpsMetadataRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MetadataMap, location_name: "Metadata"))
|
1688
|
+
CreateOpsMetadataRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1688
1689
|
CreateOpsMetadataRequest.struct_class = Types::CreateOpsMetadataRequest
|
1689
1690
|
|
1690
1691
|
CreateOpsMetadataResult.add_member(:ops_metadata_arn, Shapes::ShapeRef.new(shape: OpsMetadataArn, location_name: "OpsMetadataArn"))
|
data/lib/aws-sdk-ssm/errors.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-ssm/resource.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -100,7 +100,7 @@ module Aws::SSM
|
|
100
100
|
# data as a hash:
|
101
101
|
#
|
102
102
|
# {
|
103
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
103
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
104
104
|
# resource_id: "ResourceId", # required
|
105
105
|
# tags: [ # required
|
106
106
|
# {
|
@@ -132,6 +132,15 @@ module Aws::SSM
|
|
132
132
|
#
|
133
133
|
# PatchBaseline: pb-012345abcde
|
134
134
|
#
|
135
|
+
# OpsMetadata object: `ResourceID` for tagging is created from the
|
136
|
+
# Amazon Resource Name (ARN) for the object. Specifically,
|
137
|
+
# `ResourceID` is created from the strings that come after the word
|
138
|
+
# `opsmetadata` in the ARN. For example, an OpsMetadata object with an
|
139
|
+
# ARN of
|
140
|
+
# `arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager`
|
141
|
+
# has a `ResourceID` of either `aws/ssm/MyGroup/appmanager` or
|
142
|
+
# `/aws/ssm/MyGroup/appmanager`.
|
143
|
+
#
|
135
144
|
# For the Document and Parameter values, use the name of the resource.
|
136
145
|
#
|
137
146
|
# <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
|
@@ -3632,6 +3641,12 @@ module Aws::SSM
|
|
3632
3641
|
# value: "MetadataValueString",
|
3633
3642
|
# },
|
3634
3643
|
# },
|
3644
|
+
# tags: [
|
3645
|
+
# {
|
3646
|
+
# key: "TagKey", # required
|
3647
|
+
# value: "TagValue", # required
|
3648
|
+
# },
|
3649
|
+
# ],
|
3635
3650
|
# }
|
3636
3651
|
#
|
3637
3652
|
# @!attribute [rw] resource_id
|
@@ -3642,11 +3657,25 @@ module Aws::SSM
|
|
3642
3657
|
# Metadata for a new Application Manager application.
|
3643
3658
|
# @return [Hash<String,Types::MetadataValue>]
|
3644
3659
|
#
|
3660
|
+
# @!attribute [rw] tags
|
3661
|
+
# Optional metadata that you assign to a resource. You can specify a
|
3662
|
+
# maximum of five tags for an OpsMetadata object. Tags enable you to
|
3663
|
+
# categorize a resource in different ways, such as by purpose, owner,
|
3664
|
+
# or environment. For example, you might want to tag an OpsMetadata
|
3665
|
+
# object to identify an environment or target AWS Region. In this
|
3666
|
+
# case, you could specify the following key-value pairs:
|
3667
|
+
#
|
3668
|
+
# * `Key=Environment,Value=Production`
|
3669
|
+
#
|
3670
|
+
# * `Key=Region,Value=us-east-2`
|
3671
|
+
# @return [Array<Types::Tag>]
|
3672
|
+
#
|
3645
3673
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/CreateOpsMetadataRequest AWS API Documentation
|
3646
3674
|
#
|
3647
3675
|
class CreateOpsMetadataRequest < Struct.new(
|
3648
3676
|
:resource_id,
|
3649
|
-
:metadata
|
3677
|
+
:metadata,
|
3678
|
+
:tags)
|
3650
3679
|
SENSITIVE = []
|
3651
3680
|
include Aws::Structure
|
3652
3681
|
end
|
@@ -7604,12 +7633,14 @@ module Aws::SSM
|
|
7604
7633
|
# @return [String]
|
7605
7634
|
#
|
7606
7635
|
# @!attribute [rw] plugin_name
|
7607
|
-
#
|
7608
|
-
#
|
7609
|
-
#
|
7636
|
+
# The name of the plugin for which you want detailed results. If the
|
7637
|
+
# document contains only one plugin, you can omit the name and details
|
7638
|
+
# for that plugin are returned. If the document contains more than one
|
7639
|
+
# plugin, you must specify the name of the plugin for which you want
|
7640
|
+
# to view details.
|
7610
7641
|
#
|
7611
|
-
# Plugin names are also referred to as step names in Systems Manager
|
7612
|
-
# documents.
|
7642
|
+
# Plugin names are also referred to as *step names* in Systems Manager
|
7643
|
+
# documents. For example, `aws:RunShellScript` is a plugin.
|
7613
7644
|
# @return [String]
|
7614
7645
|
#
|
7615
7646
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/GetCommandInvocationRequest AWS API Documentation
|
@@ -7646,8 +7677,8 @@ module Aws::SSM
|
|
7646
7677
|
# @return [String]
|
7647
7678
|
#
|
7648
7679
|
# @!attribute [rw] plugin_name
|
7649
|
-
# The name of the plugin
|
7650
|
-
# example, aws:RunShellScript is a plugin.
|
7680
|
+
# The name of the plugin, or *step name*, for which details are
|
7681
|
+
# reported. For example, `aws:RunShellScript` is a plugin.
|
7651
7682
|
# @return [String]
|
7652
7683
|
#
|
7653
7684
|
# @!attribute [rw] response_code
|
@@ -9554,6 +9585,14 @@ module Aws::SSM
|
|
9554
9585
|
|
9555
9586
|
# An S3 bucket where you want to store the results of this request.
|
9556
9587
|
#
|
9588
|
+
# For the minimal permissions required to enable Amazon S3 output for an
|
9589
|
+
# association, see [Creating associations][1] in the *Systems Manager
|
9590
|
+
# User Guide*.
|
9591
|
+
#
|
9592
|
+
#
|
9593
|
+
#
|
9594
|
+
# [1]: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html
|
9595
|
+
#
|
9557
9596
|
# @note When making an API call, you may pass InstanceAssociationOutputLocation
|
9558
9597
|
# data as a hash:
|
9559
9598
|
#
|
@@ -12198,7 +12237,7 @@ module Aws::SSM
|
|
12198
12237
|
# data as a hash:
|
12199
12238
|
#
|
12200
12239
|
# {
|
12201
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
12240
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
12202
12241
|
# resource_id: "ResourceId", # required
|
12203
12242
|
# }
|
12204
12243
|
#
|
@@ -16134,7 +16173,7 @@ module Aws::SSM
|
|
16134
16173
|
# data as a hash:
|
16135
16174
|
#
|
16136
16175
|
# {
|
16137
|
-
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem
|
16176
|
+
# resource_type: "Document", # required, accepts Document, ManagedInstance, MaintenanceWindow, Parameter, PatchBaseline, OpsItem, OpsMetadata
|
16138
16177
|
# resource_id: "ResourceId", # required
|
16139
16178
|
# tag_keys: ["TagKey"], # required
|
16140
16179
|
# }
|
@@ -16159,6 +16198,15 @@ module Aws::SSM
|
|
16159
16198
|
#
|
16160
16199
|
# PatchBaseline: pb-012345abcde
|
16161
16200
|
#
|
16201
|
+
# OpsMetadata object: `ResourceID` for tagging is created from the
|
16202
|
+
# Amazon Resource Name (ARN) for the object. Specifically,
|
16203
|
+
# `ResourceID` is created from the strings that come after the word
|
16204
|
+
# `opsmetadata` in the ARN. For example, an OpsMetadata object with an
|
16205
|
+
# ARN of
|
16206
|
+
# `arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager`
|
16207
|
+
# has a `ResourceID` of either `aws/ssm/MyGroup/appmanager` or
|
16208
|
+
# `/aws/ssm/MyGroup/appmanager`.
|
16209
|
+
#
|
16162
16210
|
# For the Document and Parameter values, use the name of the resource.
|
16163
16211
|
#
|
16164
16212
|
# <note markdown="1"> The ManagedInstance type for this API action is only for on-premises
|
data/lib/aws-sdk-ssm/waiters.rb
CHANGED
@@ -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/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ssm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.106.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: 2021-03-
|
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
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon
|
48
48
|
SSM). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
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-ssm.rb
|
56
59
|
- lib/aws-sdk-ssm/client.rb
|
57
60
|
- lib/aws-sdk-ssm/client_api.rb
|