aws-sdk 2.1653.0 → 2.1655.0

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.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1653.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1655.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -13,7 +13,10 @@
13
13
  "serviceId": "ACM",
14
14
  "signatureVersion": "v4",
15
15
  "targetPrefix": "CertificateManager",
16
- "uid": "acm-2015-12-08"
16
+ "uid": "acm-2015-12-08",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "AddTagsToCertificate": {
@@ -14,7 +14,10 @@
14
14
  "signatureVersion": "v4",
15
15
  "signingName": "ecr",
16
16
  "targetPrefix": "AmazonEC2ContainerRegistry_V20150921",
17
- "uid": "ecr-2015-09-21"
17
+ "uid": "ecr-2015-09-21",
18
+ "auth": [
19
+ "aws.auth#sigv4"
20
+ ]
18
21
  },
19
22
  "operations": {
20
23
  "BatchCheckLayerAvailability": {
@@ -5,12 +5,18 @@
5
5
  "endpointPrefix": "organizations",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Organizations",
9
12
  "serviceFullName": "AWS Organizations",
10
13
  "serviceId": "Organizations",
11
14
  "signatureVersion": "v4",
12
15
  "targetPrefix": "AWSOrganizationsV20161128",
13
- "uid": "organizations-2016-11-28"
16
+ "uid": "organizations-2016-11-28",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
14
20
  },
15
21
  "operations": {
16
22
  "AcceptHandshake": {
@@ -56,7 +56,8 @@
56
56
  "KeyArn": {},
57
57
  "KeyCheckValue": {},
58
58
  "PlainText": {
59
- "shape": "S3"
59
+ "type": "string",
60
+ "sensitive": true
60
61
  }
61
62
  }
62
63
  }
@@ -126,25 +127,25 @@
126
127
  "type": "structure",
127
128
  "members": {
128
129
  "AmexCardSecurityCodeVersion1": {
129
- "shape": "Sx"
130
+ "shape": "Sy"
130
131
  },
131
132
  "AmexCardSecurityCodeVersion2": {
132
- "shape": "Sz"
133
+ "shape": "S10"
133
134
  },
134
135
  "CardVerificationValue1": {
135
- "shape": "S11"
136
+ "shape": "S12"
136
137
  },
137
138
  "CardVerificationValue2": {
138
- "shape": "S12"
139
+ "shape": "S13"
139
140
  },
140
141
  "CardHolderVerificationValue": {
141
- "shape": "S13"
142
+ "shape": "S14"
142
143
  },
143
144
  "DynamicCardVerificationCode": {
144
- "shape": "S16"
145
+ "shape": "S17"
145
146
  },
146
147
  "DynamicCardVerificationValue": {
147
- "shape": "S18"
148
+ "shape": "S19"
148
149
  }
149
150
  },
150
151
  "union": true
@@ -164,7 +165,9 @@
164
165
  "members": {
165
166
  "KeyArn": {},
166
167
  "KeyCheckValue": {},
167
- "ValidationData": {}
168
+ "ValidationData": {
169
+ "shape": "S1c"
170
+ }
168
171
  }
169
172
  }
170
173
  },
@@ -183,10 +186,10 @@
183
186
  "members": {
184
187
  "KeyIdentifier": {},
185
188
  "MessageData": {
186
- "shape": "S1d"
189
+ "shape": "S1e"
187
190
  },
188
191
  "GenerationAttributes": {
189
- "shape": "S1e"
192
+ "shape": "S1f"
190
193
  },
191
194
  "MacLength": {
192
195
  "type": "integer"
@@ -203,7 +206,10 @@
203
206
  "members": {
204
207
  "KeyArn": {},
205
208
  "KeyCheckValue": {},
206
- "Mac": {}
209
+ "Mac": {
210
+ "type": "string",
211
+ "sensitive": true
212
+ }
207
213
  }
208
214
  }
209
215
  },
@@ -245,7 +251,9 @@
245
251
  "PinVerificationKeyIndex"
246
252
  ],
247
253
  "members": {
248
- "EncryptedPinBlock": {},
254
+ "EncryptedPinBlock": {
255
+ "shape": "S1v"
256
+ },
249
257
  "PinVerificationKeyIndex": {
250
258
  "type": "integer"
251
259
  }
@@ -260,10 +268,16 @@
260
268
  "PinValidationData"
261
269
  ],
262
270
  "members": {
263
- "EncryptedPinBlock": {},
264
- "DecimalizationTable": {},
271
+ "EncryptedPinBlock": {
272
+ "shape": "S1v"
273
+ },
274
+ "DecimalizationTable": {
275
+ "shape": "S1x"
276
+ },
265
277
  "PinValidationDataPadCharacter": {},
266
- "PinValidationData": {}
278
+ "PinValidationData": {
279
+ "shape": "S1z"
280
+ }
267
281
  }
268
282
  },
269
283
  "Ibm3624NaturalPin": {
@@ -274,9 +288,13 @@
274
288
  "PinValidationData"
275
289
  ],
276
290
  "members": {
277
- "DecimalizationTable": {},
291
+ "DecimalizationTable": {
292
+ "shape": "S1x"
293
+ },
278
294
  "PinValidationDataPadCharacter": {},
279
- "PinValidationData": {}
295
+ "PinValidationData": {
296
+ "shape": "S1z"
297
+ }
280
298
  }
281
299
  },
282
300
  "Ibm3624RandomPin": {
@@ -287,9 +305,13 @@
287
305
  "PinValidationData"
288
306
  ],
289
307
  "members": {
290
- "DecimalizationTable": {},
308
+ "DecimalizationTable": {
309
+ "shape": "S1x"
310
+ },
291
311
  "PinValidationDataPadCharacter": {},
292
- "PinValidationData": {}
312
+ "PinValidationData": {
313
+ "shape": "S1z"
314
+ }
293
315
  }
294
316
  },
295
317
  "Ibm3624PinFromOffset": {
@@ -301,10 +323,16 @@
301
323
  "PinOffset"
302
324
  ],
303
325
  "members": {
304
- "DecimalizationTable": {},
326
+ "DecimalizationTable": {
327
+ "shape": "S1x"
328
+ },
305
329
  "PinValidationDataPadCharacter": {},
306
- "PinValidationData": {},
307
- "PinOffset": {}
330
+ "PinValidationData": {
331
+ "shape": "S1z"
332
+ },
333
+ "PinOffset": {
334
+ "shape": "S23"
335
+ }
308
336
  }
309
337
  }
310
338
  },
@@ -334,12 +362,18 @@
334
362
  "GenerationKeyCheckValue": {},
335
363
  "EncryptionKeyArn": {},
336
364
  "EncryptionKeyCheckValue": {},
337
- "EncryptedPinBlock": {},
365
+ "EncryptedPinBlock": {
366
+ "shape": "S1v"
367
+ },
338
368
  "PinData": {
339
369
  "type": "structure",
340
370
  "members": {
341
- "PinOffset": {},
342
- "VerificationValue": {}
371
+ "PinOffset": {
372
+ "shape": "S23"
373
+ },
374
+ "VerificationValue": {
375
+ "shape": "S28"
376
+ }
343
377
  },
344
378
  "union": true
345
379
  }
@@ -370,10 +404,10 @@
370
404
  "shape": "S3"
371
405
  },
372
406
  "IncomingEncryptionAttributes": {
373
- "shape": "S27"
407
+ "shape": "S2a"
374
408
  },
375
409
  "OutgoingEncryptionAttributes": {
376
- "shape": "S27"
410
+ "shape": "S2a"
377
411
  },
378
412
  "IncomingWrappedKey": {
379
413
  "shape": "Sl"
@@ -417,20 +451,20 @@
417
451
  "IncomingKeyIdentifier": {},
418
452
  "OutgoingKeyIdentifier": {},
419
453
  "IncomingTranslationAttributes": {
420
- "shape": "S2a"
454
+ "shape": "S2d"
421
455
  },
422
456
  "OutgoingTranslationAttributes": {
423
- "shape": "S2a"
457
+ "shape": "S2d"
424
458
  },
425
459
  "EncryptedPinBlock": {
426
460
  "type": "string",
427
461
  "sensitive": true
428
462
  },
429
463
  "IncomingDukptAttributes": {
430
- "shape": "S2e"
464
+ "shape": "S2h"
431
465
  },
432
466
  "OutgoingDukptAttributes": {
433
- "shape": "S2e"
467
+ "shape": "S2h"
434
468
  },
435
469
  "IncomingWrappedKey": {
436
470
  "shape": "Sl"
@@ -448,7 +482,9 @@
448
482
  "KeyCheckValue"
449
483
  ],
450
484
  "members": {
451
- "PinBlock": {},
485
+ "PinBlock": {
486
+ "shape": "S1v"
487
+ },
452
488
  "KeyArn": {},
453
489
  "KeyCheckValue": {}
454
490
  }
@@ -470,8 +506,14 @@
470
506
  ],
471
507
  "members": {
472
508
  "KeyIdentifier": {},
473
- "TransactionData": {},
474
- "AuthRequestCryptogram": {},
509
+ "TransactionData": {
510
+ "type": "string",
511
+ "sensitive": true
512
+ },
513
+ "AuthRequestCryptogram": {
514
+ "type": "string",
515
+ "sensitive": true
516
+ },
475
517
  "MajorKeyDerivationMode": {},
476
518
  "SessionKeyDerivationAttributes": {
477
519
  "type": "structure",
@@ -571,7 +613,10 @@
571
613
  ],
572
614
  "members": {
573
615
  "CardStatusUpdate": {},
574
- "ProprietaryAuthenticationData": {}
616
+ "ProprietaryAuthenticationData": {
617
+ "type": "string",
618
+ "sensitive": true
619
+ }
575
620
  }
576
621
  }
577
622
  },
@@ -588,7 +633,10 @@
588
633
  "members": {
589
634
  "KeyArn": {},
590
635
  "KeyCheckValue": {},
591
- "AuthResponseValue": {}
636
+ "AuthResponseValue": {
637
+ "type": "string",
638
+ "sensitive": true
639
+ }
592
640
  }
593
641
  }
594
642
  },
@@ -614,25 +662,25 @@
614
662
  "type": "structure",
615
663
  "members": {
616
664
  "AmexCardSecurityCodeVersion1": {
617
- "shape": "Sx"
665
+ "shape": "Sy"
618
666
  },
619
667
  "AmexCardSecurityCodeVersion2": {
620
- "shape": "Sz"
668
+ "shape": "S10"
621
669
  },
622
670
  "CardVerificationValue1": {
623
- "shape": "S11"
671
+ "shape": "S12"
624
672
  },
625
673
  "CardVerificationValue2": {
626
- "shape": "S12"
674
+ "shape": "S13"
627
675
  },
628
676
  "CardHolderVerificationValue": {
629
- "shape": "S13"
677
+ "shape": "S14"
630
678
  },
631
679
  "DynamicCardVerificationCode": {
632
- "shape": "S16"
680
+ "shape": "S17"
633
681
  },
634
682
  "DynamicCardVerificationValue": {
635
- "shape": "S18"
683
+ "shape": "S19"
636
684
  },
637
685
  "DiscoverDynamicCardVerificationCode": {
638
686
  "type": "structure",
@@ -642,7 +690,9 @@
642
690
  "ApplicationTransactionCounter"
643
691
  ],
644
692
  "members": {
645
- "CardExpiryDate": {},
693
+ "CardExpiryDate": {
694
+ "shape": "Sz"
695
+ },
646
696
  "UnpredictableNumber": {},
647
697
  "ApplicationTransactionCounter": {}
648
698
  }
@@ -650,7 +700,9 @@
650
700
  },
651
701
  "union": true
652
702
  },
653
- "ValidationData": {}
703
+ "ValidationData": {
704
+ "shape": "S1c"
705
+ }
654
706
  }
655
707
  },
656
708
  "output": {
@@ -681,14 +733,14 @@
681
733
  "members": {
682
734
  "KeyIdentifier": {},
683
735
  "MessageData": {
684
- "shape": "S1d"
736
+ "shape": "S1e"
685
737
  },
686
738
  "Mac": {
687
739
  "type": "string",
688
740
  "sensitive": true
689
741
  },
690
742
  "VerificationAttributes": {
691
- "shape": "S1e"
743
+ "shape": "S1f"
692
744
  },
693
745
  "MacLength": {
694
746
  "type": "integer"
@@ -738,7 +790,9 @@
738
790
  "PinVerificationKeyIndex": {
739
791
  "type": "integer"
740
792
  },
741
- "VerificationValue": {}
793
+ "VerificationValue": {
794
+ "shape": "S28"
795
+ }
742
796
  }
743
797
  },
744
798
  "Ibm3624Pin": {
@@ -750,16 +804,24 @@
750
804
  "PinOffset"
751
805
  ],
752
806
  "members": {
753
- "DecimalizationTable": {},
807
+ "DecimalizationTable": {
808
+ "shape": "S1x"
809
+ },
754
810
  "PinValidationDataPadCharacter": {},
755
- "PinValidationData": {},
756
- "PinOffset": {}
811
+ "PinValidationData": {
812
+ "shape": "S1z"
813
+ },
814
+ "PinOffset": {
815
+ "shape": "S23"
816
+ }
757
817
  }
758
818
  }
759
819
  },
760
820
  "union": true
761
821
  },
762
- "EncryptedPinBlock": {},
822
+ "EncryptedPinBlock": {
823
+ "shape": "S1v"
824
+ },
763
825
  "PrimaryAccountNumber": {
764
826
  "shape": "Sh"
765
827
  },
@@ -831,7 +893,10 @@
831
893
  "shape": "Sh"
832
894
  },
833
895
  "PanSequenceNumber": {},
834
- "SessionDerivationData": {},
896
+ "SessionDerivationData": {
897
+ "type": "string",
898
+ "sensitive": true
899
+ },
835
900
  "Mode": {},
836
901
  "InitializationVector": {
837
902
  "shape": "S7"
@@ -896,47 +961,67 @@
896
961
  "KeyCheckValueAlgorithm": {}
897
962
  }
898
963
  },
899
- "Sx": {
964
+ "Sy": {
900
965
  "type": "structure",
901
966
  "required": [
902
967
  "CardExpiryDate"
903
968
  ],
904
969
  "members": {
905
- "CardExpiryDate": {}
970
+ "CardExpiryDate": {
971
+ "shape": "Sz"
972
+ }
906
973
  }
907
974
  },
908
975
  "Sz": {
976
+ "type": "string",
977
+ "sensitive": true
978
+ },
979
+ "S10": {
909
980
  "type": "structure",
910
981
  "required": [
911
982
  "CardExpiryDate",
912
983
  "ServiceCode"
913
984
  ],
914
985
  "members": {
915
- "CardExpiryDate": {},
916
- "ServiceCode": {}
986
+ "CardExpiryDate": {
987
+ "shape": "Sz"
988
+ },
989
+ "ServiceCode": {
990
+ "shape": "S11"
991
+ }
917
992
  }
918
993
  },
919
994
  "S11": {
995
+ "type": "string",
996
+ "sensitive": true
997
+ },
998
+ "S12": {
920
999
  "type": "structure",
921
1000
  "required": [
922
1001
  "CardExpiryDate",
923
1002
  "ServiceCode"
924
1003
  ],
925
1004
  "members": {
926
- "CardExpiryDate": {},
927
- "ServiceCode": {}
1005
+ "CardExpiryDate": {
1006
+ "shape": "Sz"
1007
+ },
1008
+ "ServiceCode": {
1009
+ "shape": "S11"
1010
+ }
928
1011
  }
929
1012
  },
930
- "S12": {
1013
+ "S13": {
931
1014
  "type": "structure",
932
1015
  "required": [
933
1016
  "CardExpiryDate"
934
1017
  ],
935
1018
  "members": {
936
- "CardExpiryDate": {}
1019
+ "CardExpiryDate": {
1020
+ "shape": "Sz"
1021
+ }
937
1022
  }
938
1023
  },
939
- "S13": {
1024
+ "S14": {
940
1025
  "type": "structure",
941
1026
  "required": [
942
1027
  "UnpredictableNumber",
@@ -949,7 +1034,7 @@
949
1034
  "ApplicationTransactionCounter": {}
950
1035
  }
951
1036
  },
952
- "S16": {
1037
+ "S17": {
953
1038
  "type": "structure",
954
1039
  "required": [
955
1040
  "UnpredictableNumber",
@@ -961,10 +1046,13 @@
961
1046
  "UnpredictableNumber": {},
962
1047
  "PanSequenceNumber": {},
963
1048
  "ApplicationTransactionCounter": {},
964
- "TrackData": {}
1049
+ "TrackData": {
1050
+ "type": "string",
1051
+ "sensitive": true
1052
+ }
965
1053
  }
966
1054
  },
967
- "S18": {
1055
+ "S19": {
968
1056
  "type": "structure",
969
1057
  "required": [
970
1058
  "PanSequenceNumber",
@@ -974,16 +1062,24 @@
974
1062
  ],
975
1063
  "members": {
976
1064
  "PanSequenceNumber": {},
977
- "CardExpiryDate": {},
978
- "ServiceCode": {},
1065
+ "CardExpiryDate": {
1066
+ "shape": "Sz"
1067
+ },
1068
+ "ServiceCode": {
1069
+ "shape": "S11"
1070
+ },
979
1071
  "ApplicationTransactionCounter": {}
980
1072
  }
981
1073
  },
982
- "S1d": {
1074
+ "S1c": {
983
1075
  "type": "string",
984
1076
  "sensitive": true
985
1077
  },
986
1078
  "S1e": {
1079
+ "type": "string",
1080
+ "sensitive": true
1081
+ },
1082
+ "S1f": {
987
1083
  "type": "structure",
988
1084
  "members": {
989
1085
  "Algorithm": {},
@@ -1006,7 +1102,10 @@
1006
1102
  "SessionKeyDerivationValue": {
1007
1103
  "type": "structure",
1008
1104
  "members": {
1009
- "ApplicationCryptogram": {},
1105
+ "ApplicationCryptogram": {
1106
+ "type": "string",
1107
+ "sensitive": true
1108
+ },
1010
1109
  "ApplicationTransactionCounter": {}
1011
1110
  },
1012
1111
  "union": true
@@ -1014,18 +1113,18 @@
1014
1113
  }
1015
1114
  },
1016
1115
  "DukptIso9797Algorithm1": {
1017
- "shape": "S1k"
1116
+ "shape": "S1m"
1018
1117
  },
1019
1118
  "DukptIso9797Algorithm3": {
1020
- "shape": "S1k"
1119
+ "shape": "S1m"
1021
1120
  },
1022
1121
  "DukptCmac": {
1023
- "shape": "S1k"
1122
+ "shape": "S1m"
1024
1123
  }
1025
1124
  },
1026
1125
  "union": true
1027
1126
  },
1028
- "S1k": {
1127
+ "S1m": {
1029
1128
  "type": "structure",
1030
1129
  "required": [
1031
1130
  "KeySerialNumber",
@@ -1037,7 +1136,27 @@
1037
1136
  "DukptDerivationType": {}
1038
1137
  }
1039
1138
  },
1040
- "S27": {
1139
+ "S1v": {
1140
+ "type": "string",
1141
+ "sensitive": true
1142
+ },
1143
+ "S1x": {
1144
+ "type": "string",
1145
+ "sensitive": true
1146
+ },
1147
+ "S1z": {
1148
+ "type": "string",
1149
+ "sensitive": true
1150
+ },
1151
+ "S23": {
1152
+ "type": "string",
1153
+ "sensitive": true
1154
+ },
1155
+ "S28": {
1156
+ "type": "string",
1157
+ "sensitive": true
1158
+ },
1159
+ "S2a": {
1041
1160
  "type": "structure",
1042
1161
  "members": {
1043
1162
  "Symmetric": {
@@ -1049,26 +1168,26 @@
1049
1168
  },
1050
1169
  "union": true
1051
1170
  },
1052
- "S2a": {
1171
+ "S2d": {
1053
1172
  "type": "structure",
1054
1173
  "members": {
1055
1174
  "IsoFormat0": {
1056
- "shape": "S2b"
1175
+ "shape": "S2e"
1057
1176
  },
1058
1177
  "IsoFormat1": {
1059
1178
  "type": "structure",
1060
1179
  "members": {}
1061
1180
  },
1062
1181
  "IsoFormat3": {
1063
- "shape": "S2b"
1182
+ "shape": "S2e"
1064
1183
  },
1065
1184
  "IsoFormat4": {
1066
- "shape": "S2b"
1185
+ "shape": "S2e"
1067
1186
  }
1068
1187
  },
1069
1188
  "union": true
1070
1189
  },
1071
- "S2b": {
1190
+ "S2e": {
1072
1191
  "type": "structure",
1073
1192
  "required": [
1074
1193
  "PrimaryAccountNumber"
@@ -1079,7 +1198,7 @@
1079
1198
  }
1080
1199
  }
1081
1200
  },
1082
- "S2e": {
1201
+ "S2h": {
1083
1202
  "type": "structure",
1084
1203
  "required": [
1085
1204
  "KeySerialNumber"