aws-sdk-core 2.11.531 → 2.11.536

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,11 @@
42
42
  "limit_key": "MaxResults",
43
43
  "output_token": "NextToken"
44
44
  },
45
+ "GetSegmentDetection": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken"
49
+ },
45
50
  "GetTextDetection": {
46
51
  "input_token": "NextToken",
47
52
  "limit_key": "MaxResults",
@@ -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
  }
@@ -3311,6 +3311,30 @@
3311
3311
  "eu-west-1" : { },
3312
3312
  "eu-west-2" : { },
3313
3313
  "eu-west-3" : { },
3314
+ "fips-us-east-1" : {
3315
+ "credentialScope" : {
3316
+ "region" : "us-east-1"
3317
+ },
3318
+ "hostname" : "logs-fips.us-east-1.amazonaws.com"
3319
+ },
3320
+ "fips-us-east-2" : {
3321
+ "credentialScope" : {
3322
+ "region" : "us-east-2"
3323
+ },
3324
+ "hostname" : "logs-fips.us-east-2.amazonaws.com"
3325
+ },
3326
+ "fips-us-west-1" : {
3327
+ "credentialScope" : {
3328
+ "region" : "us-west-1"
3329
+ },
3330
+ "hostname" : "logs-fips.us-west-1.amazonaws.com"
3331
+ },
3332
+ "fips-us-west-2" : {
3333
+ "credentialScope" : {
3334
+ "region" : "us-west-2"
3335
+ },
3336
+ "hostname" : "logs-fips.us-west-2.amazonaws.com"
3337
+ },
3314
3338
  "me-south-1" : { },
3315
3339
  "sa-east-1" : { },
3316
3340
  "us-east-1" : { },
@@ -6373,6 +6397,24 @@
6373
6397
  }
6374
6398
  }
6375
6399
  },
6400
+ "organizations" : {
6401
+ "endpoints" : {
6402
+ "aws-cn-global" : {
6403
+ "credentialScope" : {
6404
+ "region" : "cn-northwest-1"
6405
+ },
6406
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6407
+ },
6408
+ "fips-aws-cn-global" : {
6409
+ "credentialScope" : {
6410
+ "region" : "cn-northwest-1"
6411
+ },
6412
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6413
+ }
6414
+ },
6415
+ "isRegionalized" : false,
6416
+ "partitionEndpoint" : "aws-cn-global"
6417
+ },
6376
6418
  "polly" : {
6377
6419
  "endpoints" : {
6378
6420
  "cn-northwest-1" : { }
@@ -7064,7 +7106,7 @@
7064
7106
  "credentialScope" : {
7065
7107
  "region" : "us-gov-west-1"
7066
7108
  },
7067
- "hostname" : "elasticache-fips.us-gov-west-1.amazonaws.com"
7109
+ "hostname" : "elasticache.us-gov-west-1.amazonaws.com"
7068
7110
  },
7069
7111
  "us-gov-east-1" : { },
7070
7112
  "us-gov-west-1" : { }
@@ -7345,6 +7387,12 @@
7345
7387
  "us-gov-west-1" : { }
7346
7388
  }
7347
7389
  },
7390
+ "kinesisanalytics" : {
7391
+ "endpoints" : {
7392
+ "us-gov-east-1" : { },
7393
+ "us-gov-west-1" : { }
7394
+ }
7395
+ },
7348
7396
  "kms" : {
7349
7397
  "endpoints" : {
7350
7398
  "ProdFips" : {
@@ -7395,8 +7443,18 @@
7395
7443
  },
7396
7444
  "logs" : {
7397
7445
  "endpoints" : {
7398
- "us-gov-east-1" : { },
7399
- "us-gov-west-1" : { }
7446
+ "us-gov-east-1" : {
7447
+ "credentialScope" : {
7448
+ "region" : "us-gov-east-1"
7449
+ },
7450
+ "hostname" : "logs.us-gov-east-1.amazonaws.com"
7451
+ },
7452
+ "us-gov-west-1" : {
7453
+ "credentialScope" : {
7454
+ "region" : "us-gov-west-1"
7455
+ },
7456
+ "hostname" : "logs.us-gov-west-1.amazonaws.com"
7457
+ }
7400
7458
  }
7401
7459
  },
7402
7460
  "mediaconvert" : {
@@ -122,6 +122,7 @@ module Aws
122
122
  GroundStation
123
123
  GuardDuty
124
124
  Health
125
+ Honeycode
125
126
  IAM
126
127
  Imagebuilder
127
128
  ImportExport
@@ -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
 
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Honeycode, {
2
+ api: "#{Aws::API_DIR}/honeycode/2020-03-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/honeycode/2020-03-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/honeycode/2020-03-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/honeycode/2020-03-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.531'
2
+ VERSION = '2.11.536'
3
3
  end
@@ -394,6 +394,10 @@
394
394
  "models": "health/2016-08-04",
395
395
  "endpoint": "health"
396
396
  },
397
+ "Honeycode": {
398
+ "models": "honeycode/2020-03-01",
399
+ "endpoint": "honeycode"
400
+ },
397
401
  "IAM": {
398
402
  "models": "iam/2010-05-08",
399
403
  "endpoint": "iam"
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.531
4
+ version: 2.11.536
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-18 00:00:00.000000000 Z
11
+ date: 2020-06-25 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:
@@ -472,6 +473,9 @@ files:
472
473
  - apis/health/2016-08-04/examples-1.json
473
474
  - apis/health/2016-08-04/paginators-1.json
474
475
  - apis/health/2016-08-04/smoke.json
476
+ - apis/honeycode/2020-03-01/api-2.json
477
+ - apis/honeycode/2020-03-01/examples-1.json
478
+ - apis/honeycode/2020-03-01/paginators-1.json
475
479
  - apis/iam/2010-05-08/api-2.json
476
480
  - apis/iam/2010-05-08/examples-1.json
477
481
  - apis/iam/2010-05-08/paginators-1.json
@@ -1047,6 +1051,7 @@ files:
1047
1051
  - lib/aws-sdk-core/groundstation.rb
1048
1052
  - lib/aws-sdk-core/guardduty.rb
1049
1053
  - lib/aws-sdk-core/health.rb
1054
+ - lib/aws-sdk-core/honeycode.rb
1050
1055
  - lib/aws-sdk-core/iam.rb
1051
1056
  - lib/aws-sdk-core/imagebuilder.rb
1052
1057
  - lib/aws-sdk-core/importexport.rb
@@ -1353,8 +1358,8 @@ homepage: http://github.com/aws/aws-sdk-ruby
1353
1358
  licenses:
1354
1359
  - Apache 2.0
1355
1360
  metadata: {}
1356
- post_install_message: 'NEWER VERSION AVAILABLE: Please upgrade to AWS SDK For Ruby
1357
- V3'
1361
+ post_install_message: AWS SDK For Ruby V2 has been marked as deprecated. Please upgrade
1362
+ to AWS SDK For Ruby V3.
1358
1363
  rdoc_options: []
1359
1364
  require_paths:
1360
1365
  - lib