aws-sdk-core 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -794,6 +794,15 @@
794
794
  "senderFault":true
795
795
  },
796
796
  "exception":true
797
+ },
798
+ {
799
+ "shape":"ConcurrentModificationException",
800
+ "error":{
801
+ "code":"ConcurrentModification",
802
+ "httpStatusCode":400,
803
+ "senderFault":true
804
+ },
805
+ "exception":true
797
806
  }
798
807
  ]
799
808
  },
@@ -1088,6 +1097,19 @@
1088
1097
  "StreamingStatus":{"shape":"StreamingStatus"}
1089
1098
  }
1090
1099
  },
1100
+ "ConcurrentModificationException":{
1101
+ "type":"structure",
1102
+ "required":["message"],
1103
+ "members":{
1104
+ "message":{"shape":"String"}
1105
+ },
1106
+ "error":{
1107
+ "code":"ConcurrentModification",
1108
+ "httpStatusCode":400,
1109
+ "senderFault":true
1110
+ },
1111
+ "exception":true
1112
+ },
1091
1113
  "Dataset":{
1092
1114
  "type":"structure",
1093
1115
  "members":{
@@ -166,6 +166,10 @@
166
166
  {
167
167
  "shape":"InvalidRoleException",
168
168
  "exception":true
169
+ },
170
+ {
171
+ "shape":"InvalidRecordingGroupException",
172
+ "exception":true
169
173
  }
170
174
  ]
171
175
  },
@@ -243,6 +247,7 @@
243
247
  "shapes":{
244
248
  "ARN":{"type":"string"},
245
249
  "AccountId":{"type":"string"},
250
+ "AllSupported":{"type":"boolean"},
246
251
  "AvailabilityZone":{"type":"string"},
247
252
  "Boolean":{"type":"boolean"},
248
253
  "ChannelName":{
@@ -316,7 +321,8 @@
316
321
  "type":"structure",
317
322
  "members":{
318
323
  "name":{"shape":"RecorderName"},
319
- "roleARN":{"shape":"String"}
324
+ "roleARN":{"shape":"String"},
325
+ "recordingGroup":{"shape":"RecordingGroup"}
320
326
  }
321
327
  },
322
328
  "ConfigurationRecorderList":{
@@ -506,6 +512,12 @@
506
512
  },
507
513
  "exception":true
508
514
  },
515
+ "InvalidRecordingGroupException":{
516
+ "type":"structure",
517
+ "members":{
518
+ },
519
+ "exception":true
520
+ },
509
521
  "InvalidRoleException":{
510
522
  "type":"structure",
511
523
  "members":{
@@ -619,6 +631,13 @@
619
631
  "Failure"
620
632
  ]
621
633
  },
634
+ "RecordingGroup":{
635
+ "type":"structure",
636
+ "members":{
637
+ "allSupported":{"shape":"AllSupported"},
638
+ "resourceTypes":{"shape":"ResourceTypeList"}
639
+ }
640
+ },
622
641
  "RelatedEvent":{"type":"string"},
623
642
  "RelatedEventList":{
624
643
  "type":"list",
@@ -664,6 +683,10 @@
664
683
  "AWS::EC2::VPNGateway"
665
684
  ]
666
685
  },
686
+ "ResourceTypeList":{
687
+ "type":"list",
688
+ "member":{"shape":"ResourceType"}
689
+ },
667
690
  "StartConfigurationRecorderRequest":{
668
691
  "type":"structure",
669
692
  "required":["ConfigurationRecorderName"],
@@ -40,6 +40,42 @@
40
40
  }
41
41
  ]
42
42
  },
43
+ "AddTagsToVault":{
44
+ "name":"AddTagsToVault",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags?operation=add",
48
+ "responseCode":204
49
+ },
50
+ "input":{"shape":"AddTagsToVaultInput"},
51
+ "errors":[
52
+ {
53
+ "shape":"InvalidParameterValueException",
54
+ "error":{"httpStatusCode":400},
55
+ "exception":true
56
+ },
57
+ {
58
+ "shape":"MissingParameterValueException",
59
+ "error":{"httpStatusCode":400},
60
+ "exception":true
61
+ },
62
+ {
63
+ "shape":"ResourceNotFoundException",
64
+ "error":{"httpStatusCode":404},
65
+ "exception":true
66
+ },
67
+ {
68
+ "shape":"LimitExceededException",
69
+ "error":{"httpStatusCode":400},
70
+ "exception":true
71
+ },
72
+ {
73
+ "shape":"ServiceUnavailableException",
74
+ "error":{"httpStatusCode":500},
75
+ "exception":true
76
+ }
77
+ ]
78
+ },
43
79
  "CompleteMultipartUpload":{
44
80
  "name":"CompleteMultipartUpload",
45
81
  "http":{
@@ -571,6 +607,37 @@
571
607
  }
572
608
  ]
573
609
  },
610
+ "ListTagsForVault":{
611
+ "name":"ListTagsForVault",
612
+ "http":{
613
+ "method":"GET",
614
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags"
615
+ },
616
+ "input":{"shape":"ListTagsForVaultInput"},
617
+ "output":{"shape":"ListTagsForVaultOutput"},
618
+ "errors":[
619
+ {
620
+ "shape":"InvalidParameterValueException",
621
+ "error":{"httpStatusCode":400},
622
+ "exception":true
623
+ },
624
+ {
625
+ "shape":"MissingParameterValueException",
626
+ "error":{"httpStatusCode":400},
627
+ "exception":true
628
+ },
629
+ {
630
+ "shape":"ResourceNotFoundException",
631
+ "error":{"httpStatusCode":404},
632
+ "exception":true
633
+ },
634
+ {
635
+ "shape":"ServiceUnavailableException",
636
+ "error":{"httpStatusCode":500},
637
+ "exception":true
638
+ }
639
+ ]
640
+ },
574
641
  "ListVaults":{
575
642
  "name":"ListVaults",
576
643
  "http":{
@@ -602,6 +669,37 @@
602
669
  }
603
670
  ]
604
671
  },
672
+ "RemoveTagsFromVault":{
673
+ "name":"RemoveTagsFromVault",
674
+ "http":{
675
+ "method":"POST",
676
+ "requestUri":"/{accountId}/vaults/{vaultName}/tags?operation=remove",
677
+ "responseCode":204
678
+ },
679
+ "input":{"shape":"RemoveTagsFromVaultInput"},
680
+ "errors":[
681
+ {
682
+ "shape":"InvalidParameterValueException",
683
+ "error":{"httpStatusCode":400},
684
+ "exception":true
685
+ },
686
+ {
687
+ "shape":"MissingParameterValueException",
688
+ "error":{"httpStatusCode":400},
689
+ "exception":true
690
+ },
691
+ {
692
+ "shape":"ResourceNotFoundException",
693
+ "error":{"httpStatusCode":404},
694
+ "exception":true
695
+ },
696
+ {
697
+ "shape":"ServiceUnavailableException",
698
+ "error":{"httpStatusCode":500},
699
+ "exception":true
700
+ }
701
+ ]
702
+ },
605
703
  "SetDataRetrievalPolicy":{
606
704
  "name":"SetDataRetrievalPolicy",
607
705
  "http":{
@@ -798,6 +896,26 @@
798
896
  "InventoryRetrieval"
799
897
  ]
800
898
  },
899
+ "AddTagsToVaultInput":{
900
+ "type":"structure",
901
+ "members":{
902
+ "accountId":{
903
+ "shape":"string",
904
+ "location":"uri",
905
+ "locationName":"accountId"
906
+ },
907
+ "vaultName":{
908
+ "shape":"string",
909
+ "location":"uri",
910
+ "locationName":"vaultName"
911
+ },
912
+ "Tags":{"shape":"TagMap"}
913
+ },
914
+ "required":[
915
+ "accountId",
916
+ "vaultName"
917
+ ]
918
+ },
801
919
  "ArchiveCreationOutput":{
802
920
  "type":"structure",
803
921
  "members":{
@@ -1458,6 +1576,31 @@
1458
1576
  "Marker":{"shape":"string"}
1459
1577
  }
1460
1578
  },
1579
+ "ListTagsForVaultInput":{
1580
+ "type":"structure",
1581
+ "members":{
1582
+ "accountId":{
1583
+ "shape":"string",
1584
+ "location":"uri",
1585
+ "locationName":"accountId"
1586
+ },
1587
+ "vaultName":{
1588
+ "shape":"string",
1589
+ "location":"uri",
1590
+ "locationName":"vaultName"
1591
+ }
1592
+ },
1593
+ "required":[
1594
+ "accountId",
1595
+ "vaultName"
1596
+ ]
1597
+ },
1598
+ "ListTagsForVaultOutput":{
1599
+ "type":"structure",
1600
+ "members":{
1601
+ "Tags":{"shape":"TagMap"}
1602
+ }
1603
+ },
1461
1604
  "ListVaultsInput":{
1462
1605
  "type":"structure",
1463
1606
  "members":{
@@ -1522,6 +1665,26 @@
1522
1665
  "error":{"httpStatusCode":400},
1523
1666
  "exception":true
1524
1667
  },
1668
+ "RemoveTagsFromVaultInput":{
1669
+ "type":"structure",
1670
+ "members":{
1671
+ "accountId":{
1672
+ "shape":"string",
1673
+ "location":"uri",
1674
+ "locationName":"accountId"
1675
+ },
1676
+ "vaultName":{
1677
+ "shape":"string",
1678
+ "location":"uri",
1679
+ "locationName":"vaultName"
1680
+ },
1681
+ "TagKeys":{"shape":"TagKeyList"}
1682
+ },
1683
+ "required":[
1684
+ "accountId",
1685
+ "vaultName"
1686
+ ]
1687
+ },
1525
1688
  "RequestTimeoutException":{
1526
1689
  "type":"structure",
1527
1690
  "members":{
@@ -1619,6 +1782,17 @@
1619
1782
  "type":"blob",
1620
1783
  "streaming":true
1621
1784
  },
1785
+ "TagKey":{"type":"string"},
1786
+ "TagKeyList":{
1787
+ "type":"list",
1788
+ "member":{"shape":"string"}
1789
+ },
1790
+ "TagMap":{
1791
+ "type":"map",
1792
+ "key":{"shape":"TagKey"},
1793
+ "value":{"shape":"TagValue"}
1794
+ },
1795
+ "TagValue":{"type":"string"},
1622
1796
  "UploadArchiveInput":{
1623
1797
  "type":"structure",
1624
1798
  "members":{
@@ -1043,7 +1043,10 @@
1043
1043
  },
1044
1044
  "Runtime":{
1045
1045
  "type":"string",
1046
- "enum":["nodejs"]
1046
+ "enum":[
1047
+ "nodejs",
1048
+ "java8"
1049
+ ]
1047
1050
  },
1048
1051
  "S3Bucket":{
1049
1052
  "type":"string",
@@ -369,6 +369,25 @@
369
369
  }
370
370
  ]
371
371
  },
372
+ "DescribeAgentVersions":{
373
+ "name":"DescribeAgentVersions",
374
+ "http":{
375
+ "method":"POST",
376
+ "requestUri":"/"
377
+ },
378
+ "input":{"shape":"DescribeAgentVersionsRequest"},
379
+ "output":{"shape":"DescribeAgentVersionsResult"},
380
+ "errors":[
381
+ {
382
+ "shape":"ValidationException",
383
+ "exception":true
384
+ },
385
+ {
386
+ "shape":"ResourceNotFoundException",
387
+ "exception":true
388
+ }
389
+ ]
390
+ },
372
391
  "DescribeApps":{
373
392
  "name":"DescribeApps",
374
393
  "http":{
@@ -1204,6 +1223,17 @@
1204
1223
  }
1205
1224
  },
1206
1225
  "shapes":{
1226
+ "AgentVersion":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "Version":{"shape":"String"},
1230
+ "ConfigurationManager":{"shape":"StackConfigurationManager"}
1231
+ }
1232
+ },
1233
+ "AgentVersions":{
1234
+ "type":"list",
1235
+ "member":{"shape":"AgentVersion"}
1236
+ },
1207
1237
  "App":{
1208
1238
  "type":"structure",
1209
1239
  "members":{
@@ -1366,7 +1396,8 @@
1366
1396
  "DefaultSshKeyName":{"shape":"String"},
1367
1397
  "ClonePermissions":{"shape":"Boolean"},
1368
1398
  "CloneAppIds":{"shape":"Strings"},
1369
- "DefaultRootDeviceType":{"shape":"RootDeviceType"}
1399
+ "DefaultRootDeviceType":{"shape":"RootDeviceType"},
1400
+ "AgentVersion":{"shape":"String"}
1370
1401
  }
1371
1402
  },
1372
1403
  "CloneStackResult":{
@@ -1466,7 +1497,8 @@
1466
1497
  "RootDeviceType":{"shape":"RootDeviceType"},
1467
1498
  "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
1468
1499
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1469
- "EbsOptimized":{"shape":"Boolean"}
1500
+ "EbsOptimized":{"shape":"Boolean"},
1501
+ "AgentVersion":{"shape":"String"}
1470
1502
  }
1471
1503
  },
1472
1504
  "CreateInstanceResult":{
@@ -1534,7 +1566,8 @@
1534
1566
  "UseOpsworksSecurityGroups":{"shape":"Boolean"},
1535
1567
  "CustomCookbooksSource":{"shape":"Source"},
1536
1568
  "DefaultSshKeyName":{"shape":"String"},
1537
- "DefaultRootDeviceType":{"shape":"RootDeviceType"}
1569
+ "DefaultRootDeviceType":{"shape":"RootDeviceType"},
1570
+ "AgentVersion":{"shape":"String"}
1538
1571
  }
1539
1572
  },
1540
1573
  "CreateStackResult":{
@@ -1651,6 +1684,8 @@
1651
1684
  "update_dependencies",
1652
1685
  "update_custom_cookbooks",
1653
1686
  "execute_recipes",
1687
+ "configure",
1688
+ "setup",
1654
1689
  "deploy",
1655
1690
  "rollback",
1656
1691
  "start",
@@ -1691,6 +1726,19 @@
1691
1726
  "VolumeId":{"shape":"String"}
1692
1727
  }
1693
1728
  },
1729
+ "DescribeAgentVersionsRequest":{
1730
+ "type":"structure",
1731
+ "members":{
1732
+ "StackId":{"shape":"String"},
1733
+ "ConfigurationManager":{"shape":"StackConfigurationManager"}
1734
+ }
1735
+ },
1736
+ "DescribeAgentVersionsResult":{
1737
+ "type":"structure",
1738
+ "members":{
1739
+ "AgentVersions":{"shape":"AgentVersions"}
1740
+ }
1741
+ },
1694
1742
  "DescribeAppsRequest":{
1695
1743
  "type":"structure",
1696
1744
  "members":{
@@ -2051,41 +2099,43 @@
2051
2099
  "Instance":{
2052
2100
  "type":"structure",
2053
2101
  "members":{
2054
- "InstanceId":{"shape":"String"},
2102
+ "AgentVersion":{"shape":"String"},
2103
+ "AmiId":{"shape":"String"},
2104
+ "Architecture":{"shape":"Architecture"},
2105
+ "AutoScalingType":{"shape":"AutoScalingType"},
2106
+ "AvailabilityZone":{"shape":"String"},
2107
+ "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
2108
+ "CreatedAt":{"shape":"DateTime"},
2109
+ "EbsOptimized":{"shape":"Boolean"},
2055
2110
  "Ec2InstanceId":{"shape":"String"},
2056
- "VirtualizationType":{"shape":"VirtualizationType"},
2111
+ "ElasticIp":{"shape":"String"},
2057
2112
  "Hostname":{"shape":"String"},
2058
- "StackId":{"shape":"String"},
2059
- "LayerIds":{"shape":"Strings"},
2060
- "SecurityGroupIds":{"shape":"Strings"},
2061
- "InstanceType":{"shape":"String"},
2113
+ "InfrastructureClass":{"shape":"String"},
2114
+ "InstallUpdatesOnBoot":{"shape":"Boolean"},
2115
+ "InstanceId":{"shape":"String"},
2062
2116
  "InstanceProfileArn":{"shape":"String"},
2063
- "Status":{"shape":"String"},
2117
+ "InstanceType":{"shape":"String"},
2118
+ "LastServiceErrorId":{"shape":"String"},
2119
+ "LayerIds":{"shape":"Strings"},
2064
2120
  "Os":{"shape":"String"},
2065
- "AmiId":{"shape":"String"},
2066
- "AvailabilityZone":{"shape":"String"},
2067
- "SubnetId":{"shape":"String"},
2068
- "PublicDns":{"shape":"String"},
2121
+ "Platform":{"shape":"String"},
2069
2122
  "PrivateDns":{"shape":"String"},
2070
- "PublicIp":{"shape":"String"},
2071
2123
  "PrivateIp":{"shape":"String"},
2072
- "ElasticIp":{"shape":"String"},
2073
- "AutoScalingType":{"shape":"AutoScalingType"},
2074
- "SshKeyName":{"shape":"String"},
2075
- "SshHostRsaKeyFingerprint":{"shape":"String"},
2076
- "SshHostDsaKeyFingerprint":{"shape":"String"},
2077
- "CreatedAt":{"shape":"DateTime"},
2078
- "LastServiceErrorId":{"shape":"String"},
2079
- "Architecture":{"shape":"Architecture"},
2080
- "RootDeviceType":{"shape":"RootDeviceType"},
2081
- "RootDeviceVolumeId":{"shape":"String"},
2082
- "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
2083
- "InstallUpdatesOnBoot":{"shape":"Boolean"},
2084
- "EbsOptimized":{"shape":"Boolean"},
2124
+ "PublicDns":{"shape":"String"},
2125
+ "PublicIp":{"shape":"String"},
2126
+ "RegisteredBy":{"shape":"String"},
2085
2127
  "ReportedAgentVersion":{"shape":"String"},
2086
2128
  "ReportedOs":{"shape":"ReportedOs"},
2087
- "InfrastructureClass":{"shape":"String"},
2088
- "RegisteredBy":{"shape":"String"}
2129
+ "RootDeviceType":{"shape":"RootDeviceType"},
2130
+ "RootDeviceVolumeId":{"shape":"String"},
2131
+ "SecurityGroupIds":{"shape":"Strings"},
2132
+ "SshHostDsaKeyFingerprint":{"shape":"String"},
2133
+ "SshHostRsaKeyFingerprint":{"shape":"String"},
2134
+ "SshKeyName":{"shape":"String"},
2135
+ "StackId":{"shape":"String"},
2136
+ "Status":{"shape":"String"},
2137
+ "SubnetId":{"shape":"String"},
2138
+ "VirtualizationType":{"shape":"VirtualizationType"}
2089
2139
  }
2090
2140
  },
2091
2141
  "InstanceIdentity":{
@@ -2511,7 +2561,8 @@
2511
2561
  "CustomCookbooksSource":{"shape":"Source"},
2512
2562
  "DefaultSshKeyName":{"shape":"String"},
2513
2563
  "CreatedAt":{"shape":"DateTime"},
2514
- "DefaultRootDeviceType":{"shape":"RootDeviceType"}
2564
+ "DefaultRootDeviceType":{"shape":"RootDeviceType"},
2565
+ "AgentVersion":{"shape":"String"}
2515
2566
  }
2516
2567
  },
2517
2568
  "StackAttributes":{
@@ -2652,7 +2703,8 @@
2652
2703
  "SshKeyName":{"shape":"String"},
2653
2704
  "Architecture":{"shape":"Architecture"},
2654
2705
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
2655
- "EbsOptimized":{"shape":"Boolean"}
2706
+ "EbsOptimized":{"shape":"Boolean"},
2707
+ "AgentVersion":{"shape":"String"}
2656
2708
  }
2657
2709
  },
2658
2710
  "UpdateLayerRequest":{
@@ -2711,7 +2763,8 @@
2711
2763
  "CustomCookbooksSource":{"shape":"Source"},
2712
2764
  "DefaultSshKeyName":{"shape":"String"},
2713
2765
  "DefaultRootDeviceType":{"shape":"RootDeviceType"},
2714
- "UseOpsworksSecurityGroups":{"shape":"Boolean"}
2766
+ "UseOpsworksSecurityGroups":{"shape":"Boolean"},
2767
+ "AgentVersion":{"shape":"String"}
2715
2768
  }
2716
2769
  },
2717
2770
  "UpdateUserProfileRequest":{
@@ -2750,7 +2803,8 @@
2750
2803
  "ValidForInMinutes":{
2751
2804
  "type":"integer",
2752
2805
  "min":60,
2753
- "max":1440
2806
+ "max":1440,
2807
+ "box":true
2754
2808
  },
2755
2809
  "ValidationException":{
2756
2810
  "type":"structure",