aws-sdk-core 2.10.30 → 2.10.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a21577bbdae1514256f11edecf2ff62b60d588c6
4
- data.tar.gz: 8a8bc545cc5b7fde59ef6792b1313c2438833c46
3
+ metadata.gz: 606fd27471e0aace6971de820f90704b9eac7409
4
+ data.tar.gz: b5cd1b8c8da74ac3eebbd597e880c35b3ef61c39
5
5
  SHA512:
6
- metadata.gz: d286c91824235860e2aac1006f5da6102ccde8bca31ac61b5e86d0ad0a28faa834d4b3c0edf6371301064333d74cd21c5ad5a11735b7f71f98d21c1d2b9435c3
7
- data.tar.gz: 67bad715ecea9e30d8980b9362d2472073ede94f62c7f0cff71b5c3af5fec1eaf73ef79ebb17d176f9615cc26e11192730254e3fc5543a74700f17bdfff742dc
6
+ metadata.gz: 2cd3ff8c9af343bb59157d9d939bcadb859ac6ab5c8d90ae5e8a8da00131e6b01f772940875d86b35ba785ba2abe565f03ce052c87b3c9c6396fbfeca161af11
7
+ data.tar.gz: 21c7ea0ed3b8f71ba6c8815386bc28fdc955e75f575ff321f11feba743754ba7eb8e5efcad8dbd1d295192ea159ec3d2bb0aa751b61d8ed096d7239e91bcb72b
@@ -343,6 +343,7 @@
343
343
  "output":{"shape":"DescribeAssociationResult"},
344
344
  "errors":[
345
345
  {"shape":"AssociationDoesNotExist"},
346
+ {"shape":"InvalidAssociationVersion"},
346
347
  {"shape":"InternalServerError"},
347
348
  {"shape":"InvalidDocument"},
348
349
  {"shape":"InvalidInstanceId"}
@@ -879,6 +880,20 @@
879
880
  {"shape":"InternalServerError"}
880
881
  ]
881
882
  },
883
+ "ListAssociationVersions":{
884
+ "name":"ListAssociationVersions",
885
+ "http":{
886
+ "method":"POST",
887
+ "requestUri":"/"
888
+ },
889
+ "input":{"shape":"ListAssociationVersionsRequest"},
890
+ "output":{"shape":"ListAssociationVersionsResult"},
891
+ "errors":[
892
+ {"shape":"InternalServerError"},
893
+ {"shape":"InvalidNextToken"},
894
+ {"shape":"AssociationDoesNotExist"}
895
+ ]
896
+ },
882
897
  "ListAssociations":{
883
898
  "name":"ListAssociations",
884
899
  "http":{
@@ -1274,7 +1289,9 @@
1274
1289
  {"shape":"InvalidUpdate"},
1275
1290
  {"shape":"TooManyUpdates"},
1276
1291
  {"shape":"InvalidDocument"},
1277
- {"shape":"InvalidTarget"}
1292
+ {"shape":"InvalidTarget"},
1293
+ {"shape":"InvalidAssociationVersion"},
1294
+ {"shape":"AssociationVersionLimitExceeded"}
1278
1295
  ]
1279
1296
  },
1280
1297
  "UpdateAssociationStatus":{
@@ -1490,11 +1507,13 @@
1490
1507
  "Name":{"shape":"DocumentName"},
1491
1508
  "InstanceId":{"shape":"InstanceId"},
1492
1509
  "AssociationId":{"shape":"AssociationId"},
1510
+ "AssociationVersion":{"shape":"AssociationVersion"},
1493
1511
  "DocumentVersion":{"shape":"DocumentVersion"},
1494
1512
  "Targets":{"shape":"Targets"},
1495
1513
  "LastExecutionDate":{"shape":"DateTime"},
1496
1514
  "Overview":{"shape":"AssociationOverview"},
1497
- "ScheduleExpression":{"shape":"ScheduleExpression"}
1515
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
1516
+ "AssociationName":{"shape":"AssociationName"}
1498
1517
  }
1499
1518
  },
1500
1519
  "AssociationAlreadyExists":{
@@ -1508,6 +1527,7 @@
1508
1527
  "members":{
1509
1528
  "Name":{"shape":"DocumentName"},
1510
1529
  "InstanceId":{"shape":"InstanceId"},
1530
+ "AssociationVersion":{"shape":"AssociationVersion"},
1511
1531
  "Date":{"shape":"DateTime"},
1512
1532
  "LastUpdateAssociationDate":{"shape":"DateTime"},
1513
1533
  "Status":{"shape":"AssociationStatus"},
@@ -1519,7 +1539,8 @@
1519
1539
  "ScheduleExpression":{"shape":"ScheduleExpression"},
1520
1540
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
1521
1541
  "LastExecutionDate":{"shape":"DateTime"},
1522
- "LastSuccessfulExecutionDate":{"shape":"DateTime"}
1542
+ "LastSuccessfulExecutionDate":{"shape":"DateTime"},
1543
+ "AssociationName":{"shape":"AssociationName"}
1523
1544
  }
1524
1545
  },
1525
1546
  "AssociationDescriptionList":{
@@ -1555,7 +1576,8 @@
1555
1576
  "AssociationId",
1556
1577
  "AssociationStatusName",
1557
1578
  "LastExecutedBefore",
1558
- "LastExecutedAfter"
1579
+ "LastExecutedAfter",
1580
+ "AssociationName"
1559
1581
  ]
1560
1582
  },
1561
1583
  "AssociationFilterList":{
@@ -1587,6 +1609,10 @@
1587
1609
  "locationName":"Association"
1588
1610
  }
1589
1611
  },
1612
+ "AssociationName":{
1613
+ "type":"string",
1614
+ "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
1615
+ },
1590
1616
  "AssociationOverview":{
1591
1617
  "type":"structure",
1592
1618
  "members":{
@@ -1622,6 +1648,37 @@
1622
1648
  "Failed"
1623
1649
  ]
1624
1650
  },
1651
+ "AssociationVersion":{
1652
+ "type":"string",
1653
+ "pattern":"([$]LATEST)|([1-9][0-9]*)"
1654
+ },
1655
+ "AssociationVersionInfo":{
1656
+ "type":"structure",
1657
+ "members":{
1658
+ "AssociationId":{"shape":"AssociationId"},
1659
+ "AssociationVersion":{"shape":"AssociationVersion"},
1660
+ "CreatedDate":{"shape":"DateTime"},
1661
+ "Name":{"shape":"DocumentName"},
1662
+ "DocumentVersion":{"shape":"DocumentVersion"},
1663
+ "Parameters":{"shape":"Parameters"},
1664
+ "Targets":{"shape":"Targets"},
1665
+ "ScheduleExpression":{"shape":"ScheduleExpression"},
1666
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
1667
+ "AssociationName":{"shape":"AssociationName"}
1668
+ }
1669
+ },
1670
+ "AssociationVersionLimitExceeded":{
1671
+ "type":"structure",
1672
+ "members":{
1673
+ "Message":{"shape":"String"}
1674
+ },
1675
+ "exception":true
1676
+ },
1677
+ "AssociationVersionList":{
1678
+ "type":"list",
1679
+ "member":{"shape":"AssociationVersionInfo"},
1680
+ "min":1
1681
+ },
1625
1682
  "AttributeName":{
1626
1683
  "type":"string",
1627
1684
  "max":64,
@@ -2213,7 +2270,8 @@
2213
2270
  "DocumentVersion":{"shape":"DocumentVersion"},
2214
2271
  "Targets":{"shape":"Targets"},
2215
2272
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2216
- "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
2273
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2274
+ "AssociationName":{"shape":"AssociationName"}
2217
2275
  }
2218
2276
  },
2219
2277
  "CreateAssociationBatchResult":{
@@ -2233,7 +2291,8 @@
2233
2291
  "Parameters":{"shape":"Parameters"},
2234
2292
  "Targets":{"shape":"Targets"},
2235
2293
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2236
- "OutputLocation":{"shape":"InstanceAssociationOutputLocation"}
2294
+ "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2295
+ "AssociationName":{"shape":"AssociationName"}
2237
2296
  }
2238
2297
  },
2239
2298
  "CreateAssociationResult":{
@@ -2557,7 +2616,8 @@
2557
2616
  "members":{
2558
2617
  "Name":{"shape":"DocumentName"},
2559
2618
  "InstanceId":{"shape":"InstanceId"},
2560
- "AssociationId":{"shape":"AssociationId"}
2619
+ "AssociationId":{"shape":"AssociationId"},
2620
+ "AssociationVersion":{"shape":"AssociationVersion"}
2561
2621
  }
2562
2622
  },
2563
2623
  "DescribeAssociationResult":{
@@ -3686,7 +3746,8 @@
3686
3746
  "members":{
3687
3747
  "AssociationId":{"shape":"AssociationId"},
3688
3748
  "InstanceId":{"shape":"InstanceId"},
3689
- "Content":{"shape":"DocumentContent"}
3749
+ "Content":{"shape":"DocumentContent"},
3750
+ "AssociationVersion":{"shape":"AssociationVersion"}
3690
3751
  }
3691
3752
  },
3692
3753
  "InstanceAssociationExecutionSummary":{
@@ -3721,13 +3782,15 @@
3721
3782
  "AssociationId":{"shape":"AssociationId"},
3722
3783
  "Name":{"shape":"DocumentName"},
3723
3784
  "DocumentVersion":{"shape":"DocumentVersion"},
3785
+ "AssociationVersion":{"shape":"AssociationVersion"},
3724
3786
  "InstanceId":{"shape":"InstanceId"},
3725
3787
  "ExecutionDate":{"shape":"DateTime"},
3726
3788
  "Status":{"shape":"StatusName"},
3727
3789
  "DetailedStatus":{"shape":"StatusName"},
3728
3790
  "ExecutionSummary":{"shape":"InstanceAssociationExecutionSummary"},
3729
3791
  "ErrorCode":{"shape":"AgentErrorCode"},
3730
- "OutputUrl":{"shape":"InstanceAssociationOutputUrl"}
3792
+ "OutputUrl":{"shape":"InstanceAssociationOutputUrl"},
3793
+ "AssociationName":{"shape":"AssociationName"}
3731
3794
  }
3732
3795
  },
3733
3796
  "InstanceAssociationStatusInfos":{
@@ -3962,6 +4025,13 @@
3962
4025
  },
3963
4026
  "exception":true
3964
4027
  },
4028
+ "InvalidAssociationVersion":{
4029
+ "type":"structure",
4030
+ "members":{
4031
+ "Message":{"shape":"String"}
4032
+ },
4033
+ "exception":true
4034
+ },
3965
4035
  "InvalidAutomationExecutionParametersException":{
3966
4036
  "type":"structure",
3967
4037
  "members":{
@@ -4415,6 +4485,25 @@
4415
4485
  },
4416
4486
  "LastResourceDataSyncTime":{"type":"timestamp"},
4417
4487
  "LastSuccessfulResourceDataSyncTime":{"type":"timestamp"},
4488
+ "ListAssociationVersionsRequest":{
4489
+ "type":"structure",
4490
+ "required":["AssociationId"],
4491
+ "members":{
4492
+ "AssociationId":{"shape":"AssociationId"},
4493
+ "MaxResults":{
4494
+ "shape":"MaxResults",
4495
+ "box":true
4496
+ },
4497
+ "NextToken":{"shape":"NextToken"}
4498
+ }
4499
+ },
4500
+ "ListAssociationVersionsResult":{
4501
+ "type":"structure",
4502
+ "members":{
4503
+ "AssociationVersions":{"shape":"AssociationVersionList"},
4504
+ "NextToken":{"shape":"NextToken"}
4505
+ }
4506
+ },
4418
4507
  "ListAssociationsRequest":{
4419
4508
  "type":"structure",
4420
4509
  "members":{
@@ -6264,7 +6353,9 @@
6264
6353
  "ScheduleExpression":{"shape":"ScheduleExpression"},
6265
6354
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
6266
6355
  "Name":{"shape":"DocumentName"},
6267
- "Targets":{"shape":"Targets"}
6356
+ "Targets":{"shape":"Targets"},
6357
+ "AssociationName":{"shape":"AssociationName"},
6358
+ "AssociationVersion":{"shape":"AssociationVersion"}
6268
6359
  }
6269
6360
  },
6270
6361
  "UpdateAssociationResult":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.30'
2
+ VERSION = '2.10.31'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.30
4
+ version: 2.10.31
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: 2017-08-21 00:00:00.000000000 Z
11
+ date: 2017-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath