aws-sdk-core 2.11.577 → 2.11.578

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: c1b83363bdde11af473f9baad322f38ae22835b8535ccb8204f6bf5c90729e38
4
- data.tar.gz: 4f02dc1087a4331be2ab9f15c5cbcb5908ff70b60c2a82e829813a04e910b3a3
3
+ metadata.gz: d1f4aad654dd00a02396f49bba456018bd307713362a7871806229ae143b3182
4
+ data.tar.gz: c084c945ba4a2f92c0df4d8e55076f0bb98bb7c748a00b08923c137a9460ab1c
5
5
  SHA512:
6
- metadata.gz: a1f1ee9936aa7249865df8c341a97e55d55fce9bec00c3034b85734a31db4e789e7263d452abd5b39cde310c987b95aae29b4bde1ed206d4b876b561b0416b65
7
- data.tar.gz: 8cb2c1f0aad85058a546f3ed5e8cd1d1c224695b62d207ee8bfd382d72cbec9702b0da5265fa9631e16fd8526620b3545adcea32ae38796e748409f22f84bb8c
6
+ metadata.gz: a3ecded464e9146ec163e7dc303ec0a550db26ec39b2dcb22afc6dfde55329c5449d42eebe01f53b99886f5dfd555d7b84462def4db30a1e89870715a8362e07
7
+ data.tar.gz: 054dc8cb140884e453133cf494f147657e43150a86c2456b548333a131d145ce31e96cab1e9a0bfde235c3fbbc9fc27afdc54044ba597e91fb981f6a789508eb
@@ -28468,6 +28468,7 @@
28468
28468
  "vpc",
28469
28469
  "vpn",
28470
28470
  "direct-connect-gateway",
28471
+ "peering",
28471
28472
  "tgw-peering"
28472
28473
  ]
28473
28474
  },
@@ -28475,6 +28476,7 @@
28475
28476
  "type":"string",
28476
28477
  "enum":[
28477
28478
  "initiating",
28479
+ "initiatingRequest",
28478
28480
  "pendingAcceptance",
28479
28481
  "rollingBack",
28480
28482
  "pending",
@@ -2200,6 +2200,10 @@
2200
2200
  "shape": "__long",
2201
2201
  "locationName": "classifiableObjectCount"
2202
2202
  },
2203
+ "classifiableSizeInBytes": {
2204
+ "shape": "__long",
2205
+ "locationName": "classifiableSizeInBytes"
2206
+ },
2203
2207
  "lastUpdated": {
2204
2208
  "shape": "__timestampIso8601",
2205
2209
  "locationName": "lastUpdated"
@@ -2240,6 +2244,14 @@
2240
2244
  "shape": "__listOfKeyValuePair",
2241
2245
  "locationName": "tags"
2242
2246
  },
2247
+ "unclassifiableObjectCount": {
2248
+ "shape": "ObjectLevelStatistics",
2249
+ "locationName": "unclassifiableObjectCount"
2250
+ },
2251
+ "unclassifiableObjectSizeInBytes": {
2252
+ "shape": "ObjectLevelStatistics",
2253
+ "locationName": "unclassifiableObjectSizeInBytes"
2254
+ },
2243
2255
  "versioning": {
2244
2256
  "shape": "__boolean",
2245
2257
  "locationName": "versioning"
@@ -3040,7 +3052,8 @@
3040
3052
  "type": "string",
3041
3053
  "enum": [
3042
3054
  "PUBLIC",
3043
- "NOT_PUBLIC"
3055
+ "NOT_PUBLIC",
3056
+ "UNKNOWN"
3044
3057
  ]
3045
3058
  },
3046
3059
  "Empty": {
@@ -3367,6 +3380,10 @@
3367
3380
  "shape": "__long",
3368
3381
  "locationName": "classifiableObjectCount"
3369
3382
  },
3383
+ "classifiableSizeInBytes": {
3384
+ "shape": "__long",
3385
+ "locationName": "classifiableSizeInBytes"
3386
+ },
3370
3387
  "lastUpdated": {
3371
3388
  "shape": "__timestampIso8601",
3372
3389
  "locationName": "lastUpdated"
@@ -3382,6 +3399,14 @@
3382
3399
  "sizeInBytesCompressed": {
3383
3400
  "shape": "__long",
3384
3401
  "locationName": "sizeInBytesCompressed"
3402
+ },
3403
+ "unclassifiableObjectCount": {
3404
+ "shape": "ObjectLevelStatistics",
3405
+ "locationName": "unclassifiableObjectCount"
3406
+ },
3407
+ "unclassifiableObjectSizeInBytes": {
3408
+ "shape": "ObjectLevelStatistics",
3409
+ "locationName": "unclassifiableObjectSizeInBytes"
3385
3410
  }
3386
3411
  }
3387
3412
  },
@@ -4367,6 +4392,23 @@
4367
4392
  }
4368
4393
  }
4369
4394
  },
4395
+ "ObjectLevelStatistics": {
4396
+ "type": "structure",
4397
+ "members": {
4398
+ "fileType": {
4399
+ "shape": "__long",
4400
+ "locationName": "fileType"
4401
+ },
4402
+ "storageClass": {
4403
+ "shape": "__long",
4404
+ "locationName": "storageClass"
4405
+ },
4406
+ "total": {
4407
+ "shape": "__long",
4408
+ "locationName": "total"
4409
+ }
4410
+ }
4411
+ },
4370
4412
  "OrderBy": {
4371
4413
  "type": "string",
4372
4414
  "enum": [
@@ -4787,7 +4829,8 @@
4787
4829
  "enum": [
4788
4830
  "EXTERNAL",
4789
4831
  "INTERNAL",
4790
- "NOT_SHARED"
4832
+ "NOT_SHARED",
4833
+ "UNKNOWN"
4791
4834
  ]
4792
4835
  },
4793
4836
  "SimpleScopeTerm": {
@@ -5989,6 +5989,12 @@
5989
5989
  },
5990
5990
  "waf-regional" : {
5991
5991
  "endpoints" : {
5992
+ "af-south-1" : {
5993
+ "credentialScope" : {
5994
+ "region" : "af-south-1"
5995
+ },
5996
+ "hostname" : "waf-regional.af-south-1.amazonaws.com"
5997
+ },
5992
5998
  "ap-east-1" : {
5993
5999
  "credentialScope" : {
5994
6000
  "region" : "ap-east-1"
@@ -6043,6 +6049,12 @@
6043
6049
  },
6044
6050
  "hostname" : "waf-regional.eu-north-1.amazonaws.com"
6045
6051
  },
6052
+ "eu-south-1" : {
6053
+ "credentialScope" : {
6054
+ "region" : "eu-south-1"
6055
+ },
6056
+ "hostname" : "waf-regional.eu-south-1.amazonaws.com"
6057
+ },
6046
6058
  "eu-west-1" : {
6047
6059
  "credentialScope" : {
6048
6060
  "region" : "eu-west-1"
@@ -6061,6 +6073,12 @@
6061
6073
  },
6062
6074
  "hostname" : "waf-regional.eu-west-3.amazonaws.com"
6063
6075
  },
6076
+ "fips-af-south-1" : {
6077
+ "credentialScope" : {
6078
+ "region" : "af-south-1"
6079
+ },
6080
+ "hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
6081
+ },
6064
6082
  "fips-ap-east-1" : {
6065
6083
  "credentialScope" : {
6066
6084
  "region" : "ap-east-1"
@@ -6115,6 +6133,12 @@
6115
6133
  },
6116
6134
  "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
6117
6135
  },
6136
+ "fips-eu-south-1" : {
6137
+ "credentialScope" : {
6138
+ "region" : "eu-south-1"
6139
+ },
6140
+ "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
6141
+ },
6118
6142
  "fips-eu-west-1" : {
6119
6143
  "credentialScope" : {
6120
6144
  "region" : "eu-west-1"
@@ -7768,20 +7792,18 @@
7768
7792
  },
7769
7793
  "kinesis" : {
7770
7794
  "endpoints" : {
7771
- "fips-us-gov-east-1" : {
7795
+ "us-gov-east-1" : {
7772
7796
  "credentialScope" : {
7773
7797
  "region" : "us-gov-east-1"
7774
7798
  },
7775
- "hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
7799
+ "hostname" : "kinesis.us-gov-east-1.amazonaws.com"
7776
7800
  },
7777
- "fips-us-gov-west-1" : {
7801
+ "us-gov-west-1" : {
7778
7802
  "credentialScope" : {
7779
7803
  "region" : "us-gov-west-1"
7780
7804
  },
7781
- "hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
7782
- },
7783
- "us-gov-east-1" : { },
7784
- "us-gov-west-1" : { }
7805
+ "hostname" : "kinesis.us-gov-west-1.amazonaws.com"
7806
+ }
7785
7807
  }
7786
7808
  },
7787
7809
  "kinesisanalytics" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.577'
2
+ VERSION = '2.11.578'
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.577
4
+ version: 2.11.578
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-09-01 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath