Skip to content

Commit 1e5593f

Browse files
authored
feat(aws): update spec (#2396)
1 parent 0979ed0 commit 1e5593f

File tree

10 files changed

+114
-56
lines changed

10 files changed

+114
-56
lines changed

src/aws.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ const completionSpec: Fig.Spec = {
583583
{
584584
name: "customer-profiles",
585585
description:
586-
"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide",
586+
"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. For more information about the Amazon Connect Customer Profiles feature, see Use Customer Profiles in the Amazon Connect Administrator's Guide",
587587
loadSpec: "aws/customer-profiles",
588588
},
589589
{
@@ -2274,7 +2274,7 @@ const completionSpec: Fig.Spec = {
22742274
{
22752275
name: "workspaces-web",
22762276
description:
2277-
"WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Web provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images",
2277+
"Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images",
22782278
loadSpec: "aws/workspaces-web",
22792279
},
22802280
{

src/aws/application-signals.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,5 +829,4 @@ const completionSpec: Fig.Spec = {
829829
},
830830
],
831831
};
832-
833832
export default completionSpec;

src/aws/apptest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,5 +1241,4 @@ const completionSpec: Fig.Spec = {
12411241
},
12421242
],
12431243
};
1244-
12451244
export default completionSpec;

src/aws/autoscaling.ts

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

src/aws/customer-profiles.ts

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const completionSpec: Fig.Spec = {
22
name: "customer-profiles",
33
description:
4-
"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide",
4+
"Amazon Connect Customer Profiles Amazon Connect Customer Profiles is a unified customer profile for your contact center that has pre-built connectors powered by AppFlow that make it easy to combine customer information from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. For more information about the Amazon Connect Customer Profiles feature, see Use Customer Profiles in the Amazon Connect Administrator's Guide",
55
subcommands: [
66
{
77
name: "add-profile-key",
@@ -143,7 +143,7 @@ const completionSpec: Fig.Spec = {
143143
{
144144
name: "create-domain",
145145
description:
146-
"Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply",
146+
"Creates a domain, which is a container for all customer data, such as customer profile attributes, object types, profile keys, and encryption keys. You can create multiple domains, and each domain can have multiple third-party integrations. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain. Use this API or UpdateDomain to enable identity resolution: set Matching to true. To prevent cross-service impersonation when you call this API, see Cross-service confused deputy prevention for sample policies that you should apply. It is not possible to associate a Customer Profiles domain with an Amazon Connect Instance directly from the API. If you would like to create a domain and associate a Customer Profiles domain, use the Amazon Connect admin website. For more information, see Enable Customer Profiles. Each Amazon Connect instance can be associated with only one domain. Multiple Amazon Connect instances can be associated with one domain",
147147
options: [
148148
{
149149
name: "--domain-name",
@@ -356,8 +356,7 @@ const completionSpec: Fig.Spec = {
356356
},
357357
{
358358
name: "--account-number",
359-
description:
360-
"A unique account number that you have given to the customer",
359+
description: "An account number that you have given to the customer",
361360
args: {
362361
name: "string",
363362
},
@@ -2400,6 +2399,14 @@ const completionSpec: Fig.Spec = {
24002399
name: "string",
24012400
},
24022401
},
2402+
{
2403+
name: "--max-profile-object-count",
2404+
description:
2405+
"The amount of profile object max count assigned to the object type",
2406+
args: {
2407+
name: "integer",
2408+
},
2409+
},
24032410
{
24042411
name: "--fields",
24052412
description: "A map of the name and ObjectType field",
@@ -2766,8 +2773,7 @@ const completionSpec: Fig.Spec = {
27662773
},
27672774
{
27682775
name: "--account-number",
2769-
description:
2770-
"A unique account number that you have given to the customer",
2776+
description: "An account number that you have given to the customer",
27712777
args: {
27722778
name: "string",
27732779
},

src/aws/pca-connector-scep.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,5 +502,4 @@ const completionSpec: Fig.Spec = {
502502
},
503503
],
504504
};
505-
506505
export default completionSpec;

src/aws/qbusiness.ts

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const completionSpec: Fig.Spec = {
188188
{
189189
name: "--parent-message-id",
190190
description:
191-
"The identifier of the previous end user text input message in a conversation",
191+
"The identifier of the previous system message in a conversation",
192192
args: {
193193
name: "string",
194194
},
@@ -310,6 +310,14 @@ const completionSpec: Fig.Spec = {
310310
name: "structure",
311311
},
312312
},
313+
{
314+
name: "--q-apps-configuration",
315+
description:
316+
"An option to allow end users to create and use Amazon Q Apps in the web experience",
317+
args: {
318+
name: "structure",
319+
},
320+
},
313321
{
314322
name: "--cli-input-json",
315323
description:
@@ -462,7 +470,7 @@ const completionSpec: Fig.Spec = {
462470
{
463471
name: "--type",
464472
description:
465-
"The index type that's suitable for your needs. For more information on what's included in each type of index or index tier, see Amazon Q Business tiers",
473+
"The index type that's suitable for your needs. For more information on what's included in each type of index, see Amazon Q Business tiers",
466474
args: {
467475
name: "string",
468476
},
@@ -2890,6 +2898,14 @@ const completionSpec: Fig.Spec = {
28902898
name: "structure",
28912899
},
28922900
},
2901+
{
2902+
name: "--q-apps-configuration",
2903+
description:
2904+
"An option to allow end users to create and use Amazon Q Apps in the web experience",
2905+
args: {
2906+
name: "structure",
2907+
},
2908+
},
28932909
{
28942910
name: "--cli-input-json",
28952911
description:

src/aws/taxsettings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,4 @@ const completionSpec: Fig.Spec = {
278278
},
279279
],
280280
};
281-
282281
export default completionSpec;

src/aws/workspaces-thin-client.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ const completionSpec: Fig.Spec = {
8484
name: "map",
8585
},
8686
},
87+
{
88+
name: "--device-creation-tags",
89+
description:
90+
"A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment",
91+
args: {
92+
name: "map",
93+
},
94+
},
8795
{
8896
name: "--cli-input-json",
8997
description:
@@ -731,6 +739,14 @@ const completionSpec: Fig.Spec = {
731739
name: "string",
732740
},
733741
},
742+
{
743+
name: "--device-creation-tags",
744+
description:
745+
"A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment",
746+
args: {
747+
name: "map",
748+
},
749+
},
734750
{
735751
name: "--cli-input-json",
736752
description:

src/aws/workspaces-web.ts

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const completionSpec: Fig.Spec = {
22
name: "workspaces-web",
33
description:
4-
"WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Web provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images",
4+
"Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. WorkSpaces Secure Browser makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images",
55
subcommands: [
66
{
77
name: "associate-browser-settings",
@@ -331,6 +331,14 @@ const completionSpec: Fig.Spec = {
331331
name: "string",
332332
},
333333
},
334+
{
335+
name: "--tags",
336+
description:
337+
"The tags to add to the identity provider resource. A tag is a key-value pair",
338+
args: {
339+
name: "list",
340+
},
341+
},
334342
{
335343
name: "--cli-input-json",
336344
description:
@@ -402,7 +410,7 @@ const completionSpec: Fig.Spec = {
402410
{
403411
name: "--tags",
404412
description:
405-
"The tags to add to the browser settings resource. A tag is a key-value pair",
413+
"The tags to add to the IP access settings resource. A tag is a key-value pair",
406414
args: {
407415
name: "list",
408416
},
@@ -712,6 +720,14 @@ const completionSpec: Fig.Spec = {
712720
name: "string",
713721
},
714722
},
723+
{
724+
name: "--deep-link-allowed",
725+
description:
726+
"Specifies whether the user can use deep links that open automatically when connecting to a session",
727+
args: {
728+
name: "string",
729+
},
730+
},
715731
{
716732
name: "--disconnect-timeout-in-minutes",
717733
description:
@@ -2406,6 +2422,14 @@ const completionSpec: Fig.Spec = {
24062422
name: "string",
24072423
},
24082424
},
2425+
{
2426+
name: "--deep-link-allowed",
2427+
description:
2428+
"Specifies whether the user can use deep links that open automatically when connecting to a session",
2429+
args: {
2430+
name: "string",
2431+
},
2432+
},
24092433
{
24102434
name: "--disconnect-timeout-in-minutes",
24112435
description:

0 commit comments

Comments
 (0)