aws-sdk 2.1542.0 → 2.1544.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
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
69
69
  To use the SDK in the browser, simply add the following script tag to your
70
70
  HTML pages:
71
71
 
72
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1542.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1544.0.min.js"></script>
73
73
 
74
74
  You can also build a custom browser SDK with your specified set of AWS services.
75
75
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -31,7 +31,7 @@
31
31
  "IdempotencyToken": {},
32
32
  "KeyStorageSecurityStandard": {},
33
33
  "Tags": {
34
- "shape": "S15"
34
+ "shape": "S16"
35
35
  },
36
36
  "UsageMode": {}
37
37
  }
@@ -80,7 +80,7 @@
80
80
  "Principal": {},
81
81
  "SourceAccount": {},
82
82
  "Actions": {
83
- "shape": "S1l"
83
+ "shape": "S1m"
84
84
  }
85
85
  }
86
86
  }
@@ -138,7 +138,7 @@
138
138
  "type": "structure",
139
139
  "members": {
140
140
  "CertificateAuthority": {
141
- "shape": "S1t"
141
+ "shape": "S1u"
142
142
  }
143
143
  }
144
144
  }
@@ -357,10 +357,10 @@
357
357
  "SigningAlgorithm": {},
358
358
  "TemplateArn": {},
359
359
  "Validity": {
360
- "shape": "S2x"
360
+ "shape": "S2y"
361
361
  },
362
362
  "ValidityNotBefore": {
363
- "shape": "S2x"
363
+ "shape": "S2y"
364
364
  },
365
365
  "IdempotencyToken": {}
366
366
  }
@@ -390,7 +390,7 @@
390
390
  "CertificateAuthorities": {
391
391
  "type": "list",
392
392
  "member": {
393
- "shape": "S1t"
393
+ "shape": "S1u"
394
394
  }
395
395
  },
396
396
  "NextToken": {}
@@ -426,7 +426,7 @@
426
426
  "Principal": {},
427
427
  "SourceAccount": {},
428
428
  "Actions": {
429
- "shape": "S1l"
429
+ "shape": "S1m"
430
430
  },
431
431
  "Policy": {}
432
432
  }
@@ -454,7 +454,7 @@
454
454
  "type": "structure",
455
455
  "members": {
456
456
  "Tags": {
457
- "shape": "S15"
457
+ "shape": "S16"
458
458
  },
459
459
  "NextToken": {}
460
460
  }
@@ -509,7 +509,7 @@
509
509
  "members": {
510
510
  "CertificateAuthorityArn": {},
511
511
  "Tags": {
512
- "shape": "S15"
512
+ "shape": "S16"
513
513
  }
514
514
  }
515
515
  }
@@ -524,7 +524,7 @@
524
524
  "members": {
525
525
  "CertificateAuthorityArn": {},
526
526
  "Tags": {
527
- "shape": "S15"
527
+ "shape": "S16"
528
528
  }
529
529
  }
530
530
  }
@@ -707,7 +707,18 @@
707
707
  },
708
708
  "CustomCname": {},
709
709
  "S3BucketName": {},
710
- "S3ObjectAcl": {}
710
+ "S3ObjectAcl": {},
711
+ "CrlDistributionPointExtensionConfiguration": {
712
+ "type": "structure",
713
+ "required": [
714
+ "OmitExtension"
715
+ ],
716
+ "members": {
717
+ "OmitExtension": {
718
+ "type": "boolean"
719
+ }
720
+ }
721
+ }
711
722
  }
712
723
  },
713
724
  "OcspConfiguration": {
@@ -724,7 +735,7 @@
724
735
  }
725
736
  }
726
737
  },
727
- "S15": {
738
+ "S16": {
728
739
  "type": "list",
729
740
  "member": {
730
741
  "type": "structure",
@@ -737,11 +748,11 @@
737
748
  }
738
749
  }
739
750
  },
740
- "S1l": {
751
+ "S1m": {
741
752
  "type": "list",
742
753
  "member": {}
743
754
  },
744
- "S1t": {
755
+ "S1u": {
745
756
  "type": "structure",
746
757
  "members": {
747
758
  "Arn": {},
@@ -775,7 +786,7 @@
775
786
  "UsageMode": {}
776
787
  }
777
788
  },
778
- "S2x": {
789
+ "S2y": {
779
790
  "type": "structure",
780
791
  "required": [
781
792
  "Value",
@@ -22,7 +22,7 @@
22
22
  "CertificateIssued": {
23
23
  "description": "Wait until a certificate is issued",
24
24
  "operation": "GetCertificate",
25
- "delay": 3,
25
+ "delay": 1,
26
26
  "maxAttempts": 60,
27
27
  "acceptors": [
28
28
  {
@@ -3287,6 +3287,9 @@
3287
3287
  "TagSpecifications": {
3288
3288
  "shape": "S3",
3289
3289
  "locationName": "TagSpecification"
3290
+ },
3291
+ "ClientToken": {
3292
+ "idempotencyToken": true
3290
3293
  }
3291
3294
  }
3292
3295
  },
@@ -3296,6 +3299,9 @@
3296
3299
  "NetworkAcl": {
3297
3300
  "shape": "Skj",
3298
3301
  "locationName": "networkAcl"
3302
+ },
3303
+ "ClientToken": {
3304
+ "locationName": "clientToken"
3299
3305
  }
3300
3306
  }
3301
3307
  }
@@ -3791,6 +3797,9 @@
3791
3797
  "TagSpecifications": {
3792
3798
  "shape": "S3",
3793
3799
  "locationName": "TagSpecification"
3800
+ },
3801
+ "ClientToken": {
3802
+ "idempotencyToken": true
3794
3803
  }
3795
3804
  }
3796
3805
  },
@@ -3800,6 +3809,9 @@
3800
3809
  "RouteTable": {
3801
3810
  "shape": "Sn4",
3802
3811
  "locationName": "routeTable"
3812
+ },
3813
+ "ClientToken": {
3814
+ "locationName": "clientToken"
3803
3815
  }
3804
3816
  }
3805
3817
  }
@@ -1881,6 +1881,9 @@
1881
1881
  "supportedAppCategories": {
1882
1882
  "type": "list",
1883
1883
  "member": {}
1884
+ },
1885
+ "publicIpv4AddressCount": {
1886
+ "type": "integer"
1884
1887
  }
1885
1888
  }
1886
1889
  }
@@ -2609,6 +2612,9 @@
2609
2612
  "type": "timestamp"
2610
2613
  },
2611
2614
  "ipAddress": {},
2615
+ "ipv6Addresses": {
2616
+ "shape": "Sbo"
2617
+ },
2612
2618
  "password": {},
2613
2619
  "passwordData": {
2614
2620
  "type": "structure",
@@ -5269,8 +5275,7 @@
5269
5275
  "privateIpAddress": {},
5270
5276
  "publicIpAddress": {},
5271
5277
  "ipv6Addresses": {
5272
- "type": "list",
5273
- "member": {}
5278
+ "shape": "Sbo"
5274
5279
  },
5275
5280
  "ipAddressType": {},
5276
5281
  "hardware": {
@@ -5347,6 +5352,10 @@
5347
5352
  }
5348
5353
  }
5349
5354
  },
5355
+ "Sbo": {
5356
+ "type": "list",
5357
+ "member": {}
5358
+ },
5350
5359
  "Sbx": {
5351
5360
  "type": "structure",
5352
5361
  "members": {
@@ -714,7 +714,6 @@
714
714
  "input": {
715
715
  "type": "structure",
716
716
  "required": [
717
- "DeviceSerialNumber",
718
717
  "AssetId",
719
718
  "ClientPublicKey",
720
719
  "NetworkInterfaceDeviceIndex"