aws-sdk-core 2.11.530 → 2.11.535
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +37 -6
- data/apis/backup/2018-11-15/api-2.json +43 -3
- data/apis/codecommit/2015-04-13/api-2.json +139 -5
- data/apis/codecommit/2015-04-13/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +43 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +21 -4
- data/apis/fsx/2018-03-01/api-2.json +39 -12
- data/apis/honeycode/2020-03-01/api-2.json +321 -0
- data/apis/honeycode/2020-03-01/examples-1.json +5 -0
- data/apis/honeycode/2020-03-01/paginators-1.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +40 -11
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +87 -1
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +62 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/honeycode.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +11 -6
@@ -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"},
|
data/endpoints.json
CHANGED
@@ -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" : { },
|
@@ -4795,6 +4819,7 @@
|
|
4795
4819
|
},
|
4796
4820
|
"servicecatalog" : {
|
4797
4821
|
"endpoints" : {
|
4822
|
+
"af-south-1" : { },
|
4798
4823
|
"ap-east-1" : { },
|
4799
4824
|
"ap-northeast-1" : { },
|
4800
4825
|
"ap-northeast-2" : { },
|
@@ -4804,6 +4829,7 @@
|
|
4804
4829
|
"ca-central-1" : { },
|
4805
4830
|
"eu-central-1" : { },
|
4806
4831
|
"eu-north-1" : { },
|
4832
|
+
"eu-south-1" : { },
|
4807
4833
|
"eu-west-1" : { },
|
4808
4834
|
"eu-west-2" : { },
|
4809
4835
|
"eu-west-3" : { },
|
@@ -6371,6 +6397,24 @@
|
|
6371
6397
|
}
|
6372
6398
|
}
|
6373
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
|
+
},
|
6374
6418
|
"polly" : {
|
6375
6419
|
"endpoints" : {
|
6376
6420
|
"cn-northwest-1" : { }
|
@@ -7062,7 +7106,7 @@
|
|
7062
7106
|
"credentialScope" : {
|
7063
7107
|
"region" : "us-gov-west-1"
|
7064
7108
|
},
|
7065
|
-
"hostname" : "elasticache
|
7109
|
+
"hostname" : "elasticache.us-gov-west-1.amazonaws.com"
|
7066
7110
|
},
|
7067
7111
|
"us-gov-east-1" : { },
|
7068
7112
|
"us-gov-west-1" : { }
|
@@ -7393,8 +7437,18 @@
|
|
7393
7437
|
},
|
7394
7438
|
"logs" : {
|
7395
7439
|
"endpoints" : {
|
7396
|
-
"us-gov-east-1" : {
|
7397
|
-
|
7440
|
+
"us-gov-east-1" : {
|
7441
|
+
"credentialScope" : {
|
7442
|
+
"region" : "us-gov-east-1"
|
7443
|
+
},
|
7444
|
+
"hostname" : "logs.us-gov-east-1.amazonaws.com"
|
7445
|
+
},
|
7446
|
+
"us-gov-west-1" : {
|
7447
|
+
"credentialScope" : {
|
7448
|
+
"region" : "us-gov-west-1"
|
7449
|
+
},
|
7450
|
+
"hostname" : "logs.us-gov-west-1.amazonaws.com"
|
7451
|
+
}
|
7398
7452
|
}
|
7399
7453
|
},
|
7400
7454
|
"mediaconvert" : {
|
@@ -8446,6 +8500,11 @@
|
|
8446
8500
|
"us-isob-east-1" : { }
|
8447
8501
|
}
|
8448
8502
|
},
|
8503
|
+
"lambda" : {
|
8504
|
+
"endpoints" : {
|
8505
|
+
"us-isob-east-1" : { }
|
8506
|
+
}
|
8507
|
+
},
|
8449
8508
|
"license-manager" : {
|
8450
8509
|
"endpoints" : {
|
8451
8510
|
"us-isob-east-1" : { }
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/client.rb
CHANGED
@@ -63,7 +63,13 @@ module Aws
|
|
63
63
|
def soft_deprecation
|
64
64
|
unless @warned
|
65
65
|
@warned = true
|
66
|
-
warn(
|
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
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
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.
|
4
|
+
version: 2.11.535
|
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-
|
11
|
+
date: 2020-06-24 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:
|
42
|
-
API clients for AWS. This gem is part of the official
|
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:
|
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
|