aws-sdk 2.1554.0 → 2.1556.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.
@@ -1291,6 +1291,11 @@
1291
1291
  }
1292
1292
  }
1293
1293
  }
1294
+ },
1295
+ "requestcompression": {
1296
+ "encodings": [
1297
+ "gzip"
1298
+ ]
1294
1299
  }
1295
1300
  },
1296
1301
  "PutMetricStream": {
@@ -344,6 +344,12 @@
344
344
  "Id": {}
345
345
  }
346
346
  }
347
+ },
348
+ "BillingContact": {
349
+ "shape": "S1f"
350
+ },
351
+ "BillingPrivacy": {
352
+ "type": "boolean"
347
353
  }
348
354
  }
349
355
  }
@@ -635,6 +641,12 @@
635
641
  },
636
642
  "PrivacyProtectTechContact": {
637
643
  "type": "boolean"
644
+ },
645
+ "BillingContact": {
646
+ "shape": "S1f"
647
+ },
648
+ "PrivacyProtectBillingContact": {
649
+ "type": "boolean"
638
650
  }
639
651
  }
640
652
  },
@@ -778,6 +790,12 @@
778
790
  },
779
791
  "PrivacyProtectTechContact": {
780
792
  "type": "boolean"
793
+ },
794
+ "BillingContact": {
795
+ "shape": "S1f"
796
+ },
797
+ "PrivacyProtectBillingContact": {
798
+ "type": "boolean"
781
799
  }
782
800
  }
783
801
  },
@@ -839,6 +857,9 @@
839
857
  },
840
858
  "Currency": {}
841
859
  }
860
+ },
861
+ "BillingContact": {
862
+ "shape": "S1f"
842
863
  }
843
864
  }
844
865
  },
@@ -865,6 +886,9 @@
865
886
  },
866
887
  "TechPrivacy": {
867
888
  "type": "boolean"
889
+ },
890
+ "BillingPrivacy": {
891
+ "type": "boolean"
868
892
  }
869
893
  }
870
894
  },