aws-sdk-core 2.11.543 → 2.11.544

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: 978b7e845b5c988eac2b2e5fd89a8c56f7d6ed7156d4337b1e13f33ea80842f4
4
- data.tar.gz: d43b4d520f9a70db71dac9b87622847ad73e04f4dcf0d95d55cc09e5f15342d3
3
+ metadata.gz: 928e1a8b2aa149e9453d63ef06df579ab80aee7b74f8624531922e14cf263d69
4
+ data.tar.gz: c361e37c57299784480cd3937d7f48ef205046c697b64363fdf059ac2df58a52
5
5
  SHA512:
6
- metadata.gz: 4ffcdafefad473d656dc20061d0691fb6d7e0eb0693551f976c6e1c03fefcbecd842025b6159f9f099bed7e8e1de1757950024feeb2eb99fed7187679bebd6cf
7
- data.tar.gz: 4321723fa5d15f9ac2b0713a4165455aced03d9b998b10e5d2b406e7956fcaea120e11deb0f3ce02b79ee0f9e2b06cb2b9d0884177af80bbe9b85a44ba70512d
6
+ metadata.gz: bdc66c651496bb4d09c6052986b79df8572658383d90fe719e5c1bb637edc0b1a5adc5567fb36985148b7bac215edf5e38a0104b1d8260fa19bd181259c181dd
7
+ data.tar.gz: ee5f5be5ea84afbbff61906b810d0b41c5467ba0e9d97a84375a7d52adc04dda888ccf52306955a91e3ba3962ac475bcf69dc7f27506eac7cb2544b5fcfe8a79
@@ -465,6 +465,7 @@
465
465
  "type":"structure",
466
466
  "members":{
467
467
  "ResourceId":{"shape":"GenericString"},
468
+ "InstanceName":{"shape":"GenericString"},
468
469
  "Tags":{"shape":"TagValuesList"},
469
470
  "ResourceDetails":{"shape":"ResourceDetails"},
470
471
  "ResourceUtilization":{"shape":"ResourceUtilization"},
@@ -23912,6 +23912,10 @@
23912
23912
  "shape":"DateTime",
23913
23913
  "locationName":"validUntil"
23914
23914
  },
23915
+ "TagSpecifications":{
23916
+ "shape":"TagSpecificationList",
23917
+ "locationName":"TagSpecification"
23918
+ },
23915
23919
  "InstanceInterruptionBehavior":{"shape":"InstanceInterruptionBehavior"}
23916
23920
  }
23917
23921
  },
@@ -372,6 +372,46 @@
372
372
  ],
373
373
  "idempotent":true
374
374
  },
375
+ "ListTagsForResource":{
376
+ "name":"ListTagsForResource",
377
+ "http":{
378
+ "method":"POST",
379
+ "requestUri":"/"
380
+ },
381
+ "input":{"shape":"ListTagsForResourceRequest"},
382
+ "output":{"shape":"ListTagsForResourceResponse"},
383
+ "errors":[
384
+ {"shape":"ResourceNotFoundException"},
385
+ {"shape":"InvalidInputException"}
386
+ ]
387
+ },
388
+ "TagResource":{
389
+ "name":"TagResource",
390
+ "http":{
391
+ "method":"POST",
392
+ "requestUri":"/"
393
+ },
394
+ "input":{"shape":"TagResourceRequest"},
395
+ "output":{"shape":"TagResourceResponse"},
396
+ "errors":[
397
+ {"shape":"ResourceNotFoundException"},
398
+ {"shape":"LimitExceededException"},
399
+ {"shape":"InvalidInputException"}
400
+ ]
401
+ },
402
+ "UntagResource":{
403
+ "name":"UntagResource",
404
+ "http":{
405
+ "method":"POST",
406
+ "requestUri":"/"
407
+ },
408
+ "input":{"shape":"UntagResourceRequest"},
409
+ "output":{"shape":"UntagResourceResponse"},
410
+ "errors":[
411
+ {"shape":"ResourceNotFoundException"},
412
+ {"shape":"InvalidInputException"}
413
+ ]
414
+ },
375
415
  "UpdateDatasetGroup":{
376
416
  "name":"UpdateDatasetGroup",
377
417
  "http":{
@@ -454,7 +494,8 @@
454
494
  "members":{
455
495
  "DatasetGroupName":{"shape":"Name"},
456
496
  "Domain":{"shape":"Domain"},
457
- "DatasetArns":{"shape":"ArnList"}
497
+ "DatasetArns":{"shape":"ArnList"},
498
+ "Tags":{"shape":"Tags"}
458
499
  }
459
500
  },
460
501
  "CreateDatasetGroupResponse":{
@@ -474,7 +515,8 @@
474
515
  "DatasetImportJobName":{"shape":"Name"},
475
516
  "DatasetArn":{"shape":"Arn"},
476
517
  "DataSource":{"shape":"DataSource"},
477
- "TimestampFormat":{"shape":"TimestampFormat"}
518
+ "TimestampFormat":{"shape":"TimestampFormat"},
519
+ "Tags":{"shape":"Tags"}
478
520
  }
479
521
  },
480
522
  "CreateDatasetImportJobResponse":{
@@ -497,7 +539,8 @@
497
539
  "DatasetType":{"shape":"DatasetType"},
498
540
  "DataFrequency":{"shape":"Frequency"},
499
541
  "Schema":{"shape":"Schema"},
500
- "EncryptionConfig":{"shape":"EncryptionConfig"}
542
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
543
+ "Tags":{"shape":"Tags"}
501
544
  }
502
545
  },
503
546
  "CreateDatasetResponse":{
@@ -516,7 +559,8 @@
516
559
  "members":{
517
560
  "ForecastExportJobName":{"shape":"Name"},
518
561
  "ForecastArn":{"shape":"Arn"},
519
- "Destination":{"shape":"DataDestination"}
562
+ "Destination":{"shape":"DataDestination"},
563
+ "Tags":{"shape":"Tags"}
520
564
  }
521
565
  },
522
566
  "CreateForecastExportJobResponse":{
@@ -534,7 +578,8 @@
534
578
  "members":{
535
579
  "ForecastName":{"shape":"Name"},
536
580
  "PredictorArn":{"shape":"Arn"},
537
- "ForecastTypes":{"shape":"ForecastTypes"}
581
+ "ForecastTypes":{"shape":"ForecastTypes"},
582
+ "Tags":{"shape":"Tags"}
538
583
  }
539
584
  },
540
585
  "CreateForecastResponse":{
@@ -562,7 +607,8 @@
562
607
  "HPOConfig":{"shape":"HyperParameterTuningJobConfig"},
563
608
  "InputDataConfig":{"shape":"InputDataConfig"},
564
609
  "FeaturizationConfig":{"shape":"FeaturizationConfig"},
565
- "EncryptionConfig":{"shape":"EncryptionConfig"}
610
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
611
+ "Tags":{"shape":"Tags"}
566
612
  }
567
613
  },
568
614
  "CreatePredictorResponse":{
@@ -906,7 +952,7 @@
906
952
  "Featurizations":{
907
953
  "type":"list",
908
954
  "member":{"shape":"Featurization"},
909
- "max":1,
955
+ "max":50,
910
956
  "min":1
911
957
  },
912
958
  "FieldStatistics":{
@@ -1153,6 +1199,19 @@
1153
1199
  "NextToken":{"shape":"NextToken"}
1154
1200
  }
1155
1201
  },
1202
+ "ListTagsForResourceRequest":{
1203
+ "type":"structure",
1204
+ "required":["ResourceArn"],
1205
+ "members":{
1206
+ "ResourceArn":{"shape":"Arn"}
1207
+ }
1208
+ },
1209
+ "ListTagsForResourceResponse":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "Tags":{"shape":"Tags"}
1213
+ }
1214
+ },
1156
1215
  "MaxResults":{
1157
1216
  "type":"integer",
1158
1217
  "max":100,
@@ -1295,7 +1354,9 @@
1295
1354
  },
1296
1355
  "SchemaAttributes":{
1297
1356
  "type":"list",
1298
- "member":{"shape":"SchemaAttribute"}
1357
+ "member":{"shape":"SchemaAttribute"},
1358
+ "max":100,
1359
+ "min":1
1299
1360
  },
1300
1361
  "Statistics":{
1301
1362
  "type":"structure",
@@ -1336,6 +1397,57 @@
1336
1397
  "max":1,
1337
1398
  "min":1
1338
1399
  },
1400
+ "Tag":{
1401
+ "type":"structure",
1402
+ "required":[
1403
+ "Key",
1404
+ "Value"
1405
+ ],
1406
+ "members":{
1407
+ "Key":{"shape":"TagKey"},
1408
+ "Value":{"shape":"TagValue"}
1409
+ }
1410
+ },
1411
+ "TagKey":{
1412
+ "type":"string",
1413
+ "max":128,
1414
+ "min":1,
1415
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1416
+ },
1417
+ "TagKeys":{
1418
+ "type":"list",
1419
+ "member":{"shape":"TagKey"},
1420
+ "max":200,
1421
+ "min":0
1422
+ },
1423
+ "TagResourceRequest":{
1424
+ "type":"structure",
1425
+ "required":[
1426
+ "ResourceArn",
1427
+ "Tags"
1428
+ ],
1429
+ "members":{
1430
+ "ResourceArn":{"shape":"Arn"},
1431
+ "Tags":{"shape":"Tags"}
1432
+ }
1433
+ },
1434
+ "TagResourceResponse":{
1435
+ "type":"structure",
1436
+ "members":{
1437
+ }
1438
+ },
1439
+ "TagValue":{
1440
+ "type":"string",
1441
+ "max":256,
1442
+ "min":0,
1443
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1444
+ },
1445
+ "Tags":{
1446
+ "type":"list",
1447
+ "member":{"shape":"Tag"},
1448
+ "max":200,
1449
+ "min":0
1450
+ },
1339
1451
  "TestWindowDetails":{
1340
1452
  "type":"list",
1341
1453
  "member":{"shape":"TestWindowSummary"}
@@ -1366,6 +1478,22 @@
1366
1478
  "max":100,
1367
1479
  "min":0
1368
1480
  },
1481
+ "UntagResourceRequest":{
1482
+ "type":"structure",
1483
+ "required":[
1484
+ "ResourceArn",
1485
+ "TagKeys"
1486
+ ],
1487
+ "members":{
1488
+ "ResourceArn":{"shape":"Arn"},
1489
+ "TagKeys":{"shape":"TagKeys"}
1490
+ }
1491
+ },
1492
+ "UntagResourceResponse":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ }
1496
+ },
1369
1497
  "UpdateDatasetGroupRequest":{
1370
1498
  "type":"structure",
1371
1499
  "required":[
@@ -1588,7 +1588,8 @@
1588
1588
  "type":"string",
1589
1589
  "enum":[
1590
1590
  "TAG_POLICY",
1591
- "BACKUP_POLICY"
1591
+ "BACKUP_POLICY",
1592
+ "AISERVICES_OPT_OUT_POLICY"
1592
1593
  ]
1593
1594
  },
1594
1595
  "Email":{
@@ -2359,7 +2360,8 @@
2359
2360
  "enum":[
2360
2361
  "SERVICE_CONTROL_POLICY",
2361
2362
  "TAG_POLICY",
2362
- "BACKUP_POLICY"
2363
+ "BACKUP_POLICY",
2364
+ "AISERVICES_OPT_OUT_POLICY"
2363
2365
  ]
2364
2366
  },
2365
2367
  "PolicyTypeAlreadyEnabledException":{
@@ -6985,6 +6985,12 @@
6985
6985
  },
6986
6986
  "comprehendmedical" : {
6987
6987
  "endpoints" : {
6988
+ "fips-us-gov-west-1" : {
6989
+ "credentialScope" : {
6990
+ "region" : "us-gov-west-1"
6991
+ },
6992
+ "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com"
6993
+ },
6988
6994
  "us-gov-west-1" : { }
6989
6995
  }
6990
6996
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.543'
2
+ VERSION = '2.11.544'
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.543
4
+ version: 2.11.544
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-07-07 00:00:00.000000000 Z
11
+ date: 2020-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath