aws-sdk-core 2.11.165 → 2.11.166

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: d3bd2842cc9b1886dea1162b23d5d14fb13a2ac4
4
- data.tar.gz: 150bea427dec63f941ddb6b78cf4071d341b2807
3
+ metadata.gz: 27d612e7a7b56313bb86757fdfa8363f11dfac31
4
+ data.tar.gz: ab1dbc8ad52e7c6802873e40f7f7251a9175741a
5
5
  SHA512:
6
- metadata.gz: f32b7f01e2dfccfdfd1fd8bc9ddcd57c808a82380e2ee46bafa11c8c49dc7e463d3f845e2035b1baddb1ee59d0d55a2850ba4436884323cd8e48144ee696e6be
7
- data.tar.gz: '03786a884891a2adad78cdc0b8ea8f6b39ba1040e3efea4425d1eba2cebed1fca05ac65bbbc15538d91940178da0e8efa5c90653640066b4994dd658d36552db'
6
+ metadata.gz: 8f74e3632b2d8ccd82d19b70447f33b2f8a424778c6786e47e993d8c4e1f415c094b2a5bf8fd8e8601c0f4b64c22ebdc8a066f48208a1129817450cef2ec7cf3
7
+ data.tar.gz: f98ef25c557aac1acd78edda4f64b6d5af53e23354b0bf3cd70a782600156114fbadb1d94b608f39bf3a78c22206f16f4aa2fbc7cbae7669ecfc36b7006b5777
@@ -204,7 +204,9 @@
204
204
  "DEPLOYMENT_OPTION",
205
205
  "DATABASE_ENGINE",
206
206
  "CACHE_ENGINE",
207
- "INSTANCE_TYPE_FAMILY"
207
+ "INSTANCE_TYPE_FAMILY",
208
+ "BILLING_ENTITY",
209
+ "RESERVATION_ID"
208
210
  ]
209
211
  },
210
212
  "DimensionValues":{
@@ -422,7 +424,8 @@
422
424
  "type":"string",
423
425
  "enum":[
424
426
  "DAILY",
425
- "MONTHLY"
427
+ "MONTHLY",
428
+ "HOURLY"
426
429
  ]
427
430
  },
428
431
  "Group":{
@@ -613,6 +616,7 @@
613
616
  "ReservationPurchaseRecommendationDetail":{
614
617
  "type":"structure",
615
618
  "members":{
619
+ "AccountId":{"shape":"GenericString"},
616
620
  "InstanceDetails":{"shape":"InstanceDetails"},
617
621
  "RecommendedNumberOfInstancesToPurchase":{"shape":"GenericString"},
618
622
  "RecommendedNormalizedUnitsToPurchase":{"shape":"GenericString"},
@@ -734,7 +738,7 @@
734
738
  },
735
739
  "YearMonthDay":{
736
740
  "type":"string",
737
- "pattern":"\\d{4}-\\d{2}-\\d{2}"
741
+ "pattern":"(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?"
738
742
  }
739
743
  }
740
744
  }
@@ -4,22 +4,22 @@
4
4
  "TestConnectionSucceeds":{
5
5
  "acceptors":[
6
6
  {
7
- "argument":"Connection.Status",
7
+ "argument":"Connections[].Status",
8
8
  "expected":"successful",
9
- "matcher":"path",
9
+ "matcher":"pathAll",
10
10
  "state":"success"
11
11
  },
12
12
  {
13
- "argument":"Connection.Status",
13
+ "argument":"Connections[].Status",
14
14
  "expected":"failed",
15
- "matcher":"path",
15
+ "matcher":"pathAny",
16
16
  "state":"failure"
17
17
  }
18
18
  ],
19
19
  "delay":5,
20
20
  "description":"Wait until testing connection succeeds.",
21
21
  "maxAttempts":60,
22
- "operation":"TestConnection"
22
+ "operation":"DescribeConnections"
23
23
  },
24
24
  "EndpointDeleted":{
25
25
  "acceptors":[
@@ -10886,7 +10886,9 @@
10886
10886
  "locationName":"DiskContainer"
10887
10887
  },
10888
10888
  "DryRun":{"shape":"Boolean"},
10889
+ "Encrypted":{"shape":"Boolean"},
10889
10890
  "Hypervisor":{"shape":"String"},
10891
+ "KmsKeyId":{"shape":"String"},
10890
10892
  "LicenseType":{"shape":"String"},
10891
10893
  "Platform":{"shape":"String"},
10892
10894
  "RoleName":{"shape":"String"}
@@ -10903,6 +10905,10 @@
10903
10905
  "shape":"String",
10904
10906
  "locationName":"description"
10905
10907
  },
10908
+ "Encrypted":{
10909
+ "shape":"Boolean",
10910
+ "locationName":"encrypted"
10911
+ },
10906
10912
  "Hypervisor":{
10907
10913
  "shape":"String",
10908
10914
  "locationName":"hypervisor"
@@ -10915,6 +10921,10 @@
10915
10921
  "shape":"String",
10916
10922
  "locationName":"importTaskId"
10917
10923
  },
10924
+ "KmsKeyId":{
10925
+ "shape":"String",
10926
+ "locationName":"kmsKeyId"
10927
+ },
10918
10928
  "LicenseType":{
10919
10929
  "shape":"String",
10920
10930
  "locationName":"licenseType"
@@ -10952,6 +10962,10 @@
10952
10962
  "shape":"String",
10953
10963
  "locationName":"description"
10954
10964
  },
10965
+ "Encrypted":{
10966
+ "shape":"Boolean",
10967
+ "locationName":"encrypted"
10968
+ },
10955
10969
  "Hypervisor":{
10956
10970
  "shape":"String",
10957
10971
  "locationName":"hypervisor"
@@ -10964,6 +10978,10 @@
10964
10978
  "shape":"String",
10965
10979
  "locationName":"importTaskId"
10966
10980
  },
10981
+ "KmsKeyId":{
10982
+ "shape":"String",
10983
+ "locationName":"kmsKeyId"
10984
+ },
10967
10985
  "LicenseType":{
10968
10986
  "shape":"String",
10969
10987
  "locationName":"licenseType"
@@ -11184,6 +11202,8 @@
11184
11202
  "Description":{"shape":"String"},
11185
11203
  "DiskContainer":{"shape":"SnapshotDiskContainer"},
11186
11204
  "DryRun":{"shape":"Boolean"},
11205
+ "Encrypted":{"shape":"Boolean"},
11206
+ "KmsKeyId":{"shape":"String"},
11187
11207
  "RoleName":{"shape":"String"}
11188
11208
  }
11189
11209
  },
@@ -17737,10 +17757,18 @@
17737
17757
  "shape":"Double",
17738
17758
  "locationName":"diskImageSize"
17739
17759
  },
17760
+ "Encrypted":{
17761
+ "shape":"Boolean",
17762
+ "locationName":"encrypted"
17763
+ },
17740
17764
  "Format":{
17741
17765
  "shape":"String",
17742
17766
  "locationName":"format"
17743
17767
  },
17768
+ "KmsKeyId":{
17769
+ "shape":"String",
17770
+ "locationName":"kmsKeyId"
17771
+ },
17744
17772
  "Progress":{
17745
17773
  "shape":"String",
17746
17774
  "locationName":"progress"
data/endpoints.json CHANGED
@@ -122,11 +122,16 @@
122
122
  "endpoints" : {
123
123
  "ap-northeast-1" : { },
124
124
  "ap-northeast-2" : { },
125
+ "ap-south-1" : { },
126
+ "ap-southeast-1" : { },
125
127
  "ap-southeast-2" : { },
128
+ "ca-central-1" : { },
126
129
  "eu-central-1" : { },
127
130
  "eu-west-1" : { },
131
+ "eu-west-2" : { },
128
132
  "us-east-1" : { },
129
133
  "us-east-2" : { },
134
+ "us-west-1" : { },
130
135
  "us-west-2" : { }
131
136
  }
132
137
  },
@@ -1563,6 +1568,7 @@
1563
1568
  }
1564
1569
  },
1565
1570
  "endpoints" : {
1571
+ "eu-west-1" : { },
1566
1572
  "us-east-1" : { }
1567
1573
  }
1568
1574
  },
@@ -1687,11 +1693,16 @@
1687
1693
  "endpoints" : {
1688
1694
  "ap-northeast-1" : { },
1689
1695
  "ap-northeast-2" : { },
1696
+ "ap-south-1" : { },
1697
+ "ap-southeast-1" : { },
1690
1698
  "ap-southeast-2" : { },
1699
+ "ca-central-1" : { },
1691
1700
  "eu-central-1" : { },
1692
1701
  "eu-west-1" : { },
1702
+ "eu-west-2" : { },
1693
1703
  "us-east-1" : { },
1694
1704
  "us-east-2" : { },
1705
+ "us-west-1" : { },
1695
1706
  "us-west-2" : { }
1696
1707
  }
1697
1708
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.165'
2
+ VERSION = '2.11.166'
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.165
4
+ version: 2.11.166
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-11-06 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath