aws-sdk-core 2.11.45 → 2.11.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a90b929e7a1e58c1c6fb2fb7256a86e58751a9c3
4
- data.tar.gz: 6ff6965487fbb99f7489f8d6ab89592dda4e7382
3
+ metadata.gz: bb514703c56824419ca0d0d6d0c694b222b24a8c
4
+ data.tar.gz: 2ec3773c1f73bc37e2430e8503f13f90c6ca0bb4
5
5
  SHA512:
6
- metadata.gz: 3297a88734b6c0b9ca8b613599c05a6285acdbdd456ced5f72eb13118b4fe16a42bd7b62e6f7bf6f68e1dc050a3f657c75f895c3c21411d2eb06ffd75230312f
7
- data.tar.gz: 18c97fe4a1883c47b150d39ba36898f03252c6a38d5da7e801b719ad2a1d60852f8d830e2c072967f4da88eafbc1d494618949da0e249f0497e9ec3854352577
6
+ metadata.gz: 74969ffc883480d81884967e32d060b6fbfba77a1e70eda1ca0f32b3a9d7a38129013b1d6f8cfac1fe62ea0ca13fdf42f35b40f3b1e312be216a49571d270922
7
+ data.tar.gz: 2c557937b91e97ac26e40e03b7feb78d58fa1e7c425d7dfbbad400c7faf33e74f3e705763b46516747d1f2882f7edd4d76ae80e85a064d9598f038ee57c4537b
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"AWSBudgets",
9
9
  "serviceFullName":"AWS Budgets",
10
+ "serviceId":"Budgets",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"AWSBudgetServiceGateway",
12
13
  "uid":"budgets-2016-10-20"
@@ -586,7 +587,7 @@
586
587
  },
587
588
  "NumericValue":{
588
589
  "type":"string",
589
- "pattern":"[0-9]*(\\.)?[0-9]+"
590
+ "pattern":"([0-9]*\\.)?[0-9]+"
590
591
  },
591
592
  "Spend":{
592
593
  "type":"structure",
@@ -9542,7 +9542,8 @@
9542
9542
  "DryRun":{
9543
9543
  "shape":"Boolean",
9544
9544
  "locationName":"dryRun"
9545
- }
9545
+ },
9546
+ "Latest":{"shape":"Boolean"}
9546
9547
  }
9547
9548
  },
9548
9549
  "GetConsoleOutputResult":{
@@ -88,6 +88,22 @@
88
88
  {"shape":"AuthorizationQuotaExceededFault"}
89
89
  ]
90
90
  },
91
+ "BacktrackDBCluster":{
92
+ "name":"BacktrackDBCluster",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"BacktrackDBClusterMessage"},
98
+ "output":{
99
+ "shape":"DBClusterBacktrack",
100
+ "resultWrapper":"BacktrackDBClusterResult"
101
+ },
102
+ "errors":[
103
+ {"shape":"DBClusterNotFoundFault"},
104
+ {"shape":"InvalidDBClusterStateFault"}
105
+ ]
106
+ },
91
107
  "CopyDBClusterParameterGroup":{
92
108
  "name":"CopyDBClusterParameterGroup",
93
109
  "http":{
@@ -587,6 +603,22 @@
587
603
  {"shape":"CertificateNotFoundFault"}
588
604
  ]
589
605
  },
606
+ "DescribeDBClusterBacktracks":{
607
+ "name":"DescribeDBClusterBacktracks",
608
+ "http":{
609
+ "method":"POST",
610
+ "requestUri":"/"
611
+ },
612
+ "input":{"shape":"DescribeDBClusterBacktracksMessage"},
613
+ "output":{
614
+ "shape":"DBClusterBacktrackMessage",
615
+ "resultWrapper":"DescribeDBClusterBacktracksResult"
616
+ },
617
+ "errors":[
618
+ {"shape":"DBClusterNotFoundFault"},
619
+ {"shape":"DBClusterBacktrackNotFoundFault"}
620
+ ]
621
+ },
590
622
  "DescribeDBClusterParameterGroups":{
591
623
  "name":"DescribeDBClusterParameterGroups",
592
624
  "http":{
@@ -1760,6 +1792,19 @@
1760
1792
  "locationName":"AvailabilityZone"
1761
1793
  }
1762
1794
  },
1795
+ "BacktrackDBClusterMessage":{
1796
+ "type":"structure",
1797
+ "required":[
1798
+ "DBClusterIdentifier",
1799
+ "BacktrackTo"
1800
+ ],
1801
+ "members":{
1802
+ "DBClusterIdentifier":{"shape":"String"},
1803
+ "BacktrackTo":{"shape":"TStamp"},
1804
+ "Force":{"shape":"BooleanOptional"},
1805
+ "UseEarliestTimeOnPointInTimeUnavailable":{"shape":"BooleanOptional"}
1806
+ }
1807
+ },
1763
1808
  "Boolean":{"type":"boolean"},
1764
1809
  "BooleanOptional":{"type":"boolean"},
1765
1810
  "Certificate":{
@@ -1944,7 +1989,8 @@
1944
1989
  "StorageEncrypted":{"shape":"BooleanOptional"},
1945
1990
  "KmsKeyId":{"shape":"String"},
1946
1991
  "PreSignedUrl":{"shape":"String"},
1947
- "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
1992
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
1993
+ "BacktrackWindow":{"shape":"LongOptional"}
1948
1994
  }
1949
1995
  },
1950
1996
  "CreateDBClusterParameterGroupMessage":{
@@ -2243,7 +2289,10 @@
2243
2289
  "AssociatedRoles":{"shape":"DBClusterRoles"},
2244
2290
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
2245
2291
  "CloneGroupId":{"shape":"String"},
2246
- "ClusterCreateTime":{"shape":"TStamp"}
2292
+ "ClusterCreateTime":{"shape":"TStamp"},
2293
+ "EarliestBacktrackTime":{"shape":"TStamp"},
2294
+ "BacktrackWindow":{"shape":"LongOptional"},
2295
+ "BacktrackConsumedChangeRecords":{"shape":"LongOptional"}
2247
2296
  },
2248
2297
  "wrapper":true
2249
2298
  },
@@ -2258,6 +2307,42 @@
2258
2307
  },
2259
2308
  "exception":true
2260
2309
  },
2310
+ "DBClusterBacktrack":{
2311
+ "type":"structure",
2312
+ "members":{
2313
+ "DBClusterIdentifier":{"shape":"String"},
2314
+ "BacktrackIdentifier":{"shape":"String"},
2315
+ "BacktrackTo":{"shape":"TStamp"},
2316
+ "BacktrackedFrom":{"shape":"TStamp"},
2317
+ "BacktrackRequestCreationTime":{"shape":"TStamp"},
2318
+ "Status":{"shape":"String"}
2319
+ }
2320
+ },
2321
+ "DBClusterBacktrackList":{
2322
+ "type":"list",
2323
+ "member":{
2324
+ "shape":"DBClusterBacktrack",
2325
+ "locationName":"DBClusterBacktrack"
2326
+ }
2327
+ },
2328
+ "DBClusterBacktrackMessage":{
2329
+ "type":"structure",
2330
+ "members":{
2331
+ "Marker":{"shape":"String"},
2332
+ "DBClusterBacktracks":{"shape":"DBClusterBacktrackList"}
2333
+ }
2334
+ },
2335
+ "DBClusterBacktrackNotFoundFault":{
2336
+ "type":"structure",
2337
+ "members":{
2338
+ },
2339
+ "error":{
2340
+ "code":"DBClusterBacktrackNotFoundFault",
2341
+ "httpStatusCode":404,
2342
+ "senderFault":true
2343
+ },
2344
+ "exception":true
2345
+ },
2261
2346
  "DBClusterList":{
2262
2347
  "type":"list",
2263
2348
  "member":{
@@ -3144,6 +3229,17 @@
3144
3229
  "Marker":{"shape":"String"}
3145
3230
  }
3146
3231
  },
3232
+ "DescribeDBClusterBacktracksMessage":{
3233
+ "type":"structure",
3234
+ "required":["DBClusterIdentifier"],
3235
+ "members":{
3236
+ "DBClusterIdentifier":{"shape":"String"},
3237
+ "BacktrackIdentifier":{"shape":"String"},
3238
+ "Filters":{"shape":"FilterList"},
3239
+ "MaxRecords":{"shape":"IntegerOptional"},
3240
+ "Marker":{"shape":"String"}
3241
+ }
3242
+ },
3147
3243
  "DescribeDBClusterParameterGroupsMessage":{
3148
3244
  "type":"structure",
3149
3245
  "members":{
@@ -3961,6 +4057,7 @@
3961
4057
  "member":{"shape":"String"}
3962
4058
  },
3963
4059
  "Long":{"type":"long"},
4060
+ "LongOptional":{"type":"long"},
3964
4061
  "ModifyDBClusterMessage":{
3965
4062
  "type":"structure",
3966
4063
  "required":["DBClusterIdentifier"],
@@ -3977,6 +4074,7 @@
3977
4074
  "PreferredBackupWindow":{"shape":"String"},
3978
4075
  "PreferredMaintenanceWindow":{"shape":"String"},
3979
4076
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4077
+ "BacktrackWindow":{"shape":"LongOptional"},
3980
4078
  "EngineVersion":{"shape":"String"}
3981
4079
  }
3982
4080
  },
@@ -4861,7 +4959,8 @@
4861
4959
  "SourceEngineVersion":{"shape":"String"},
4862
4960
  "S3BucketName":{"shape":"String"},
4863
4961
  "S3Prefix":{"shape":"String"},
4864
- "S3IngestionRoleArn":{"shape":"String"}
4962
+ "S3IngestionRoleArn":{"shape":"String"},
4963
+ "BacktrackWindow":{"shape":"LongOptional"}
4865
4964
  }
4866
4965
  },
4867
4966
  "RestoreDBClusterFromS3Result":{
@@ -4890,7 +4989,8 @@
4890
4989
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
4891
4990
  "Tags":{"shape":"TagList"},
4892
4991
  "KmsKeyId":{"shape":"String"},
4893
- "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
4992
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
4993
+ "BacktrackWindow":{"shape":"LongOptional"}
4894
4994
  }
4895
4995
  },
4896
4996
  "RestoreDBClusterFromSnapshotResult":{
@@ -4917,7 +5017,8 @@
4917
5017
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
4918
5018
  "Tags":{"shape":"TagList"},
4919
5019
  "KmsKeyId":{"shape":"String"},
4920
- "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
5020
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
5021
+ "BacktrackWindow":{"shape":"LongOptional"}
4921
5022
  }
4922
5023
  },
4923
5024
  "RestoreDBClusterToPointInTimeResult":{
@@ -1098,6 +1098,7 @@
1098
1098
  "endpoints" : {
1099
1099
  "ap-northeast-1" : { },
1100
1100
  "ap-northeast-2" : { },
1101
+ "ap-south-1" : { },
1101
1102
  "ap-southeast-1" : { },
1102
1103
  "ap-southeast-2" : { },
1103
1104
  "eu-central-1" : { },
@@ -1817,6 +1818,7 @@
1817
1818
  "states" : {
1818
1819
  "endpoints" : {
1819
1820
  "ap-northeast-1" : { },
1821
+ "ap-northeast-2" : { },
1820
1822
  "ap-southeast-1" : { },
1821
1823
  "ap-southeast-2" : { },
1822
1824
  "ca-central-1" : { },
@@ -1825,6 +1827,7 @@
1825
1827
  "eu-west-2" : { },
1826
1828
  "us-east-1" : { },
1827
1829
  "us-east-2" : { },
1830
+ "us-west-1" : { },
1828
1831
  "us-west-2" : { }
1829
1832
  }
1830
1833
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.45'
2
+ VERSION = '2.11.46'
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.11.45
4
+ version: 2.11.46
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: 2018-05-08 00:00:00.000000000 Z
11
+ date: 2018-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath