aws-sdk-core 2.11.518 → 2.11.519

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: 9c62293a7b4f5192ef5aee5c87a8ccdf0b116e071f1ed80bafdca61fa78b716b
4
- data.tar.gz: 221e8adabdd9993d489c427afb2fa5ee60dd0a523069e80381beebc5ea223155
3
+ metadata.gz: eb068c28bcefc500009039d52715e8d217f4a15b33b51808766be412bce7931a
4
+ data.tar.gz: f3c8654de8a0629722fffb1a1e3e85248ae0c5cabf3807a1141f19521ad805d5
5
5
  SHA512:
6
- metadata.gz: 474c496287cf17eae917a2e61bdc12876d50f17863c2c8603793ef44b6052b889a1d66ae689532140dd21b0e9c8455194cdb270903b4e2da6c6ff9b3b72b9df3
7
- data.tar.gz: ebe005254758889eb67e1a5636c145b570d51234ae88e869fa0d2afa2c88bd0a70b7a3836f0b824121ddc854235dcfb6e2a51e6c3cd6a54742d4a937216ca20e
6
+ metadata.gz: 333d0387e9a18c7ba1f9a8805010b676f8ede4dd0980174fbc2fe1ace65b0d1c3c47a0a230761a5e59e5eead451ae3acdd763a3e8126dd61c42c6704e4dab888
7
+ data.tar.gz: 2fe3308eac6bf03e4fcf1cebddc03d329afc9f61b9b18254817a1b8c23513d02acc892adca4aa0a794ba0d719b08eedd49cf853c29c993bc7ca7d22ec7a439bf
@@ -812,6 +812,19 @@
812
812
  "members":{
813
813
  }
814
814
  },
815
+ "AccessControlList":{
816
+ "type":"structure",
817
+ "members":{
818
+ "AllowsPublicReadAccess":{
819
+ "shape":"Boolean",
820
+ "locationName":"allowsPublicReadAccess"
821
+ },
822
+ "AllowsPublicWriteAccess":{
823
+ "shape":"Boolean",
824
+ "locationName":"allowsPublicWriteAccess"
825
+ }
826
+ }
827
+ },
815
828
  "AccessKeyDetails":{
816
829
  "type":"structure",
817
830
  "members":{
@@ -867,6 +880,15 @@
867
880
  "max":50,
868
881
  "min":1
869
882
  },
883
+ "AccountLevelPermissions":{
884
+ "type":"structure",
885
+ "members":{
886
+ "BlockPublicAccess":{
887
+ "shape":"BlockPublicAccess",
888
+ "locationName":"blockPublicAccess"
889
+ }
890
+ }
891
+ },
870
892
  "Action":{
871
893
  "type":"structure",
872
894
  "members":{
@@ -983,7 +1005,58 @@
983
1005
  "error":{"httpStatusCode":400},
984
1006
  "exception":true
985
1007
  },
1008
+ "BlockPublicAccess":{
1009
+ "type":"structure",
1010
+ "members":{
1011
+ "IgnorePublicAcls":{
1012
+ "shape":"Boolean",
1013
+ "locationName":"ignorePublicAcls"
1014
+ },
1015
+ "RestrictPublicBuckets":{
1016
+ "shape":"Boolean",
1017
+ "locationName":"restrictPublicBuckets"
1018
+ },
1019
+ "BlockPublicAcls":{
1020
+ "shape":"Boolean",
1021
+ "locationName":"blockPublicAcls"
1022
+ },
1023
+ "BlockPublicPolicy":{
1024
+ "shape":"Boolean",
1025
+ "locationName":"blockPublicPolicy"
1026
+ }
1027
+ }
1028
+ },
986
1029
  "Boolean":{"type":"boolean"},
1030
+ "BucketLevelPermissions":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ "AccessControlList":{
1034
+ "shape":"AccessControlList",
1035
+ "locationName":"accessControlList"
1036
+ },
1037
+ "BucketPolicy":{
1038
+ "shape":"BucketPolicy",
1039
+ "locationName":"bucketPolicy"
1040
+ },
1041
+ "BlockPublicAccess":{
1042
+ "shape":"BlockPublicAccess",
1043
+ "locationName":"blockPublicAccess"
1044
+ }
1045
+ }
1046
+ },
1047
+ "BucketPolicy":{
1048
+ "type":"structure",
1049
+ "members":{
1050
+ "AllowsPublicReadAccess":{
1051
+ "shape":"Boolean",
1052
+ "locationName":"allowsPublicReadAccess"
1053
+ },
1054
+ "AllowsPublicWriteAccess":{
1055
+ "shape":"Boolean",
1056
+ "locationName":"allowsPublicWriteAccess"
1057
+ }
1058
+ }
1059
+ },
987
1060
  "City":{
988
1061
  "type":"structure",
989
1062
  "members":{
@@ -1376,6 +1449,19 @@
1376
1449
  }
1377
1450
  }
1378
1451
  },
1452
+ "DefaultServerSideEncryption":{
1453
+ "type":"structure",
1454
+ "members":{
1455
+ "EncryptionType":{
1456
+ "shape":"String",
1457
+ "locationName":"encryptionType"
1458
+ },
1459
+ "KmsMasterKeyArn":{
1460
+ "shape":"String",
1461
+ "locationName":"kmsMasterKeyArn"
1462
+ }
1463
+ }
1464
+ },
1379
1465
  "DeleteDetectorRequest":{
1380
1466
  "type":"structure",
1381
1467
  "required":["DetectorId"],
@@ -3055,6 +3141,28 @@
3055
3141
  }
3056
3142
  }
3057
3143
  },
3144
+ "Owner":{
3145
+ "type":"structure",
3146
+ "members":{
3147
+ "Id":{
3148
+ "shape":"String",
3149
+ "locationName":"id"
3150
+ }
3151
+ }
3152
+ },
3153
+ "PermissionConfiguration":{
3154
+ "type":"structure",
3155
+ "members":{
3156
+ "BucketLevelPermissions":{
3157
+ "shape":"BucketLevelPermissions",
3158
+ "locationName":"bucketLevelPermissions"
3159
+ },
3160
+ "AccountLevelPermissions":{
3161
+ "shape":"AccountLevelPermissions",
3162
+ "locationName":"accountLevelPermissions"
3163
+ }
3164
+ }
3165
+ },
3058
3166
  "PortProbeAction":{
3059
3167
  "type":"structure",
3060
3168
  "members":{
@@ -3123,6 +3231,19 @@
3123
3231
  "type":"list",
3124
3232
  "member":{"shape":"ProductCode"}
3125
3233
  },
3234
+ "PublicAccess":{
3235
+ "type":"structure",
3236
+ "members":{
3237
+ "PermissionConfiguration":{
3238
+ "shape":"PermissionConfiguration",
3239
+ "locationName":"permissionConfiguration"
3240
+ },
3241
+ "EffectivePermission":{
3242
+ "shape":"String",
3243
+ "locationName":"effectivePermission"
3244
+ }
3245
+ }
3246
+ },
3126
3247
  "PublishingStatus":{
3127
3248
  "type":"string",
3128
3249
  "enum":[
@@ -3179,6 +3300,10 @@
3179
3300
  "shape":"AccessKeyDetails",
3180
3301
  "locationName":"accessKeyDetails"
3181
3302
  },
3303
+ "S3BucketDetails":{
3304
+ "shape":"S3BucketDetails",
3305
+ "locationName":"s3BucketDetails"
3306
+ },
3182
3307
  "InstanceDetails":{
3183
3308
  "shape":"InstanceDetails",
3184
3309
  "locationName":"instanceDetails"
@@ -3189,6 +3314,47 @@
3189
3314
  }
3190
3315
  }
3191
3316
  },
3317
+ "S3BucketDetail":{
3318
+ "type":"structure",
3319
+ "members":{
3320
+ "Arn":{
3321
+ "shape":"String",
3322
+ "locationName":"arn"
3323
+ },
3324
+ "Name":{
3325
+ "shape":"String",
3326
+ "locationName":"name"
3327
+ },
3328
+ "Type":{
3329
+ "shape":"String",
3330
+ "locationName":"type"
3331
+ },
3332
+ "CreatedAt":{
3333
+ "shape":"Timestamp",
3334
+ "locationName":"createdAt"
3335
+ },
3336
+ "Owner":{
3337
+ "shape":"Owner",
3338
+ "locationName":"owner"
3339
+ },
3340
+ "Tags":{
3341
+ "shape":"Tags",
3342
+ "locationName":"tags"
3343
+ },
3344
+ "DefaultServerSideEncryption":{
3345
+ "shape":"DefaultServerSideEncryption",
3346
+ "locationName":"defaultServerSideEncryption"
3347
+ },
3348
+ "PublicAccess":{
3349
+ "shape":"PublicAccess",
3350
+ "locationName":"publicAccess"
3351
+ }
3352
+ }
3353
+ },
3354
+ "S3BucketDetails":{
3355
+ "type":"list",
3356
+ "member":{"shape":"S3BucketDetail"}
3357
+ },
3192
3358
  "SecurityGroup":{
3193
3359
  "type":"structure",
3194
3360
  "members":{
@@ -3438,6 +3604,7 @@
3438
3604
  "type":"list",
3439
3605
  "member":{"shape":"String"}
3440
3606
  },
3607
+ "Timestamp":{"type":"timestamp"},
3441
3608
  "UnarchiveFindingsRequest":{
3442
3609
  "type":"structure",
3443
3610
  "required":[
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.518'
2
+ VERSION = '2.11.519'
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.518
4
+ version: 2.11.519
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-06-01 00:00:00.000000000 Z
11
+ date: 2020-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath