aws-sdk-core 2.0.32 → 2.0.33

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: 792bf459929979d20910b893d8a1e03d969e0400
4
- data.tar.gz: a628921d7d02e98af9ae030f7a3920f5963b416b
3
+ metadata.gz: c893dc4a204c1cc3a4880149f07e734c952ff310
4
+ data.tar.gz: ea02577b8a0f2b70d22d375faaab78129d146981
5
5
  SHA512:
6
- metadata.gz: 2946230979225c1bdaa682b80e8eccba19d0878efcd541a3ac4e998e0cc3e2b13cbd74dd183221542b0a8a3c835a3733e22db9f873791dca3326a25261b4d145
7
- data.tar.gz: f454508c6f7c0b47d19d9bb60689887e1993cf343d240d6b375838e9810598d5c92043ff373af309a08d6ada5c76a915844855aa7ce649052ac676fe63220913
6
+ metadata.gz: cdb9c8e82adee1e775c268809a17051b437ef954e97a6e929051c8b2aaa6ec55c2121a187613d128a6028696154b2edabe13066509ba171a154a0e09629f39a4
7
+ data.tar.gz: 865a56880f782100c2449cc3523376cfa3bcd9fd1680c8a5ba417395186c62f3c4c706f3885b99c0728fd30ff3ba997b790ef84e5d1a3fd5453d8add282d8608
@@ -832,7 +832,7 @@
832
832
  "ThumbnailEncryption":{"shape":"Encryption"},
833
833
  "Rotate":{"shape":"Rotate"},
834
834
  "PresetId":{"shape":"Id"},
835
- "SegmentDuration":{"shape":"Float"},
835
+ "SegmentDuration":{"shape":"FloatString"},
836
836
  "Watermarks":{"shape":"JobWatermarks"},
837
837
  "AlbumArt":{"shape":"JobAlbumArt"},
838
838
  "Composition":{"shape":"Composition"},
@@ -965,6 +965,16 @@
965
965
  "min":0,
966
966
  "max":255
967
967
  },
968
+ "DetectedProperties":{
969
+ "type":"structure",
970
+ "members":{
971
+ "Width":{"shape":"NullableInteger"},
972
+ "Height":{"shape":"NullableInteger"},
973
+ "FrameRate":{"shape":"FloatString"},
974
+ "FileSize":{"shape":"NullableLong"},
975
+ "DurationMillis":{"shape":"NullableLong"}
976
+ }
977
+ },
968
978
  "Digits":{
969
979
  "type":"string",
970
980
  "pattern":"^\\d{1,5}$"
@@ -999,7 +1009,7 @@
999
1009
  "type":"string",
1000
1010
  "pattern":"(^true$)|(^false$)"
1001
1011
  },
1002
- "Float":{
1012
+ "FloatString":{
1003
1013
  "type":"string",
1004
1014
  "pattern":"^\\d{1,5}(\\.\\d{0,5})?$"
1005
1015
  },
@@ -1069,7 +1079,8 @@
1069
1079
  "OutputKeyPrefix":{"shape":"Key"},
1070
1080
  "Playlists":{"shape":"Playlists"},
1071
1081
  "Status":{"shape":"JobStatus"},
1072
- "UserMetadata":{"shape":"UserMetadata"}
1082
+ "UserMetadata":{"shape":"UserMetadata"},
1083
+ "Timing":{"shape":"Timing"}
1073
1084
  }
1074
1085
  },
1075
1086
  "JobAlbumArt":{
@@ -1092,7 +1103,8 @@
1092
1103
  "AspectRatio":{"shape":"AspectRatio"},
1093
1104
  "Interlaced":{"shape":"Interlaced"},
1094
1105
  "Container":{"shape":"JobContainer"},
1095
- "Encryption":{"shape":"Encryption"}
1106
+ "Encryption":{"shape":"Encryption"},
1107
+ "DetectedProperties":{"shape":"DetectedProperties"}
1096
1108
  }
1097
1109
  },
1098
1110
  "JobOutput":{
@@ -1104,12 +1116,15 @@
1104
1116
  "ThumbnailEncryption":{"shape":"Encryption"},
1105
1117
  "Rotate":{"shape":"Rotate"},
1106
1118
  "PresetId":{"shape":"Id"},
1107
- "SegmentDuration":{"shape":"Float"},
1119
+ "SegmentDuration":{"shape":"FloatString"},
1108
1120
  "Status":{"shape":"JobStatus"},
1109
1121
  "StatusDetail":{"shape":"Description"},
1110
1122
  "Duration":{"shape":"NullableLong"},
1111
1123
  "Width":{"shape":"NullableInteger"},
1112
1124
  "Height":{"shape":"NullableInteger"},
1125
+ "FrameRate":{"shape":"FloatString"},
1126
+ "FileSize":{"shape":"NullableLong"},
1127
+ "DurationMillis":{"shape":"NullableLong"},
1113
1128
  "Watermarks":{"shape":"JobWatermarks"},
1114
1129
  "AlbumArt":{"shape":"JobAlbumArt"},
1115
1130
  "Composition":{"shape":"Composition"},
@@ -1588,6 +1603,14 @@
1588
1603
  "Duration":{"shape":"Time"}
1589
1604
  }
1590
1605
  },
1606
+ "Timing":{
1607
+ "type":"structure",
1608
+ "members":{
1609
+ "SubmitTimeMillis":{"shape":"NullableLong"},
1610
+ "StartTimeMillis":{"shape":"NullableLong"},
1611
+ "FinishTimeMillis":{"shape":"NullableLong"}
1612
+ }
1613
+ },
1591
1614
  "UpdatePipelineNotificationsRequest":{
1592
1615
  "type":"structure",
1593
1616
  "required":[
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2010-05-08",
4
5
  "endpointPrefix":"iam",
@@ -4656,7 +4657,9 @@
4656
4657
  "enum":[
4657
4658
  "User",
4658
4659
  "Role",
4659
- "Group"
4660
+ "Group",
4661
+ "LocalManagedPolicy",
4662
+ "AWSManagedPolicy"
4660
4663
  ]
4661
4664
  },
4662
4665
  "GenerateCredentialReportResponse":{
@@ -4680,6 +4683,7 @@
4680
4683
  "UserDetailList":{"shape":"userDetailListType"},
4681
4684
  "GroupDetailList":{"shape":"groupDetailListType"},
4682
4685
  "RoleDetailList":{"shape":"roleDetailListType"},
4686
+ "Policies":{"shape":"ManagedPolicyDetailListType"},
4683
4687
  "IsTruncated":{"shape":"booleanType"},
4684
4688
  "Marker":{"shape":"markerType"}
4685
4689
  }
@@ -4954,7 +4958,8 @@
4954
4958
  "GroupId":{"shape":"idType"},
4955
4959
  "Arn":{"shape":"arnType"},
4956
4960
  "CreateDate":{"shape":"dateType"},
4957
- "GroupPolicyList":{"shape":"policyDetailListType"}
4961
+ "GroupPolicyList":{"shape":"policyDetailListType"},
4962
+ "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"}
4958
4963
  }
4959
4964
  },
4960
4965
  "InstanceProfile":{
@@ -5488,6 +5493,26 @@
5488
5493
  },
5489
5494
  "exception":true
5490
5495
  },
5496
+ "ManagedPolicyDetail":{
5497
+ "type":"structure",
5498
+ "members":{
5499
+ "PolicyName":{"shape":"policyNameType"},
5500
+ "PolicyId":{"shape":"idType"},
5501
+ "Arn":{"shape":"arnType"},
5502
+ "Path":{"shape":"policyPathType"},
5503
+ "DefaultVersionId":{"shape":"policyVersionIdType"},
5504
+ "AttachmentCount":{"shape":"attachmentCountType"},
5505
+ "IsAttachable":{"shape":"booleanType"},
5506
+ "Description":{"shape":"policyDescriptionType"},
5507
+ "CreateDate":{"shape":"dateType"},
5508
+ "UpdateDate":{"shape":"dateType"},
5509
+ "PolicyVersionList":{"shape":"policyDocumentVersionListType"}
5510
+ }
5511
+ },
5512
+ "ManagedPolicyDetailListType":{
5513
+ "type":"list",
5514
+ "member":{"shape":"ManagedPolicyDetail"}
5515
+ },
5491
5516
  "NoSuchEntityException":{
5492
5517
  "type":"structure",
5493
5518
  "members":{
@@ -5732,7 +5757,8 @@
5732
5757
  "CreateDate":{"shape":"dateType"},
5733
5758
  "AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
5734
5759
  "InstanceProfileList":{"shape":"instanceProfileListType"},
5735
- "RolePolicyList":{"shape":"policyDetailListType"}
5760
+ "RolePolicyList":{"shape":"policyDetailListType"},
5761
+ "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"}
5736
5762
  }
5737
5763
  },
5738
5764
  "SAMLMetadataDocumentType":{
@@ -6001,7 +6027,8 @@
6001
6027
  "Arn":{"shape":"arnType"},
6002
6028
  "CreateDate":{"shape":"dateType"},
6003
6029
  "UserPolicyList":{"shape":"policyDetailListType"},
6004
- "GroupList":{"shape":"groupNameListType"}
6030
+ "GroupList":{"shape":"groupNameListType"},
6031
+ "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"}
6005
6032
  }
6006
6033
  },
6007
6034
  "VirtualMFADevice":{
@@ -34,6 +34,15 @@
34
34
  "path": "InstanceProfile"
35
35
  }
36
36
  },
37
+ "CreatePolicy": {
38
+ "request": { "operation": "CreatePolicy" },
39
+ "resource": {
40
+ "type": "Policy",
41
+ "identifiers": [
42
+ { "target": "Arn", "source": "response", "path": "Policy.Arn" }
43
+ ]
44
+ }
45
+ },
37
46
  "CreateRole": {
38
47
  "request": { "operation": "CreateRole" },
39
48
  "resource": {
@@ -128,6 +137,14 @@
128
137
  ]
129
138
  }
130
139
  },
140
+ "Policy": {
141
+ "resource": {
142
+ "type": "Policy",
143
+ "identifiers": [
144
+ { "target": "PolicyArn", "source": "input" }
145
+ ]
146
+ }
147
+ },
131
148
  "Role": {
132
149
  "resource": {
133
150
  "type": "Role",
@@ -190,6 +207,16 @@
190
207
  "path": "InstanceProfiles[]"
191
208
  }
192
209
  },
210
+ "Policies": {
211
+ "request": { "operation": "ListPolicies" },
212
+ "resource": {
213
+ "type": "Policy",
214
+ "identifiers": [
215
+ { "target": "Arn", "source": "response", "path": "Policies[].Arn" }
216
+ ],
217
+ "path": "Policies[]"
218
+ }
219
+ },
193
220
  "Roles": {
194
221
  "request": { "operation": "ListRoles" },
195
222
  "resource": {
@@ -393,6 +420,22 @@
393
420
  }
394
421
  },
395
422
  "CurrentUser": {
423
+ "identifiers": [ ],
424
+ "shape": "User",
425
+ "load": {
426
+ "request": { "operation": "GetUser" },
427
+ "path": "User"
428
+ },
429
+ "has": {
430
+ "User": {
431
+ "resource": {
432
+ "type": "User",
433
+ "identifiers": [
434
+ { "target": "Name", "source": "data", "path": "UserName" }
435
+ ]
436
+ }
437
+ }
438
+ },
396
439
  "hasMany": {
397
440
  "AccessKeys": {
398
441
  "request": { "operation": "ListAccessKeys" },
@@ -455,6 +498,14 @@
455
498
  ]
456
499
  }
457
500
  },
