aws-sdk-core 2.11.530 → 2.11.531

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e29772470c5e0bcc45b3bdc54a922951c25d7f1645453c4db9955596cf36edf7
4
- data.tar.gz: 1f82e6e8b0c24bd98e78a3761f8d2d01b23746aa0df69c1a9e59773bfa52521a
3
+ metadata.gz: bb1dcf9dbf0609594cc613f1d0e2d05eefcafa6ec528d76acf01ac769af78178
4
+ data.tar.gz: a317bca103805136066dc2ad1011b312c223111fbca40f268be0d3ff459c045a
5
5
  SHA512:
6
- metadata.gz: b78227b401d6c55bb87e5edc2e3d068031aa8fafaac6515b058d6112d97ed3fc8f2ba2db660d23a8768da8a4a6b265eae225631b7472a1b13316e5385ebc7b43
7
- data.tar.gz: 206e8b156b3d23f21bc838f60d64e2c69c9593e76bb1d8d9e49d8433ae61aefae1aede2d1b587c784282cd8e3585c161f5277a55f9b76d1d8a4698e2f003d8ad
6
+ metadata.gz: cacd21c585d6151c06b74a16455b867c3da855276beeab426176bcf6cb7a4f9ff6bf99528240174b0a5a8050904e32dee261a7dc9795e925a1ca87785214ee16
7
+ data.tar.gz: b640ac6fde7db965535794dd5a136cc9a05b50da5be49cb3e1766bb69cb71a75cfe0502476e499b9fc108c66c3683899eef402e03f25e19f68b34a331e1549a9
@@ -6721,6 +6721,27 @@
6721
6721
  }
6722
6722
  }
6723
6723
  },
6724
+ "NexGuardFileMarkerSettings": {
6725
+ "type": "structure",
6726
+ "members": {
6727
+ "License": {
6728
+ "shape": "__stringMin1Max100000",
6729
+ "locationName": "license"
6730
+ },
6731
+ "Payload": {
6732
+ "shape": "__integerMin0Max4194303",
6733
+ "locationName": "payload"
6734
+ },
6735
+ "Preset": {
6736
+ "shape": "__stringMin1Max256",
6737
+ "locationName": "preset"
6738
+ },
6739
+ "Strength": {
6740
+ "shape": "WatermarkingStrength",
6741
+ "locationName": "strength"
6742
+ }
6743
+ }
6744
+ },
6724
6745
  "NielsenConfiguration": {
6725
6746
  "type": "structure",
6726
6747
  "members": {
@@ -7006,6 +7027,15 @@
7006
7027
  }
7007
7028
  }
7008
7029
  },
7030
+ "PartnerWatermarking": {
7031
+ "type": "structure",
7032
+ "members": {
7033
+ "NexguardFileMarkerSettings": {
7034
+ "shape": "NexGuardFileMarkerSettings",
7035
+ "locationName": "nexguardFileMarkerSettings"
7036
+ }
7037
+ }
7038
+ },
7009
7039
  "Preset": {
7010
7040
  "type": "structure",
7011
7041
  "members": {
@@ -8055,6 +8085,10 @@
8055
8085
  "shape": "NoiseReducer",
8056
8086
  "locationName": "noiseReducer"
8057
8087
  },
8088
+ "PartnerWatermarking": {
8089
+ "shape": "PartnerWatermarking",
8090
+ "locationName": "partnerWatermarking"
8091
+ },
8058
8092
  "TimecodeBurnin": {
8059
8093
  "shape": "TimecodeBurnin",
8060
8094
  "locationName": "timecodeBurnin"
@@ -8300,6 +8334,16 @@
8300
8334
  }
8301
8335
  }
8302
8336
  },
8337
+ "WatermarkingStrength": {
8338
+ "type": "string",
8339
+ "enum": [
8340
+ "LIGHTEST",
8341
+ "LIGHTER",
8342
+ "DEFAULT",
8343
+ "STRONGER",
8344
+ "STRONGEST"
8345
+ ]
8346
+ },
8303
8347
  "WavFormat": {
8304
8348
  "type": "string",
8305
8349
  "enum": [
@@ -8448,6 +8492,11 @@
8448
8492
  "min": 0,
8449
8493
  "max": 4
8450
8494
  },
8495
+ "__integerMin0Max4194303": {
8496
+ "type": "integer",
8497
+ "min": 0,
8498
+ "max": 4194303
8499
+ },
8451
8500
  "__integerMin0Max47185920": {
8452
8501
  "type": "integer",
8453
8502
  "min": 0,
@@ -9053,6 +9102,11 @@
9053
9102
  "max": 24,
9054
9103
  "pattern": "^[A-Za-z0-9+\\/]{22}==$|^[A-Za-z0-9+\\/]{16}$"
9055
9104
  },
9105
+ "__stringMin1Max100000": {
9106
+ "type": "string",
9107
+ "min": 1,
9108
+ "max": 100000
9109
+ },
9056
9110
  "__stringMin1Max256": {
9057
9111
  "type": "string",
9058
9112
  "min": 1,
@@ -9187,4 +9241,4 @@
9187
9241
  "timestampFormat": "unixTimestamp"
9188
9242
  }
9189
9243
  }
9190
- }
9244
+ }
@@ -2770,7 +2770,8 @@
2770
2770
  "EnableHttpEndpoint":{"shape":"BooleanOptional"},
2771
2771
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
2772
2772
  "Domain":{"shape":"String"},
2773
- "DomainIAMRoleName":{"shape":"String"}
2773
+ "DomainIAMRoleName":{"shape":"String"},
2774
+ "EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
2774
2775
  }
2775
2776
  },
2776
2777
  "CreateDBClusterParameterGroupMessage":{
@@ -3201,7 +3202,9 @@
3201
3202
  "ActivityStreamKinesisStreamName":{"shape":"String"},
3202
3203
  "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
3203
3204
  "CrossAccountClone":{"shape":"BooleanOptional"},
3204
- "DomainMemberships":{"shape":"DomainMembershipList"}
3205
+ "DomainMemberships":{"shape":"DomainMembershipList"},
3206
+ "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"},
3207
+ "GlobalWriteForwardingRequested":{"shape":"BooleanOptional"}
3205
3208
  },
3206
3209
  "wrapper":true
3207
3210
  },
@@ -5345,7 +5348,8 @@
5345
5348
  "members":{
5346
5349
  "DBClusterArn":{"shape":"String"},
5347
5350
  "Readers":{"shape":"ReadersArnList"},
5348
- "IsWriter":{"shape":"Boolean"}
5351
+ "IsWriter":{"shape":"Boolean"},
5352
+ "GlobalWriteForwardingStatus":{"shape":"WriteForwardingStatus"}
5349
5353
  },
5350
5354
  "wrapper":true
5351
5355
  },
@@ -5906,7 +5910,8 @@
5906
5910
  "ScalingConfiguration":{"shape":"ScalingConfiguration"},
5907
5911
  "DeletionProtection":{"shape":"BooleanOptional"},
5908
5912
  "EnableHttpEndpoint":{"shape":"BooleanOptional"},
5909
- "CopyTagsToSnapshot":{"shape":"BooleanOptional"}
5913
+ "CopyTagsToSnapshot":{"shape":"BooleanOptional"},
5914
+ "EnableGlobalWriteForwarding":{"shape":"BooleanOptional"}
5910
5915
  }
5911
5916
  },
5912
5917
  "ModifyDBClusterParameterGroupMessage":{
@@ -7698,6 +7703,16 @@
7698
7703
  "VpnName":{"shape":"String"},
7699
7704
  "VpnState":{"shape":"String"}
7700
7705
  }
7706
+ },
7707
+ "WriteForwardingStatus":{
7708
+ "type":"string",
7709
+ "enum":[
7710
+ "enabled",
7711
+ "disabled",
7712
+ "enabling",
7713
+ "disabling",
7714
+ "unknown"
7715
+ ]
7701
7716
  }
7702
7717
  }
7703
7718
  }
@@ -636,6 +636,19 @@
636
636
  {"shape":"InvalidDomainName"}
637
637
  ]
638
638
  },
639
+ "ListHostedZonesByVPC":{
640
+ "name":"ListHostedZonesByVPC",
641
+ "http":{
642
+ "method":"GET",
643
+ "requestUri":"/2013-04-01/hostedzonesbyvpc"
644
+ },
645
+ "input":{"shape":"ListHostedZonesByVPCRequest"},
646
+ "output":{"shape":"ListHostedZonesByVPCResponse"},
647
+ "errors":[
648
+ {"shape":"InvalidInput"},
649
+ {"shape":"InvalidPaginationToken"}
650
+ ]
651
+ },
639
652
  "ListQueryLoggingConfigs":{
640
653
  "name":"ListQueryLoggingConfigs",
641
654
  "http":{
@@ -879,6 +892,7 @@
879
892
  }
880
893
  },
881
894
  "shapes":{
895
+ "AWSAccountID":{"type":"string"},
882
896
  "AccountLimit":{
883
897
  "type":"structure",
884
898
  "required":[
@@ -2244,7 +2258,38 @@
2244
2258
  },
2245
2259
  "exception":true
2246
2260
  },
2261
+ "HostedZoneOwner":{
2262
+ "type":"structure",
2263
+ "members":{
2264
+ "OwningAccount":{"shape":"AWSAccountID"},
2265
+ "OwningService":{"shape":"HostedZoneOwningService"}
2266
+ }
2267
+ },
2268
+ "HostedZoneOwningService":{
2269
+ "type":"string",
2270
+ "max":128
2271
+ },
2247
2272
  "HostedZoneRRSetCount":{"type":"long"},
2273
+ "HostedZoneSummaries":{
2274
+ "type":"list",
2275
+ "member":{
2276
+ "shape":"HostedZoneSummary",
2277
+ "locationName":"HostedZoneSummary"
2278
+ }
2279
+ },
2280
+ "HostedZoneSummary":{
2281
+ "type":"structure",
2282
+ "required":[
2283
+ "HostedZoneId",
2284
+ "Name",
2285
+ "Owner"
2286
+ ],
2287
+ "members":{
2288
+ "HostedZoneId":{"shape":"ResourceId"},
2289
+ "Name":{"shape":"DNSName"},
2290
+ "Owner":{"shape":"HostedZoneOwner"}
2291
+ }
2292
+ },
2248
2293
  "HostedZones":{
2249
2294
  "type":"list",
2250
2295
  "member":{
@@ -2474,6 +2519,47 @@
2474
2519
  "MaxItems":{"shape":"PageMaxItems"}
2475
2520
  }
2476
2521
  },
2522
+ "ListHostedZonesByVPCRequest":{
2523
+ "type":"structure",
2524
+ "required":[
2525
+ "VPCId",
2526
+ "VPCRegion"
2527
+ ],
2528
+ "members":{
2529
+ "VPCId":{
2530
+ "shape":"VPCId",
2531
+ "location":"querystring",
2532
+ "locationName":"vpcid"
2533
+ },
2534
+ "VPCRegion":{
2535
+ "shape":"VPCRegion",
2536
+ "location":"querystring",
2537
+ "locationName":"vpcregion"
2538
+ },
2539
+ "MaxItems":{
2540
+ "shape":"PageMaxItems",
2541
+ "location":"querystring",
2542
+ "locationName":"maxitems"
2543
+ },
2544
+ "NextToken":{
2545
+ "shape":"PaginationToken",
2546
+ "location":"querystring",
2547
+ "locationName":"nexttoken"
2548
+ }
2549
+ }
2550
+ },
2551
+ "ListHostedZonesByVPCResponse":{
2552
+ "type":"structure",
2553
+ "required":[
2554
+ "HostedZoneSummaries",
2555
+ "MaxItems"
2556
+ ],
2557
+ "members":{
2558
+ "HostedZoneSummaries":{"shape":"HostedZoneSummaries"},
2559
+ "MaxItems":{"shape":"PageMaxItems"},
2560
+ "NextToken":{"shape":"PaginationToken"}
2561
+ }
2562
+ },
2477
2563
  "ListHostedZonesRequest":{
2478
2564
  "type":"structure",
2479
2565
  "members":{
@@ -3013,7 +3099,7 @@
3013
3099
  "PageTruncated":{"type":"boolean"},
3014
3100
  "PaginationToken":{
3015
3101
  "type":"string",
3016
- "max":256
3102
+ "max":1024
3017
3103
  },
3018
3104
  "Period":{
3019
3105
  "type":"integer",
@@ -1247,7 +1247,8 @@
1247
1247
  "DELIVERY",
1248
1248
  "OPEN",
1249
1249
  "CLICK",
1250
- "RENDERING_FAILURE"
1250
+ "RENDERING_FAILURE",
1251
+ "DELIVERY_DELAY"
1251
1252
  ]
1252
1253
  },
1253
1254
  "EventTypes":{
@@ -3081,6 +3081,10 @@
3081
3081
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
3082
3082
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
3083
3083
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
3084
+ "ScheduleOffset":{
3085
+ "shape":"MaintenanceWindowOffset",
3086
+ "box":true
3087
+ },
3084
3088
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
3085
3089
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
3086
3090
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -4676,6 +4680,10 @@
4676
4680
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
4677
4681
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
4678
4682
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
4683
+ "ScheduleOffset":{
4684
+ "shape":"MaintenanceWindowOffset",
4685
+ "box":true
4686
+ },
4679
4687
  "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"},
4680
4688
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
4681
4689
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
@@ -6303,6 +6311,10 @@
6303
6311
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
6304
6312
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
6305
6313
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
6314
+ "ScheduleOffset":{
6315
+ "shape":"MaintenanceWindowOffset",
6316
+ "box":true
6317
+ },
6306
6318
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
6307
6319
  "StartDate":{"shape":"MaintenanceWindowStringDateTime"},
6308
6320
  "NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}
@@ -6353,6 +6365,11 @@
6353
6365
  "min":3,
6354
6366
  "pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
6355
6367
  },
6368
+ "MaintenanceWindowOffset":{
6369
+ "type":"integer",
6370
+ "max":6,
6371
+ "min":1
6372
+ },
6356
6373
  "MaintenanceWindowResourceType":{
6357
6374
  "type":"string",
6358
6375
  "enum":[
@@ -9017,6 +9034,10 @@
9017
9034
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
9018
9035
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
9019
9036
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
9037
+ "ScheduleOffset":{
9038
+ "shape":"MaintenanceWindowOffset",
9039
+ "box":true
9040
+ },
9020
9041
  "Duration":{
9021
9042
  "shape":"MaintenanceWindowDurationHours",
9022
9043
  "box":true
@@ -9049,6 +9070,10 @@
9049
9070
  "EndDate":{"shape":"MaintenanceWindowStringDateTime"},
9050
9071
  "Schedule":{"shape":"MaintenanceWindowSchedule"},
9051
9072
  "ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
9073
+ "ScheduleOffset":{
9074
+ "shape":"MaintenanceWindowOffset",
9075
+ "box":true
9076
+ },
9052
9077
  "Duration":{"shape":"MaintenanceWindowDurationHours"},
9053
9078
  "Cutoff":{"shape":"MaintenanceWindowCutoff"},
9054
9079
  "AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
@@ -4795,6 +4795,7 @@
4795
4795
  },
4796
4796
  "servicecatalog" : {
4797
4797
  "endpoints" : {
4798
+ "af-south-1" : { },
4798
4799
  "ap-east-1" : { },
4799
4800
  "ap-northeast-1" : { },
4800
4801
  "ap-northeast-2" : { },
@@ -4804,6 +4805,7 @@
4804
4805
  "ca-central-1" : { },
4805
4806
  "eu-central-1" : { },
4806
4807
  "eu-north-1" : { },
4808
+ "eu-south-1" : { },
4807
4809
  "eu-west-1" : { },
4808
4810
  "eu-west-2" : { },
4809
4811
  "eu-west-3" : { },
@@ -8446,6 +8448,11 @@
8446
8448
  "us-isob-east-1" : { }
8447
8449
  }
8448
8450
  },
8451
+ "lambda" : {
8452
+ "endpoints" : {
8453
+ "us-isob-east-1" : { }
8454
+ }
8455
+ },
8449
8456
  "license-manager" : {
8450
8457
  "endpoints" : {
8451
8458
  "us-isob-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.530'
2
+ VERSION = '2.11.531'
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.530
4
+ version: 2.11.531
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-17 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath