-
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 15, 2020
1 parent
f26c00d
commit 3e19b08
Showing
58 changed files
with
26,090 additions
and
1,752 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,47 @@ | ||
[ | ||
{ | ||
"type": "feature", | ||
"category": "Amp", | ||
"description": "(New Service) Amazon Managed Service for Prometheus is a fully managed Prometheus-compatible monitoring service that makes it easy to monitor containerized applications securely and at scale." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "GreengrassV2", | ||
"description": "AWS IoT Greengrass V2 is a new major version of AWS IoT Greengrass. This release adds several updates such as modular components, continuous deployments, and improved ease of use." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "IoTAnalytics", | ||
"description": "FileFormatConfiguration enables data store to save data in JSON or Parquet format. S3Paths enables you to specify the S3 objects that save your channel messages when you reprocess the pipeline." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "IoTFleetHub", | ||
"description": "AWS IoT Fleet Hub, a new feature of AWS IoT Device Management that provides a web application for monitoring and managing device fleets connected to AWS IoT at scale." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "IoTWireless", | ||
"description": "AWS IoT for LoRaWAN enables customers to setup a private LoRaWAN network by connecting their LoRaWAN devices and gateways to the AWS cloud without managing a LoRaWAN Network Server." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Iot", | ||
"description": "AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "IotDeviceAdvisor", | ||
"description": "AWS IoT Core Device Advisor is fully managed test capability for IoT devices. Device manufacturers can use Device Advisor to test their IoT devices for reliable and secure connectivity with AWS IoT." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Lambda", | ||
"description": "Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "SSM", | ||
"description": "Adding support for Change Manager API content" | ||
} | ||
] |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": "1.0", | ||
"examples": { | ||
} | ||
} |
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,211 @@ | ||
{ | ||
"version": "2.0", | ||
"metadata": { | ||
"apiVersion": "2020-08-01", | ||
"endpointPrefix": "aps", | ||
"jsonVersion": "1.1", | ||
"protocol": "rest-json", | ||
"serviceFullName": "Amazon Prometheus Service", | ||
"serviceId": "amp", | ||
"signatureVersion": "v4", | ||
"signingName": "aps", | ||
"uid": "amp-2020-08-01" | ||
}, | ||
"operations": { | ||
"CreateWorkspace": { | ||
"http": { | ||
"requestUri": "/workspaces", | ||
"responseCode": 202 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"members": { | ||
"alias": {}, | ||
"clientToken": { | ||
"idempotencyToken": true | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"required": [ | ||
"arn", | ||
"status", | ||
"workspaceId" | ||
], | ||
"members": { | ||
"arn": {}, | ||
"status": { | ||
"shape": "S6" | ||
}, | ||
"workspaceId": {} | ||
} | ||
}, | ||
"idempotent": true | ||
}, | ||
"DeleteWorkspace": { | ||
"http": { | ||
"method": "DELETE", | ||
"requestUri": "/workspaces/{workspaceId}", | ||
"responseCode": 202 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"workspaceId" | ||
], | ||
"members": { | ||
"clientToken": { | ||
"idempotencyToken": true, | ||
"location": "querystring", | ||
"locationName": "clientToken" | ||
}, | ||
"workspaceId": { | ||
"location": "uri", | ||
"locationName": "workspaceId" | ||
} | ||
} | ||
}, | ||
"idempotent": true | ||
}, | ||
"DescribeWorkspace": { | ||
"http": { | ||
"method": "GET", | ||
"requestUri": "/workspaces/{workspaceId}", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"workspaceId" | ||
], | ||
"members": { | ||
"workspaceId": { | ||
"location": "uri", | ||
"locationName": "workspaceId" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"required": [ | ||
"workspace" | ||
], | ||
"members": { | ||
"workspace": { | ||
"type": "structure", | ||
"required": [ | ||
"arn", | ||
"createdAt", | ||
"status", | ||
"workspaceId" | ||
], | ||
"members": { | ||
"alias": {}, | ||
"arn": {}, | ||
"createdAt": { | ||
"type": "timestamp" | ||
}, | ||
"prometheusEndpoint": {}, | ||
"status": { | ||
"shape": "S6" | ||
}, | ||
"workspaceId": {} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"ListWorkspaces": { | ||
"http": { | ||
"method": "GET", | ||
"requestUri": "/workspaces", | ||
"responseCode": 200 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"members": { | ||
"alias": { | ||
"location": "querystring", | ||
"locationName": "alias" | ||
}, | ||
"maxResults": { | ||
"location": "querystring", | ||
"locationName": "maxResults", | ||
"type": "integer" | ||
}, | ||
"nextToken": { | ||
"location": "querystring", | ||
"locationName": "nextToken" | ||
} | ||
} | ||
}, | ||
"output": { | ||
"type": "structure", | ||
"required": [ | ||
"workspaces" | ||
], | ||
"members": { | ||
"nextToken": {}, | ||
"workspaces": { | ||
"type": "list", | ||
"member": { | ||
"type": "structure", | ||
"required": [ | ||
"arn", | ||
"createdAt", | ||
"status", | ||
"workspaceId" | ||
], | ||
"members": { | ||
"alias": {}, | ||
"arn": {}, | ||
"createdAt": { | ||
"type": "timestamp" | ||
}, | ||
"status": { | ||
"shape": "S6" | ||
}, | ||
"workspaceId": {} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"UpdateWorkspaceAlias": { | ||
"http": { | ||
"requestUri": "/workspaces/{workspaceId}/alias", | ||
"responseCode": 204 | ||
}, | ||
"input": { | ||
"type": "structure", | ||
"required": [ | ||
"workspaceId" | ||
], | ||
"members": { | ||
"alias": {}, | ||
"clientToken": { | ||
"idempotencyToken": true | ||
}, | ||
"workspaceId": { | ||
"location": "uri", | ||
"locationName": "workspaceId" | ||
} | ||
} | ||
}, | ||
"idempotent": true | ||
} | ||
}, | ||
"shapes": { | ||
"S6": { | ||
"type": "structure", | ||
"required": [ | ||
"statusCode" | ||
], | ||
"members": { | ||
"statusCode": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.