501
+ "AttachPolicy": {
502
+ "request": {
503
+ "operation": "AttachGroupPolicy",
504
+ "params": [
505
+ { "target": "GroupName", "source": "identifier", "name": "Name" }
506
+ ]
507
+ }
508
+ },
458
509
  "Create": {
459
510
  "request": {
460
511
  "operation": "CreateGroup",
@@ -493,6 +544,14 @@
493
544
  ]
494
545
  }
495
546
  },
547
+ "DetachPolicy": {
548
+ "request": {
549
+ "operation": "DetachGroupPolicy",
550
+ "params": [
551
+ { "target": "GroupName", "source": "identifier", "name": "Name" }
552
+ ]
553
+ }
554
+ },
496
555
  "RemoveUser": {
497
556
  "request": {
498
557
  "operation": "RemoveUserFromGroup",
@@ -528,6 +587,20 @@
528
587
  }
529
588
  },
530
589
  "hasMany": {
590
+ "AttachedPolicies": {
591
+ "request": {
592
+ "operation": "ListAttachedGroupPolicies",
593
+ "params": [
594
+ { "target": "GroupName", "source": "identifier", "name": "Name" }
595
+ ]
596
+ },
597
+ "resource": {
598
+ "type": "Policy",
599
+ "identifiers": [
600
+ { "target": "Arn", "source": "response", "path": "AttachedPolicies[].PolicyArn" }
601
+ ]
602
+ }
603
+ },
531
604
  "Policies": {
532
605
  "request": {
533
606
  "operation": "ListGroupPolicies",
@@ -781,6 +854,211 @@
781
854
  }
782
855
  }
783
856
  },
857
+ "Policy": {
858
+ "identifiers": [
859
+ {
860
+ "name": "Arn",
861
+ "memberName": "PolicyArn"
862
+ }
863
+ ],
864
+ "shape": "Policy",
865
+ "load": {
866
+ "request": {
867
+ "operation": "GetPolicy",
868
+ "params": [
869
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
870
+ ]
871
+ },
872
+ "path": "Policy"
873
+ },
874
+ "actions": {
875
+ "AttachGroup": {
876
+ "request": {
877
+ "operation": "AttachGroupPolicy",
878
+ "params": [
879
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
880
+ ]
881
+ }
882
+ },
883
+ "AttachRole": {
884
+ "request": {
885
+ "operation": "AttachRolePolicy",
886
+ "params": [
887
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
888
+ ]
889
+ }
890
+ },
891
+ "AttachUser": {
892
+ "request": {
893
+ "operation": "AttachUserPolicy",
894
+ "params": [
895
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
896
+ ]
897
+ }
898
+ },
899
+ "CreateVersion": {
900
+ "request": {
901
+ "operation": "CreatePolicyVersion",
902
+ "params": [
903
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
904
+ ]
905
+ },
906
+ "resource": {
907
+ "type": "PolicyVersion",
908
+ "identifiers": [
909
+ { "target": "Arn", "source": "identifier", "name": "Arn" },
910
+ { "target": "VersionId", "source": "response", "path": "PolicyVersion.VersionId" }
911
+ ]
912
+ }
913
+ },
914
+ "Delete": {
915
+ "request": {
916
+ "operation": "DeletePolicy",
917
+ "params": [
918
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
919
+ ]
920
+ }
921
+ },
922
+ "DetachGroup": {
923
+ "request": {
924
+ "operation": "DetachGroupPolicy",
925
+ "params": [
926
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
927
+ ]
928
+ }
929
+ },
930
+ "DetachRole": {
931
+ "request": {
932
+ "operation": "DetachRolePolicy",
933
+ "params": [
934
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
935
+ ]
936
+ }
937
+ },
938
+ "DetachUser": {
939
+ "request": {
940
+ "operation": "DetachUserPolicy",
941
+ "params": [
942
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
943
+ ]
944
+ }
945
+ }
946
+ },
947
+ "has": {
948
+ "DefaultVersion": {
949
+ "resource": {
950
+ "type": "PolicyVersion",
951
+ "identifiers": [
952
+ { "target": "Arn", "source": "identifier", "name": "Arn" },
953
+ { "target": "VersionId", "source": "data", "path": "DefaultVersionId" }
954
+ ]
955
+ }
956
+ }
957
+ },
958
+ "hasMany": {
959
+ "AttachedGroups": {
960
+ "request": {
961
+ "operation": "ListEntitiesForPolicy",
962
+ "params": [
963
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
964
+ { "target": "EntityFilter", "source": "string", "value": "Group" }
965
+ ]
966
+ },
967
+ "resource": {
968
+ "type": "Group",
969
+ "identifiers": [
970
+ { "target": "Name", "source": "response", "path": "PolicyGroups[].GroupName" }
971
+ ],
972
+ "path": "PolicyGroups[]"
973
+ }
974
+ },
975
+ "AttachedRoles": {
976
+ "request": {
977
+ "operation": "ListEntitiesForPolicy",
978
+ "params": [
979
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
980
+ { "target": "EntityFilter", "source": "string", "value": "Role" }
981
+ ]
982
+ },
983
+ "resource": {
984
+ "type": "Role",
985
+ "identifiers": [
986
+ { "target": "Name", "source": "response", "path": "PolicyRoles[].RoleName" }
987
+ ],
988
+ "path": "PolicyRoles[]"
989
+ }
990
+ },
991
+ "AttachedUsers": {
992
+ "request": {
993
+ "operation": "ListEntitiesForPolicy",
994
+ "params": [
995
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
996
+ { "target": "EntityFilter", "source": "string", "value": "User" }
997
+ ]
998
+ },
999
+ "resource": {
1000
+ "type": "User",
1001
+ "identifiers": [
1002
+ { "target": "Name", "source": "response", "path": "PolicyUsers[].UserName" }
1003
+ ],
1004
+ "path": "PolicyRoles[]"
1005
+ }
1006
+ },
1007
+ "Versions": {
1008
+ "request": {
1009
+ "operation": "ListPolicyVersions",
1010
+ "params": [
1011
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" }
1012
+ ]
1013
+ },
1014
+ "resource": {
1015
+ "type": "PolicyVersion",
1016
+ "identifiers": [
1017
+ { "target": "Arn", "source": "identifier", "name": "Arn" },
1018
+ { "target": "VersionId", "source": "response", "path": "Versions[].VersionId" }
1019
+ ],
1020
+ "path": "Versions[]"
1021
+ }
1022
+ }
1023
+ }
1024
+ },
1025
+ "PolicyVersion": {
1026
+ "identifiers": [
1027
+ { "name": "Arn" },
1028
+ { "name": "VersionId" }
1029
+ ],
1030
+ "shape": "PolicyVersion",
1031
+ "load": {
1032
+ "request": {
1033
+ "operation": "GetPolicyVersion",
1034
+ "params": [
1035
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
1036
+ { "target": "VersionId", "source": "identifier", "name": "VersionId" }
1037
+ ]
1038
+ },
1039
+ "path": "PolicyVersion"
1040
+ },
1041
+ "actions": {
1042
+ "Delete": {
1043
+ "request": {
1044
+ "operation": "DeletePolicyVersion",
1045
+ "params": [
1046
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
1047
+ { "target": "VersionId", "source": "identifier", "name": "VersionId" }
1048
+ ]
1049
+ }
1050
+ },
1051
+ "SetAsDefault": {
1052
+ "request": {
1053
+ "operation": "SetDefaultPolicyVersion",
1054
+ "params": [
1055
+ { "target": "PolicyArn", "source": "identifier", "name": "Arn" },
1056
+ { "target": "VersionId", "source": "identifier", "name": "VersionId" }
1057
+ ]
1058
+ }
1059
+ }
1060
+ }
1061
+ },
784
1062
  "Role": {
785
1063
  "identifiers": [
786
1064
  {
@@ -799,6 +1077,14 @@
799
1077
  "path": "Role"
800
1078
  },
801
1079
  "actions": {
1080
+ "AttachPolicy": {
1081
+ "request": {
1082
+ "operation": "AttachRolePolicy",
1083
+ "params": [
1084
+ { "target": "RoleName", "source": "identifier", "name": "Name" }
1085
+ ]
1086
+ }
1087
+ },
802
1088
  "Delete": {
803
1089
  "request": {
804
1090
  "operation": "DeleteRole",
@@ -806,6 +1092,14 @@
806
1092
  { "target": "RoleName", "source": "identifier", "name": "Name" }
807
1093
  ]
808
1094
  }
1095
+ },
1096
+ "DetachPolicy": {
1097
+ "request": {
1098
+ "operation": "DetachRolePolicy",
1099
+ "params": [
1100
+ { "target": "RoleName", "source": "identifier", "name": "Name" }
1101
+ ]
1102
+ }
809
1103
  }
810
1104
  },
811
1105
  "has": {
@@ -828,6 +1122,20 @@
828
1122
  }
829
1123
  },
830
1124
  "hasMany": {
1125
+ "AttachedPolicies": {
1126
+ "request": {
1127
+ "operation": "ListAttachedRolePolicies",
1128
+ "params": [
1129
+ { "target": "RoleName", "source": "identifier", "name": "Name" }
1130
+ ]
1131
+ },
1132
+ "resource": {
1133
+ "type": "Policy",
1134
+ "identifiers": [
1135
+ { "target": "Arn", "source": "response", "path": "AttachedPolicies[].PolicyArn" }
1136
+ ]
1137
+ }
1138
+ },
831
1139
  "InstanceProfiles": {
832
1140
  "request": {
833
1141
  "operation": "ListInstanceProfilesForRole",
@@ -1065,6 +1373,14 @@
1065
1373
  ]
1066
1374
  }
1067
1375
  },
1376
+ "AttachPolicy": {
1377
+ "request": {
1378
+ "operation": "AttachUserPolicy",
1379
+ "params": [
1380
+ { "target": "UserName", "source": "identifier", "name": "Name" }
1381
+ ]
1382
+ }
1383
+ },
1068
1384
  "Create": {
1069
1385
  "request": {
1070
1386
  "operation": "CreateUser",
@@ -1135,6 +1451,14 @@
1135
1451
  ]
1136
1452
  }
1137
1453
  },
1454
+ "DetachPolicy": {
1455
+ "request": {
1456
+ "operation": "DetachUserPolicy",
1457
+ "params": [
1458
+ { "target": "UserName", "source": "identifier", "name": "Name" }
1459
+ ]
1460
+ }
1461
+ },
1138
1462
  "EnableMfa": {
1139
1463
  "request": {
1140
1464
  "operation": "EnableMFADevice",
@@ -1236,6 +1560,20 @@
1236
1560
  "path": "AccessKeyMetadata[]"
1237
1561
  }
1238
1562
  },
1563
+ "AttachedPolicies": {
1564
+ "request": {
1565
+ "operation": "ListAttachedUserPolicies",
1566
+ "params": [
1567
+ { "target": "UserName", "source": "identifier", "name": "Name" }
1568
+ ]
1569
+ },
1570
+ "resource": {
1571
+ "type": "Policy",
1572
+ "identifiers": [
1573
+ { "target": "Arn", "source": "response", "path": "AttachedPolicies[].PolicyArn" }
1574
+ ]
1575
+ }
1576
+ },
1239
1577
  "Groups": {
1240
1578
  "request": {
1241
1579
  "operation": "ListGroupsForUser",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2013-02-18",
4
5
  "endpointPrefix":"opsworks",
@@ -1294,6 +1295,19 @@
1294
1295
  "timer"
1295
1296
  ]
1296
1297
  },
1298
+ "BlockDeviceMapping":{
1299
+ "type":"structure",
1300
+ "members":{
1301
+ "DeviceName":{"shape":"String"},
1302
+ "NoDevice":{"shape":"String"},
1303
+ "VirtualName":{"shape":"String"},
1304
+ "Ebs":{"shape":"EbsBlockDevice"}
1305
+ }
1306
+ },
1307
+ "BlockDeviceMappings":{
1308
+ "type":"list",
1309
+ "member":{"shape":"BlockDeviceMapping"}
1310
+ },
1297
1311
  "Boolean":{
1298
1312
  "type":"boolean",
1299
1313
  "box":true
@@ -1430,6 +1444,7 @@
1430
1444
  "SubnetId":{"shape":"String"},
1431
1445
  "Architecture":{"shape":"Architecture"},
1432
1446
  "RootDeviceType":{"shape":"RootDeviceType"},
1447
+ "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
1433
1448
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
1434
1449
  "EbsOptimized":{"shape":"Boolean"}
1435
1450
  }
@@ -1926,6 +1941,16 @@
1926
1941
  "type":"double",
1927
1942
  "box":true
1928
1943
  },
1944
+ "EbsBlockDevice":{
1945
+ "type":"structure",
1946
+ "members":{
1947
+ "SnapshotId":{"shape":"String"},
1948
+ "Iops":{"shape":"Integer"},
1949
+ "VolumeSize":{"shape":"Integer"},
1950
+ "VolumeType":{"shape":"VolumeType"},
1951
+ "DeleteOnTermination":{"shape":"Boolean"}
1952
+ }
1953
+ },
1929
1954
  "ElasticIp":{
1930
1955
  "type":"structure",
1931
1956
  "members":{
@@ -2020,8 +2045,10 @@
2020
2045
  "Architecture":{"shape":"Architecture"},
2021
2046
  "RootDeviceType":{"shape":"RootDeviceType"},
2022
2047
  "RootDeviceVolumeId":{"shape":"String"},
2048
+ "BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
2023
2049
  "InstallUpdatesOnBoot":{"shape":"Boolean"},
2024
2050
  "EbsOptimized":{"shape":"Boolean"},
2051
+ "ReportedAgentVersion":{"shape":"String"},
2025
2052
  "ReportedOs":{"shape":"ReportedOs"},
2026
2053
  "InfrastructureClass":{"shape":"String"},
2027
2054
  "RegisteredBy":{"shape":"String"}
@@ -2729,6 +2756,14 @@
2729
2756
  "type":"list",
2730
2757
  "member":{"shape":"VolumeConfiguration"}
2731
2758
  },
2759
+ "VolumeType":{
2760
+ "type":"string",
2761
+ "enum":[
2762
+ "gp2",
2763
+ "io1",
2764
+ "standard"
2765
+ ]
2766
+ },
2732
2767
  "Volumes":{
2733
2768
  "type":"list",
2734
2769
  "member":{"shape":"Volume"}
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.32'
2
+ VERSION = '2.0.33'
3
3
  end
@@ -38,7 +38,7 @@ module Seahorse
38
38
  # @return [Operation]
39
39
  def operation(name)
40
40
  name = name.to_sym
41
- if definition = @operation_defs[name.to_sym]
41
+ if definition = @operation_defs[name]
42
42
  @operations[name] ||= Operation.new(definition, shape_map: @shape_map)
43
43
  else
44
44
  raise ArgumentError, "unknown operation :#{name}"
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.0.32
4
+ version: 2.0.33
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: 2015-03-24 00:00:00.000000000 Z
11
+ date: 2015-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -380,7 +380,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
380
  version: '0'
381
381
  requirements: []
382
382
  rubyforge_project:
383
- rubygems_version: 2.4.5
383
+ rubygems_version: 2.4.6
384
384
  signing_key:
385
385
  specification_version: 4
386
386
  summary: AWS SDK for Ruby - Core