aws-sdk-core 2.3.13 → 2.3.14

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: 824789d9b05e226344a7369f43a1a0c31052c0fc
4
- data.tar.gz: 932e136986cb354d8da7f6fd565aa111d93ccc5d
3
+ metadata.gz: f9081318f6f1ebc9b3eecd93fbdb001d958d7c47
4
+ data.tar.gz: 5aefecd1b930f87cf1c612e24bf9142d863747a9
5
5
  SHA512:
6
- metadata.gz: 8482776c328cfdff143cc1919a91e6b1025bb0bffe9f541e38b9b01f3b9a6756e4f830fa0844cf764fcda2e498a90b5daf7a8da477c740ad3ba1dfacdf473585
7
- data.tar.gz: b4bb03463ff83bf2e46b7a87f07511c769076c601a8854edfd924ccd57710af03f709c749978b49be538679136b57fdfe2ae53a98198bf99c68b654bba9cc722
6
+ metadata.gz: 7a5f684061bbd67d700a6aad1cd546611a926045c6ea4376fac77abcd9498a41503e40982c251835e0b33acde142fb3690f5976a5f6200e78e9dd06beda626c3
7
+ data.tar.gz: 3537bbf8013ea75f0d8003b000a86c87bdc06b5cdad31e54eaae9bed05276190faf44f0f94033a4d2a8664e1c27d9e2c132d73c4e0dd6d686f53cb0e168e1c81
@@ -55,6 +55,7 @@
55
55
  {"shape":"InvalidParameterCombinationException"},
56
56
  {"shape":"KmsKeyNotFoundException"},
57
57
  {"shape":"KmsKeyDisabledException"},
58
+ {"shape":"KmsException"},
58
59
  {"shape":"InvalidCloudWatchLogsLogGroupArnException"},
59
60
  {"shape":"InvalidCloudWatchLogsRoleArnException"},
60
61
  {"shape":"CloudWatchLogsDeliveryUnavailableException"},
@@ -230,6 +231,7 @@
230
231
  {"shape":"InvalidHomeRegionException"},
231
232
  {"shape":"KmsKeyNotFoundException"},
232
233
  {"shape":"KmsKeyDisabledException"},
234
+ {"shape":"KmsException"},
233
235
  {"shape":"InvalidCloudWatchLogsLogGroupArnException"},
234
236
  {"shape":"InvalidCloudWatchLogsRoleArnException"},
235
237
  {"shape":"CloudWatchLogsDeliveryUnavailableException"},
@@ -484,10 +486,17 @@
484
486
  },
485
487
  "exception":true
486
488
  },
489
+ "KmsException":{
490
+ "type":"structure",
491
+ "members":{
492
+ },
493
+ "exception":true
494
+ },
487
495
  "KmsKeyDisabledException":{
488
496
  "type":"structure",
489
497
  "members":{
490
498
  },
499
+ "deprecated":true,
491
500
  "exception":true
492
501
  },
493
502
  "KmsKeyNotFoundException":{
@@ -456,6 +456,18 @@
456
456
  "resultWrapper":"SetIdentityFeedbackForwardingEnabledResult"
457
457
  }
458
458
  },
459
+ "SetIdentityHeadersInNotificationsEnabled":{
460
+ "name":"SetIdentityHeadersInNotificationsEnabled",
461
+ "http":{
462
+ "method":"POST",
463
+ "requestUri":"/"
464
+ },
465
+ "input":{"shape":"SetIdentityHeadersInNotificationsEnabledRequest"},
466
+ "output":{
467
+ "shape":"SetIdentityHeadersInNotificationsEnabledResponse",
468
+ "resultWrapper":"SetIdentityHeadersInNotificationsEnabledResult"
469
+ }
470
+ },
459
471
  "SetIdentityMailFromDomain":{
460
472
  "name":"SetIdentityMailFromDomain",
461
473
  "http":{
@@ -1033,7 +1045,10 @@
1033
1045
  "BounceTopic":{"shape":"NotificationTopic"},
1034
1046
  "ComplaintTopic":{"shape":"NotificationTopic"},
1035
1047
  "DeliveryTopic":{"shape":"NotificationTopic"},
1036
- "ForwardingEnabled":{"shape":"Enabled"}
1048
+ "ForwardingEnabled":{"shape":"Enabled"},
1049
+ "HeadersInBounceNotificationsEnabled":{"shape":"Enabled"},
1050
+ "HeadersInComplaintNotificationsEnabled":{"shape":"Enabled"},
1051
+ "HeadersInDeliveryNotificationsEnabled":{"shape":"Enabled"}
1037
1052
  }
1038
1053
  },
1039
1054
  "IdentityType":{
@@ -1595,6 +1610,24 @@
1595
1610
  "members":{
1596
1611
  }
1597
1612
  },
1613
+ "SetIdentityHeadersInNotificationsEnabledRequest":{
1614
+ "type":"structure",
1615
+ "required":[
1616
+ "Identity",
1617
+ "NotificationType",
1618
+ "Enabled"
1619
+ ],
1620
+ "members":{
1621
+ "Identity":{"shape":"Identity"},
1622
+ "NotificationType":{"shape":"NotificationType"},
1623
+ "Enabled":{"shape":"Enabled"}
1624
+ }
1625
+ },
1626
+ "SetIdentityHeadersInNotificationsEnabledResponse":{
1627
+ "type":"structure",
1628
+ "members":{
1629
+ }
1630
+ },
1598
1631
  "SetIdentityMailFromDomainRequest":{
1599
1632
  "type":"structure",
1600
1633
  "required":["Identity"],
@@ -1141,6 +1141,22 @@
1141
1141
  {"shape":"DBInstanceNotFoundFault"}
1142
1142
  ]
1143
1143
  },
1144
+ "PromoteReadReplicaDBCluster":{
1145
+ "name":"PromoteReadReplicaDBCluster",
1146
+ "http":{
1147
+ "method":"POST",
1148
+ "requestUri":"/"
1149
+ },
1150
+ "input":{"shape":"PromoteReadReplicaDBClusterMessage"},
1151
+ "output":{
1152
+ "shape":"PromoteReadReplicaDBClusterResult",
1153
+ "resultWrapper":"PromoteReadReplicaDBClusterResult"
1154
+ },
1155
+ "errors":[
1156
+ {"shape":"DBClusterNotFoundFault"},
1157
+ {"shape":"InvalidDBClusterStateFault"}
1158
+ ]
1159
+ },
1144
1160
  "PurchaseReservedDBInstancesOffering":{
1145
1161
  "name":"PurchaseReservedDBInstancesOffering",
1146
1162
  "http":{
@@ -1957,6 +1973,8 @@
1957
1973
  "DBClusterOptionGroupMemberships":{"shape":"DBClusterOptionGroupMemberships"},
1958
1974
  "PreferredBackupWindow":{"shape":"String"},
1959
1975
  "PreferredMaintenanceWindow":{"shape":"String"},
1976
+ "ReplicationSourceIdentifier":{"shape":"String"},
1977
+ "ReadReplicaIdentifiers":{"shape":"ReadReplicaIdentifierList"},
1960
1978
  "DBClusterMembers":{"shape":"DBClusterMemberList"},
1961
1979
  "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1962
1980
  "HostedZoneId":{"shape":"String"},
@@ -4044,6 +4062,19 @@
4044
4062
  },
4045
4063
  "exception":true
4046
4064
  },
4065
+ "PromoteReadReplicaDBClusterMessage":{
4066
+ "type":"structure",
4067
+ "required":["DBClusterIdentifier"],
4068
+ "members":{
4069
+ "DBClusterIdentifier":{"shape":"String"}
4070
+ }
4071
+ },
4072
+ "PromoteReadReplicaDBClusterResult":{
4073
+ "type":"structure",
4074
+ "members":{
4075
+ "DBCluster":{"shape":"DBCluster"}
4076
+ }
4077
+ },
4047
4078
  "PromoteReadReplicaMessage":{
4048
4079
  "type":"structure",
4049
4080
  "required":["DBInstanceIdentifier"],
@@ -4093,6 +4124,13 @@
4093
4124
  "locationName":"ReadReplicaDBInstanceIdentifier"
4094
4125
  }
4095
4126
  },
4127
+ "ReadReplicaIdentifierList":{
4128
+ "type":"list",
4129
+ "member":{
4130
+ "shape":"String",
4131
+ "locationName":"ReadReplicaIdentifier"
4132
+ }
4133
+ },
4096
4134
  "RebootDBInstanceMessage":{
4097
4135
  "type":"structure",
4098
4136
  "required":["DBInstanceIdentifier"],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.3.13'
2
+ VERSION = '2.3.14'
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.13
4
+ version: 2.3.14
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-09 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath