aws-sdk-core 2.3.18 → 2.3.19

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
  SHA1:
3
- metadata.gz: 57b60686fd5b4cfd289e77a1f8d4b9857634a315
4
- data.tar.gz: 5ce852d62c6f91d9e6131e12cd5e287be85a5e18
3
+ metadata.gz: eeb07f7d1d10508434eb9b3710aecdbd62c97ea1
4
+ data.tar.gz: a852284316b6dbe1ff5cd3a6ba2de5039375ab4c
5
5
  SHA512:
6
- metadata.gz: 6ebc65e2181721bf7fc5926e97b96f9ee35bd4da422b416c459744b654b887cad423a9bfda055f3cce7b55ff1522bdbde8649097defd5c82a7a5de93487368a9
7
- data.tar.gz: c9707b0145963af160450c5b2c783a45d90bf5ec743db4926101680dd6f1a91d95ce20b262ba1a485544c6551945ab276a41bd1414402a6b536796082f1d50a0
6
+ metadata.gz: aa30ef69d86c76f1237b7689665b08fab337ca9698b66768cbee5d47491dd8daefad1c05e6e604c6ae6f7db44b5032c2b49f60c297a3eb95957127725241d930
7
+ data.tar.gz: bb89fa65de1b4d358744984a6701b40022012842faf325f48655cdf7fce3e62dde3d8b2a85318d9585349c47cfffef3813aacb8dfd7ae6d4c70242719ef7be22
@@ -33,7 +33,9 @@
33
33
  "errors":[
34
34
  {"shape":"KMSKeyNotAccessibleFault"},
35
35
  {"shape":"ResourceAlreadyExistsFault"},
36
- {"shape":"ResourceQuotaExceededFault"}
36
+ {"shape":"ResourceQuotaExceededFault"},
37
+ {"shape":"InvalidResourceStateFault"},
38
+ {"shape":"ResourceNotFoundFault"}
37
39
  ]
38
40
  },
39
41
  "CreateReplicationInstance":{
@@ -503,6 +505,7 @@
503
505
  "ReplicationInstanceIdentifier":{"shape":"String"},
504
506
  "AllocatedStorage":{"shape":"IntegerOptional"},
505
507
  "ReplicationInstanceClass":{"shape":"String"},
508
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
506
509
  "AvailabilityZone":{"shape":"String"},
507
510
  "ReplicationSubnetGroupIdentifier":{"shape":"String"},
508
511
  "PreferredMaintenanceWindow":{"shape":"String"},
@@ -914,6 +917,7 @@
914
917
  "AllocatedStorage":{"shape":"IntegerOptional"},
915
918
  "ApplyImmediately":{"shape":"Boolean"},
916
919
  "ReplicationInstanceClass":{"shape":"String"},
920
+ "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
917
921
  "PreferredMaintenanceWindow":{"shape":"String"},
918
922
  "EngineVersion":{"shape":"String"},
919
923
  "AllowMajorVersionUpgrade":{"shape":"Boolean"},
@@ -1030,6 +1034,7 @@
1030
1034
  "ReplicationInstanceStatus":{"shape":"String"},
1031
1035
  "AllocatedStorage":{"shape":"Integer"},
1032
1036
  "InstanceCreateTime":{"shape":"TStamp"},
1037
+ "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1033
1038
  "AvailabilityZone":{"shape":"String"},
1034
1039
  "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"},
1035
1040
  "PreferredMaintenanceWindow":{"shape":"String"},
@@ -1294,6 +1299,27 @@
1294
1299
  "message":{"shape":"ExceptionMessage"}
1295
1300
  },
1296
1301
  "exception":true
1302
+ },
1303
+ "VpcSecurityGroupIdList":{
1304
+ "type":"list",
1305
+ "member":{
1306
+ "shape":"String",
1307
+ "locationName":"VpcSecurityGroupId"
1308
+ }
1309
+ },
1310
+ "VpcSecurityGroupMembership":{
1311
+ "type":"structure",
1312
+ "members":{
1313
+ "VpcSecurityGroupId":{"shape":"String"},
1314
+ "Status":{"shape":"String"}
1315
+ }
1316
+ },
1317
+ "VpcSecurityGroupMembershipList":{
1318
+ "type":"list",
1319
+ "member":{
1320
+ "shape":"VpcSecurityGroupMembership",
1321
+ "locationName":"VpcSecurityGroupMembership"
1322
+ }
1297
1323
  }
1298
1324
  }
1299
1325
  }
@@ -11,6 +11,20 @@
11
11
  "targetPrefix":"AmazonSSM"
12
12
  },
13
13
  "operations":{
14
+ "AddTagsToResource":{
15
+ "name":"AddTagsToResource",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"AddTagsToResourceRequest"},
21
+ "output":{"shape":"AddTagsToResourceResult"},
22
+ "errors":[
23
+ {"shape":"InvalidResourceType"},
24
+ {"shape":"InvalidResourceId"},
25
+ {"shape":"InternalServerError"}
26
+ ]
27
+ },
14
28
  "CancelCommand":{
15
29
  "name":"CancelCommand",
16
30
  "http":{
@@ -26,6 +40,18 @@
26
40
  {"shape":"DuplicateInstanceId"}
27
41
  ]
28
42
  },
43
+ "CreateActivation":{
44
+ "name":"CreateActivation",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/"
48
+ },
49
+ "input":{"shape":"CreateActivationRequest"},
50
+ "output":{"shape":"CreateActivationResult"},
51
+ "errors":[
52
+ {"shape":"InternalServerError"}
53
+ ]
54
+ },
29
55
  "CreateAssociation":{
30
56
  "name":"CreateAssociation",
31
57
  "http":{
@@ -78,6 +104,20 @@
78
104
  {"shape":"DocumentLimitExceeded"}
79
105
  ]
80
106
  },
107
+ "DeleteActivation":{
108
+ "name":"DeleteActivation",
109
+ "http":{
110
+ "method":"POST",
111
+ "requestUri":"/"
112
+ },
113
+ "input":{"shape":"DeleteActivationRequest"},
114
+ "output":{"shape":"DeleteActivationResult"},
115
+ "errors":[
116
+ {"shape":"InvalidActivationId"},
117
+ {"shape":"InvalidActivation"},
118
+ {"shape":"InternalServerError"}
119
+ ]
120
+ },
81
121
  "DeleteAssociation":{
82
122
  "name":"DeleteAssociation",
83
123
  "http":{
@@ -109,6 +149,33 @@
109
149
  {"shape":"AssociatedInstances"}
110
150
  ]
111
151
  },
152
+ "DeregisterManagedInstance":{
153
+ "name":"DeregisterManagedInstance",
154
+ "http":{
155
+ "method":"POST",
156
+ "requestUri":"/"
157
+ },
158
+ "input":{"shape":"DeregisterManagedInstanceRequest"},
159
+ "output":{"shape":"DeregisterManagedInstanceResult"},
160
+ "errors":[
161
+ {"shape":"InvalidInstanceId"},
162
+ {"shape":"InternalServerError"}
163
+ ]
164
+ },
165
+ "DescribeActivations":{
166
+ "name":"DescribeActivations",
167
+ "http":{
168
+ "method":"POST",
169
+ "requestUri":"/"
170
+ },
171
+ "input":{"shape":"DescribeActivationsRequest"},
172
+ "output":{"shape":"DescribeActivationsResult"},
173
+ "errors":[
174
+ {"shape":"InvalidFilter"},
175
+ {"shape":"InvalidNextToken"},
176
+ {"shape":"InternalServerError"}
177
+ ]
178
+ },
112
179
  "DescribeAssociation":{
113
180
  "name":"DescribeAssociation",
114
181
  "http":{
@@ -239,6 +306,20 @@
239
306
  {"shape":"InvalidFilterKey"}
240
307
  ]
241
308
  },
309
+ "ListTagsForResource":{
310
+ "name":"ListTagsForResource",
311
+ "http":{
312
+ "method":"POST",
313
+ "requestUri":"/"
314
+ },
315
+ "input":{"shape":"ListTagsForResourceRequest"},
316
+ "output":{"shape":"ListTagsForResourceResult"},
317
+ "errors":[
318
+ {"shape":"InvalidResourceType"},
319
+ {"shape":"InvalidResourceId"},
320
+ {"shape":"InternalServerError"}
321
+ ]
322
+ },
242
323
  "ModifyDocumentPermission":{
243
324
  "name":"ModifyDocumentPermission",
244
325
  "http":{
@@ -255,6 +336,20 @@
255
336
  {"shape":"DocumentLimitExceeded"}
256
337
  ]
257
338
  },
339
+ "RemoveTagsFromResource":{
340
+ "name":"RemoveTagsFromResource",
341
+ "http":{
342
+ "method":"POST",
343
+ "requestUri":"/"
344
+ },
345
+ "input":{"shape":"RemoveTagsFromResourceRequest"},
346
+ "output":{"shape":"RemoveTagsFromResourceResult"},
347
+ "errors":[
348
+ {"shape":"InvalidResourceType"},
349
+ {"shape":"InvalidResourceId"},
350
+ {"shape":"InternalServerError"}
351
+ ]
352
+ },
258
353
  "SendCommand":{
259
354
  "name":"SendCommand",
260
355
  "http":{
@@ -290,6 +385,19 @@
290
385
  {"shape":"StatusUnchanged"},
291
386
  {"shape":"TooManyUpdates"}
292
387
  ]
388
+ },
389
+ "UpdateManagedInstanceRole":{
390
+ "name":"UpdateManagedInstanceRole",
391
+ "http":{
392
+ "method":"POST",
393
+ "requestUri":"/"
394
+ },
395
+ "input":{"shape":"UpdateManagedInstanceRoleRequest"},
396
+ "output":{"shape":"UpdateManagedInstanceRoleResult"},
397
+ "errors":[
398
+ {"shape":"InvalidInstanceId"},
399
+ {"shape":"InternalServerError"}
400
+ ]
293
401
  }
294
402
  },
295
403
  "shapes":{
@@ -305,6 +413,56 @@
305
413
  },
306
414
  "max":20
307
415
  },
416
+ "Activation":{
417
+ "type":"structure",
418
+ "members":{
419
+ "ActivationId":{"shape":"ActivationId"},
420
+ "Description":{"shape":"ActivationDescription"},
421
+ "DefaultInstanceName":{"shape":"DefaultInstanceName"},
422
+ "IamRole":{"shape":"IamRole"},
423
+ "RegistrationLimit":{"shape":"RegistrationLimit"},
424
+ "RegistrationsCount":{"shape":"RegistrationsCount"},
425
+ "ExpirationDate":{"shape":"ExpirationDate"},
426
+ "Expired":{"shape":"Boolean"},
427
+ "CreatedDate":{"shape":"CreatedDate"}
428
+ }
429
+ },
430
+ "ActivationCode":{
431
+ "type":"string",
432
+ "max":250,
433
+ "min":20
434
+ },
435
+ "ActivationDescription":{
436
+ "type":"string",
437
+ "max":256,
438
+ "min":0
439
+ },
440
+ "ActivationId":{
441
+ "type":"string",
442
+ "pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
443
+ },
444
+ "ActivationList":{
445
+ "type":"list",
446
+ "member":{"shape":"Activation"}
447
+ },
448
+ "AddTagsToResourceRequest":{
449
+ "type":"structure",
450
+ "required":[
451
+ "ResourceType",
452
+ "ResourceId",
453
+ "Tags"
454
+ ],
455
+ "members":{
456
+ "ResourceType":{"shape":"ResourceTypeForTagging"},
457
+ "ResourceId":{"shape":"ResourceId"},
458
+ "Tags":{"shape":"TagList"}
459
+ }
460
+ },
461
+ "AddTagsToResourceResult":{
462
+ "type":"structure",
463
+ "members":{
464
+ }
465
+ },
308
466
  "AssociatedInstances":{
309
467
  "type":"structure",
310
468
  "members":{
@@ -566,6 +724,32 @@
566
724
  "type":"string",
567
725
  "max":100
568
726
  },
727
+ "ComputerName":{
728
+ "type":"string",
729
+ "max":255,
730
+ "min":1
731
+ },
732
+ "CreateActivationRequest":{
733
+ "type":"structure",
734
+ "required":["IamRole"],
735
+ "members":{
736
+ "Description":{"shape":"ActivationDescription"},
737
+ "DefaultInstanceName":{"shape":"DefaultInstanceName"},
738
+ "IamRole":{"shape":"IamRole"},
739
+ "RegistrationLimit":{
740
+ "shape":"RegistrationLimit",
741
+ "box":true
742
+ },
743
+ "ExpirationDate":{"shape":"ExpirationDate"}
744
+ }
745
+ },
746
+ "CreateActivationResult":{
747
+ "type":"structure",
748
+ "members":{
749
+ "ActivationId":{"shape":"ActivationId"},
750
+ "ActivationCode":{"shape":"ActivationCode"}
751
+ }
752
+ },
569
753
  "CreateAssociationBatchRequest":{
570
754
  "type":"structure",
571
755
  "required":["Entries"],
@@ -630,7 +814,26 @@
630
814
  "DocumentDescription":{"shape":"DocumentDescription"}
631
815
  }
632
816
  },
817
+ "CreatedDate":{"type":"timestamp"},
633
818
  "DateTime":{"type":"timestamp"},
819
+ "DefaultInstanceName":{
820
+ "type":"string",
821
+ "max":256,
822
+ "min":0,
823
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
824
+ },
825
+ "DeleteActivationRequest":{
826
+ "type":"structure",
827
+ "required":["ActivationId"],
828
+ "members":{
829
+ "ActivationId":{"shape":"ActivationId"}
830
+ }
831
+ },
832
+ "DeleteActivationResult":{
833
+ "type":"structure",
834
+ "members":{
835
+ }
836
+ },
634
837
  "DeleteAssociationRequest":{
635
838
  "type":"structure",
636
839
  "required":[
@@ -659,6 +862,55 @@
659
862
  "members":{
660
863
  }
661
864
  },
865
+ "DeregisterManagedInstanceRequest":{
866
+ "type":"structure",
867
+ "required":["InstanceId"],
868
+ "members":{
869
+ "InstanceId":{"shape":"ManagedInstanceId"}
870
+ }
871
+ },
872
+ "DeregisterManagedInstanceResult":{
873
+ "type":"structure",
874
+ "members":{
875
+ }
876
+ },
877
+ "DescribeActivationsFilter":{
878
+ "type":"structure",
879
+ "members":{
880
+ "FilterKey":{"shape":"DescribeActivationsFilterKeys"},
881
+ "FilterValues":{"shape":"StringList"}
882
+ }
883
+ },
884
+ "DescribeActivationsFilterKeys":{
885
+ "type":"string",
886
+ "enum":[
887
+ "ActivationIds",
888
+ "DefaultInstanceName",
889
+ "IamRole"
890
+ ]
891
+ },
892
+ "DescribeActivationsFilterList":{
893
+ "type":"list",
894
+ "member":{"shape":"DescribeActivationsFilter"}
895
+ },
896
+ "DescribeActivationsRequest":{
897
+ "type":"structure",
898
+ "members":{
899
+ "Filters":{"shape":"DescribeActivationsFilterList"},
900
+ "MaxResults":{
901
+ "shape":"MaxResults",
902
+ "box":true
903
+ },
904
+ "NextToken":{"shape":"NextToken"}
905
+ }
906
+ },
907
+ "DescribeActivationsResult":{
908
+ "type":"structure",
909
+ "members":{
910
+ "ActivationList":{"shape":"ActivationList"},
911
+ "NextToken":{"shape":"NextToken"}
912
+ }
913
+ },
662
914
  "DescribeAssociationRequest":{
663
915
  "type":"structure",
664
916
  "required":[
@@ -876,6 +1128,7 @@
876
1128
  },
877
1129
  "exception":true
878
1130
  },
1131
+ "ExpirationDate":{"type":"timestamp"},
879
1132
  "FailedCreateAssociation":{
880
1133
  "type":"structure",
881
1134
  "members":{
@@ -913,9 +1166,18 @@
913
1166
  "Content":{"shape":"DocumentContent"}
914
1167
  }
915
1168
  },
1169
+ "IPAddress":{
1170
+ "type":"string",
1171
+ "max":46,
1172
+ "min":1
1173
+ },
1174
+ "IamRole":{
1175
+ "type":"string",
1176
+ "max":64
1177
+ },
916
1178
  "InstanceId":{
917
1179
  "type":"string",
918
- "pattern":"(^i-(\\w{8}|\\w{17})$)|(^op-\\w{17}$)"
1180
+ "pattern":"(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
919
1181
  },
920
1182
  "InstanceIdList":{
921
1183
  "type":"list",
@@ -939,7 +1201,17 @@
939
1201
  },
940
1202
  "PlatformType":{"shape":"PlatformType"},
941
1203
  "PlatformName":{"shape":"String"},
942
- "PlatformVersion":{"shape":"String"}
1204
+ "PlatformVersion":{"shape":"String"},
1205
+ "ActivationId":{"shape":"ActivationId"},
1206
+ "IamRole":{"shape":"IamRole"},
1207
+ "RegistrationDate":{
1208
+ "shape":"DateTime",
1209
+ "box":true
1210
+ },
1211
+ "ResourceType":{"shape":"ResourceType"},
1212
+ "Name":{"shape":"String"},
1213
+ "IPAddress":{"shape":"IPAddress"},
1214
+ "ComputerName":{"shape":"ComputerName"}
943
1215
  }
944
1216
  },
945
1217
  "InstanceInformationFilter":{
@@ -959,7 +1231,10 @@
959
1231
  "InstanceIds",
960
1232
  "AgentVersion",
961
1233
  "PingStatus",
962
- "PlatformTypes"
1234
+ "PlatformTypes",
1235
+ "ActivationIds",
1236
+ "IamRole",
1237
+ "ResourceType"
963
1238
  ]
964
1239
  },
965
1240
  "InstanceInformationFilterList":{
@@ -997,6 +1272,20 @@
997
1272
  },
998
1273
  "exception":true
999
1274
  },
1275
+ "InvalidActivation":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "Message":{"shape":"String"}
1279
+ },
1280
+ "exception":true
1281
+ },
1282
+ "InvalidActivationId":{
1283
+ "type":"structure",
1284
+ "members":{
1285
+ "Message":{"shape":"String"}
1286
+ },
1287
+ "exception":true
1288
+ },
1000
1289
  "InvalidCommandId":{
1001
1290
  "type":"structure",
1002
1291
  "members":{
@@ -1024,6 +1313,13 @@
1024
1313
  },
1025
1314
  "exception":true
1026
1315
  },
1316
+ "InvalidFilter":{
1317
+ "type":"structure",
1318
+ "members":{
1319
+ "Message":{"shape":"String"}
1320
+ },
1321
+ "exception":true
1322
+ },
1027
1323
  "InvalidFilterKey":{
1028
1324
  "type":"structure",
1029
1325
  "members":{
@@ -1070,10 +1366,26 @@
1070
1366
  },
1071
1367
  "exception":true
1072
1368
  },
1369
+ "InvalidResourceId":{
1370
+ "type":"structure",
1371
+ "members":{
1372
+ },
1373
+ "exception":true
1374
+ },
1375
+ "InvalidResourceType":{
1376
+ "type":"structure",
1377
+ "members":{
1378
+ },
1379
+ "exception":true
1380
+ },
1073
1381
  "InvocationTraceOutput":{
1074
1382
  "type":"string",
1075
1383
  "max":2500
1076
1384
  },
1385
+ "KeyList":{
1386
+ "type":"list",
1387
+ "member":{"shape":"TagKey"}
1388
+ },
1077
1389
  "ListAssociationsRequest":{
1078
1390
  "type":"structure",
1079
1391
  "required":["AssociationFilterList"],
@@ -1134,17 +1446,12 @@
1134
1446
  "NextToken":{"shape":"NextToken"}
1135
1447
  }
1136
1448
  },
1137
- "ListDocumentsMaxResults":{
1138
- "type":"integer",
1139
- "max":50,
1140
- "min":1
1141
- },
1142
1449
  "ListDocumentsRequest":{
1143
1450
  "type":"structure",
1144
1451
  "members":{
1145
1452
  "DocumentFilterList":{"shape":"DocumentFilterList"},
1146
1453
  "MaxResults":{
1147
- "shape":"ListDocumentsMaxResults",
1454
+ "shape":"MaxResults",
1148
1455
  "box":true
1149
1456
  },
1150
1457
  "NextToken":{"shape":"NextToken"}
@@ -1157,6 +1464,27 @@
1157
1464
  "NextToken":{"shape":"NextToken"}
1158
1465
  }
1159
1466
  },
1467
+ "ListTagsForResourceRequest":{
1468
+ "type":"structure",
1469
+ "required":[
1470
+ "ResourceType",
1471
+ "ResourceId"
1472
+ ],
1473
+ "members":{
1474
+ "ResourceType":{"shape":"ResourceTypeForTagging"},
1475
+ "ResourceId":{"shape":"ResourceId"}
1476
+ }
1477
+ },
1478
+ "ListTagsForResourceResult":{
1479
+ "type":"structure",
1480
+ "members":{
1481
+ "TagList":{"shape":"TagList"}
1482
+ }
1483
+ },
1484
+ "ManagedInstanceId":{
1485
+ "type":"string",
1486
+ "pattern":"^mi-[0-9a-f]{17}$"
1487
+ },
1160
1488
  "MaxDocumentSizeExceeded":{
1161
1489
  "type":"structure",
1162
1490
  "members":{
@@ -1166,7 +1494,7 @@
1166
1494
  },
1167
1495
  "MaxResults":{
1168
1496
  "type":"integer",
1169
- "max":25,
1497
+ "max":50,
1170
1498
  "min":1
1171
1499
  },
1172
1500
  "MaxResultsEC2Compatible":{
@@ -1226,6 +1554,50 @@
1226
1554
  "locationName":"PlatformType"
1227
1555
  }
1228
1556
  },
1557
+ "RegistrationLimit":{
1558
+ "type":"integer",
1559
+ "max":1000,
1560
+ "min":1
1561
+ },
1562
+ "RegistrationsCount":{
1563
+ "type":"integer",
1564
+ "max":1000,
1565
+ "min":1
1566
+ },
1567
+ "RemoveTagsFromResourceRequest":{
1568
+ "type":"structure",
1569
+ "required":[
1570
+ "ResourceType",
1571
+ "ResourceId",
1572
+ "TagKeys"
1573
+ ],
1574
+ "members":{
1575
+ "ResourceType":{"shape":"ResourceTypeForTagging"},
1576
+ "ResourceId":{"shape":"ResourceId"},
1577
+ "TagKeys":{"shape":"KeyList"}
1578
+ }
1579
+ },
1580
+ "RemoveTagsFromResourceResult":{
1581
+ "type":"structure",
1582
+ "members":{
1583
+ }
1584
+ },
1585
+ "ResourceId":{
1586
+ "type":"string",
1587
+ "pattern":"^mi-[0-9a-f]{17}$"
1588
+ },
1589
+ "ResourceType":{
1590
+ "type":"string",
1591
+ "enum":[
1592
+ "ManagedInstance",
1593
+ "Document",
1594
+ "EC2Instance"
1595
+ ]
1596
+ },
1597
+ "ResourceTypeForTagging":{
1598
+ "type":"string",
1599
+ "enum":["ManagedInstance"]
1600
+ },
1229
1601
  "ResponseCode":{"type":"integer"},
1230
1602
  "S3BucketName":{
1231
1603
  "type":"string",
@@ -1278,6 +1650,37 @@
1278
1650
  "exception":true
1279
1651
  },
1280
1652
  "String":{"type":"string"},
1653
+ "StringList":{
1654
+ "type":"list",
1655
+ "member":{"shape":"String"}
1656
+ },
1657
+ "Tag":{
1658
+ "type":"structure",
1659
+ "required":[
1660
+ "Key",
1661
+ "Value"
1662
+ ],
1663
+ "members":{
1664
+ "Key":{"shape":"TagKey"},
1665
+ "Value":{"shape":"TagValue"}
1666
+ }
1667
+ },
1668
+ "TagKey":{
1669
+ "type":"string",
1670
+ "max":128,
1671
+ "min":1,
1672
+ "pattern":"^(?!^(?i)aws:)(?=^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*$).*$"
1673
+ },
1674
+ "TagList":{
1675
+ "type":"list",
1676
+ "member":{"shape":"Tag"}
1677
+ },
1678
+ "TagValue":{
1679
+ "type":"string",
1680
+ "max":256,
1681
+ "min":1,
1682
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1683
+ },
1281
1684
  "TimeoutSeconds":{
1282
1685
  "type":"integer",
1283
1686
  "max":2592000,
@@ -1315,6 +1718,22 @@
1315
1718
  "AssociationDescription":{"shape":"AssociationDescription"}
1316
1719
  }
1317
1720
  },
1721
+ "UpdateManagedInstanceRoleRequest":{
1722
+ "type":"structure",
1723
+ "required":[
1724
+ "InstanceId",
1725
+ "IamRole"
1726
+ ],
1727
+ "members":{
1728
+ "InstanceId":{"shape":"ManagedInstanceId"},
1729
+ "IamRole":{"shape":"IamRole"}
1730
+ }
1731
+ },
1732
+ "UpdateManagedInstanceRoleResult":{
1733
+ "type":"structure",
1734
+ "members":{
1735
+ }
1736
+ },
1318
1737
  "Version":{
1319
1738
  "type":"string",
1320
1739
  "pattern":"^[0-9]{1,6}(\\.[0-9]{1,6}){2,3}$"
@@ -23,6 +23,12 @@
23
23
  "output_token": "NextToken",
24
24
  "limit_key": "MaxResults",
25
25
  "result_key": "DocumentIdentifiers"
26
+ },
27
+ "DescribeActivations": {
28
+ "input_token": "NextToken",
29
+ "output_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "result_key": "ActivationList"
26
32
  }
27
33
  }
28
34
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.18'
2
+ VERSION = '2.3.19'
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.3.18
4
+ version: 2.3.19
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: 2016-06-29 00:00:00.000000000 Z
11
+ date: 2016-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath