aws-sdk-core 2.10.57 → 2.10.58
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/kinesisanalytics/2015-08-14/api-2.json +156 -12
- data/apis/route53domains/2014-05-15/api-2.json +63 -5
- 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: cffdeec63cffed25bf973cdbcd71c43396796722
|
4
|
+
data.tar.gz: 930bd55a7047091aa957fcf822527c9427e72aec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5af39ba5c27ce8c25b0c2bc8ccd6b8bae3357b2c4628b6ecb06ef38a3c32f3f38272b1de620c6b252fb712121ab22e54076777e5627ea3c5e3362a7c3249ad31
|
7
|
+
data.tar.gz: 3090f3d40d16598ab80b79c8e119f5edbc550c62fa29852a155d19dcf1172a6e489bea7f4ca860d6ceea6251f64ecc6547626cea23d19d0cece23c1672490683
|
@@ -44,6 +44,21 @@
|
|
44
44
|
{"shape":"CodeValidationException"}
|
45
45
|
]
|
46
46
|
},
|
47
|
+
"AddApplicationInputProcessingConfiguration":{
|
48
|
+
"name":"AddApplicationInputProcessingConfiguration",
|
49
|
+
"http":{
|
50
|
+
"method":"POST",
|
51
|
+
"requestUri":"/"
|
52
|
+
},
|
53
|
+
"input":{"shape":"AddApplicationInputProcessingConfigurationRequest"},
|
54
|
+
"output":{"shape":"AddApplicationInputProcessingConfigurationResponse"},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"ResourceNotFoundException"},
|
57
|
+
{"shape":"ResourceInUseException"},
|
58
|
+
{"shape":"InvalidArgumentException"},
|
59
|
+
{"shape":"ConcurrentModificationException"}
|
60
|
+
]
|
61
|
+
},
|
47
62
|
"AddApplicationOutput":{
|
48
63
|
"name":"AddApplicationOutput",
|
49
64
|
"http":{
|
@@ -118,6 +133,21 @@
|
|
118
133
|
{"shape":"ConcurrentModificationException"}
|
119
134
|
]
|
120
135
|
},
|
136
|
+
"DeleteApplicationInputProcessingConfiguration":{
|
137
|
+
"name":"DeleteApplicationInputProcessingConfiguration",
|
138
|
+
"http":{
|
139
|
+
"method":"POST",
|
140
|
+
"requestUri":"/"
|
141
|
+
},
|
142
|
+
"input":{"shape":"DeleteApplicationInputProcessingConfigurationRequest"},
|
143
|
+
"output":{"shape":"DeleteApplicationInputProcessingConfigurationResponse"},
|
144
|
+
"errors":[
|
145
|
+
{"shape":"ResourceNotFoundException"},
|
146
|
+
{"shape":"ResourceInUseException"},
|
147
|
+
{"shape":"InvalidArgumentException"},
|
148
|
+
{"shape":"ConcurrentModificationException"}
|
149
|
+
]
|
150
|
+
},
|
121
151
|
"DeleteApplicationOutput":{
|
122
152
|
"name":"DeleteApplicationOutput",
|
123
153
|
"http":{
|
@@ -248,6 +278,26 @@
|
|
248
278
|
"members":{
|
249
279
|
}
|
250
280
|
},
|
281
|
+
"AddApplicationInputProcessingConfigurationRequest":{
|
282
|
+
"type":"structure",
|
283
|
+
"required":[
|
284
|
+
"ApplicationName",
|
285
|
+
"CurrentApplicationVersionId",
|
286
|
+
"InputId",
|
287
|
+
"InputProcessingConfiguration"
|
288
|
+
],
|
289
|
+
"members":{
|
290
|
+
"ApplicationName":{"shape":"ApplicationName"},
|
291
|
+
"CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
|
292
|
+
"InputId":{"shape":"Id"},
|
293
|
+
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"AddApplicationInputProcessingConfigurationResponse":{
|
297
|
+
"type":"structure",
|
298
|
+
"members":{
|
299
|
+
}
|
300
|
+
},
|
251
301
|
"AddApplicationInputRequest":{
|
252
302
|
"type":"structure",
|
253
303
|
"required":[
|
@@ -497,6 +547,24 @@
|
|
497
547
|
"members":{
|
498
548
|
}
|
499
549
|
},
|
550
|
+
"DeleteApplicationInputProcessingConfigurationRequest":{
|
551
|
+
"type":"structure",
|
552
|
+
"required":[
|
553
|
+
"ApplicationName",
|
554
|
+
"CurrentApplicationVersionId",
|
555
|
+
"InputId"
|
556
|
+
],
|
557
|
+
"members":{
|
558
|
+
"ApplicationName":{"shape":"ApplicationName"},
|
559
|
+
"CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
|
560
|
+
"InputId":{"shape":"Id"}
|
561
|
+
}
|
562
|
+
},
|
563
|
+
"DeleteApplicationInputProcessingConfigurationResponse":{
|
564
|
+
"type":"structure",
|
565
|
+
"members":{
|
566
|
+
}
|
567
|
+
},
|
500
568
|
"DeleteApplicationOutputRequest":{
|
501
569
|
"type":"structure",
|
502
570
|
"required":[
|
@@ -571,15 +639,12 @@
|
|
571
639
|
},
|
572
640
|
"DiscoverInputSchemaRequest":{
|
573
641
|
"type":"structure",
|
574
|
-
"required":[
|
575
|
-
"ResourceARN",
|
576
|
-
"RoleARN",
|
577
|
-
"InputStartingPositionConfiguration"
|
578
|
-
],
|
579
642
|
"members":{
|
580
643
|
"ResourceARN":{"shape":"ResourceARN"},
|
581
644
|
"RoleARN":{"shape":"RoleARN"},
|
582
|
-
"InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"}
|
645
|
+
"InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"},
|
646
|
+
"S3Configuration":{"shape":"S3Configuration"},
|
647
|
+
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
|
583
648
|
}
|
584
649
|
},
|
585
650
|
"DiscoverInputSchemaResponse":{
|
@@ -587,11 +652,16 @@
|
|
587
652
|
"members":{
|
588
653
|
"InputSchema":{"shape":"SourceSchema"},
|
589
654
|
"ParsedInputRecords":{"shape":"ParsedInputRecords"},
|
655
|
+
"ProcessedInputRecords":{"shape":"ProcessedInputRecords"},
|
590
656
|
"RawInputRecords":{"shape":"RawInputRecords"}
|
591
657
|
}
|
592
658
|
},
|
593
659
|
"ErrorMessage":{"type":"string"},
|
594
|
-
"FileKey":{
|
660
|
+
"FileKey":{
|
661
|
+
"type":"string",
|
662
|
+
"max":1024,
|
663
|
+
"min":1
|
664
|
+
},
|
595
665
|
"Id":{
|
596
666
|
"type":"string",
|
597
667
|
"max":50,
|
@@ -622,6 +692,7 @@
|
|
622
692
|
],
|
623
693
|
"members":{
|
624
694
|
"NamePrefix":{"shape":"InAppStreamName"},
|
695
|
+
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"},
|
625
696
|
"KinesisStreamsInput":{"shape":"KinesisStreamsInput"},
|
626
697
|
"KinesisFirehoseInput":{"shape":"KinesisFirehoseInput"},
|
627
698
|
"InputParallelism":{"shape":"InputParallelism"},
|
@@ -649,6 +720,7 @@
|
|
649
720
|
"InputId":{"shape":"Id"},
|
650
721
|
"NamePrefix":{"shape":"InAppStreamName"},
|
651
722
|
"InAppStreamNames":{"shape":"InAppStreamNames"},
|
723
|
+
"InputProcessingConfigurationDescription":{"shape":"InputProcessingConfigurationDescription"},
|
652
724
|
"KinesisStreamsInputDescription":{"shape":"KinesisStreamsInputDescription"},
|
653
725
|
"KinesisFirehoseInputDescription":{"shape":"KinesisFirehoseInputDescription"},
|
654
726
|
"InputSchema":{"shape":"SourceSchema"},
|
@@ -660,6 +732,31 @@
|
|
660
732
|
"type":"list",
|
661
733
|
"member":{"shape":"InputDescription"}
|
662
734
|
},
|
735
|
+
"InputLambdaProcessor":{
|
736
|
+
"type":"structure",
|
737
|
+
"required":[
|
738
|
+
"ResourceARN",
|
739
|
+
"RoleARN"
|
740
|
+
],
|
741
|
+
"members":{
|
742
|
+
"ResourceARN":{"shape":"ResourceARN"},
|
743
|
+
"RoleARN":{"shape":"RoleARN"}
|
744
|
+
}
|
745
|
+
},
|
746
|
+
"InputLambdaProcessorDescription":{
|
747
|
+
"type":"structure",
|
748
|
+
"members":{
|
749
|
+
"ResourceARN":{"shape":"ResourceARN"},
|
750
|
+
"RoleARN":{"shape":"RoleARN"}
|
751
|
+
}
|
752
|
+
},
|
753
|
+
"InputLambdaProcessorUpdate":{
|
754
|
+
"type":"structure",
|
755
|
+
"members":{
|
756
|
+
"ResourceARNUpdate":{"shape":"ResourceARN"},
|
757
|
+
"RoleARNUpdate":{"shape":"RoleARN"}
|
758
|
+
}
|
759
|
+
},
|
663
760
|
"InputParallelism":{
|
664
761
|
"type":"structure",
|
665
762
|
"members":{
|
@@ -677,6 +774,26 @@
|
|
677
774
|
"CountUpdate":{"shape":"InputParallelismCount"}
|
678
775
|
}
|
679
776
|
},
|
777
|
+
"InputProcessingConfiguration":{
|
778
|
+
"type":"structure",
|
779
|
+
"required":["InputLambdaProcessor"],
|
780
|
+
"members":{
|
781
|
+
"InputLambdaProcessor":{"shape":"InputLambdaProcessor"}
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"InputProcessingConfigurationDescription":{
|
785
|
+
"type":"structure",
|
786
|
+
"members":{
|
787
|
+
"InputLambdaProcessorDescription":{"shape":"InputLambdaProcessorDescription"}
|
788
|
+
}
|
789
|
+
},
|
790
|
+
"InputProcessingConfigurationUpdate":{
|
791
|
+
"type":"structure",
|
792
|
+
"required":["InputLambdaProcessorUpdate"],
|
793
|
+
"members":{
|
794
|
+
"InputLambdaProcessorUpdate":{"shape":"InputLambdaProcessorUpdate"}
|
795
|
+
}
|
796
|
+
},
|
680
797
|
"InputSchemaUpdate":{
|
681
798
|
"type":"structure",
|
682
799
|
"members":{
|
@@ -705,6 +822,7 @@
|
|
705
822
|
"members":{
|
706
823
|
"InputId":{"shape":"Id"},
|
707
824
|
"NamePrefixUpdate":{"shape":"InAppStreamName"},
|
825
|
+
"InputProcessingConfigurationUpdate":{"shape":"InputProcessingConfigurationUpdate"},
|
708
826
|
"KinesisStreamsInputUpdate":{"shape":"KinesisStreamsInputUpdate"},
|
709
827
|
"KinesisFirehoseInputUpdate":{"shape":"KinesisFirehoseInputUpdate"},
|
710
828
|
"InputSchemaUpdate":{"shape":"InputSchemaUpdate"},
|
@@ -938,6 +1056,11 @@
|
|
938
1056
|
"type":"list",
|
939
1057
|
"member":{"shape":"ParsedInputRecord"}
|
940
1058
|
},
|
1059
|
+
"ProcessedInputRecord":{"type":"string"},
|
1060
|
+
"ProcessedInputRecords":{
|
1061
|
+
"type":"list",
|
1062
|
+
"member":{"shape":"ProcessedInputRecord"}
|
1063
|
+
},
|
941
1064
|
"RawInputRecord":{"type":"string"},
|
942
1065
|
"RawInputRecords":{
|
943
1066
|
"type":"list",
|
@@ -964,7 +1087,10 @@
|
|
964
1087
|
"type":"string",
|
965
1088
|
"pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
|
966
1089
|
},
|
967
|
-
"RecordColumnSqlType":{
|
1090
|
+
"RecordColumnSqlType":{
|
1091
|
+
"type":"string",
|
1092
|
+
"min":1
|
1093
|
+
},
|
968
1094
|
"RecordColumns":{
|
969
1095
|
"type":"list",
|
970
1096
|
"member":{"shape":"RecordColumn"},
|
@@ -994,7 +1120,10 @@
|
|
994
1120
|
"type":"string",
|
995
1121
|
"min":1
|
996
1122
|
},
|
997
|
-
"RecordRowPath":{
|
1123
|
+
"RecordRowPath":{
|
1124
|
+
"type":"string",
|
1125
|
+
"min":1
|
1126
|
+
},
|
998
1127
|
"ReferenceDataSource":{
|
999
1128
|
"type":"structure",
|
1000
1129
|
"required":[
|
@@ -1043,7 +1172,7 @@
|
|
1043
1172
|
"type":"string",
|
1044
1173
|
"max":2048,
|
1045
1174
|
"min":1,
|
1046
|
-
"pattern":"arn
|
1175
|
+
"pattern":"arn:.*"
|
1047
1176
|
},
|
1048
1177
|
"ResourceInUseException":{
|
1049
1178
|
"type":"structure",
|
@@ -1072,6 +1201,19 @@
|
|
1072
1201
|
"min":1,
|
1073
1202
|
"pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
|
1074
1203
|
},
|
1204
|
+
"S3Configuration":{
|
1205
|
+
"type":"structure",
|
1206
|
+
"required":[
|
1207
|
+
"RoleARN",
|
1208
|
+
"BucketARN",
|
1209
|
+
"FileKey"
|
1210
|
+
],
|
1211
|
+
"members":{
|
1212
|
+
"RoleARN":{"shape":"RoleARN"},
|
1213
|
+
"BucketARN":{"shape":"BucketARN"},
|
1214
|
+
"FileKey":{"shape":"FileKey"}
|
1215
|
+
}
|
1216
|
+
},
|
1075
1217
|
"S3ReferenceDataSource":{
|
1076
1218
|
"type":"structure",
|
1077
1219
|
"required":[
|
@@ -1111,7 +1253,8 @@
|
|
1111
1253
|
"members":{
|
1112
1254
|
"message":{"shape":"ErrorMessage"}
|
1113
1255
|
},
|
1114
|
-
"exception":true
|
1256
|
+
"exception":true,
|
1257
|
+
"fault":true
|
1115
1258
|
},
|
1116
1259
|
"SourceSchema":{
|
1117
1260
|
"type":"structure",
|
@@ -1158,7 +1301,8 @@
|
|
1158
1301
|
"type":"structure",
|
1159
1302
|
"members":{
|
1160
1303
|
"message":{"shape":"ErrorMessage"},
|
1161
|
-
"RawInputRecords":{"shape":"RawInputRecords"}
|
1304
|
+
"RawInputRecords":{"shape":"RawInputRecords"},
|
1305
|
+
"ProcessedInputRecords":{"shape":"ProcessedInputRecords"}
|
1162
1306
|
},
|
1163
1307
|
"exception":true
|
1164
1308
|
},
|
@@ -24,6 +24,19 @@
|
|
24
24
|
{"shape":"UnsupportedTLD"}
|
25
25
|
]
|
26
26
|
},
|
27
|
+
"CheckDomainTransferability":{
|
28
|
+
"name":"CheckDomainTransferability",
|
29
|
+
"http":{
|
30
|
+
"method":"POST",
|
31
|
+
"requestUri":"/"
|
32
|
+
},
|
33
|
+
"input":{"shape":"CheckDomainTransferabilityRequest"},
|
34
|
+
"output":{"shape":"CheckDomainTransferabilityResponse"},
|
35
|
+
"errors":[
|
36
|
+
{"shape":"InvalidInput"},
|
37
|
+
{"shape":"UnsupportedTLD"}
|
38
|
+
]
|
39
|
+
},
|
27
40
|
"DeleteTagsForDomain":{
|
28
41
|
"name":"DeleteTagsForDomain",
|
29
42
|
"http":{
|
@@ -374,6 +387,21 @@
|
|
374
387
|
"Availability":{"shape":"DomainAvailability"}
|
375
388
|
}
|
376
389
|
},
|
390
|
+
"CheckDomainTransferabilityRequest":{
|
391
|
+
"type":"structure",
|
392
|
+
"required":["DomainName"],
|
393
|
+
"members":{
|
394
|
+
"DomainName":{"shape":"DomainName"},
|
395
|
+
"AuthCode":{"shape":"DomainAuthCode"}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"CheckDomainTransferabilityResponse":{
|
399
|
+
"type":"structure",
|
400
|
+
"required":["Transferability"],
|
401
|
+
"members":{
|
402
|
+
"Transferability":{"shape":"DomainTransferability"}
|
403
|
+
}
|
404
|
+
},
|
377
405
|
"City":{
|
378
406
|
"type":"string",
|
379
407
|
"max":255
|
@@ -721,8 +749,7 @@
|
|
721
749
|
},
|
722
750
|
"DomainName":{
|
723
751
|
"type":"string",
|
724
|
-
"max":255
|
725
|
-
"pattern":"[a-zA-Z0-9_\\-.]*"
|
752
|
+
"max":255
|
726
753
|
},
|
727
754
|
"DomainStatus":{"type":"string"},
|
728
755
|
"DomainStatusList":{
|
@@ -754,6 +781,12 @@
|
|
754
781
|
"type":"list",
|
755
782
|
"member":{"shape":"DomainSummary"}
|
756
783
|
},
|
784
|
+
"DomainTransferability":{
|
785
|
+
"type":"structure",
|
786
|
+
"members":{
|
787
|
+
"Transferable":{"shape":"Transferable"}
|
788
|
+
}
|
789
|
+
},
|
757
790
|
"DuplicateRequest":{
|
758
791
|
"type":"structure",
|
759
792
|
"members":{
|
@@ -831,11 +864,16 @@
|
|
831
864
|
"ES_LEGAL_FORM",
|
832
865
|
"FI_BUSINESS_NUMBER",
|
833
866
|
"FI_ID_NUMBER",
|
867
|
+
"FI_NATIONALITY",
|
868
|
+
"FI_ORGANIZATION_TYPE",
|
834
869
|
"IT_PIN",
|
870
|
+
"IT_REGISTRANT_ENTITY_TYPE",
|
835
871
|
"RU_PASSPORT_DATA",
|
836
872
|
"SE_ID_NUMBER",
|
837
873
|
"SG_ID_NUMBER",
|
838
|
-
"VAT_NUMBER"
|
874
|
+
"VAT_NUMBER",
|
875
|
+
"UK_CONTACT_TYPE",
|
876
|
+
"UK_COMPANY_NUMBER"
|
839
877
|
]
|
840
878
|
},
|
841
879
|
"ExtraParamValue":{
|
@@ -1064,7 +1102,16 @@
|
|
1064
1102
|
"UPDATE_DOMAIN_CONTACT",
|
1065
1103
|
"UPDATE_NAMESERVER",
|
1066
1104
|
"CHANGE_PRIVACY_PROTECTION",
|
1067
|
-
"DOMAIN_LOCK"
|
1105
|
+
"DOMAIN_LOCK",
|
1106
|
+
"ENABLE_AUTORENEW",
|
1107
|
+
"DISABLE_AUTORENEW",
|
1108
|
+
"ADD_DNSSEC",
|
1109
|
+
"REMOVE_DNSSEC",
|
1110
|
+
"EXPIRE_DOMAIN",
|
1111
|
+
"TRANSFER_OUT_DOMAIN",
|
1112
|
+
"CHANGE_DOMAIN_OWNER",
|
1113
|
+
"RENEW_DOMAIN",
|
1114
|
+
"PUSH_DOMAIN"
|
1068
1115
|
]
|
1069
1116
|
},
|
1070
1117
|
"PageMarker":{
|
@@ -1226,6 +1273,14 @@
|
|
1226
1273
|
"OperationId":{"shape":"OperationId"}
|
1227
1274
|
}
|
1228
1275
|
},
|
1276
|
+
"Transferable":{
|
1277
|
+
"type":"string",
|
1278
|
+
"enum":[
|
1279
|
+
"TRANSFERABLE",
|
1280
|
+
"UNTRANSFERABLE",
|
1281
|
+
"DONT_KNOW"
|
1282
|
+
]
|
1283
|
+
},
|
1229
1284
|
"UnsupportedTLD":{
|
1230
1285
|
"type":"structure",
|
1231
1286
|
"members":{
|
@@ -1275,7 +1330,10 @@
|
|
1275
1330
|
],
|
1276
1331
|
"members":{
|
1277
1332
|
"DomainName":{"shape":"DomainName"},
|
1278
|
-
"FIAuthKey":{
|
1333
|
+
"FIAuthKey":{
|
1334
|
+
"shape":"FIAuthKey",
|
1335
|
+
"deprecated":true
|
1336
|
+
},
|
1279
1337
|
"Nameservers":{"shape":"NameserverList"}
|
1280
1338
|
}
|
1281
1339
|
},
|
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.10.
|
4
|
+
version: 2.10.58
|
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: 2017-10-
|
11
|
+
date: 2017-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|