aws-sdk-core 2.11.378 → 2.11.379
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 +4 -4
- data/apis/iotevents/2018-07-27/api-2.json +15 -4
- data/apis/opsworkscm/2016-11-01/api-2.json +58 -7
- data/endpoints.json +48 -0
- 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: e57ce7d5300862786670f8562a54f6164ce9898e
|
4
|
+
data.tar.gz: 2a4e695fae9d30e3c8220096f518fbf1b6b0eb34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a94f7e8033014a9e1fe27533f195a6bd64b9e770b0148cfcbeb31c0466af81639a86d0d5a3ac4423b705f2838a041a4478905308a62c21d21b596d495355e297
|
7
|
+
data.tar.gz: 91ac245c274cb3f977f7627ef3d22763a2dc9043f9a82d6b656bf4f7520dc61db77047a1b7c110e35f2a78749e679b992444a4c9b7632dc5d719ee50a2651e4d
|
@@ -344,7 +344,8 @@
|
|
344
344
|
"detectorModelDescription":{"shape":"DetectorModelDescription"},
|
345
345
|
"key":{"shape":"AttributeJsonPath"},
|
346
346
|
"roleArn":{"shape":"AmazonResourceName"},
|
347
|
-
"tags":{"shape":"Tags"}
|
347
|
+
"tags":{"shape":"Tags"},
|
348
|
+
"evaluationMethod":{"shape":"EvaluationMethod"}
|
348
349
|
}
|
349
350
|
},
|
350
351
|
"CreateDetectorModelResponse":{
|
@@ -487,7 +488,8 @@
|
|
487
488
|
"creationTime":{"shape":"Timestamp"},
|
488
489
|
"lastUpdateTime":{"shape":"Timestamp"},
|
489
490
|
"status":{"shape":"DetectorModelVersionStatus"},
|
490
|
-
"key":{"shape":"AttributeJsonPath"}
|
491
|
+
"key":{"shape":"AttributeJsonPath"},
|
492
|
+
"evaluationMethod":{"shape":"EvaluationMethod"}
|
491
493
|
}
|
492
494
|
},
|
493
495
|
"DetectorModelDefinition":{
|
@@ -553,9 +555,17 @@
|
|
553
555
|
"roleArn":{"shape":"AmazonResourceName"},
|
554
556
|
"creationTime":{"shape":"Timestamp"},
|
555
557
|
"lastUpdateTime":{"shape":"Timestamp"},
|
556
|
-
"status":{"shape":"DetectorModelVersionStatus"}
|
558
|
+
"status":{"shape":"DetectorModelVersionStatus"},
|
559
|
+
"evaluationMethod":{"shape":"EvaluationMethod"}
|
557
560
|
}
|
558
561
|
},
|
562
|
+
"EvaluationMethod":{
|
563
|
+
"type":"string",
|
564
|
+
"enum":[
|
565
|
+
"BATCH",
|
566
|
+
"SERIAL"
|
567
|
+
]
|
568
|
+
},
|
559
569
|
"Event":{
|
560
570
|
"type":"structure",
|
561
571
|
"required":["eventName"],
|
@@ -1083,7 +1093,8 @@
|
|
1083
1093
|
},
|
1084
1094
|
"detectorModelDefinition":{"shape":"DetectorModelDefinition"},
|
1085
1095
|
"detectorModelDescription":{"shape":"DetectorModelDescription"},
|
1086
|
-
"roleArn":{"shape":"AmazonResourceName"}
|
1096
|
+
"roleArn":{"shape":"AmazonResourceName"},
|
1097
|
+
"evaluationMethod":{"shape":"EvaluationMethod"}
|
1087
1098
|
}
|
1088
1099
|
},
|
1089
1100
|
"UpdateDetectorModelResponse":{
|
@@ -273,7 +273,11 @@
|
|
273
273
|
"min":1,
|
274
274
|
"pattern":"[A-Z][A-Z0-9_]*"
|
275
275
|
},
|
276
|
-
"AttributeValue":{
|
276
|
+
"AttributeValue":{
|
277
|
+
"type":"string",
|
278
|
+
"max":10000,
|
279
|
+
"pattern":"(?s).*"
|
280
|
+
},
|
277
281
|
"Backup":{
|
278
282
|
"type":"structure",
|
279
283
|
"members":{
|
@@ -311,7 +315,8 @@
|
|
311
315
|
},
|
312
316
|
"BackupId":{
|
313
317
|
"type":"string",
|
314
|
-
"max":79
|
318
|
+
"max":79,
|
319
|
+
"pattern":"[a-zA-Z][a-zA-Z0-9\\-\\.\\:]*"
|
315
320
|
},
|
316
321
|
"BackupRetentionCountDefinition":{
|
317
322
|
"type":"integer",
|
@@ -362,6 +367,9 @@
|
|
362
367
|
],
|
363
368
|
"members":{
|
364
369
|
"AssociatePublicIpAddress":{"shape":"Boolean"},
|
370
|
+
"CustomDomain":{"shape":"CustomDomain"},
|
371
|
+
"CustomCertificate":{"shape":"CustomCertificate"},
|
372
|
+
"CustomPrivateKey":{"shape":"CustomPrivateKey"},
|
365
373
|
"DisableAutomatedBackup":{"shape":"Boolean"},
|
366
374
|
"Engine":{"shape":"String"},
|
367
375
|
"EngineModel":{"shape":"String"},
|
@@ -386,6 +394,22 @@
|
|
386
394
|
"Server":{"shape":"Server"}
|
387
395
|
}
|
388
396
|
},
|
397
|
+
"CustomCertificate":{
|
398
|
+
"type":"string",
|
399
|
+
"max":2097152,
|
400
|
+
"pattern":"(?s)\\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\\s*"
|
401
|
+
},
|
402
|
+
"CustomDomain":{
|
403
|
+
"type":"string",
|
404
|
+
"max":253,
|
405
|
+
"pattern":"^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
|
406
|
+
},
|
407
|
+
"CustomPrivateKey":{
|
408
|
+
"type":"string",
|
409
|
+
"max":4096,
|
410
|
+
"pattern":"(?ms)\\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\\s*",
|
411
|
+
"sensitive":true
|
412
|
+
},
|
389
413
|
"DeleteBackupRequest":{
|
390
414
|
"type":"structure",
|
391
415
|
"required":["BackupId"],
|
@@ -511,9 +535,15 @@
|
|
511
535
|
"Value":{"shape":"EngineAttributeValue"}
|
512
536
|
}
|
513
537
|
},
|
514
|
-
"EngineAttributeName":{
|
538
|
+
"EngineAttributeName":{
|
539
|
+
"type":"string",
|
540
|
+
"max":10000,
|
541
|
+
"pattern":"(?s).*"
|
542
|
+
},
|
515
543
|
"EngineAttributeValue":{
|
516
544
|
"type":"string",
|
545
|
+
"max":10000,
|
546
|
+
"pattern":"(?s).*",
|
517
547
|
"sensitive":true
|
518
548
|
},
|
519
549
|
"EngineAttributes":{
|
@@ -541,6 +571,7 @@
|
|
541
571
|
},
|
542
572
|
"InstanceProfileArn":{
|
543
573
|
"type":"string",
|
574
|
+
"max":10000,
|
544
575
|
"pattern":"arn:aws:iam::[0-9]{12}:instance-profile/.*"
|
545
576
|
},
|
546
577
|
"Integer":{"type":"integer"},
|
@@ -558,7 +589,11 @@
|
|
558
589
|
},
|
559
590
|
"exception":true
|
560
591
|
},
|
561
|
-
"KeyPair":{
|
592
|
+
"KeyPair":{
|
593
|
+
"type":"string",
|
594
|
+
"max":10000,
|
595
|
+
"pattern":".*"
|
596
|
+
},
|
562
597
|
"LimitExceededException":{
|
563
598
|
"type":"structure",
|
564
599
|
"members":{
|
@@ -577,7 +612,11 @@
|
|
577
612
|
"type":"integer",
|
578
613
|
"min":1
|
579
614
|
},
|
580
|
-
"NextToken":{
|
615
|
+
"NextToken":{
|
616
|
+
"type":"string",
|
617
|
+
"max":10000,
|
618
|
+
"pattern":"(?s).*"
|
619
|
+
},
|
581
620
|
"NodeAssociationStatus":{
|
582
621
|
"type":"string",
|
583
622
|
"enum":[
|
@@ -586,9 +625,14 @@
|
|
586
625
|
"IN_PROGRESS"
|
587
626
|
]
|
588
627
|
},
|
589
|
-
"NodeAssociationStatusToken":{
|
628
|
+
"NodeAssociationStatusToken":{
|
629
|
+
"type":"string",
|
630
|
+
"max":10000,
|
631
|
+
"pattern":"(?s).*"
|
632
|
+
},
|
590
633
|
"NodeName":{
|
591
634
|
"type":"string",
|
635
|
+
"max":10000,
|
592
636
|
"pattern":"^[\\-\\p{Alnum}_:.]+$"
|
593
637
|
},
|
594
638
|
"ResourceAlreadyExistsException":{
|
@@ -631,6 +675,7 @@
|
|
631
675
|
"ServerName":{"shape":"String"},
|
632
676
|
"CreatedAt":{"shape":"Timestamp"},
|
633
677
|
"CloudFormationStackArn":{"shape":"String"},
|
678
|
+
"CustomDomain":{"shape":"CustomDomain"},
|
634
679
|
"DisableAutomatedBackup":{"shape":"Boolean"},
|
635
680
|
"Endpoint":{"shape":"String"},
|
636
681
|
"Engine":{"shape":"String"},
|
@@ -694,6 +739,7 @@
|
|
694
739
|
},
|
695
740
|
"ServiceRoleArn":{
|
696
741
|
"type":"string",
|
742
|
+
"max":10000,
|
697
743
|
"pattern":"arn:aws:iam::[0-9]{12}:role/.*"
|
698
744
|
},
|
699
745
|
"StartMaintenanceRequest":{
|
@@ -710,13 +756,18 @@
|
|
710
756
|
"Server":{"shape":"Server"}
|
711
757
|
}
|
712
758
|
},
|
713
|
-
"String":{
|
759
|
+
"String":{
|
760
|
+
"type":"string",
|
761
|
+
"max":10000,
|
762
|
+
"pattern":"(?s).*"
|
763
|
+
},
|
714
764
|
"Strings":{
|
715
765
|
"type":"list",
|
716
766
|
"member":{"shape":"String"}
|
717
767
|
},
|
718
768
|
"TimeWindowDefinition":{
|
719
769
|
"type":"string",
|
770
|
+
"max":10000,
|
720
771
|
"pattern":"^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$"
|
721
772
|
},
|
722
773
|
"Timestamp":{"type":"timestamp"},
|
data/endpoints.json
CHANGED
@@ -3505,6 +3505,27 @@
|
|
3505
3505
|
"us-west-2" : { }
|
3506
3506
|
}
|
3507
3507
|
},
|
3508
|
+
"transcribe" : {
|
3509
|
+
"defaults" : {
|
3510
|
+
"protocols" : [ "https" ]
|
3511
|
+
},
|
3512
|
+
"endpoints" : {
|
3513
|
+
"ap-northeast-2" : { },
|
3514
|
+
"ap-south-1" : { },
|
3515
|
+
"ap-southeast-1" : { },
|
3516
|
+
"ap-southeast-2" : { },
|
3517
|
+
"ca-central-1" : { },
|
3518
|
+
"eu-central-1" : { },
|
3519
|
+
"eu-west-1" : { },
|
3520
|
+
"eu-west-2" : { },
|
3521
|
+
"eu-west-3" : { },
|
3522
|
+
"sa-east-1" : { },
|
3523
|
+
"us-east-1" : { },
|
3524
|
+
"us-east-2" : { },
|
3525
|
+
"us-west-1" : { },
|
3526
|
+
"us-west-2" : { }
|
3527
|
+
}
|
3528
|
+
},
|
3508
3529
|
"transfer" : {
|
3509
3530
|
"endpoints" : {
|
3510
3531
|
"ap-northeast-1" : { },
|
@@ -4100,6 +4121,25 @@
|
|
4100
4121
|
"cn-north-1" : { },
|
4101
4122
|
"cn-northwest-1" : { }
|
4102
4123
|
}
|
4124
|
+
},
|
4125
|
+
"transcribe" : {
|
4126
|
+
"defaults" : {
|
4127
|
+
"protocols" : [ "https" ]
|
4128
|
+
},
|
4129
|
+
"endpoints" : {
|
4130
|
+
"cn-north-1" : {
|
4131
|
+
"credentialScope" : {
|
4132
|
+
"region" : "cn-north-1"
|
4133
|
+
},
|
4134
|
+
"hostname" : "cn.transcribe.cn-north-1.amazonaws.com.cn"
|
4135
|
+
},
|
4136
|
+
"cn-northwest-1" : {
|
4137
|
+
"credentialScope" : {
|
4138
|
+
"region" : "cn-northwest-1"
|
4139
|
+
},
|
4140
|
+
"hostname" : "cn.transcribe.cn-northwest-1.amazonaws.com.cn"
|
4141
|
+
}
|
4142
|
+
}
|
4103
4143
|
}
|
4104
4144
|
}
|
4105
4145
|
}, {
|
@@ -4816,6 +4856,14 @@
|
|
4816
4856
|
"us-gov-west-1" : { }
|
4817
4857
|
}
|
4818
4858
|
},
|
4859
|
+
"transcribe" : {
|
4860
|
+
"defaults" : {
|
4861
|
+
"protocols" : [ "https" ]
|
4862
|
+
},
|
4863
|
+
"endpoints" : {
|
4864
|
+
"us-gov-west-1" : { }
|
4865
|
+
}
|
4866
|
+
},
|
4819
4867
|
"translate" : {
|
4820
4868
|
"defaults" : {
|
4821
4869
|
"protocols" : [ "https" ]
|
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.379
|
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: 2019-10-
|
11
|
+
date: 2019-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|