aws-sdk-core 2.1.0 → 2.1.4

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.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/apis/autoscaling/2011-01-01/api-2.json +41 -4
  3. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/api-2.json +92 -52
  4. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/paginators-1.json +0 -0
  5. data/apis/cloudfront/{2014-11-06 → 2015-04-17}/waiters-2.json +0 -0
  6. data/apis/codecommit/2015-04-13/api-2.json +885 -0
  7. data/apis/codecommit/2015-04-13/paginators-1.json +14 -0
  8. data/apis/codepipeline/2015-07-09/api-2.json +1640 -0
  9. data/apis/cognito-identity/2014-06-30/api-2.json +18 -0
  10. data/apis/cognito-sync/2014-06-30/api-2.json +22 -0
  11. data/apis/config/2014-11-12/api-2.json +24 -1
  12. data/apis/ec2/2015-04-15/api-2.json +34 -3
  13. data/apis/ec2/2015-04-15/resources-1.json +66 -17
  14. data/apis/ecs/2014-11-13/api-2.json +22 -3
  15. data/apis/email/2010-12-01/api-2.json +163 -2
  16. data/apis/glacier/2012-06-01/api-2.json +174 -0
  17. data/apis/iam/2010-05-08/api-2.json +346 -17
  18. data/apis/iam/2010-05-08/paginators-1.json +32 -0
  19. data/apis/iam/2010-05-08/resources-1.json +8 -0
  20. data/apis/iam/2010-05-08/waiters-2.json +22 -0
  21. data/apis/lambda/2015-03-31/api-2.json +4 -1
  22. data/apis/opsworks/2013-02-18/api-2.json +88 -34
  23. data/apis/redshift/2012-12-01/api-2.json +423 -5
  24. data/apis/redshift/2012-12-01/waiters-2.json +33 -23
  25. data/apis/sts/2011-06-15/api-2.json +2 -2
  26. data/bin/aws.rb +6 -0
  27. data/lib/aws-sdk-core/api/builder.rb +8 -0
  28. data/lib/aws-sdk-core/api/docs/builder.rb +4 -4
  29. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +1 -1
  30. data/lib/aws-sdk-core/api/shape_map.rb +10 -8
  31. data/lib/aws-sdk-core/client_stubs.rb +6 -2
  32. data/lib/aws-sdk-core/cloudfront.rb +4 -4
  33. data/lib/aws-sdk-core/codecommit.rb +5 -0
  34. data/lib/aws-sdk-core/codepipeline.rb +4 -0
  35. data/lib/aws-sdk-core/credential_provider.rb +5 -7
  36. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +2 -2
  37. data/lib/aws-sdk-core/dynamodb.rb +14 -0
  38. data/lib/aws-sdk-core/eager_loader.rb +5 -6
  39. data/lib/aws-sdk-core/iam.rb +1 -0
  40. data/lib/aws-sdk-core/instance_profile_credentials.rb +1 -1
  41. data/lib/aws-sdk-core/json/handler.rb +4 -4
  42. data/lib/aws-sdk-core/pageable_response.rb +44 -34
  43. data/lib/aws-sdk-core/pager.rb +2 -3
  44. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +4 -0
  45. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +2 -1
  46. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +2 -2
  47. data/lib/aws-sdk-core/plugins/response_paging.rb +1 -0
  48. data/lib/aws-sdk-core/shared_credentials.rb +2 -2
  49. data/lib/aws-sdk-core/signers/s3.rb +31 -3
  50. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +3 -5
  51. data/lib/aws-sdk-core/stubbing/protocols/rest_xml.rb +0 -1
  52. data/lib/aws-sdk-core/type_builder.rb +14 -0
  53. data/lib/aws-sdk-core/version.rb +1 -1
  54. data/lib/aws-sdk-core/xml/parser/engines/oga.rb +39 -0
  55. data/lib/aws-sdk-core/xml/parser.rb +4 -1
  56. data/lib/aws-sdk-core.rb +19 -15
  57. data/lib/seahorse/client/http/request.rb +1 -1
  58. data/lib/seahorse/client/http/response.rb +5 -3
  59. data/lib/seahorse/client/net_http/connection_pool.rb +2 -2
  60. metadata +13 -15
  61. data/apis/config/2014-10-17/api-2.json +0 -694
  62. data/apis/config/2014-10-17/paginators-1.json +0 -10
  63. data/apis/ec2/2014-10-01/api-2.json +0 -10267
  64. data/apis/ec2/2014-10-01/paginators-1.json +0 -125
  65. data/apis/ec2/2014-10-01/resources-1.json +0 -2289
  66. data/apis/ec2/2014-10-01/waiters-2.json +0 -453
  67. data/apis/ec2/2015-03-01/api-2.json +0 -11245
  68. data/apis/ec2/2015-03-01/paginators-1.json +0 -125
  69. data/apis/ec2/2015-03-01/resources-1.json +0 -2479
  70. data/apis/ec2/2015-03-01/waiters-2.json +0 -458
@@ -605,6 +605,11 @@
605
605
  "shape":"InternalErrorException",
606
606
  "exception":true,
607
607
  "fault":true
608
+ },
609
+ {
610
+ "shape":"ConcurrentModificationException",
611
+ "error":{"httpStatusCode":400},
612
+ "exception":true
608
613
  }
609
614
  ]
610
615
  },
@@ -731,6 +736,11 @@
731
736
  "shape":"InternalErrorException",
732
737
  "exception":true,
733
738
  "fault":true
739
+ },
740
+ {
741
+ "shape":"ConcurrentModificationException",
742
+ "error":{"httpStatusCode":400},
743
+ "exception":true
734
744
  }
735
745
  ]
736
746
  }
@@ -748,6 +758,14 @@
748
758
  "max":15,
749
759
  "pattern":"\\d+"
750
760
  },
761
+ "ConcurrentModificationException":{
762
+ "type":"structure",
763
+ "members":{
764
+ "message":{"shape":"String"}
765
+ },
766
+ "error":{"httpStatusCode":400},
767
+ "exception":true
768
+ },
751
769
  "CreateIdentityPoolInput":{
752
770
  "type":"structure",
753
771
  "required":[
@@ -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"],
@@ -2623,6 +2623,10 @@
2623
2623
  "OwnerId":{
2624
2624
  "shape":"String",
2625
2625
  "locationName":"ownerId"
2626
+ },
2627
+ "Return":{
2628
+ "shape":"Boolean",
2629
+ "locationName":"return"
2626
2630
  }
2627
2631
  }
2628
2632
  },
@@ -2732,6 +2736,14 @@
2732
2736
  "PresignedUrl":{
2733
2737
  "shape":"String",
2734
2738
  "locationName":"presignedUrl"
2739
+ },
2740
+ "Encrypted":{
2741
+ "shape":"Boolean",
2742
+ "locationName":"encrypted"
2743
+ },
2744
+ "KmsKeyId":{
2745
+ "shape":"String",
2746
+ "locationName":"kmsKeyId"
2735
2747
  }
2736
2748
  }
2737
2749
  },
@@ -7643,6 +7655,7 @@
7643
7655
  "t2.micro",
7644
7656
  "t2.small",
7645
7657
  "t2.medium",
7658
+ "t2.large",
7646
7659
  "m2.xlarge",
7647
7660
  "m2.2xlarge",
7648
7661
  "m2.4xlarge",
@@ -8095,6 +8108,10 @@
8095
8108
  }
8096
8109
  }
8097
8110
  },
8111
+ "ModifySnapshotAttributeName":{
8112
+ "type":"string",
8113
+ "enum":["createVolumePermission"]
8114
+ },
8098
8115
  "ModifySnapshotAttributeRequest":{
8099
8116
  "type":"structure",
8100
8117
  "required":["SnapshotId"],
@@ -8104,7 +8121,7 @@
8104
8121
  "locationName":"dryRun"
8105
8122
  },
8106
8123
  "SnapshotId":{"shape":"String"},
8107
- "Attribute":{"shape":"SnapshotAttributeName"},
8124
+ "Attribute":{"shape":"ModifySnapshotAttributeName"},
8108
8125
  "OperationType":{"shape":"String"},
8109
8126
  "UserIds":{
8110
8127
  "shape":"UserIdStringList",
@@ -9806,7 +9823,7 @@
9806
9823
  "locationName":"dryRun"
9807
9824
  },
9808
9825
  "SnapshotId":{"shape":"String"},
9809
- "Attribute":{"shape":"SnapshotAttributeName"}
9826
+ "Attribute":{"shape":"ModifySnapshotAttributeName"}
9810
9827
  }
9811
9828
  },
9812
9829
  "ResourceIdList":{
@@ -11615,7 +11632,7 @@
11615
11632
  "type":"structure",
11616
11633
  "members":{
11617
11634
  "Code":{
11618
- "shape":"String",
11635
+ "shape":"VpcPeeringConnectionStateReasonCode",
11619
11636
  "locationName":"code"
11620
11637
  },
11621
11638
  "Message":{
@@ -11624,6 +11641,20 @@
11624
11641
  }
11625
11642
  }
11626
11643
  },
11644
+ "VpcPeeringConnectionStateReasonCode":{
11645
+ "type":"string",
11646
+ "enum":[
11647
+ "initiating-request",
11648
+ "pending-acceptance",
11649
+ "active",
11650
+ "deleted",
11651
+ "rejected",
11652
+ "failed",
11653
+ "expired",
11654
+ "provisioning",
11655
+ "deleting"
11656
+ ]
11657
+ },
11627
11658
  "VpcPeeringConnectionVpcInfo":{
11628
11659
  "type":"structure",
11629
11660
  "members":{
@@ -1411,6 +1411,46 @@
1411
1411
  }
1412
1412
  }
1413
1413
  },
1414
+ "Route": {
1415
+ "identifiers": [
1416
+ { "name": "RouteTableId" },
1417
+ {
1418
+ "name": "DestinationCidrBlock",
1419
+ "memberName": "DestinationCidrBlock"
1420
+ }
1421
+ ],
1422
+ "shape": "Route",
1423
+ "actions": {
1424
+ "Delete": {
1425
+ "request": {
1426
+ "operation": "DeleteRoute",
1427
+ "params": [
1428
+ { "target": "RouteTableId", "source": "identifier", "name": "RouteTableId" },
1429
+ { "target": "DestinationCidrBlock", "source": "identifier", "name": "DestinationCidrBlock" }
1430
+ ]
1431
+ }
1432
+ },
1433
+ "Replace": {
1434
+ "request": {
1435
+ "operation": "ReplaceRoute",
1436
+ "params": [
1437
+ { "target": "RouteTableId", "source": "identifier", "name": "RouteTableId" },
1438
+ { "target": "DestinationCidrBlock", "source": "identifier", "name": "DestinationCidrBlock" }
1439
+ ]
1440
+ }
1441
+ }
1442
+ },
1443
+ "has": {
1444
+ "RouteTable": {
1445
+ "resource": {
1446
+ "type": "RouteTable",
1447
+ "identifiers": [
1448
+ { "target": "Id", "source": "identifier", "name": "RouteTableId" }
1449
+ ]
1450
+ }
1451
+ }
1452
+ }
1453
+ },
1414
1454
  "RouteTable": {
1415
1455
  "identifiers": [
1416
1456
  {
@@ -1449,6 +1489,13 @@
1449
1489
  "params": [
1450
1490
  { "target": "RouteTableId", "source": "identifier", "name": "Id" }
1451
1491
  ]
1492
+ },
1493
+ "resource": {
1494
+ "type": "Route",
1495
+ "identifiers": [
1496
+ { "target": "RouteTableId", "source": "identifier", "name": "Id" },
1497
+ { "target": "DestinationCidrBlock", "source": "requestParameter", "path": "DestinationCidrBlock" }
1498
+ ]
1452
1499
  }
1453
1500
  },
1454
1501
  "CreateTags": {
@@ -1477,29 +1524,31 @@
1477
1524
  }
1478
1525
  },
1479
1526
  "has": {
1480
- "Vpc": {
1527
+ "Associations": {
1481
1528
  "resource": {
1482
- "type": "Vpc",
1529
+ "type": "RouteTableAssociation",
1483
1530
  "identifiers": [
1484
- { "target": "Id", "source": "data", "path": "VpcId" }
1485
- ]
1531
+ { "target": "Id", "source": "data", "path": "Associations[].RouteTableAssociationId" }
1532
+ ],
1533
+ "path": "Associations[]"
1486
1534
  }
1487
- }
1488
- },
1489
- "hasMany": {
1490
- "Associations": {
1491
- "request": {
1492
- "operation": "DescribeRouteTables",
1493
- "params": [
1494
- { "target": "RouteTableIds[0]", "source": "identifier", "name": "Id" }
1495
- ]
1496
- },
1535
+ },
1536
+ "Routes": {
1497
1537
  "resource": {
1498
- "type": "RouteTableAssociation",
1538
+ "type": "Route",
1499
1539
  "identifiers": [
1500
- { "target": "Id", "source": "response", "path": "RouteTables[0].Associations[].RouteTableAssociationId" }
1540
+ { "target": "RouteTableId", "source": "identifier", "name": "Id" },
1541
+ { "target": "DestinationCidrBlock", "source": "data", "path": "Routes[].DestinationCidrBlock" }
1501
1542
  ],
1502
- "path": "RouteTables[0].Associations[]"
1543
+ "path": "Routes[]"
1544
+ }
1545
+ },
1546
+ "Vpc": {
1547
+ "resource": {
1548
+ "type": "Vpc",
1549
+ "identifiers": [
1550
+ { "target": "Id", "source": "data", "path": "VpcId" }
1551
+ ]
1503
1552
  }
1504
1553
  }
1505
1554
  }
@@ -854,7 +854,8 @@
854
854
  "type":"structure",
855
855
  "members":{
856
856
  "name":{"shape":"String"},
857
- "command":{"shape":"StringList"}
857
+ "command":{"shape":"StringList"},
858
+ "environment":{"shape":"EnvironmentVariables"}
858
859
  }
859
860
  },
860
861
  "ContainerOverrides":{
@@ -1164,6 +1165,8 @@
1164
1165
  "type":"structure",
1165
1166
  "members":{
1166
1167
  "familyPrefix":{"shape":"String"},
1168
+ "status":{"shape":"TaskDefinitionStatus"},
1169
+ "sort":{"shape":"SortOrder"},
1167
1170
  "nextToken":{"shape":"String"},
1168
1171
  "maxResults":{"shape":"BoxedInteger"}
1169
1172
  }
@@ -1264,7 +1267,8 @@
1264
1267
  "instanceIdentityDocument":{"shape":"String"},
1265
1268
  "instanceIdentityDocumentSignature":{"shape":"String"},
1266
1269
  "totalResources":{"shape":"Resources"},
1267
- "versionInfo":{"shape":"VersionInfo"}
1270
+ "versionInfo":{"shape":"VersionInfo"},
1271
+ "containerInstanceArn":{"shape":"String"}
1268
1272
  }
1269
1273
  },
1270
1274
  "RegisterContainerInstanceResponse":{
@@ -1377,6 +1381,13 @@
1377
1381
  "type":"list",
1378
1382
  "member":{"shape":"Service"}
1379
1383
  },
1384
+ "SortOrder":{
1385
+ "type":"string",
1386
+ "enum":[
1387
+ "ASC",
1388
+ "DESC"
1389
+ ]
1390
+ },
1380
1391
  "StartTaskRequest":{
1381
1392
  "type":"structure",
1382
1393
  "required":[
@@ -1471,9 +1482,17 @@
1471
1482
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1472
1483
  "family":{"shape":"String"},
1473
1484
  "revision":{"shape":"Integer"},
1474
- "volumes":{"shape":"VolumeList"}
1485
+ "volumes":{"shape":"VolumeList"},
1486
+ "status":{"shape":"TaskDefinitionStatus"}
1475
1487
  }
1476
1488
  },
1489
+ "TaskDefinitionStatus":{
1490
+ "type":"string",
1491
+ "enum":[
1492
+ "ACTIVE",
1493
+ "INACTIVE"
1494
+ ]
1495
+ },
1477
1496
  "TaskOverride":{
1478
1497
  "type":"structure",
1479
1498
  "members":{
@@ -23,6 +23,18 @@
23
23
  "resultWrapper":"DeleteIdentityResult"
24
24
  }
25
25
  },
26
+ "DeleteIdentityPolicy":{
27
+ "name":"DeleteIdentityPolicy",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"DeleteIdentityPolicyRequest"},
33
+ "output":{
34
+ "shape":"DeleteIdentityPolicyResponse",
35
+ "resultWrapper":"DeleteIdentityPolicyResult"
36
+ }
37
+ },
26
38
  "DeleteVerifiedEmailAddress":{
27
39
  "name":"DeleteVerifiedEmailAddress",
28
40
  "http":{
@@ -55,6 +67,18 @@
55
67
  "resultWrapper":"GetIdentityNotificationAttributesResult"
56
68
  }
57
69
  },
70
+ "GetIdentityPolicies":{
71
+ "name":"GetIdentityPolicies",
72
+ "http":{
73
+ "method":"POST",
74
+ "requestUri":"/"
75
+ },
76
+ "input":{"shape":"GetIdentityPoliciesRequest"},
77
+ "output":{
78
+ "shape":"GetIdentityPoliciesResponse",
79
+ "resultWrapper":"GetIdentityPoliciesResult"
80
+ }
81
+ },
58
82
  "GetIdentityVerificationAttributes":{
59
83
  "name":"GetIdentityVerificationAttributes",
60
84
  "http":{
@@ -101,6 +125,18 @@
101
125
  "resultWrapper":"ListIdentitiesResult"
102
126
  }
103
127
  },
128
+ "ListIdentityPolicies":{
129
+ "name":"ListIdentityPolicies",
130
+ "http":{
131
+ "method":"POST",
132
+ "requestUri":"/"
133
+ },
134
+ "input":{"shape":"ListIdentityPoliciesRequest"},
135
+ "output":{
136
+ "shape":"ListIdentityPoliciesResponse",
137
+ "resultWrapper":"ListIdentityPoliciesResult"
138
+ }
139
+ },
104
140
  "ListVerifiedEmailAddresses":{
105
141
  "name":"ListVerifiedEmailAddresses",
106
142
  "http":{
@@ -112,6 +148,29 @@
112
148
  "resultWrapper":"ListVerifiedEmailAddressesResult"
113
149
  }
114
150
  },
151
+ "PutIdentityPolicy":{
152
+ "name":"PutIdentityPolicy",
153
+ "http":{
154
+ "method":"POST",
155
+ "requestUri":"/"
156
+ },
157
+ "input":{"shape":"PutIdentityPolicyRequest"},
158
+ "output":{
159
+ "shape":"PutIdentityPolicyResponse",
160
+ "resultWrapper":"PutIdentityPolicyResult"
161
+ },
162
+ "errors":[
163
+ {
164
+ "shape":"InvalidPolicyException",
165
+ "error":{
166
+ "code":"InvalidPolicy",
167
+ "httpStatusCode":400,
168
+ "senderFault":true
169
+ },
170
+ "exception":true
171
+ }
172
+ ]
173
+ },
115
174
  "SendEmail":{
116
175
  "name":"SendEmail",
117
176
  "http":{
@@ -245,6 +304,7 @@
245
304
  "type":"list",
246
305
  "member":{"shape":"Address"}
247
306
  },
307
+ "AmazonResourceName":{"type":"string"},
248
308
  "Body":{
249
309
  "type":"structure",
250
310
  "members":{
@@ -262,6 +322,22 @@
262
322
  }
263
323
  },
264
324
  "Counter":{"type":"long"},
325
+ "DeleteIdentityPolicyRequest":{
326
+ "type":"structure",
327
+ "required":[
328
+ "Identity",
329
+ "PolicyName"
330
+ ],
331
+ "members":{
332
+ "Identity":{"shape":"Identity"},
333
+ "PolicyName":{"shape":"PolicyName"}
334
+ }
335
+ },
336
+ "DeleteIdentityPolicyResponse":{
337
+ "type":"structure",
338
+ "members":{
339
+ }
340
+ },
265
341
  "DeleteIdentityRequest":{
266
342
  "type":"structure",
267
343
  "required":["Identity"],
@@ -324,6 +400,24 @@
324
400
  "NotificationAttributes":{"shape":"NotificationAttributes"}
325
401
  }
326
402
  },
403
+ "GetIdentityPoliciesRequest":{
404
+ "type":"structure",
405
+ "required":[
406
+ "Identity",
407
+ "PolicyNames"
408
+ ],
409
+ "members":{
410
+ "Identity":{"shape":"Identity"},
411
+ "PolicyNames":{"shape":"PolicyNameList"}
412
+ }
413
+ },
414
+ "GetIdentityPoliciesResponse":{
415
+ "type":"structure",
416
+ "required":["Policies"],
417
+ "members":{
418
+ "Policies":{"shape":"PolicyMap"}
419
+ }
420
+ },
327
421
  "GetIdentityVerificationAttributesRequest":{
328
422
  "type":"structure",
329
423
  "required":["Identities"],
@@ -399,6 +493,17 @@
399
493
  "VerificationToken":{"shape":"VerificationToken"}
400
494
  }
401
495
  },
496
+ "InvalidPolicyException":{
497
+ "type":"structure",
498
+ "members":{
499
+ },
500
+ "error":{
501
+ "code":"InvalidPolicy",
502
+ "httpStatusCode":400,
503
+ "senderFault":true
504
+ },
505
+ "exception":true
506
+ },
402
507
  "ListIdentitiesRequest":{
403
508
  "type":"structure",
404
509
  "members":{
@@ -415,6 +520,20 @@
415
520
  "NextToken":{"shape":"NextToken"}
416
521
  }
417
522
  },
523
+ "ListIdentityPoliciesRequest":{
524
+ "type":"structure",
525
+ "required":["Identity"],
526
+ "members":{
527
+ "Identity":{"shape":"Identity"}
528
+ }
529
+ },
530
+ "ListIdentityPoliciesResponse":{
531
+ "type":"structure",
532
+ "required":["PolicyNames"],
533
+ "members":{
534
+ "PolicyNames":{"shape":"PolicyNameList"}
535
+ }
536
+ },
418
537
  "ListVerifiedEmailAddressesResponse":{
419
538
  "type":"structure",
420
539
  "members":{
@@ -463,6 +582,43 @@
463
582
  "Delivery"
464
583
  ]
465
584
  },
585
+ "Policy":{
586
+ "type":"string",
587
+ "min":1
588
+ },
589
+ "PolicyMap":{
590
+ "type":"map",
591
+ "key":{"shape":"PolicyName"},
592
+ "value":{"shape":"Policy"}
593
+ },
594
+ "PolicyName":{
595
+ "type":"string",
596
+ "min":1,
597
+ "max":64,
598
+ "pattern":"[^\\\\/\\?\\*\\s]+"
599
+ },
600
+ "PolicyNameList":{
601
+ "type":"list",
602
+ "member":{"shape":"PolicyName"}
603
+ },
604
+ "PutIdentityPolicyRequest":{
605
+ "type":"structure",
606
+ "required":[
607
+ "Identity",
608
+ "PolicyName",
609
+ "Policy"
610
+ ],
611
+ "members":{
612
+ "Identity":{"shape":"Identity"},
613
+ "PolicyName":{"shape":"PolicyName"},
614
+ "Policy":{"shape":"Policy"}
615
+ }
616
+ },
617
+ "PutIdentityPolicyResponse":{
618
+ "type":"structure",
619
+ "members":{
620
+ }
621
+ },
466
622
  "RawMessage":{
467
623
  "type":"structure",
468
624
  "required":["Data"],
@@ -497,7 +653,9 @@
497
653
  "Destination":{"shape":"Destination"},
498
654
  "Message":{"shape":"Message"},
499
655
  "ReplyToAddresses":{"shape":"AddressList"},
500
- "ReturnPath":{"shape":"Address"}
656
+ "ReturnPath":{"shape":"Address"},
657
+ "SourceArn":{"shape":"AmazonResourceName"},
658
+ "ReturnPathArn":{"shape":"AmazonResourceName"}
501
659
  }
502
660
  },
503
661
  "SendEmailResponse":{
@@ -513,7 +671,10 @@
513
671
  "members":{
514
672
  "Source":{"shape":"Address"},
515
673
  "Destinations":{"shape":"AddressList"},
516
- "RawMessage":{"shape":"RawMessage"}
674
+ "RawMessage":{"shape":"RawMessage"},
675
+ "FromArn":{"shape":"AmazonResourceName"},
676
+ "SourceArn":{"shape":"AmazonResourceName"},
677
+ "ReturnPathArn":{"shape":"AmazonResourceName"}
517
678
  }
518
679
  },
519
680
  "SendRawEmailResponse":{