diff --git a/README.md b/README.md
index a7597547..00390059 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
## Table of Contents
- [Abstract](#abstract)
- [Supported vCenter Releases](#supported-vcenter-releases)
+- [Supported NSX-T Releases](#supported-nsx-t-releases)
- [VMware Cloud on AWS Support](#vmware-cloud-on-aws-support)
- [Quick Start Guide](#quick-start-guide)
- [Run SDK Samples](#run-sdk-samples)
@@ -22,6 +23,9 @@ The samples have been developed to work with python 2.7.x and 3.3+
vCenter 6.0 and 6.5.
Certain APIs and samples that are introduced in 6.5 release, such as vCenter, Virtual Machine and Appliance Management. Please refer to the notes in each sample for detailed compatibility information.
+## Supported NSX-T Releases
+NSX-T 2.2
+
## VMware Cloud on AWS Support
The VMware Cloud on AWS API and samples are currently available as a preview and are subject to change in the future.
diff --git a/doc/client.zip b/doc/client.zip
index ce1674c2..b170410d 100644
Binary files a/doc/client.zip and b/doc/client.zip differ
diff --git a/doc/nsx_policy_python_sdk-2.2.0.0.0.15150318-doc.zip b/doc/nsx_policy_python_sdk-2.2.0.0.0.15150318-doc.zip
new file mode 100644
index 00000000..e8cc3235
Binary files /dev/null and b/doc/nsx_policy_python_sdk-2.2.0.0.0.15150318-doc.zip differ
diff --git a/doc/nsx_policy_python_sdk-2.2.0.0.0.15184434-doc.zip b/doc/nsx_policy_python_sdk-2.2.0.0.0.15184434-doc.zip
new file mode 100644
index 00000000..d9127a0b
Binary files /dev/null and b/doc/nsx_policy_python_sdk-2.2.0.0.0.15184434-doc.zip differ
diff --git a/doc/vmc.zip b/doc/vmc.zip
index 7d092949..4b00216d 100644
Binary files a/doc/vmc.zip and b/doc/vmc.zip differ
diff --git a/doc/vmc_app_python_sdk-2.2.0.0.0.15150318-doc.zip b/doc/vmc_app_python_sdk-2.2.0.0.0.15150318-doc.zip
new file mode 100644
index 00000000..f8a71d77
Binary files /dev/null and b/doc/vmc_app_python_sdk-2.2.0.0.0.15150318-doc.zip differ
diff --git a/doc/vmc_app_python_sdk-2.2.0.0.0.15184434-doc.zip b/doc/vmc_app_python_sdk-2.2.0.0.0.15184434-doc.zip
new file mode 100644
index 00000000..28769f13
Binary files /dev/null and b/doc/vmc_app_python_sdk-2.2.0.0.0.15184434-doc.zip differ
diff --git a/lib/README.md b/lib/README.md
index e7527cd4..d27852c6 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -8,3 +8,6 @@ vapi_runtime | vAPI runtime responsible for serialization/
vapi_vmc_client | Handles VMC CSP authentication process
vapi_client_bindings | Client stubs for vSphere Automation APIs
vmc_client_bindings | Client stubs for VMware Cloud Services APIs
+nsx-policy-python-sdk | Client stubs for VMware NSX-T Policy APIs
+vmc-app-python-sdk | Client stubs for VMware NSX-T VMC app APIs (for AWS underlay management)
+vapi-common-client | Common client code libraries
diff --git a/lib/index.html b/lib/index.html
index b62d2eff..4e0bc08d 100644
--- a/lib/index.html
+++ b/lib/index.html
@@ -6,5 +6,7 @@
vapi-client-bindings
vmc-client-bindings
vapi-runtime
+nsx-policy-python-sdk
+vmc-app-python-sdk