-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Dec 21, 2022
1 parent
13941b5
commit 4bc1062
Showing
34 changed files
with
1,356 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "Connect", | ||
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "ConnectParticipant", | ||
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "LicenseManagerLinuxSubscriptions", | ||
"description": "AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Macie2", | ||
"description": "This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SageMaker", | ||
"description": "This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Scheduler", | ||
"description": "Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Transfer", | ||
"description": "This release adds support for Decrypt as a workflow step type." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -311,7 +311,7 @@ | |
}, | ||
"ChatContent": { | ||
"type": "string", | ||
"max": 1024, | ||
"max": 16384, | ||
"min": 1 | ||
}, | ||
"ChatContentType": { | ||
|
5 changes: 5 additions & 0 deletions
5
apis/license-manager-linux-subscriptions-2018-05-10.examples.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": "1.0", | ||
"examples": { | ||
} | ||
} |
203 changes: 203 additions & 0 deletions
203
apis/license-manager-linux-subscriptions-2018-05-10.min.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
{ | ||
"version": "2.0", | ||
"metadata": { | ||
"apiVersion": "2018-05-10", | ||
"endpointPrefix": "license-manager-linux-subscriptions", | ||
"jsonVersion": "1.1", | ||
"protocol": "rest-json", | ||
"serviceFullName": "AWS License Manager Linux Subscriptions", | ||
"serviceId": "License Manager Linux Subscriptions", | ||
"signatureVersion": "v4", | ||
"signingName": "license-manager-linux-subscriptions", | ||
"uid": "license-manager-linux-subscriptions-2018-05-10" | ||
}, | ||
"operations": { | ||
"GetServiceSettings": { | ||
"http": { | ||
"requestUri": "/subscription/GetServiceSettings", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"members": {} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"HomeRegions": { | ||
"shape": "S3" | ||
}, | ||
"LinuxSubscriptionsDiscovery": {}, | ||
"LinuxSubscriptionsDiscoverySettings": { | ||
"shape": "S6" | ||
}, | ||
"Status": {}, | ||
"StatusMessage": { | ||
"shape": "S9" | ||
} | ||
} | ||
}, | ||
"idempotent": true | ||
}, | ||
"ListLinuxSubscriptionInstances": { | ||
"http": { | ||
"requestUri": "/subscription/ListLinuxSubscriptionInstances", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"members": { | ||
"Filters": { | ||
"shape": "Sc" | ||
}, | ||
"MaxResults": { | ||
"type": "integer" | ||
}, | ||
"NextToken": {} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"Instances": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"members": { | ||
"AccountID": {}, | ||
"AmiId": {}, | ||
"InstanceID": {}, | ||
"InstanceType": {}, | ||
"LastUpdatedTime": {}, | ||
"ProductCode": { | ||
"type": "list", | ||
"member": {} | ||
}, | ||
"Region": {}, | ||
"Status": {}, | ||
"SubscriptionName": {}, | ||
"UsageOperation": {} | ||
} | ||
} | ||
}, | ||
"NextToken": {} | ||
} | ||
}, | ||
"idempotent": true | ||
}, | ||
"ListLinuxSubscriptions": { | ||
"http": { | ||
"requestUri": "/subscription/ListLinuxSubscriptions", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"members": { | ||
"Filters": { | ||
"shape": "Sc" | ||
}, | ||
"MaxResults": { | ||
"type": "integer" | ||
}, | ||
"NextToken": {} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"NextToken": {}, | ||
"Subscriptions": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"members": { | ||
"InstanceCount": { | ||
"type": "long" | ||
}, | ||
"Name": {}, | ||
"Type": {} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"idempotent": true | ||
}, | ||
"UpdateServiceSettings": { | ||
"http": { | ||
"requestUri": "/subscription/UpdateServiceSettings", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"LinuxSubscriptionsDiscovery", | ||
"LinuxSubscriptionsDiscoverySettings" | ||
], | ||
"members": { | ||
"AllowUpdate": { | ||
"type": "boolean" | ||
}, | ||
"LinuxSubscriptionsDiscovery": {}, | ||
"LinuxSubscriptionsDiscoverySettings": { | ||
"shape": "S6" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"members": { | ||
"HomeRegions": { | ||
"shape": "S3" | ||
}, | ||
"LinuxSubscriptionsDiscovery": {}, | ||
"LinuxSubscriptionsDiscoverySettings": { | ||
"shape": "S6" | ||
}, | ||
"Status": {}, | ||
"StatusMessage": { | ||
"shape": "S9" | ||
} | ||
} | ||
}, | ||
"idempotent": true | ||
} | ||
}, | ||
"shapes": { | ||
"S3": { | ||
"type": "list", | ||
"member": {} | ||
}, | ||
"S6": { | ||
"type": "structure", | ||
"required": [ | ||
"OrganizationIntegration", | ||
"SourceRegions" | ||
], | ||
"members": { | ||
"OrganizationIntegration": {}, | ||
"SourceRegions": { | ||
"shape": "S3" | ||
} | ||
} | ||
}, | ||
"S9": { | ||
"type": "map", | ||
"key": {}, | ||
"value": {} | ||
}, | ||
"Sc": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"members": { | ||
"Name": {}, | ||
"Operator": {}, | ||
"Values": { | ||
"shape": "S3" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.