aws-sdk-core 2.11.514 → 2.11.515

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
  SHA256:
3
- metadata.gz: 6a1e6cf60e97506c78d1b5d27cfc2b7a917cd9d5d86ba3978e8420d6520db12b
4
- data.tar.gz: e75f71ce2609aac865a50318accc17a7bc8b5e52515068cbc5f8a6167e6f2361
3
+ metadata.gz: d21c14e669331bf2a6a44b6ab0167f288e4a3e7ac7e1b0a7d575b997e699886c
4
+ data.tar.gz: cb547c62bb8a48f67345b04c827d2a39b804189a7eb1a049caa097e191dbe711
5
5
  SHA512:
6
- metadata.gz: eb2cdf4a967a11112d48a63e213050f2bf7d8b69cebc1f03c98ae5490b757908de5fe6f541b11c3f7c20f422f2f63ce5c4fe61db81192aef33c2310e6849ed07
7
- data.tar.gz: 0e92913651dee69a0c3af4df78efbe4051f4ab2e97762577a0f0bd1182f41152e402f2bec28c0a4cac21f120359ba7ad528ef91d79382670c259118fc68185cb
6
+ metadata.gz: a21ea09a2e86dfcdf728296c697289c62cf657a1911bd42f6911cfdf5c6998132365f909499b6a09f7bd8465bfb4540810a36bf960a64bc4b13ca482e9311a73
7
+ data.tar.gz: 579a96b6c5779a18ee79b5bf885b660f8dcdf6f5e9b47efa66144860c01d512739077f6269924503a36b86aed1b27a80299051f9f9f29e19298e939bdf7ecff4
@@ -178,16 +178,19 @@
178
178
  },
179
179
  "CreateRule":{
180
180
  "type":"structure",
181
- "required":[
182
- "Interval",
183
- "IntervalUnit"
184
- ],
185
181
  "members":{
186
182
  "Interval":{"shape":"Interval"},
187
183
  "IntervalUnit":{"shape":"IntervalUnitValues"},
188
- "Times":{"shape":"TimesList"}
184
+ "Times":{"shape":"TimesList"},
185
+ "CronExpression":{"shape":"CronExpression"}
189
186
  }
190
187
  },
188
+ "CronExpression":{
189
+ "type":"string",
190
+ "max":106,
191
+ "min":17,
192
+ "pattern":"cron\\([^\\n]{11,100}\\)"
193
+ },
191
194
  "CrossRegionCopyRetainRule":{
192
195
  "type":"structure",
193
196
  "members":{
@@ -4826,6 +4826,9 @@
4826
4826
  }
4827
4827
  },
4828
4828
  "BareMetalFlag":{"type":"boolean"},
4829
+ "BaselineBandwidthInMbps":{"type":"integer"},
4830
+ "BaselineIops":{"type":"integer"},
4831
+ "BaselineThroughputInMBps":{"type":"double"},
4829
4832
  "BatchState":{
4830
4833
  "type":"string",
4831
4834
  "enum":[
@@ -13507,6 +13510,10 @@
13507
13510
  "EncryptionSupport":{
13508
13511
  "shape":"EbsEncryptionSupport",
13509
13512
  "locationName":"encryptionSupport"
13513
+ },
13514
+ "EbsOptimizedInfo":{
13515
+ "shape":"EbsOptimizedInfo",
13516
+ "locationName":"ebsOptimizedInfo"
13510
13517
  }
13511
13518
  }
13512
13519
  },
@@ -13544,6 +13551,35 @@
13544
13551
  }
13545
13552
  }
13546
13553
  },
13554
+ "EbsOptimizedInfo":{
13555
+ "type":"structure",
13556
+ "members":{
13557
+ "BaselineBandwidthInMbps":{
13558
+ "shape":"BaselineBandwidthInMbps",
13559
+ "locationName":"baselineBandwidthInMbps"
13560
+ },
13561
+ "BaselineThroughputInMBps":{
13562
+ "shape":"BaselineThroughputInMBps",
13563
+ "locationName":"baselineThroughputInMBps"
13564
+ },
13565
+ "BaselineIops":{
13566
+ "shape":"BaselineIops",
13567
+ "locationName":"baselineIops"
13568
+ },
13569
+ "MaximumBandwidthInMbps":{
13570
+ "shape":"MaximumBandwidthInMbps",
13571
+ "locationName":"maximumBandwidthInMbps"
13572
+ },
13573
+ "MaximumThroughputInMBps":{
13574
+ "shape":"MaximumThroughputInMBps",
13575
+ "locationName":"maximumThroughputInMBps"
13576
+ },
13577
+ "MaximumIops":{
13578
+ "shape":"MaximumIops",
13579
+ "locationName":"maximumIops"
13580
+ }
13581
+ }
13582
+ },
13547
13583
  "EbsOptimizedSupport":{
13548
13584
  "type":"string",
13549
13585
  "enum":[
@@ -13552,6 +13588,7 @@
13552
13588
  "default"
13553
13589
  ]
13554
13590
  },
13591
+ "EfaSupportedFlag":{"type":"boolean"},
13555
13592
  "EgressOnlyInternetGateway":{
13556
13593
  "type":"structure",
13557
13594
  "members":{
@@ -18111,6 +18148,10 @@
18111
18148
  "shape":"RootDeviceTypeList",
18112
18149
  "locationName":"supportedRootDeviceTypes"
18113
18150
  },
18151
+ "SupportedVirtualizationTypes":{
18152
+ "shape":"VirtualizationTypeList",
18153
+ "locationName":"supportedVirtualizationTypes"
18154
+ },
18114
18155
  "BareMetal":{
18115
18156
  "shape":"BareMetalFlag",
18116
18157
  "locationName":"bareMetal"
@@ -19824,6 +19865,9 @@
19824
19865
  "MaxIpv6AddrPerInterface":{"type":"integer"},
19825
19866
  "MaxNetworkInterfaces":{"type":"integer"},
19826
19867
  "MaxResults":{"type":"integer"},
19868
+ "MaximumBandwidthInMbps":{"type":"integer"},
19869
+ "MaximumIops":{"type":"integer"},
19870
+ "MaximumThroughputInMBps":{"type":"double"},
19827
19871
  "MembershipType":{
19828
19872
  "type":"string",
19829
19873
  "enum":[
@@ -21202,6 +21246,10 @@
21202
21246
  "EnaSupport":{
21203
21247
  "shape":"EnaSupport",
21204
21248
  "locationName":"enaSupport"
21249
+ },
21250
+ "EfaSupported":{
21251
+ "shape":"EfaSupportedFlag",
21252
+ "locationName":"efaSupported"
21205
21253
  }
21206
21254
  }
21207
21255
  },
@@ -28530,6 +28578,13 @@
28530
28578
  "paravirtual"
28531
28579
  ]
28532
28580
  },
28581
+ "VirtualizationTypeList":{
28582
+ "type":"list",
28583
+ "member":{
28584
+ "shape":"VirtualizationType",
28585
+ "locationName":"item"
28586
+ }
28587
+ },
28533
28588
  "Volume":{
28534
28589
  "type":"structure",
28535
28590
  "members":{
@@ -1245,7 +1245,8 @@
1245
1245
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
1246
1246
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
1247
1247
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
1248
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
1248
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
1249
+ "ARN":{"shape":"String"}
1249
1250
  },
1250
1251
  "wrapper":true
1251
1252
  },
@@ -1401,7 +1402,8 @@
1401
1402
  "CacheParameterGroupName":{"shape":"String"},
1402
1403
  "CacheParameterGroupFamily":{"shape":"String"},
1403
1404
  "Description":{"shape":"String"},
1404
- "IsGlobal":{"shape":"Boolean"}
1405
+ "IsGlobal":{"shape":"Boolean"},
1406
+ "ARN":{"shape":"String"}
1405
1407
  },
1406
1408
  "wrapper":true
1407
1409
  },
@@ -1480,7 +1482,8 @@
1480
1482
  "OwnerId":{"shape":"String"},
1481
1483
  "CacheSecurityGroupName":{"shape":"String"},
1482
1484
  "Description":{"shape":"String"},
1483
- "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"}
1485
+ "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
1486
+ "ARN":{"shape":"String"}
1484
1487
  },
1485
1488
  "wrapper":true
1486
1489
  },
@@ -1558,7 +1561,8 @@
1558
1561
  "CacheSubnetGroupName":{"shape":"String"},
1559
1562
  "CacheSubnetGroupDescription":{"shape":"String"},
1560
1563
  "VpcId":{"shape":"String"},
1561
- "Subnets":{"shape":"SubnetList"}
1564
+ "Subnets":{"shape":"SubnetList"},
1565
+ "ARN":{"shape":"String"}
1562
1566
  },
1563
1567
  "wrapper":true
1564
1568
  },
@@ -2305,7 +2309,8 @@
2305
2309
  "GlobalNodeGroups":{"shape":"GlobalNodeGroupList"},
2306
2310
  "AuthTokenEnabled":{"shape":"BooleanOptional"},
2307
2311
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
2308
- "AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
2312
+ "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
2313
+ "ARN":{"shape":"String"}
2309
2314
  },
2310
2315
  "wrapper":true
2311
2316
  },
@@ -3111,7 +3116,8 @@
3111
3116
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
3112
3117
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3113
3118
  "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
3114
- "KmsKeyId":{"shape":"String"}
3119
+ "KmsKeyId":{"shape":"String"},
3120
+ "ARN":{"shape":"String"}
3115
3121
  },
3116
3122
  "wrapper":true
3117
3123
  },
@@ -3478,7 +3484,8 @@
3478
3484
  "NumNodeGroups":{"shape":"IntegerOptional"},
3479
3485
  "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
3480
3486
  "NodeSnapshots":{"shape":"NodeSnapshotList"},
3481
- "KmsKeyId":{"shape":"String"}
3487
+ "KmsKeyId":{"shape":"String"},
3488
+ "ARN":{"shape":"String"}
3482
3489
  },
3483
3490
  "wrapper":true
3484
3491
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "version":"1.0",
3
- "examples":{
2
+ "version": "1.0",
3
+ "examples": {
4
4
  }
5
5
  }
@@ -1,14 +1,14 @@
1
1
  {
2
- "pagination":{
3
- "ListMemberAccounts":{
4
- "input_token":"nextToken",
5
- "output_token":"nextToken",
6
- "limit_key":"maxResults"
2
+ "pagination": {
3
+ "ListMemberAccounts": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
7
  },
8
- "ListS3Resources":{
9
- "input_token":"nextToken",
10
- "output_token":"nextToken",
11
- "limit_key":"maxResults"
8
+ "ListS3Resources": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
12
  }
13
13
  }
14
14
  }
@@ -1865,6 +1865,8 @@
1865
1865
  "DashboardErrorType":{
1866
1866
  "type":"string",
1867
1867
  "enum":[
1868
+ "ACCESS_DENIED",
1869
+ "SOURCE_NOT_FOUND",
1868
1870
  "DATA_SET_NOT_FOUND",
1869
1871
  "INTERNAL_FAILURE",
1870
1872
  "PARAMETER_VALUE_INCOMPATIBLE",
@@ -1957,6 +1959,7 @@
1957
1959
  "Status":{"shape":"ResourceStatus"},
1958
1960
  "Arn":{"shape":"Arn"},
1959
1961
  "SourceEntityArn":{"shape":"Arn"},
1962
+ "DataSetArns":{"shape":"DataSetArnsList"},
1960
1963
  "Description":{"shape":"VersionDescription"}
1961
1964
  }
1962
1965
  },
@@ -1993,6 +1996,11 @@
1993
1996
  "RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
1994
1997
  }
1995
1998
  },
1999
+ "DataSetArnsList":{
2000
+ "type":"list",
2001
+ "member":{"shape":"Arn"},
2002
+ "max":100
2003
+ },
1996
2004
  "DataSetConfiguration":{
1997
2005
  "type":"structure",
1998
2006
  "members":{
@@ -4794,6 +4802,7 @@
4794
4802
  "TemplateErrorType":{
4795
4803
  "type":"string",
4796
4804
  "enum":[
4805
+ "SOURCE_NOT_FOUND",
4797
4806
  "DATA_SET_NOT_FOUND",
4798
4807
  "INTERNAL_FAILURE"
4799
4808
  ]
@@ -6987,7 +6987,6 @@
6987
6987
  "OpsResultAttributeList":{
6988
6988
  "type":"list",
6989
6989
  "member":{"shape":"OpsResultAttribute"},
6990
- "max":1,
6991
6990
  "min":1
6992
6991
  },
6993
6992
  "OutputSource":{
@@ -7704,7 +7704,19 @@
7704
7704
  "sts" : {
7705
7705
  "endpoints" : {
7706
7706
  "us-gov-east-1" : { },
7707
- "us-gov-west-1" : { }
7707
+ "us-gov-east-1-fips" : {
7708
+ "credentialScope" : {
7709
+ "region" : "us-gov-east-1"
7710
+ },
7711
+ "hostname" : "sts.us-gov-east-1.amazonaws.com"
7712
+ },
7713
+ "us-gov-west-1" : { },
7714
+ "us-gov-west-1-fips" : {
7715
+ "credentialScope" : {
7716
+ "region" : "us-gov-west-1"
7717
+ },
7718
+ "hostname" : "sts.us-gov-west-1.amazonaws.com"
7719
+ }
7708
7720
  }
7709
7721
  },
7710
7722
  "support" : {
@@ -7714,6 +7726,12 @@
7714
7726
  "region" : "us-gov-west-1"
7715
7727
  },
7716
7728
  "hostname" : "support.us-gov-west-1.amazonaws.com"
7729
+ },
7730
+ "fips-us-gov-west-1" : {
7731
+ "credentialScope" : {
7732
+ "region" : "us-gov-west-1"
7733
+ },
7734
+ "hostname" : "support.us-gov-west-1.amazonaws.com"
7717
7735
  }
7718
7736
  },
7719
7737
  "partitionEndpoint" : "aws-us-gov-global"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.514'
2
+ VERSION = '2.11.515'
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.514
4
+ version: 2.11.515
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: 2020-05-22 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath