aws-sdk-core 2.11.477 → 2.11.478
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/globalaccelerator/2018-08-08/api-2.json +13 -1
- data/apis/kendra/2019-02-03/api-2.json +18 -8
- data/endpoints.json +199 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1fb85d481fb698f068dec0faba3931a6d1f5db05
|
4
|
+
data.tar.gz: 53b026d23c1c5ddb9a7359dc39e5f1a19a3f601f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 621a11cfb5612a94cb50d7e1ce370ec3a087ecc0431aa8510534e5a07a629533648ff89ebf489b1414320c3c78527701787356dc5d14e10e7e590d012e1d8ca9
|
7
|
+
data.tar.gz: 15909226b99550035f0d86c6e7a438c5b29b51b096371f87c17c7d03fdb2592234068fa4ea21a2c89988a6f7932853bbd674bd1f38a6dead83ddff4bd16d9ef3
|
@@ -472,9 +472,21 @@
|
|
472
472
|
"type":"structure",
|
473
473
|
"members":{
|
474
474
|
"Cidr":{"shape":"GenericString"},
|
475
|
-
"State":{"shape":"ByoipCidrState"}
|
475
|
+
"State":{"shape":"ByoipCidrState"},
|
476
|
+
"Events":{"shape":"ByoipCidrEvents"}
|
476
477
|
}
|
477
478
|
},
|
479
|
+
"ByoipCidrEvent":{
|
480
|
+
"type":"structure",
|
481
|
+
"members":{
|
482
|
+
"Message":{"shape":"GenericString"},
|
483
|
+
"Timestamp":{"shape":"Timestamp"}
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"ByoipCidrEvents":{
|
487
|
+
"type":"list",
|
488
|
+
"member":{"shape":"ByoipCidrEvent"}
|
489
|
+
},
|
478
490
|
"ByoipCidrNotFoundException":{
|
479
491
|
"type":"structure",
|
480
492
|
"members":{
|
@@ -100,6 +100,7 @@
|
|
100
100
|
{"shape":"ServiceQuotaExceededException"},
|
101
101
|
{"shape":"ThrottlingException"},
|
102
102
|
{"shape":"AccessDeniedException"},
|
103
|
+
{"shape":"ConflictException"},
|
103
104
|
{"shape":"InternalServerException"}
|
104
105
|
]
|
105
106
|
},
|
@@ -501,6 +502,11 @@
|
|
501
502
|
"type":"list",
|
502
503
|
"member":{"shape":"ClickFeedback"}
|
503
504
|
},
|
505
|
+
"ClientTokenName":{
|
506
|
+
"type":"string",
|
507
|
+
"max":100,
|
508
|
+
"min":1
|
509
|
+
},
|
504
510
|
"ColumnConfiguration":{
|
505
511
|
"type":"structure",
|
506
512
|
"required":[
|
@@ -614,7 +620,11 @@
|
|
614
620
|
"Name":{"shape":"IndexName"},
|
615
621
|
"RoleArn":{"shape":"RoleArn"},
|
616
622
|
"ServerSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
|
617
|
-
"Description":{"shape":"Description"}
|
623
|
+
"Description":{"shape":"Description"},
|
624
|
+
"ClientToken":{
|
625
|
+
"shape":"ClientTokenName",
|
626
|
+
"idempotencyToken":true
|
627
|
+
}
|
618
628
|
}
|
619
629
|
},
|
620
630
|
"CreateIndexResponse":{
|
@@ -640,7 +650,7 @@
|
|
640
650
|
"type":"string",
|
641
651
|
"max":100,
|
642
652
|
"min":1,
|
643
|
-
"pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
|
653
|
+
"pattern":"^[a-zA-Z][a-zA-Z0-9_.]*$"
|
644
654
|
},
|
645
655
|
"DataSourceId":{
|
646
656
|
"type":"string",
|
@@ -657,8 +667,7 @@
|
|
657
667
|
"DataSourceInclusionsExclusionsStringsMember":{
|
658
668
|
"type":"string",
|
659
669
|
"max":50,
|
660
|
-
"min":1
|
661
|
-
"pattern":"^\\P{C}*$"
|
670
|
+
"min":1
|
662
671
|
},
|
663
672
|
"DataSourceName":{
|
664
673
|
"type":"string",
|
@@ -947,8 +956,7 @@
|
|
947
956
|
"DocumentAttributeStringValue":{
|
948
957
|
"type":"string",
|
949
958
|
"max":2048,
|
950
|
-
"min":1
|
951
|
-
"pattern":"^\\P{C}*$"
|
959
|
+
"min":1
|
952
960
|
},
|
953
961
|
"DocumentAttributeValue":{
|
954
962
|
"type":"structure",
|
@@ -1505,8 +1513,7 @@
|
|
1505
1513
|
"S3ObjectKey":{
|
1506
1514
|
"type":"string",
|
1507
1515
|
"max":1024,
|
1508
|
-
"min":1
|
1509
|
-
"pattern":".*"
|
1516
|
+
"min":1
|
1510
1517
|
},
|
1511
1518
|
"S3Path":{
|
1512
1519
|
"type":"structure",
|
@@ -1565,6 +1572,9 @@
|
|
1565
1572
|
"Urls":{"shape":"SharePointUrlList"},
|
1566
1573
|
"SecretArn":{"shape":"SecretArn"},
|
1567
1574
|
"CrawlAttachments":{"shape":"Boolean"},
|
1575
|
+
"UseChangeLog":{"shape":"Boolean"},
|
1576
|
+
"InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
|
1577
|
+
"ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
|
1568
1578
|
"VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
|
1569
1579
|
"FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
|
1570
1580
|
"DocumentTitleFieldName":{"shape":"DataSourceFieldName"}
|
data/endpoints.json
CHANGED
@@ -1157,6 +1157,24 @@
|
|
1157
1157
|
"eu-central-1" : { },
|
1158
1158
|
"eu-west-1" : { },
|
1159
1159
|
"eu-west-2" : { },
|
1160
|
+
"fips-us-east-1" : {
|
1161
|
+
"credentialScope" : {
|
1162
|
+
"region" : "us-east-1"
|
1163
|
+
},
|
1164
|
+
"hostname" : "comprehend-fips.us-east-1.amazonaws.com"
|
1165
|
+
},
|
1166
|
+
"fips-us-east-2" : {
|
1167
|
+
"credentialScope" : {
|
1168
|
+
"region" : "us-east-2"
|
1169
|
+
},
|
1170
|
+
"hostname" : "comprehend-fips.us-east-2.amazonaws.com"
|
1171
|
+
},
|
1172
|
+
"fips-us-west-2" : {
|
1173
|
+
"credentialScope" : {
|
1174
|
+
"region" : "us-west-2"
|
1175
|
+
},
|
1176
|
+
"hostname" : "comprehend-fips.us-west-2.amazonaws.com"
|
1177
|
+
},
|
1160
1178
|
"us-east-1" : { },
|
1161
1179
|
"us-east-2" : { },
|
1162
1180
|
"us-west-2" : { }
|
@@ -1874,6 +1892,30 @@
|
|
1874
1892
|
"eu-west-1" : { },
|
1875
1893
|
"eu-west-2" : { },
|
1876
1894
|
"eu-west-3" : { },
|
1895
|
+
"fips-us-east-1" : {
|
1896
|
+
"credentialScope" : {
|
1897
|
+
"region" : "us-east-1"
|
1898
|
+
},
|
1899
|
+
"hostname" : "events-fips.us-east-1.amazonaws.com"
|
1900
|
+
},
|
1901
|
+
"fips-us-east-2" : {
|
1902
|
+
"credentialScope" : {
|
1903
|
+
"region" : "us-east-2"
|
1904
|
+
},
|
1905
|
+
"hostname" : "events-fips.us-east-2.amazonaws.com"
|
1906
|
+
},
|
1907
|
+
"fips-us-west-1" : {
|
1908
|
+
"credentialScope" : {
|
1909
|
+
"region" : "us-west-1"
|
1910
|
+
},
|
1911
|
+
"hostname" : "events-fips.us-west-1.amazonaws.com"
|
1912
|
+
},
|
1913
|
+
"fips-us-west-2" : {
|
1914
|
+
"credentialScope" : {
|
1915
|
+
"region" : "us-west-2"
|
1916
|
+
},
|
1917
|
+
"hostname" : "events-fips.us-west-2.amazonaws.com"
|
1918
|
+
},
|
1877
1919
|
"me-south-1" : { },
|
1878
1920
|
"sa-east-1" : { },
|
1879
1921
|
"us-east-1" : { },
|
@@ -2244,6 +2286,12 @@
|
|
2244
2286
|
"region" : "us-east-1"
|
2245
2287
|
},
|
2246
2288
|
"hostname" : "iam.amazonaws.com"
|
2289
|
+
},
|
2290
|
+
"iam-fips" : {
|
2291
|
+
"credentialScope" : {
|
2292
|
+
"region" : "us-east-1"
|
2293
|
+
},
|
2294
|
+
"hostname" : "iam-fips.amazonaws.com"
|
2247
2295
|
}
|
2248
2296
|
},
|
2249
2297
|
"isRegionalized" : false,
|
@@ -2670,6 +2718,7 @@
|
|
2670
2718
|
"managedblockchain" : {
|
2671
2719
|
"endpoints" : {
|
2672
2720
|
"ap-northeast-1" : { },
|
2721
|
+
"ap-northeast-2" : { },
|
2673
2722
|
"ap-southeast-1" : { },
|
2674
2723
|
"eu-west-1" : { },
|
2675
2724
|
"us-east-1" : { }
|
@@ -3189,6 +3238,30 @@
|
|
3189
3238
|
"eu-west-1" : { },
|
3190
3239
|
"eu-west-2" : { },
|
3191
3240
|
"eu-west-3" : { },
|
3241
|
+
"fips-us-east-1" : {
|
3242
|
+
"credentialScope" : {
|
3243
|
+
"region" : "us-east-1"
|
3244
|
+
},
|
3245
|
+
"hostname" : "polly-fips.us-east-1.amazonaws.com"
|
3246
|
+
},
|
3247
|
+
"fips-us-east-2" : {
|
3248
|
+
"credentialScope" : {
|
3249
|
+
"region" : "us-east-2"
|
3250
|
+
},
|
3251
|
+
"hostname" : "polly-fips.us-east-2.amazonaws.com"
|
3252
|
+
},
|
3253
|
+
"fips-us-west-1" : {
|
3254
|
+
"credentialScope" : {
|
3255
|
+
"region" : "us-west-1"
|
3256
|
+
},
|
3257
|
+
"hostname" : "polly-fips.us-west-1.amazonaws.com"
|
3258
|
+
},
|
3259
|
+
"fips-us-west-2" : {
|
3260
|
+
"credentialScope" : {
|
3261
|
+
"region" : "us-west-2"
|
3262
|
+
},
|
3263
|
+
"hostname" : "polly-fips.us-west-2.amazonaws.com"
|
3264
|
+
},
|
3192
3265
|
"me-south-1" : { },
|
3193
3266
|
"sa-east-1" : { },
|
3194
3267
|
"us-east-1" : { },
|
@@ -3339,6 +3412,36 @@
|
|
3339
3412
|
"eu-west-1" : { },
|
3340
3413
|
"eu-west-2" : { },
|
3341
3414
|
"eu-west-3" : { },
|
3415
|
+
"fips-ca-central-1" : {
|
3416
|
+
"credentialScope" : {
|
3417
|
+
"region" : "ca-central-1"
|
3418
|
+
},
|
3419
|
+
"hostname" : "redshift-fips.ca-central-1.amazonaws.com"
|
3420
|
+
},
|
3421
|
+
"fips-us-east-1" : {
|
3422
|
+
"credentialScope" : {
|
3423
|
+
"region" : "us-east-1"
|
3424
|
+
},
|
3425
|
+
"hostname" : "redshift-fips.us-east-1.amazonaws.com"
|
3426
|
+
},
|
3427
|
+
"fips-us-east-2" : {
|
3428
|
+
"credentialScope" : {
|
3429
|
+
"region" : "us-east-2"
|
3430
|
+
},
|
3431
|
+
"hostname" : "redshift-fips.us-east-2.amazonaws.com"
|
3432
|
+
},
|
3433
|
+
"fips-us-west-1" : {
|
3434
|
+
"credentialScope" : {
|
3435
|
+
"region" : "us-west-1"
|
3436
|
+
},
|
3437
|
+
"hostname" : "redshift-fips.us-west-1.amazonaws.com"
|
3438
|
+
},
|
3439
|
+
"fips-us-west-2" : {
|
3440
|
+
"credentialScope" : {
|
3441
|
+
"region" : "us-west-2"
|
3442
|
+
},
|
3443
|
+
"hostname" : "redshift-fips.us-west-2.amazonaws.com"
|
3444
|
+
},
|
3342
3445
|
"me-south-1" : { },
|
3343
3446
|
"sa-east-1" : { },
|
3344
3447
|
"us-east-1" : { },
|
@@ -4166,6 +4269,30 @@
|
|
4166
4269
|
"eu-west-1" : { },
|
4167
4270
|
"eu-west-2" : { },
|
4168
4271
|
"eu-west-3" : { },
|
4272
|
+
"fips-us-east-1" : {
|
4273
|
+
"credentialScope" : {
|
4274
|
+
"region" : "us-east-1"
|
4275
|
+
},
|
4276
|
+
"hostname" : "sns-fips.us-east-1.amazonaws.com"
|
4277
|
+
},
|
4278
|
+
"fips-us-east-2" : {
|
4279
|
+
"credentialScope" : {
|
4280
|
+
"region" : "us-east-2"
|
4281
|
+
},
|
4282
|
+
"hostname" : "sns-fips.us-east-2.amazonaws.com"
|
4283
|
+
},
|
4284
|
+
"fips-us-west-1" : {
|
4285
|
+
"credentialScope" : {
|
4286
|
+
"region" : "us-west-1"
|
4287
|
+
},
|
4288
|
+
"hostname" : "sns-fips.us-west-1.amazonaws.com"
|
4289
|
+
},
|
4290
|
+
"fips-us-west-2" : {
|
4291
|
+
"credentialScope" : {
|
4292
|
+
"region" : "us-west-2"
|
4293
|
+
},
|
4294
|
+
"hostname" : "sns-fips.us-west-2.amazonaws.com"
|
4295
|
+
},
|
4169
4296
|
"me-south-1" : { },
|
4170
4297
|
"sa-east-1" : { },
|
4171
4298
|
"us-east-1" : { },
|
@@ -4240,8 +4367,56 @@
|
|
4240
4367
|
"eu-west-1" : { },
|
4241
4368
|
"eu-west-2" : { },
|
4242
4369
|
"eu-west-3" : { },
|
4370
|
+
"fips-us-east-1" : {
|
4371
|
+
"credentialScope" : {
|
4372
|
+
"region" : "us-east-1"
|
4373
|
+
},
|
4374
|
+
"hostname" : "ssm-fips.us-east-1.amazonaws.com"
|
4375
|
+
},
|
4376
|
+
"fips-us-east-2" : {
|
4377
|
+
"credentialScope" : {
|
4378
|
+
"region" : "us-east-2"
|
4379
|
+
},
|
4380
|
+
"hostname" : "ssm-fips.us-east-2.amazonaws.com"
|
4381
|
+
},
|
4382
|
+
"fips-us-west-1" : {
|
4383
|
+
"credentialScope" : {
|
4384
|
+
"region" : "us-west-1"
|
4385
|
+
},
|
4386
|
+
"hostname" : "ssm-fips.us-west-1.amazonaws.com"
|
4387
|
+
},
|
4388
|
+
"fips-us-west-2" : {
|
4389
|
+
"credentialScope" : {
|
4390
|
+
"region" : "us-west-2"
|
4391
|
+
},
|
4392
|
+
"hostname" : "ssm-fips.us-west-2.amazonaws.com"
|
4393
|
+
},
|
4243
4394
|
"me-south-1" : { },
|
4244
4395
|
"sa-east-1" : { },
|
4396
|
+
"ssm-facade-fips-us-east-1" : {
|
4397
|
+
"credentialScope" : {
|
4398
|
+
"region" : "us-east-1"
|
4399
|
+
},
|
4400
|
+
"hostname" : "#ssm-facade-fips.us-east-1.amazonaws.com"
|
4401
|
+
},
|
4402
|
+
"ssm-facade-fips-us-east-2" : {
|
4403
|
+
"credentialScope" : {
|
4404
|
+
"region" : "us-east-2"
|
4405
|
+
},
|
4406
|
+
"hostname" : "#ssm-facade-fips.us-east-2.amazonaws.com"
|
4407
|
+
},
|
4408
|
+
"ssm-facade-fips-us-west-1" : {
|
4409
|
+
"credentialScope" : {
|
4410
|
+
"region" : "us-west-1"
|
4411
|
+
},
|
4412
|
+
"hostname" : "#ssm-facade-fips.us-west-1.amazonaws.com"
|
4413
|
+
},
|
4414
|
+
"ssm-facade-fips-us-west-2" : {
|
4415
|
+
"credentialScope" : {
|
4416
|
+
"region" : "us-west-2"
|
4417
|
+
},
|
4418
|
+
"hostname" : "#ssm-facade-fips.us-west-2.amazonaws.com"
|
4419
|
+
},
|
4245
4420
|
"us-east-1" : { },
|
4246
4421
|
"us-east-2" : { },
|
4247
4422
|
"us-west-1" : { },
|
@@ -5515,6 +5690,12 @@
|
|
5515
5690
|
"protocols" : [ "https" ]
|
5516
5691
|
},
|
5517
5692
|
"endpoints" : {
|
5693
|
+
"fips-us-gov-west-1" : {
|
5694
|
+
"credentialScope" : {
|
5695
|
+
"region" : "us-gov-west-1"
|
5696
|
+
},
|
5697
|
+
"hostname" : "comprehend-fips.us-gov-west-1.amazonaws.com"
|
5698
|
+
},
|
5518
5699
|
"us-gov-west-1" : { }
|
5519
5700
|
}
|
5520
5701
|
},
|
@@ -5861,6 +6042,12 @@
|
|
5861
6042
|
},
|
5862
6043
|
"polly" : {
|
5863
6044
|
"endpoints" : {
|
6045
|
+
"fips-us-gov-west-1" : {
|
6046
|
+
"credentialScope" : {
|
6047
|
+
"region" : "us-gov-west-1"
|
6048
|
+
},
|
6049
|
+
"hostname" : "polly-fips.us-gov-west-1.amazonaws.com"
|
6050
|
+
},
|
5864
6051
|
"us-gov-west-1" : { }
|
5865
6052
|
}
|
5866
6053
|
},
|
@@ -5878,8 +6065,18 @@
|
|
5878
6065
|
},
|
5879
6066
|
"redshift" : {
|
5880
6067
|
"endpoints" : {
|
5881
|
-
"us-gov-east-1" : {
|
5882
|
-
|
6068
|
+
"us-gov-east-1" : {
|
6069
|
+
"credentialScope" : {
|
6070
|
+
"region" : "us-gov-east-1"
|
6071
|
+
},
|
6072
|
+
"hostname" : "redshift.us-gov-east-1.amazonaws.com"
|
6073
|
+
},
|
6074
|
+
"us-gov-west-1" : {
|
6075
|
+
"credentialScope" : {
|
6076
|
+
"region" : "us-gov-west-1"
|
6077
|
+
},
|
6078
|
+
"hostname" : "redshift.us-gov-west-1.amazonaws.com"
|
6079
|
+
}
|
5883
6080
|
}
|
5884
6081
|
},
|
5885
6082
|
"rekognition" : {
|
data/lib/aws-sdk-core/version.rb
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.478
|
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-03-
|
11
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|