aws-sdk-ssm 1.104.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 +123 -17
- data/lib/aws-sdk-ssm/client_api.rb +15 -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 +274 -22
- 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.
|