aws-sdk-core 2.6.0 → 2.6.1

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: acf54b9551375bcc458a7a71fc7c3f37c52e335c
4
- data.tar.gz: 77672092a89eeb689204b0ab789fc1068baef6d2
3
+ metadata.gz: 6670eace891cce93cdc82ebb472f56e9e6aae106
4
+ data.tar.gz: 1439e21b23d626fc15f3efec6bfc93f2a5c54dc3
5
5
  SHA512:
6
- metadata.gz: b6706eff754298c2faa8e3ad379e67ff3e54933c35eff68d4b82794296081534c738a61dc4ca4b4468670bdb10ea9cdd26fa18a1130746230fa04051b4652406
7
- data.tar.gz: 65676a2dec854e585c79f218b82548c9c4803f802390f12f3dbd7e11f06eeaaec9b5807f63d567f725825600cfe56b55e0d1518c9dde53b64d43e6379abb90e4
6
+ metadata.gz: db2b2a10d50a44dc65cdf9d37e8c51d880eaeec7177f359c95fe3643a680bc94a54a0c2f6cd17fb0224f2c885bc1a80fa3c702fda7f06e2193cbf3c4325e5d54
7
+ data.tar.gz: e9d196443f770fe7b6444721c7ec40836963319e1801bb8f9743bc4c361c7e51d6ffe76ed5c9365f5a38c1d36dc73c1ad2adc09249f583de01e3298d6dc0b44d
@@ -2563,6 +2563,19 @@
2563
2563
  }
2564
2564
  }
2565
2565
  },
2566
+ "CannedAccessControlList":{
2567
+ "type":"string",
2568
+ "enum":[
2569
+ "private",
2570
+ "public-read",
2571
+ "public-read-write",
2572
+ "aws-exec-read",
2573
+ "authenticated-read",
2574
+ "bucket-owner-read",
2575
+ "bucket-owner-full-control",
2576
+ "log-delivery-write"
2577
+ ]
2578
+ },
2566
2579
  "Certificate":{
2567
2580
  "type":"structure",
2568
2581
  "members":{
@@ -3871,10 +3884,12 @@
3871
3884
  "certificatePem":{"shape":"CertificatePem"},
3872
3885
  "caCertificatePem":{"shape":"CertificatePem"},
3873
3886
  "setAsActive":{
3874
- "shape":"SetAsActive",
3887
+ "shape":"SetAsActiveFlag",
3888
+ "deprecated":true,
3875
3889
  "location":"querystring",
3876
3890
  "locationName":"setAsActive"
3877
- }
3891
+ },
3892
+ "status":{"shape":"CertificateStatus"}
3878
3893
  }
3879
3894
  },
3880
3895
  "RegisterCertificateResponse":{
@@ -3941,7 +3956,9 @@
3941
3956
  "ResourceAlreadyExistsException":{
3942
3957
  "type":"structure",
3943
3958
  "members":{
3944
- "message":{"shape":"errorMessage"}
3959
+ "message":{"shape":"errorMessage"},
3960
+ "resourceId":{"shape":"resourceId"},
3961
+ "resourceArn":{"shape":"resourceArn"}
3945
3962
  },
3946
3963
  "error":{"httpStatusCode":409},
3947
3964
  "exception":true
@@ -3971,7 +3988,8 @@
3971
3988
  "members":{
3972
3989
  "roleArn":{"shape":"AwsArn"},
3973
3990
  "bucketName":{"shape":"BucketName"},
3974
- "key":{"shape":"Key"}
3991
+ "key":{"shape":"Key"},
3992
+ "cannedAcl":{"shape":"CannedAccessControlList"}
3975
3993
  }
3976
3994
  },
3977
3995
  "SQL":{"type":"string"},
@@ -3989,6 +4007,7 @@
3989
4007
  "fault":true
3990
4008
  },
3991
4009
  "SetAsActive":{"type":"boolean"},
4010
+ "SetAsActiveFlag":{"type":"boolean"},
3992
4011
  "SetAsDefault":{"type":"boolean"},
3993
4012
  "SetDefaultPolicyVersionRequest":{
3994
4013
  "type":"structure",
@@ -4305,6 +4324,8 @@
4305
4324
  "error":{"httpStatusCode":409},
4306
4325
  "exception":true
4307
4326
  },
4308
- "errorMessage":{"type":"string"}
4327
+ "errorMessage":{"type":"string"},
4328
+ "resourceArn":{"type":"string"},
4329
+ "resourceId":{"type":"string"}
4309
4330
  }
4310
4331
  }
@@ -2043,6 +2043,7 @@
2043
2043
  "PercentProgress":{"shape":"String"},
2044
2044
  "EarliestRestorableTime":{"shape":"TStamp"},
2045
2045
  "Endpoint":{"shape":"String"},
2046
+ "ReaderEndpoint":{"shape":"String"},
2046
2047
  "Engine":{"shape":"String"},
2047
2048
  "EngineVersion":{"shape":"String"},
2048
2049
  "LatestRestorableTime":{"shape":"TStamp"},
@@ -837,7 +837,7 @@
837
837
  {
838
838
  "input": {
839
839
  "DBInstanceIdentifier": "mymysqlinstance",
840
- "IncludePublic": true,
840
+ "IncludePublic": false,
841
841
  "IncludeShared": true,
842
842
  "SnapshotType": "manual"
843
843
  },
@@ -849,7 +849,7 @@
849
849
  "output": {
850
850
  }
851
851
  },
852
- "description": "This example lists all manually-created, shared, public snapshots for the specified DB instance.",
852
+ "description": "This example lists all manually-created, shared snapshots for the specified DB instance.",
853
853
  "id": "describe-db-snapshots-2c935989-a1ef-4c85-aea4-1d0f45f17f26",
854
854
  "title": "To list DB snapshot attributes"
855
855
  }
@@ -1089,6 +1089,71 @@
1089
1089
  "title": "To list information about reserved DB instance offerings"
1090
1090
  }
1091
1091
  ],
1092
+ "DescribeSourceRegions": [
1093
+ {
1094
+ "input": {
1095
+ },
1096
+ "output": {
1097
+ "SourceRegions": [
1098
+ {
1099
+ "Endpoint": "https://rds.ap-northeast-1.amazonaws.com",
1100
+ "RegionName": "ap-northeast-1",
1101
+ "Status": "available"
1102
+ },
1103
+ {
1104
+ "Endpoint": "https://rds.ap-northeast-2.amazonaws.com",
1105
+ "RegionName": "ap-northeast-2",
1106
+ "Status": "available"
1107
+ },
1108
+ {
1109
+ "Endpoint": "https://rds.ap-south-1.amazonaws.com",
1110
+ "RegionName": "ap-south-1",
1111
+ "Status": "available"
1112
+ },
1113
+ {
1114
+ "Endpoint": "https://rds.ap-southeast-1.amazonaws.com",
1115
+ "RegionName": "ap-southeast-1",
1116
+ "Status": "available"
1117
+ },
1118
+ {
1119
+ "Endpoint": "https://rds.ap-southeast-2.amazonaws.com",
1120
+ "RegionName": "ap-southeast-2",
1121
+ "Status": "available"
1122
+ },
1123
+ {
1124
+ "Endpoint": "https://rds.eu-central-1.amazonaws.com",
1125
+ "RegionName": "eu-central-1",
1126
+ "Status": "available"
1127
+ },
1128
+ {
1129
+ "Endpoint": "https://rds.eu-west-1.amazonaws.com",
1130
+ "RegionName": "eu-west-1",
1131
+ "Status": "available"
1132
+ },
1133
+ {
1134
+ "Endpoint": "https://rds.sa-east-1.amazonaws.com",
1135
+ "RegionName": "sa-east-1",
1136
+ "Status": "available"
1137
+ },
1138
+ {
1139
+ "Endpoint": "https://rds.us-west-1.amazonaws.com",
1140
+ "RegionName": "us-west-1",
1141
+ "Status": "available"
1142
+ },
1143
+ {
1144
+ "Endpoint": "https://rds.us-west-2.amazonaws.com",
1145
+ "RegionName": "us-west-2",
1146
+ "Status": "available"
1147
+ }
1148
+ ]
1149
+ },
1150
+ "comments": {
1151
+ },
1152
+ "description": "To list the AWS regions where a Read Replica can be created.",
1153
+ "id": "to-describe-source-regions-1473457722410",
1154
+ "title": "To describe source regions"
1155
+ }
1156
+ ],
1092
1157
  "DownloadDBLogFilePortion": [
1093
1158
  {
1094
1159
  "input": {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.0'
2
+ VERSION = '2.6.1'
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.6.0
4
+ version: 2.6.1
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-09-13 00:00:00.000000000 Z
11
+ date: 2016-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath