aws-sdk-core 2.11.528 → 2.11.533

Sign up to get free protection for your applications and to get access to all the features.
@@ -368,6 +368,10 @@
368
368
  }
369
369
  },
370
370
  "Boolean":{"type":"boolean"},
371
+ "BoxedInteger":{
372
+ "type":"integer",
373
+ "box":true
374
+ },
371
375
  "ChangeMessageVisibilityBatchRequest":{
372
376
  "type":"structure",
373
377
  "required":[
@@ -609,14 +613,17 @@
609
613
  "type":"structure",
610
614
  "required":["QueueUrl"],
611
615
  "members":{
612
- "QueueUrl":{"shape":"String"}
616
+ "QueueUrl":{"shape":"String"},
617
+ "NextToken":{"shape":"Token"},
618
+ "MaxResults":{"shape":"BoxedInteger"}
613
619
  }
614
620
  },
615
621
  "ListDeadLetterSourceQueuesResult":{
616
622
  "type":"structure",
617
623
  "required":["queueUrls"],
618
624
  "members":{
619
- "queueUrls":{"shape":"QueueUrlList"}
625
+ "queueUrls":{"shape":"QueueUrlList"},
626
+ "NextToken":{"shape":"Token"}
620
627
  }
621
628
  },
622
629
  "ListQueueTagsRequest":{
@@ -638,13 +645,16 @@
638
645
  "ListQueuesRequest":{
639
646
  "type":"structure",
640
647
  "members":{
641
- "QueueNamePrefix":{"shape":"String"}
648
+ "QueueNamePrefix":{"shape":"String"},
649
+ "NextToken":{"shape":"Token"},
650
+ "MaxResults":{"shape":"BoxedInteger"}
642
651
  }
643
652
  },
644
653
  "ListQueuesResult":{
645
654
  "type":"structure",
646
655
  "members":{
647
- "QueueUrls":{"shape":"QueueUrlList"}
656
+ "QueueUrls":{"shape":"QueueUrlList"},
657
+ "NextToken":{"shape":"Token"}
648
658
  }
649
659
  },
650
660
  "Message":{
@@ -1091,6 +1101,7 @@
1091
1101
  }
1092
1102
  },
1093
1103
  "TagValue":{"type":"string"},
1104
+ "Token":{"type":"string"},
1094
1105
  "TooManyEntriesInBatchRequest":{
1095
1106
  "type":"structure",
1096
1107
  "members":{
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListDeadLetterSourceQueues": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "queueUrls"
8
+ },
3
9
  "ListQueues": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
4
13
  "result_key": "QueueUrls"
5
14
  }
6
15
  }
@@ -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"},
@@ -1442,6 +1442,7 @@
1442
1442
  },
1443
1443
  "datasync" : {
1444
1444
  "endpoints" : {
1445
+ "af-south-1" : { },
1445
1446
  "ap-east-1" : { },
1446
1447
  "ap-northeast-1" : { },
1447
1448
  "ap-northeast-2" : { },
@@ -1451,6 +1452,7 @@
1451
1452
  "ca-central-1" : { },
1452
1453
  "eu-central-1" : { },
1453
1454
  "eu-north-1" : { },
1455
+ "eu-south-1" : { },
1454
1456
  "eu-west-1" : { },
1455
1457
  "eu-west-2" : { },
1456
1458
  "eu-west-3" : { },
@@ -3230,6 +3232,7 @@
3230
3232
  },
3231
3233
  "license-manager" : {
3232
3234
  "endpoints" : {
3235
+ "af-south-1" : { },
3233
3236
  "ap-east-1" : { },
3234
3237
  "ap-northeast-1" : { },
3235
3238
  "ap-northeast-2" : { },
@@ -3239,6 +3242,7 @@
3239
3242
  "ca-central-1" : { },
3240
3243
  "eu-central-1" : { },
3241
3244
  "eu-north-1" : { },
3245
+ "eu-south-1" : { },
3242
3246
  "eu-west-1" : { },
3243
3247
  "eu-west-2" : { },
3244
3248
  "eu-west-3" : { },
@@ -4791,6 +4795,7 @@
4791
4795
  },
4792
4796
  "servicecatalog" : {
4793
4797
  "endpoints" : {
4798
+ "af-south-1" : { },
4794
4799
  "ap-east-1" : { },
4795
4800
  "ap-northeast-1" : { },
4796
4801
  "ap-northeast-2" : { },
@@ -4800,6 +4805,7 @@
4800
4805
  "ca-central-1" : { },
4801
4806
  "eu-central-1" : { },
4802
4807
  "eu-north-1" : { },
4808
+ "eu-south-1" : { },
4803
4809
  "eu-west-1" : { },
4804
4810
  "eu-west-2" : { },
4805
4811
  "eu-west-3" : { },
@@ -6032,6 +6038,18 @@
6032
6038
  "cn-northwest-1" : { }
6033
6039
  }
6034
6040
  },
6041
+ "budgets" : {
6042
+ "endpoints" : {
6043
+ "aws-cn-global" : {
6044
+ "credentialScope" : {
6045
+ "region" : "cn-northwest-1"
6046
+ },
6047
+ "hostname" : "budgets.amazonaws.com.cn"
6048
+ }
6049
+ },
6050
+ "isRegionalized" : false,
6051
+ "partitionEndpoint" : "aws-cn-global"
6052
+ },
6035
6053
  "cloudformation" : {
6036
6054
  "endpoints" : {
6037
6055
  "cn-north-1" : { },
@@ -7046,7 +7064,7 @@
7046
7064
  "credentialScope" : {
7047
7065
  "region" : "us-gov-west-1"
7048
7066
  },
7049
- "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
7067
+ "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
7050
7068
  },
7051
7069
  "us-gov-east-1" : { },
7052
7070
  "us-gov-west-1" : { }
@@ -8430,6 +8448,11 @@
8430
8448
  "us-isob-east-1" : { }
8431
8449
  }
8432
8450
  },
8451
+ "lambda" : {
8452
+ "endpoints" : {
8453
+ "us-isob-east-1" : { }
8454
+ }
8455
+ },
8433
8456
  "license-manager" : {
8434
8457
  "endpoints" : {
8435
8458
  "us-isob-east-1" : { }
@@ -63,7 +63,13 @@ module Aws
63
63
  def soft_deprecation
64
64
  unless @warned
65
65
  @warned = true
66
- warn("NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby V3")
66
+ warn(
67
+ "Version 2 of the Ruby SDK will enter maintenance mode as of "\
68
+ "November 20, 2020. To continue receiving service updates and new "\
69
+ "features, please upgrade to Version 3. More information can be "\
70
+ "found here: https://aws.amazon.com/blogs/developer/"\
71
+ "deprecation-schedule-for-aws-sdk-for-ruby-v2/"
72
+ )
67
73
  end
68
74
  end
69
75
 
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.528'
2
+ VERSION = '2.11.533'
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.528
4
+ version: 2.11.533
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-15 00:00:00.000000000 Z
11
+ date: 2020-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -38,8 +38,9 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.0'
41
- description: A newer version of this gem is available, please upgrade to version 3.Provides
42
- API clients for AWS. This gem is part of the official AWS SDK for Ruby.
41
+ description: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade to
42
+ AWS SDK For Ruby V3.Provides API clients for AWS. This gem is part of the official
43
+ AWS SDK for Ruby.
43
44
  email:
44
45
  - trevrowe@amazon.com
45
46
  executables:
@@ -1353,8 +1354,8 @@ homepage: http://github.com/aws/aws-sdk-ruby
1353
1354
  licenses:
1354
1355
  - Apache 2.0
1355
1356
  metadata: {}
1356
- post_install_message: 'NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby
1357
- V3'
1357
+ post_install_message: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade
1358
+ to AWS SDK For Ruby V3.
1358
1359
  rdoc_options: []
1359
1360
  require_paths:
1360
1361
  - lib