1**To describe your WorkSpace bundles**
2
3This example describes all of the WorkSpace bundles that are provided by AWS.
4
5Command::
6
7  aws workspaces describe-workspace-bundles --owner AMAZON
8
9Output::
10
11  {
12      "Bundles": [
13          {
14              "ComputeType": {
15                  "Name": "PERFORMANCE"
16              },
17              "Description": "Performance Bundle",
18              "BundleId": "wsb-b0s22j3d7",
19              "Owner": "Amazon",
20              "UserStorage": {
21                  "Capacity": "100"
22              },
23              "Name": "Performance"
24          },
25          {
26              "ComputeType": {
27                  "Name": "VALUE"
28              },
29              "Description": "Value Base Bundle",
30              "BundleId": "wsb-92tn3b7gx",
31              "Owner": "Amazon",
32              "UserStorage": {
33                  "Capacity": "10"
34              },
35              "Name": "Value"
36          },
37          {
38              "ComputeType": {
39                  "Name": "STANDARD"
40              },
41              "Description": "Standard Bundle",
42              "BundleId": "wsb-3t36q0xfc",
43              "Owner": "Amazon",
44              "UserStorage": {
45                  "Capacity": "50"
46              },
47              "Name": "Standard"
48          },
49          {
50              "ComputeType": {
51                  "Name": "PERFORMANCE"
52              },
53              "Description": "Performance Plus Bundle",
54              "BundleId": "wsb-1b5w6vnz6",
55              "Owner": "Amazon",
56              "UserStorage": {
57                  "Capacity": "100"
58              },
59              "Name": "Performance Plus"
60          },
61          {
62              "ComputeType": {
63                  "Name": "VALUE"
64              },
65              "Description": "Value Plus Office 2013",
66              "BundleId": "wsb-fgy4lgypc",
67              "Owner": "Amazon",
68              "UserStorage": {
69                  "Capacity": "10"
70              },
71              "Name": "Value Plus Office 2013"
72          },
73          {
74              "ComputeType": {
75                  "Name": "PERFORMANCE"
76              },
77              "Description": "Performance Plus Office 2013",
78              "BundleId": "wsb-vbsjd64y6",
79              "Owner": "Amazon",
80              "UserStorage": {
81                  "Capacity": "100"
82              },
83              "Name": "Performance Plus Office 2013"
84          },
85          {
86              "ComputeType": {
87                  "Name": "VALUE"
88              },
89              "Description": "Value Plus Bundle",
90              "BundleId": "wsb-kgjp98lt8",
91              "Owner": "Amazon",
92              "UserStorage": {
93                  "Capacity": "10"
94              },
95              "Name": "Value Plus"
96          },
97          {
98              "ComputeType": {
99                  "Name": "STANDARD"
100              },
101              "Description": "Standard Plus Office 2013",
102              "BundleId": "wsb-5h1pf1zxc",
103              "Owner": "Amazon",
104              "UserStorage": {
105                  "Capacity": "50"
106              },
107              "Name": "Standard Plus Office 2013"
108          },
109          {
110              "ComputeType": {
111                  "Name": "STANDARD"
112              },
113              "Description": "Standard Plus Bundle",
114              "BundleId": "wsb-vlsvncjjf",
115              "Owner": "Amazon",
116              "UserStorage": {
117                  "Capacity": "50"
118              },
119              "Name": "Standard Plus"
120          }
121      ]
122  }
123