aws-sdk-core 2.2.29 → 2.2.30

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -120,7 +120,8 @@
120
120
  {"shape":"DBSnapshotAlreadyExistsFault"},
121
121
  {"shape":"DBSnapshotNotFoundFault"},
122
122
  {"shape":"InvalidDBSnapshotStateFault"},
123
- {"shape":"SnapshotQuotaExceededFault"}
123
+ {"shape":"SnapshotQuotaExceededFault"},
124
+ {"shape":"KMSKeyNotAccessibleFault"}
124
125
  ]
125
126
  },
126
127
  "CopyOptionGroup":{
@@ -162,7 +163,8 @@
162
163
  {"shape":"InvalidDBSubnetGroupStateFault"},
163
164
  {"shape":"InvalidSubnet"},
164
165
  {"shape":"DBClusterParameterGroupNotFoundFault"},
165
- {"shape":"KMSKeyNotAccessibleFault"}
166
+ {"shape":"KMSKeyNotAccessibleFault"},
167
+ {"shape":"DBClusterNotFoundFault"}
166
168
  ]
167
169
  },
168
170
  "CreateDBClusterParameterGroup":{
@@ -196,7 +198,8 @@
196
198
  {"shape":"DBClusterSnapshotAlreadyExistsFault"},
197
199
  {"shape":"InvalidDBClusterStateFault"},
198
200
  {"shape":"DBClusterNotFoundFault"},
199
- {"shape":"SnapshotQuotaExceededFault"}
201
+ {"shape":"SnapshotQuotaExceededFault"},
202
+ {"shape":"InvalidDBClusterSnapshotStateFault"}
200
203
  ]
201
204
  },
202
205
  "CreateDBInstance":{
@@ -227,7 +230,8 @@
227
230
  {"shape":"DBClusterNotFoundFault"},
228
231
  {"shape":"StorageTypeNotSupportedFault"},
229
232
  {"shape":"AuthorizationNotFoundFault"},
230
- {"shape":"KMSKeyNotAccessibleFault"}
233
+ {"shape":"KMSKeyNotAccessibleFault"},
234
+ {"shape":"DomainNotFoundFault"}
231
235
  ]
232
236
  },
233
237
  "CreateDBInstanceReadReplica":{
@@ -382,7 +386,10 @@
382
386
  },
383
387
  "errors":[
384
388
  {"shape":"DBClusterNotFoundFault"},
385
- {"shape":"InvalidDBClusterStateFault"}
389
+ {"shape":"InvalidDBClusterStateFault"},
390
+ {"shape":"DBClusterSnapshotAlreadyExistsFault"},
391
+ {"shape":"SnapshotQuotaExceededFault"},
392
+ {"shape":"InvalidDBClusterSnapshotStateFault"}
386
393
  ]
387
394
  },
388
395
  "DeleteDBClusterParameterGroup":{
@@ -428,7 +435,8 @@
428
435
  {"shape":"DBInstanceNotFoundFault"},
429
436
  {"shape":"InvalidDBInstanceStateFault"},
430
437
  {"shape":"DBSnapshotAlreadyExistsFault"},
431
- {"shape":"SnapshotQuotaExceededFault"}
438
+ {"shape":"SnapshotQuotaExceededFault"},
439
+ {"shape":"InvalidDBClusterStateFault"}
432
440
  ]
433
441
  },
434
442
  "DeleteDBParameterGroup":{
@@ -993,7 +1001,8 @@
993
1001
  {"shape":"DBUpgradeDependencyFailureFault"},
994
1002
  {"shape":"StorageTypeNotSupportedFault"},
995
1003
  {"shape":"AuthorizationNotFoundFault"},
996
- {"shape":"CertificateNotFoundFault"}
1004
+ {"shape":"CertificateNotFoundFault"},
1005
+ {"shape":"DomainNotFoundFault"}
997
1006
  ]
998
1007
  },
999
1008
  "ModifyDBParameterGroup":{
@@ -1282,7 +1291,8 @@
1282
1291
  {"shape":"StorageTypeNotSupportedFault"},
1283
1292
  {"shape":"AuthorizationNotFoundFault"},
1284
1293
  {"shape":"KMSKeyNotAccessibleFault"},
1285
- {"shape":"DBSecurityGroupNotFoundFault"}
1294
+ {"shape":"DBSecurityGroupNotFoundFault"},
1295
+ {"shape":"DomainNotFoundFault"}
1286
1296
  ]
1287
1297
  },
1288
1298
  "RestoreDBInstanceToPointInTime":{
@@ -1314,7 +1324,8 @@
1314
1324
  {"shape":"StorageTypeNotSupportedFault"},
1315
1325
  {"shape":"AuthorizationNotFoundFault"},
1316
1326
  {"shape":"KMSKeyNotAccessibleFault"},
1317
- {"shape":"DBSecurityGroupNotFoundFault"}
1327
+ {"shape":"DBSecurityGroupNotFoundFault"},
1328
+ {"shape":"DomainNotFoundFault"}
1318
1329
  ]
1319
1330
  },
1320
1331
  "RevokeDBSecurityGroupIngress":{
@@ -1726,9 +1737,11 @@
1726
1737
  "TdeCredentialPassword":{"shape":"String"},
1727
1738
  "StorageEncrypted":{"shape":"BooleanOptional"},
1728
1739
  "KmsKeyId":{"shape":"String"},
1740
+ "Domain":{"shape":"String"},
1729
1741
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
1730
1742
  "MonitoringInterval":{"shape":"IntegerOptional"},
1731
1743
  "MonitoringRoleArn":{"shape":"String"},
1744
+ "DomainIAMRoleName":{"shape":"String"},
1732
1745
  "PromotionTier":{"shape":"IntegerOptional"}
1733
1746
  }
1734
1747
  },
@@ -2173,6 +2186,7 @@
2173
2186
  "KmsKeyId":{"shape":"String"},
2174
2187
  "DbiResourceId":{"shape":"String"},
2175
2188
  "CACertificateIdentifier":{"shape":"String"},
2189
+ "DomainMemberships":{"shape":"DomainMembershipList"},
2176
2190
  "CopyTagsToSnapshot":{"shape":"Boolean"},
2177
2191
  "MonitoringInterval":{"shape":"IntegerOptional"},
2178
2192
  "EnhancedMonitoringResourceArn":{"shape":"String"},
@@ -3022,6 +3036,33 @@
3022
3036
  "Marker":{"shape":"String"}
3023
3037
  }
3024
3038
  },
3039
+ "DomainMembership":{
3040
+ "type":"structure",
3041
+ "members":{
3042
+ "Domain":{"shape":"String"},
3043
+ "Status":{"shape":"String"},
3044
+ "FQDN":{"shape":"String"},
3045
+ "IAMRoleName":{"shape":"String"}
3046
+ }
3047
+ },
3048
+ "DomainMembershipList":{
3049
+ "type":"list",
3050
+ "member":{
3051
+ "shape":"DomainMembership",
3052
+ "locationName":"DomainMembership"
3053
+ }
3054
+ },
3055
+ "DomainNotFoundFault":{
3056
+ "type":"structure",
3057
+ "members":{
3058
+ },
3059
+ "error":{
3060
+ "code":"DomainNotFoundFault",
3061
+ "httpStatusCode":404,
3062
+ "senderFault":true
3063
+ },
3064
+ "exception":true
3065
+ },
3025
3066
  "Double":{"type":"double"},
3026
3067
  "DownloadDBLogFilePortionDetails":{
3027
3068
  "type":"structure",
@@ -3504,11 +3545,13 @@
3504
3545
  "TdeCredentialArn":{"shape":"String"},
3505
3546
  "TdeCredentialPassword":{"shape":"String"},
3506
3547
  "CACertificateIdentifier":{"shape":"String"},
3548
+ "Domain":{"shape":"String"},
3507
3549
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3508
3550
  "MonitoringInterval":{"shape":"IntegerOptional"},
3509
3551
  "DBPortNumber":{"shape":"IntegerOptional"},
3510
3552
  "PubliclyAccessible":{"shape":"BooleanOptional"},
3511
3553
  "MonitoringRoleArn":{"shape":"String"},
3554
+ "DomainIAMRoleName":{"shape":"String"},
3512
3555
  "PromotionTier":{"shape":"IntegerOptional"}
3513
3556
  }
3514
3557
  },
@@ -4237,7 +4280,9 @@
4237
4280
  "StorageType":{"shape":"String"},
4238
4281
  "TdeCredentialArn":{"shape":"String"},
4239
4282
  "TdeCredentialPassword":{"shape":"String"},
4240
- "CopyTagsToSnapshot":{"shape":"BooleanOptional"}
4283
+ "Domain":{"shape":"String"},
4284
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
4285
+ "DomainIAMRoleName":{"shape":"String"}
4241
4286
  }
4242
4287
  },
4243
4288
  "RestoreDBInstanceFromDBSnapshotResult":{
@@ -4273,7 +4318,9 @@
4273
4318
  "Tags":{"shape":"TagList"},
4274
4319
  "StorageType":{"shape":"String"},
4275
4320
  "TdeCredentialArn":{"shape":"String"},
4276
- "TdeCredentialPassword":{"shape":"String"}
4321
+ "TdeCredentialPassword":{"shape":"String"},
4322
+ "Domain":{"shape":"String"},
4323
+ "DomainIAMRoleName":{"shape":"String"}
4277
4324
  }
4278
4325
  },
4279
4326
  "RestoreDBInstanceToPointInTimeResult":{
@@ -595,6 +595,19 @@
595
595
  {"shape":"InternalServerError"}
596
596
  ]
597
597
  },
598
+ "SetLocalConsolePassword":{
599
+ "name":"SetLocalConsolePassword",
600
+ "http":{
601
+ "method":"POST",
602
+ "requestUri":"/"
603
+ },
604
+ "input":{"shape":"SetLocalConsolePasswordInput"},
605
+ "output":{"shape":"SetLocalConsolePasswordOutput"},
606
+ "errors":[
607
+ {"shape":"InvalidGatewayRequestException"},
608
+ {"shape":"InternalServerError"}
609
+ ]
610
+ },
598
611
  "ShutdownGateway":{
599
612
  "name":"ShutdownGateway",
600
613
  "http":{
@@ -1676,6 +1689,13 @@
1676
1689
  "VolumeInfos":{"shape":"VolumeInfos"}
1677
1690
  }
1678
1691
  },
1692
+ "LocalConsolePassword":{
1693
+ "type":"string",
1694
+ "max":512,
1695
+ "min":6,
1696
+ "pattern":"^[ -~]+$",
1697
+ "sensitive":true
1698
+ },
1679
1699
  "Marker":{
1680
1700
  "type":"string",
1681
1701
  "max":1000,
@@ -1796,6 +1816,23 @@
1796
1816
  "TapeARN":{"shape":"TapeARN"}
1797
1817
  }
1798
1818
  },
1819
+ "SetLocalConsolePasswordInput":{
1820
+ "type":"structure",
1821
+ "required":[
1822
+ "GatewayARN",
1823
+ "LocalConsolePassword"
1824
+ ],
1825
+ "members":{
1826
+ "GatewayARN":{"shape":"GatewayARN"},
1827
+ "LocalConsolePassword":{"shape":"LocalConsolePassword"}
1828
+ }
1829
+ },
1830
+ "SetLocalConsolePasswordOutput":{
1831
+ "type":"structure",
1832
+ "members":{
1833
+ "GatewayARN":{"shape":"GatewayARN"}
1834
+ }
1835
+ },
1799
1836
  "ShutdownGatewayInput":{
1800
1837
  "type":"structure",
1801
1838
  "required":["GatewayARN"],
@@ -1816,7 +1853,7 @@
1816
1853
  },
1817
1854
  "SnapshotId":{
1818
1855
  "type":"string",
1819
- "pattern":"\\Asnap-[0-9a-fA-F]{8}\\z"
1856
+ "pattern":"\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
1820
1857
  },
1821
1858
  "StartGatewayInput":{
1822
1859
  "type":"structure",
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:ElastiCache, {
2
2
  api: "#{Aws::API_DIR}/elasticache/2015-02-02/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/elasticache/2015-02-02/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/elasticache/2015-02-02/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/elasticache/2015-02-02/paginators-1.json",
5
6
  waiters: "#{Aws::API_DIR}/elasticache/2015-02-02/waiters-2.json",
6
7
  })
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # ** DO NOT EDIT THE FOLLOWING LINE OF CODE **
13
13
  #
14
- SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username]
14
+ SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :local_console_password, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username]
15
15
 
16
16
  def initialize(options = {})
17
17
  @filters = Set.new(SENSITIVE + Array(options[:filter]))
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.29'
2
+ VERSION = '2.2.30'
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.2.29
4
+ version: 2.2.30
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-03-22 00:00:00.000000000 Z
11
+ date: 2016-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -103,6 +103,7 @@ files:
103
103
  - apis/ecs/2014-11-13/paginators-1.json
104
104
  - apis/ecs/2014-11-13/waiters-2.json
105
105
  - apis/elasticache/2015-02-02/api-2.json
106
+ - apis/elasticache/2015-02-02/examples-1.json
106
107
  - apis/elasticache/2015-02-02/paginators-1.json
107
108
  - apis/elasticache/2015-02-02/waiters-2.json
108
109
  - apis/elasticbeanstalk/2010-12-01/api-2.json