You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.connect.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4001,6 +4001,20 @@ commands:
4001
4001
traffic-type:
4002
4002
- GENERAL
4003
4003
- CAMPAIGN
4004
+
- name: send-outbound-web-notification
4005
+
description: Sends an outbound web notification to a customer's web browser for outbound campaigns.
4006
+
flags:
4007
+
--browser-id=!: A unique identifier for the customer's web browser instance to which the notification is being sent.
4008
+
--cli-input-json=: Read arguments from the JSON string provided.
4009
+
--cli-input-yaml=: Read arguments from the YAML string provided.
4010
+
--client-token=: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
4011
+
--content=!: The content of the web notification, including the notification type, the view to render, and any optional attributes used to populate it.
4012
+
--destination=!: The destination for the web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.
4013
+
--expires-at=!: The timestamp, in Unix epoch time format, at which the web notification expires.
4014
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
4015
+
--instance-id=!: The identifier of the Connect Customer instance.
4016
+
--session-id=!: A unique identifier for the customer's web session to which the notification is being sent.
4017
+
--source=!: The source of the web notification.
4004
4018
- name: start-attached-file-upload
4005
4019
description: Provides a pre-signed Amazon S3 URL in response for uploading your content.
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.gameliftstreams.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,14 @@ commands:
72
72
- gen6n_medium_win2022
73
73
- gen6e_pro
74
74
- gen6e_pro_win2022
75
+
- name: create-stream-session-admin-shell
76
+
description: Creates an administrative terminal session with full access to the live runtime environment of the Amazon GameLift Streams stream session.
77
+
flags:
78
+
--cli-input-json=: Read arguments from the JSON string provided.
79
+
--cli-input-yaml=: Read arguments from the YAML string provided.
80
+
--generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request.
81
+
--identifier=!: The stream group that runs this stream session.
82
+
--stream-session-identifier=!: An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream session resource.
75
83
- name: create-stream-session-connection
76
84
description: Enables clients to reconnect to a stream session while preserving all session state and data in the disconnected session.
0 commit comments