aws-sdk-core 2.11.452 → 2.11.453

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
  SHA1:
3
- metadata.gz: d5557280081482c6bb576797c97ba3249db00308
4
- data.tar.gz: fb8792618674d0d7f159a5853e5a10a5853e6c9e
3
+ metadata.gz: 3c065021bd60eef6f4619f73c65ca87ffaeb41e8
4
+ data.tar.gz: 34a4080a617487e4b820110c32028a9ab1452fe1
5
5
  SHA512:
6
- metadata.gz: 5e9ede41b9b224846cac6342589f6c027da0503f6829d95e7a4f0942d68e738dab2460375fab2b1599c488d1b12c2e5724f644f150e7ff5b2ff7d9a591b19ff3
7
- data.tar.gz: ceb0c29f2779d25c5dc584a7fb9a491d91c091d51f13c3166071d15126aa05cf1e67e527abd3c3a2c0aff81d0e6b1a54578c69324fdb5b23cd5c2297a5b66efc
6
+ metadata.gz: 4e77228406a4d932f0b3404823a14f57f7c5eb34fe77501d88e746c42f8f694fdf42cbf835e5c8cfd6af550b906a7d34ee6bd9d2aa3b6d4125b377156b19a970
7
+ data.tar.gz: 61a37d882e49dcd0d24754f1569f712d874a70b9501eb1418e7f606a975ffdcb01fa03820f5057cead4f20709f9caa1c93eacb0b81743f42ded6210c1e4bab7e
@@ -24318,6 +24318,7 @@
24318
24318
  },
24319
24319
  "ClientToken":{
24320
24320
  "shape":"String",
24321
+ "idempotencyToken":true,
24321
24322
  "locationName":"clientToken"
24322
24323
  },
24323
24324
  "DisableApiTermination":{
@@ -4491,17 +4491,11 @@
4491
4491
  "ExperimentConfig":{
4492
4492
  "type":"structure",
4493
4493
  "members":{
4494
- "ExperimentName":{"shape":"ExperimentConfigName"},
4495
- "TrialName":{"shape":"ExperimentConfigName"},
4496
- "TrialComponentDisplayName":{"shape":"ExperimentConfigName"}
4494
+ "ExperimentName":{"shape":"ExperimentEntityName"},
4495
+ "TrialName":{"shape":"ExperimentEntityName"},
4496
+ "TrialComponentDisplayName":{"shape":"ExperimentEntityName"}
4497
4497
  }
4498
4498
  },
4499
- "ExperimentConfigName":{
4500
- "type":"string",
4501
- "max":64,
4502
- "min":1,
4503
- "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
4504
- },
4505
4499
  "ExperimentDescription":{
4506
4500
  "type":"string",
4507
4501
  "max":3072,
@@ -6108,6 +6102,7 @@
6108
6102
  "type":"structure",
6109
6103
  "members":{
6110
6104
  "ExperimentName":{"shape":"ExperimentEntityName"},
6105
+ "TrialComponentName":{"shape":"ExperimentEntityName"},
6111
6106
  "CreatedAfter":{"shape":"Timestamp"},
6112
6107
  "CreatedBefore":{"shape":"Timestamp"},
6113
6108
  "SortBy":{"shape":"SortTrialsBy"},
@@ -8105,14 +8100,17 @@
8105
8100
  "jetson_tx1",
8106
8101
  "jetson_tx2",
8107
8102
  "jetson_nano",
8103
+ "jetson_xavier",
8108
8104
  "rasp3b",
8105
+ "imx8qm",
8109
8106
  "deeplens",
8110
8107
  "rk3399",
8111
8108
  "rk3288",
8112
8109
  "aisage",
8113
8110
  "sbe_c",
8114
8111
  "qcs605",
8115
- "qcs603"
8112
+ "qcs603",
8113
+ "amba_cv22"
8116
8114
  ]
8117
8115
  },
8118
8116
  "TargetObjectiveMetricValue":{"type":"float"},
@@ -8851,7 +8849,9 @@
8851
8849
  ],
8852
8850
  "members":{
8853
8851
  "EndpointName":{"shape":"EndpointName"},
8854
- "EndpointConfigName":{"shape":"EndpointConfigName"}
8852
+ "EndpointConfigName":{"shape":"EndpointConfigName"},
8853
+ "RetainAllVariantProperties":{"shape":"Boolean"},
8854
+ "ExcludeRetainedVariantProperties":{"shape":"VariantPropertyList"}
8855
8855
  }
8856
8856
  },
8857
8857
  "UpdateEndpointOutput":{
@@ -9106,6 +9106,27 @@
9106
9106
  "max":63,
9107
9107
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
9108
9108
  },
9109
+ "VariantProperty":{
9110
+ "type":"structure",
9111
+ "required":["VariantPropertyType"],
9112
+ "members":{
9113
+ "VariantPropertyType":{"shape":"VariantPropertyType"}
9114
+ }
9115
+ },
9116
+ "VariantPropertyList":{
9117
+ "type":"list",
9118
+ "member":{"shape":"VariantProperty"},
9119
+ "max":3,
9120
+ "min":0
9121
+ },
9122
+ "VariantPropertyType":{
9123
+ "type":"string",
9124
+ "enum":[
9125
+ "DesiredInstanceCount",
9126
+ "DesiredWeight",
9127
+ "DataCaptureConfig"
9128
+ ]
9129
+ },
9109
9130
  "VariantWeight":{
9110
9131
  "type":"float",
9111
9132
  "min":0
@@ -1951,6 +1951,17 @@
1951
1951
  }
1952
1952
  },
1953
1953
  "Integer":{"type":"integer"},
1954
+ "IntegrationType":{
1955
+ "type":"string",
1956
+ "enum":[
1957
+ "SEND_FINDINGS_TO_SECURITY_HUB",
1958
+ "RECEIVE_FINDINGS_FROM_SECURITY_HUB"
1959
+ ]
1960
+ },
1961
+ "IntegrationTypeList":{
1962
+ "type":"list",
1963
+ "member":{"shape":"IntegrationType"}
1964
+ },
1954
1965
  "InternalException":{
1955
1966
  "type":"structure",
1956
1967
  "members":{
@@ -2301,6 +2312,7 @@
2301
2312
  "CompanyName":{"shape":"NonEmptyString"},
2302
2313
  "Description":{"shape":"NonEmptyString"},
2303
2314
  "Categories":{"shape":"CategoryList"},
2315
+ "IntegrationTypes":{"shape":"IntegrationTypeList"},
2304
2316
  "MarketplaceUrl":{"shape":"NonEmptyString"},
2305
2317
  "ActivationUrl":{"shape":"NonEmptyString"},
2306
2318
  "ProductSubscriptionResourcePolicy":{"shape":"NonEmptyString"}
@@ -234,6 +234,17 @@
234
234
  },
235
235
  "exception":true
236
236
  },
237
+ "ContentRedaction":{
238
+ "type":"structure",
239
+ "required":[
240
+ "RedactionType",
241
+ "RedactionOutput"
242
+ ],
243
+ "members":{
244
+ "RedactionType":{"shape":"RedactionType"},
245
+ "RedactionOutput":{"shape":"RedactionOutput"}
246
+ }
247
+ },
237
248
  "CreateVocabularyFilterRequest":{
238
249
  "type":"structure",
239
250
  "required":[
@@ -534,6 +545,17 @@
534
545
  "type":"list",
535
546
  "member":{"shape":"Phrase"}
536
547
  },
548
+ "RedactionOutput":{
549
+ "type":"string",
550
+ "enum":[
551
+ "redacted",
552
+ "redacted_and_unredacted"
553
+ ]
554
+ },
555
+ "RedactionType":{
556
+ "type":"string",
557
+ "enum":["PII"]
558
+ },
537
559
  "Settings":{
538
560
  "type":"structure",
539
561
  "members":{
@@ -563,7 +585,8 @@
563
585
  "OutputBucketName":{"shape":"OutputBucketName"},
564
586
  "OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
565
587
  "Settings":{"shape":"Settings"},
566
- "JobExecutionSettings":{"shape":"JobExecutionSettings"}
588
+ "JobExecutionSettings":{"shape":"JobExecutionSettings"},
589
+ "ContentRedaction":{"shape":"ContentRedaction"}
567
590
  }
568
591
  },
569
592
  "StartTranscriptionJobResponse":{
@@ -576,7 +599,8 @@
576
599
  "Transcript":{
577
600
  "type":"structure",
578
601
  "members":{
579
- "TranscriptFileUri":{"shape":"Uri"}
602
+ "TranscriptFileUri":{"shape":"Uri"},
603
+ "RedactedTranscriptFileUri":{"shape":"Uri"}
580
604
  }
581
605
  },
582
606
  "TranscriptionJob":{
@@ -594,7 +618,8 @@
594
618
  "CompletionTime":{"shape":"DateTime"},
595
619
  "FailureReason":{"shape":"FailureReason"},
596
620
  "Settings":{"shape":"Settings"},
597
- "JobExecutionSettings":{"shape":"JobExecutionSettings"}
621
+ "JobExecutionSettings":{"shape":"JobExecutionSettings"},
622
+ "ContentRedaction":{"shape":"ContentRedaction"}
598
623
  }
599
624
  },
600
625
  "TranscriptionJobName":{
@@ -626,7 +651,8 @@
626
651
  "LanguageCode":{"shape":"LanguageCode"},
627
652
  "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
628
653
  "FailureReason":{"shape":"FailureReason"},
629
- "OutputLocationType":{"shape":"OutputLocationType"}
654
+ "OutputLocationType":{"shape":"OutputLocationType"},
655
+ "ContentRedaction":{"shape":"ContentRedaction"}
630
656
  }
631
657
  },
632
658
  "UpdateVocabularyFilterRequest":{
@@ -1446,16 +1446,6 @@
1446
1446
  "us-west-2" : { }
1447
1447
  }
1448
1448
  },
1449
- "elastic-inference" : {
1450
- "endpoints" : {
1451
- "ap-northeast-1" : { },
1452
- "ap-northeast-2" : { },
1453
- "eu-west-1" : { },
1454
- "us-east-1" : { },
1455
- "us-east-2" : { },
1456
- "us-west-2" : { }
1457
- }
1458
- },
1459
1449
  "elasticache" : {
1460
1450
  "endpoints" : {
1461
1451
  "ap-east-1" : { },
@@ -3501,6 +3491,7 @@
3501
3491
  },
3502
3492
  "servicecatalog" : {
3503
3493
  "endpoints" : {
3494
+ "ap-east-1" : { },
3504
3495
  "ap-northeast-1" : { },
3505
3496
  "ap-northeast-2" : { },
3506
3497
  "ap-south-1" : { },
@@ -3512,6 +3503,7 @@
3512
3503
  "eu-west-1" : { },
3513
3504
  "eu-west-2" : { },
3514
3505
  "eu-west-3" : { },
3506
+ "me-south-1" : { },
3515
3507
  "sa-east-1" : { },
3516
3508
  "us-east-1" : { },
3517
3509
  "us-east-1-fips" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.452'
2
+ VERSION = '2.11.453'
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.452
4
+ version: 2.11.453
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-02-25 00:00:00.000000000 Z
11
+ date: 2020-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath