cdk-comprehend-s3olap 2.0.315 → 2.0.316

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1324,12 +1324,17 @@ declare namespace GroundStation {
1324
1324
  export type IpV4Address = string;
1325
1325
  export type JsonString = string;
1326
1326
  export type KeyAliasArn = string;
1327
+ export type KeyAliasName = string;
1327
1328
  export type KeyArn = string;
1328
1329
  export interface KmsKey {
1329
1330
  /**
1330
1331
  * KMS Alias Arn.
1331
1332
  */
1332
1333
  kmsAliasArn?: KeyAliasArn;
1334
+ /**
1335
+ * KMS Alias Name.
1336
+ */
1337
+ kmsAliasName?: KeyAliasName;
1333
1338
  /**
1334
1339
  * KMS Key Arn.
1335
1340
  */
@@ -413,11 +413,11 @@ declare class IAM extends Service {
413
413
  */
414
414
  generateOrganizationsAccessReport(callback?: (err: AWSError, data: IAM.Types.GenerateOrganizationsAccessReportResponse) => void): Request<IAM.Types.GenerateOrganizationsAccessReportResponse, AWSError>;
415
415
  /**
416
- * Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see Regions where data is tracked. The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see Logging IAM events with CloudTrail in the IAM User Guide. The GenerateServiceLastAccessedDetails operation returns a JobId. Use this parameter in the following operations to retrieve the following details from your report: GetServiceLastAccessedDetails – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail. GetServiceLastAccessedDetailsWithEntities – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. To check the status of the GenerateServiceLastAccessedDetails request, use the JobId parameter in the same operations and test the JobStatus response parameter. For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the ListPoliciesGrantingServiceAccess operation. Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see Evaluating policies in the IAM User Guide. For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the IAM User Guide.
416
+ * Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see Regions where data is tracked. For more information about services and actions for which action last accessed information is displayed, see IAM action last accessed information services and actions. The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see Logging IAM events with CloudTrail in the IAM User Guide. The GenerateServiceLastAccessedDetails operation returns a JobId. Use this parameter in the following operations to retrieve the following details from your report: GetServiceLastAccessedDetails – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail. GetServiceLastAccessedDetailsWithEntities – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. To check the status of the GenerateServiceLastAccessedDetails request, use the JobId parameter in the same operations and test the JobStatus response parameter. For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the ListPoliciesGrantingServiceAccess operation. Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see Evaluating policies in the IAM User Guide. For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the IAM User Guide.
417
417
  */
418
418
  generateServiceLastAccessedDetails(params: IAM.Types.GenerateServiceLastAccessedDetailsRequest, callback?: (err: AWSError, data: IAM.Types.GenerateServiceLastAccessedDetailsResponse) => void): Request<IAM.Types.GenerateServiceLastAccessedDetailsResponse, AWSError>;
419
419
  /**
420
- * Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see Regions where data is tracked. The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see Logging IAM events with CloudTrail in the IAM User Guide. The GenerateServiceLastAccessedDetails operation returns a JobId. Use this parameter in the following operations to retrieve the following details from your report: GetServiceLastAccessedDetails – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail. GetServiceLastAccessedDetailsWithEntities – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. To check the status of the GenerateServiceLastAccessedDetails request, use the JobId parameter in the same operations and test the JobStatus response parameter. For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the ListPoliciesGrantingServiceAccess operation. Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see Evaluating policies in the IAM User Guide. For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the IAM User Guide.
420
+ * Generates a report that includes details about when an IAM resource (user, group, role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity usually appears within four hours. IAM reports activity for at least the last 400 days, or less if your Region began supporting this feature within the last year. For more information, see Regions where data is tracked. For more information about services and actions for which action last accessed information is displayed, see IAM action last accessed information services and actions. The service last accessed data includes all attempts to access an Amazon Web Services API, not just the successful ones. This includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools. An unexpected entry in the service last accessed data does not mean that your account has been compromised, because the request might have been denied. Refer to your CloudTrail logs as the authoritative source for information about all API calls and whether they were successful or denied access. For more information, see Logging IAM events with CloudTrail in the IAM User Guide. The GenerateServiceLastAccessedDetails operation returns a JobId. Use this parameter in the following operations to retrieve the following details from your report: GetServiceLastAccessedDetails – Use this operation for users, groups, roles, or policies to list every Amazon Web Services service that the resource could access using permissions policies. For each service, the response includes information about the most recent access attempt. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail. GetServiceLastAccessedDetailsWithEntities – Use this operation for groups and policies to list information about the associated entities (users or roles) that attempted to access a specific Amazon Web Services service. To check the status of the GenerateServiceLastAccessedDetails request, use the JobId parameter in the same operations and test the JobStatus response parameter. For additional information about the permissions policies that allow an identity (user, group, or role) to access specific services, use the ListPoliciesGrantingServiceAccess operation. Service last accessed data does not use other policy types when determining whether a resource could access a service. These other policy types include resource-based policies, access control lists, Organizations policies, IAM permissions boundaries, and STS assume role policies. It only applies permissions policy logic. For more about the evaluation of policy types, see Evaluating policies in the IAM User Guide. For more information about service and action last accessed data, see Reducing permissions using service last accessed data in the IAM User Guide.
421
421
  */
422
422
  generateServiceLastAccessedDetails(callback?: (err: AWSError, data: IAM.Types.GenerateServiceLastAccessedDetailsResponse) => void): Request<IAM.Types.GenerateServiceLastAccessedDetailsResponse, AWSError>;
423
423
  /**
@@ -617,11 +617,11 @@ declare class IAM extends Service {
617
617
  */
618
618
  getUserPolicy(callback?: (err: AWSError, data: IAM.Types.GetUserPolicyResponse) => void): Request<IAM.Types.GetUserPolicyResponse, AWSError>;
619
619
  /**
620
- * Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
620
+ * Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. If the Amazon Web Services account has no associated users, the root user returns it's own access key IDs by running this command. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
621
621
  */
622
622
  listAccessKeys(params: IAM.Types.ListAccessKeysRequest, callback?: (err: AWSError, data: IAM.Types.ListAccessKeysResponse) => void): Request<IAM.Types.ListAccessKeysResponse, AWSError>;
623
623
  /**
624
- * Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. Consequently, you can use this operation to manage Amazon Web Services account root user credentials even if the Amazon Web Services account has no associated users. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
624
+ * Returns information about the access key IDs associated with the specified IAM user. If there is none, the operation returns an empty list. Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters. If the UserName is not specified, the user name is determined implicitly based on the Amazon Web Services access key ID used to sign the request. If a temporary access key is used, then UserName is required. If a long-term key is assigned to the user, then UserName is not required. This operation works for access keys under the Amazon Web Services account. If the Amazon Web Services account has no associated users, the root user returns it's own access key IDs by running this command. To ensure the security of your Amazon Web Services account, the secret access key is accessible only during key and user creation.
625
625
  */
626
626
  listAccessKeys(callback?: (err: AWSError, data: IAM.Types.ListAccessKeysResponse) => void): Request<IAM.Types.ListAccessKeysResponse, AWSError>;
627
627
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1480.0',
86
+ VERSION: '2.1481.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -395,7 +395,7 @@ return /******/ (function(modules) { // webpackBootstrap
395
395
  /**
396
396
  * @constant
397
397
  */
398
- VERSION: '2.1480.0',
398
+ VERSION: '2.1481.0',
399
399
 
400
400
  /**
401
401
  * @api private
@@ -57925,7 +57925,7 @@ return /******/ (function(modules) { // webpackBootstrap
57925
57925
  /* 767 */
57926
57926
  /***/ (function(module, exports) {
57927
57927
 
57928
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-05-23","endpointPrefix":"groundstation","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Ground Station","serviceId":"GroundStation","signatureVersion":"v4","signingName":"groundstation","uid":"groundstation-2019-05-23"},"operations":{"CancelContact":{"http":{"method":"DELETE","requestUri":"/contact/{contactId}","responseCode":200},"input":{"type":"structure","required":["contactId"],"members":{"contactId":{"location":"uri","locationName":"contactId"}}},"output":{"shape":"S3"},"idempotent":true},"CreateConfig":{"http":{"requestUri":"/config","responseCode":200},"input":{"type":"structure","required":["configData","name"],"members":{"configData":{"shape":"S5"},"name":{},"tags":{"shape":"Sy"}}},"output":{"shape":"Sz"}},"CreateDataflowEndpointGroup":{"http":{"requestUri":"/dataflowEndpointGroup","responseCode":200},"input":{"type":"structure","required":["endpointDetails"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"endpointDetails":{"shape":"S13"},"tags":{"shape":"Sy"}}},"output":{"shape":"S1p"}},"CreateEphemeris":{"http":{"requestUri":"/ephemeris","responseCode":200},"input":{"type":"structure","required":["name","satelliteId"],"members":{"enabled":{"type":"boolean"},"ephemeris":{"type":"structure","members":{"oem":{"type":"structure","members":{"oemData":{},"s3Object":{"shape":"S1u"}}},"tle":{"type":"structure","members":{"s3Object":{"shape":"S1u"},"tleData":{"type":"list","member":{"type":"structure","required":["tleLine1","tleLine2","validTimeRange"],"members":{"tleLine1":{},"tleLine2":{},"validTimeRange":{"type":"structure","required":["endTime","startTime"],"members":{"endTime":{"type":"timestamp"},"startTime":{"type":"timestamp"}}}}}}}}},"union":true},"expirationTime":{"type":"timestamp"},"kmsKeyArn":{},"name":{},"priority":{"type":"integer"},"satelliteId":{},"tags":{"shape":"Sy"}}},"output":{"shape":"S27"}},"CreateMissionProfile":{"http":{"requestUri":"/missionprofile","responseCode":200},"input":{"type":"structure","required":["dataflowEdges","minimumViableContactDurationSeconds","name","trackingConfigArn"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"name":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"tags":{"shape":"Sy"},"trackingConfigArn":{}}},"output":{"shape":"S2f"}},"DeleteConfig":{"http":{"method":"DELETE","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configId","configType"],"members":{"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"}}},"output":{"shape":"Sz"},"idempotent":true},"DeleteDataflowEndpointGroup":{"http":{"method":"DELETE","requestUri":"/dataflowEndpointGroup/{dataflowEndpointGroupId}","responseCode":200},"input":{"type":"structure","required":["dataflowEndpointGroupId"],"members":{"dataflowEndpointGroupId":{"location":"uri","locationName":"dataflowEndpointGroupId"}}},"output":{"shape":"S1p"},"idempotent":true},"DeleteEphemeris":{"http":{"method":"DELETE","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["ephemerisId"],"members":{"ephemerisId":{"location":"uri","locationName":"ephemerisId"}}},"output":{"shape":"S27"},"idempotent":true},"DeleteMissionProfile":{"http":{"method":"DELETE","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"missionProfileId":{"location":"uri","locationName":"missionProfileId"}}},"output":{"shape":"S2f"},"idempotent":true},"DescribeContact":{"http":{"method":"GET","requestUri":"/contact/{contactId}","responseCode":200},"input":{"type":"structure","required":["contactId"],"members":{"contactId":{"location":"uri","locationName":"contactId"}}},"output":{"type":"structure","members":{"contactId":{},"contactStatus":{},"dataflowList":{"type":"list","member":{"type":"structure","members":{"destination":{"type":"structure","members":{"configDetails":{"shape":"S2q"},"configId":{},"configType":{},"dataflowDestinationRegion":{}}},"errorMessage":{},"source":{"type":"structure","members":{"configDetails":{"shape":"S2q"},"configId":{},"configType":{},"dataflowSourceRegion":{}}}}}},"endTime":{"type":"timestamp"},"errorMessage":{},"groundStation":{},"maximumElevation":{"shape":"S2u"},"missionProfileArn":{},"postPassEndTime":{"type":"timestamp"},"prePassStartTime":{"type":"timestamp"},"region":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}}},"DescribeEphemeris":{"http":{"method":"GET","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["ephemerisId"],"members":{"ephemerisId":{"location":"uri","locationName":"ephemerisId"}}},"output":{"type":"structure","members":{"creationTime":{"type":"timestamp"},"enabled":{"type":"boolean"},"ephemerisId":{},"invalidReason":{},"name":{},"priority":{"type":"integer"},"satelliteId":{},"status":{},"suppliedData":{"type":"structure","members":{"oem":{"shape":"S34"},"tle":{"shape":"S34"}},"union":true},"tags":{"shape":"Sy"}}}},"GetAgentConfiguration":{"http":{"method":"GET","requestUri":"/agent/{agentId}/configuration","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","members":{"agentId":{},"taskingDocument":{}}}},"GetConfig":{"http":{"method":"GET","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configId","configType"],"members":{"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"}}},"output":{"type":"structure","required":["configArn","configData","configId","name"],"members":{"configArn":{},"configData":{"shape":"S5"},"configId":{},"configType":{},"name":{},"tags":{"shape":"Sy"}}}},"GetDataflowEndpointGroup":{"http":{"method":"GET","requestUri":"/dataflowEndpointGroup/{dataflowEndpointGroupId}","responseCode":200},"input":{"type":"structure","required":["dataflowEndpointGroupId"],"members":{"dataflowEndpointGroupId":{"location":"uri","locationName":"dataflowEndpointGroupId"}}},"output":{"type":"structure","members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEndpointGroupArn":{},"dataflowEndpointGroupId":{},"endpointsDetails":{"shape":"S13"},"tags":{"shape":"Sy"}}}},"GetMinuteUsage":{"http":{"requestUri":"/minute-usage","responseCode":200},"input":{"type":"structure","required":["month","year"],"members":{"month":{"type":"integer"},"year":{"type":"integer"}}},"output":{"type":"structure","members":{"estimatedMinutesRemaining":{"type":"integer"},"isReservedMinutesCustomer":{"type":"boolean"},"totalReservedMinuteAllocation":{"type":"integer"},"totalScheduledMinutes":{"type":"integer"},"upcomingMinutesScheduled":{"type":"integer"}}}},"GetMissionProfile":{"http":{"method":"GET","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"missionProfileId":{"location":"uri","locationName":"missionProfileId"}}},"output":{"type":"structure","members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"missionProfileArn":{},"missionProfileId":{},"name":{},"region":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"tags":{"shape":"Sy"},"trackingConfigArn":{}}}},"GetSatellite":{"http":{"method":"GET","requestUri":"/satellite/{satelliteId}","responseCode":200},"input":{"type":"structure","required":["satelliteId"],"members":{"satelliteId":{"location":"uri","locationName":"satelliteId"}}},"output":{"type":"structure","members":{"currentEphemeris":{"shape":"S3l"},"groundStations":{"shape":"S3n"},"noradSatelliteID":{"type":"integer"},"satelliteArn":{},"satelliteId":{}}}},"ListConfigs":{"http":{"method":"GET","requestUri":"/config","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"configList":{"type":"list","member":{"type":"structure","members":{"configArn":{},"configId":{},"configType":{},"name":{}}}},"nextToken":{}}}},"ListContacts":{"http":{"requestUri":"/contacts","responseCode":200},"input":{"type":"structure","required":["endTime","startTime","statusList"],"members":{"endTime":{"type":"timestamp"},"groundStation":{},"maxResults":{"type":"integer"},"missionProfileArn":{},"nextToken":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"statusList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"contactList":{"type":"list","member":{"type":"structure","members":{"contactId":{},"contactStatus":{},"endTime":{"type":"timestamp"},"errorMessage":{},"groundStation":{},"maximumElevation":{"shape":"S2u"},"missionProfileArn":{},"postPassEndTime":{"type":"timestamp"},"prePassStartTime":{"type":"timestamp"},"region":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}}},"nextToken":{}}}},"ListDataflowEndpointGroups":{"http":{"method":"GET","requestUri":"/dataflowEndpointGroup","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"dataflowEndpointGroupList":{"type":"list","member":{"type":"structure","members":{"dataflowEndpointGroupArn":{},"dataflowEndpointGroupId":{}}}},"nextToken":{}}}},"ListEphemerides":{"http":{"requestUri":"/ephemerides","responseCode":200},"input":{"type":"structure","required":["endTime","satelliteId","startTime"],"members":{"endTime":{"type":"timestamp"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"satelliteId":{},"startTime":{"type":"timestamp"},"statusList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ephemerides":{"type":"list","member":{"type":"structure","members":{"creationTime":{"type":"timestamp"},"enabled":{"type":"boolean"},"ephemerisId":{},"name":{},"priority":{"type":"integer"},"sourceS3Object":{"shape":"S1u"},"status":{}}}},"nextToken":{}}}},"ListGroundStations":{"http":{"method":"GET","requestUri":"/groundstation","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"satelliteId":{"location":"querystring","locationName":"satelliteId"}}},"output":{"type":"structure","members":{"groundStationList":{"type":"list","member":{"type":"structure","members":{"groundStationId":{},"groundStationName":{},"region":{}}}},"nextToken":{}}}},"ListMissionProfiles":{"http":{"method":"GET","requestUri":"/missionprofile","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"missionProfileList":{"type":"list","member":{"type":"structure","members":{"missionProfileArn":{},"missionProfileId":{},"name":{},"region":{}}}},"nextToken":{}}}},"ListSatellites":{"http":{"method":"GET","requestUri":"/satellite","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"satellites":{"type":"list","member":{"type":"structure","members":{"currentEphemeris":{"shape":"S3l"},"groundStations":{"shape":"S3n"},"noradSatelliteID":{"type":"integer"},"satelliteArn":{},"satelliteId":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sy"}}}},"RegisterAgent":{"http":{"requestUri":"/agent","responseCode":200},"input":{"type":"structure","required":["agentDetails","discoveryData"],"members":{"agentDetails":{"type":"structure","required":["agentVersion","componentVersions","instanceId","instanceType"],"members":{"agentCpuCores":{"shape":"S4r"},"agentVersion":{},"componentVersions":{"type":"list","member":{"type":"structure","required":["componentType","versions"],"members":{"componentType":{},"versions":{"type":"list","member":{}}}}},"instanceId":{},"instanceType":{},"reservedCpuCores":{"shape":"S4r"}}},"discoveryData":{"type":"structure","required":["capabilityArns","privateIpAddresses","publicIpAddresses"],"members":{"capabilityArns":{"type":"list","member":{}},"privateIpAddresses":{"shape":"S52"},"publicIpAddresses":{"shape":"S52"}}}}},"output":{"type":"structure","members":{"agentId":{}}}},"ReserveContact":{"http":{"requestUri":"/contact","responseCode":200},"input":{"type":"structure","required":["endTime","groundStation","missionProfileArn","satelliteArn","startTime"],"members":{"endTime":{"type":"timestamp"},"groundStation":{},"missionProfileArn":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}},"output":{"shape":"S3"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sy"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAgentStatus":{"http":{"method":"PUT","requestUri":"/agent/{agentId}","responseCode":200},"input":{"type":"structure","required":["agentId","aggregateStatus","componentStatuses","taskId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"aggregateStatus":{"type":"structure","required":["status"],"members":{"signatureMap":{"type":"map","key":{},"value":{"type":"boolean"}},"status":{}}},"componentStatuses":{"type":"list","member":{"type":"structure","required":["capabilityArn","componentType","dataflowId","status"],"members":{"bytesReceived":{"type":"long"},"bytesSent":{"type":"long"},"capabilityArn":{},"componentType":{},"dataflowId":{},"packetsDropped":{"type":"long"},"status":{}}}},"taskId":{}}},"output":{"type":"structure","required":["agentId"],"members":{"agentId":{}}},"idempotent":true},"UpdateConfig":{"http":{"method":"PUT","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configData","configId","configType","name"],"members":{"configData":{"shape":"S5"},"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"},"name":{}}},"output":{"shape":"Sz"},"idempotent":true},"UpdateEphemeris":{"http":{"method":"PUT","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["enabled","ephemerisId"],"members":{"enabled":{"type":"boolean"},"ephemerisId":{"location":"uri","locationName":"ephemerisId"},"name":{},"priority":{"type":"integer"}}},"output":{"shape":"S27"},"idempotent":true},"UpdateMissionProfile":{"http":{"method":"PUT","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"missionProfileId":{"location":"uri","locationName":"missionProfileId"},"name":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"trackingConfigArn":{}}},"output":{"shape":"S2f"},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"contactId":{}}},"S5":{"type":"structure","members":{"antennaDownlinkConfig":{"type":"structure","required":["spectrumConfig"],"members":{"spectrumConfig":{"shape":"S7"}}},"antennaDownlinkDemodDecodeConfig":{"type":"structure","required":["decodeConfig","demodulationConfig","spectrumConfig"],"members":{"decodeConfig":{"type":"structure","required":["unvalidatedJSON"],"members":{"unvalidatedJSON":{}}},"demodulationConfig":{"type":"structure","required":["unvalidatedJSON"],"members":{"unvalidatedJSON":{}}},"spectrumConfig":{"shape":"S7"}}},"antennaUplinkConfig":{"type":"structure","required":["spectrumConfig","targetEirp"],"members":{"spectrumConfig":{"type":"structure","required":["centerFrequency"],"members":{"centerFrequency":{"shape":"Sb"},"polarization":{}}},"targetEirp":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"transmitDisabled":{"type":"boolean"}}},"dataflowEndpointConfig":{"type":"structure","required":["dataflowEndpointName"],"members":{"dataflowEndpointName":{},"dataflowEndpointRegion":{}}},"s3RecordingConfig":{"type":"structure","required":["bucketArn","roleArn"],"members":{"bucketArn":{},"prefix":{},"roleArn":{}}},"trackingConfig":{"type":"structure","required":["autotrack"],"members":{"autotrack":{}}},"uplinkEchoConfig":{"type":"structure","required":["antennaUplinkConfigArn","enabled"],"members":{"antennaUplinkConfigArn":{},"enabled":{"type":"boolean"}}}},"union":true},"S7":{"type":"structure","required":["bandwidth","centerFrequency"],"members":{"bandwidth":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"centerFrequency":{"shape":"Sb"},"polarization":{}}},"Sb":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"Sy":{"type":"map","key":{},"value":{}},"Sz":{"type":"structure","members":{"configArn":{},"configId":{},"configType":{}}},"S13":{"type":"list","member":{"shape":"S14"}},"S14":{"type":"structure","members":{"awsGroundStationAgentEndpoint":{"type":"structure","required":["egressAddress","ingressAddress","name"],"members":{"agentStatus":{},"auditResults":{},"egressAddress":{"type":"structure","required":["socketAddress"],"members":{"mtu":{"type":"integer"},"socketAddress":{"shape":"S1a"}}},"ingressAddress":{"type":"structure","required":["socketAddress"],"members":{"mtu":{"type":"integer"},"socketAddress":{"type":"structure","required":["name","portRange"],"members":{"name":{},"portRange":{"type":"structure","required":["maximum","minimum"],"members":{"maximum":{"type":"integer"},"minimum":{"type":"integer"}}}}}}},"name":{}}},"endpoint":{"type":"structure","members":{"address":{"shape":"S1a"},"mtu":{"type":"integer"},"name":{},"status":{}}},"healthReasons":{"type":"list","member":{}},"healthStatus":{},"securityDetails":{"type":"structure","required":["roleArn","securityGroupIds","subnetIds"],"members":{"roleArn":{},"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}}}}}},"S1a":{"type":"structure","required":["name","port"],"members":{"name":{},"port":{"type":"integer"}}},"S1p":{"type":"structure","members":{"dataflowEndpointGroupId":{}}},"S1u":{"type":"structure","members":{"bucket":{},"key":{},"version":{}}},"S27":{"type":"structure","members":{"ephemerisId":{}}},"S2a":{"type":"list","member":{"type":"list","member":{}}},"S2d":{"type":"structure","members":{"kmsAliasArn":{},"kmsKeyArn":{}},"union":true},"S2f":{"type":"structure","members":{"missionProfileId":{}}},"S2q":{"type":"structure","members":{"antennaDemodDecodeDetails":{"type":"structure","members":{"outputNode":{}}},"endpointDetails":{"shape":"S14"},"s3RecordingDetails":{"type":"structure","members":{"bucketArn":{},"keyTemplate":{}}}},"union":true},"S2u":{"type":"structure","required":["unit","value"],"members":{"unit":{},"value":{"type":"double"}}},"S34":{"type":"structure","members":{"ephemerisData":{},"sourceS3Object":{"shape":"S1u"}}},"S3l":{"type":"structure","required":["source"],"members":{"ephemerisId":{},"epoch":{"type":"timestamp"},"name":{},"source":{}}},"S3n":{"type":"list","member":{}},"S4r":{"type":"list","member":{"type":"integer"}},"S52":{"type":"list","member":{}}}}
57928
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2019-05-23","endpointPrefix":"groundstation","jsonVersion":"1.1","protocol":"rest-json","serviceFullName":"AWS Ground Station","serviceId":"GroundStation","signatureVersion":"v4","signingName":"groundstation","uid":"groundstation-2019-05-23"},"operations":{"CancelContact":{"http":{"method":"DELETE","requestUri":"/contact/{contactId}","responseCode":200},"input":{"type":"structure","required":["contactId"],"members":{"contactId":{"location":"uri","locationName":"contactId"}}},"output":{"shape":"S3"},"idempotent":true},"CreateConfig":{"http":{"requestUri":"/config","responseCode":200},"input":{"type":"structure","required":["configData","name"],"members":{"configData":{"shape":"S5"},"name":{},"tags":{"shape":"Sy"}}},"output":{"shape":"Sz"}},"CreateDataflowEndpointGroup":{"http":{"requestUri":"/dataflowEndpointGroup","responseCode":200},"input":{"type":"structure","required":["endpointDetails"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"endpointDetails":{"shape":"S13"},"tags":{"shape":"Sy"}}},"output":{"shape":"S1p"}},"CreateEphemeris":{"http":{"requestUri":"/ephemeris","responseCode":200},"input":{"type":"structure","required":["name","satelliteId"],"members":{"enabled":{"type":"boolean"},"ephemeris":{"type":"structure","members":{"oem":{"type":"structure","members":{"oemData":{},"s3Object":{"shape":"S1u"}}},"tle":{"type":"structure","members":{"s3Object":{"shape":"S1u"},"tleData":{"type":"list","member":{"type":"structure","required":["tleLine1","tleLine2","validTimeRange"],"members":{"tleLine1":{},"tleLine2":{},"validTimeRange":{"type":"structure","required":["endTime","startTime"],"members":{"endTime":{"type":"timestamp"},"startTime":{"type":"timestamp"}}}}}}}}},"union":true},"expirationTime":{"type":"timestamp"},"kmsKeyArn":{},"name":{},"priority":{"type":"integer"},"satelliteId":{},"tags":{"shape":"Sy"}}},"output":{"shape":"S27"}},"CreateMissionProfile":{"http":{"requestUri":"/missionprofile","responseCode":200},"input":{"type":"structure","required":["dataflowEdges","minimumViableContactDurationSeconds","name","trackingConfigArn"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"name":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"tags":{"shape":"Sy"},"trackingConfigArn":{}}},"output":{"shape":"S2g"}},"DeleteConfig":{"http":{"method":"DELETE","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configId","configType"],"members":{"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"}}},"output":{"shape":"Sz"},"idempotent":true},"DeleteDataflowEndpointGroup":{"http":{"method":"DELETE","requestUri":"/dataflowEndpointGroup/{dataflowEndpointGroupId}","responseCode":200},"input":{"type":"structure","required":["dataflowEndpointGroupId"],"members":{"dataflowEndpointGroupId":{"location":"uri","locationName":"dataflowEndpointGroupId"}}},"output":{"shape":"S1p"},"idempotent":true},"DeleteEphemeris":{"http":{"method":"DELETE","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["ephemerisId"],"members":{"ephemerisId":{"location":"uri","locationName":"ephemerisId"}}},"output":{"shape":"S27"},"idempotent":true},"DeleteMissionProfile":{"http":{"method":"DELETE","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"missionProfileId":{"location":"uri","locationName":"missionProfileId"}}},"output":{"shape":"S2g"},"idempotent":true},"DescribeContact":{"http":{"method":"GET","requestUri":"/contact/{contactId}","responseCode":200},"input":{"type":"structure","required":["contactId"],"members":{"contactId":{"location":"uri","locationName":"contactId"}}},"output":{"type":"structure","members":{"contactId":{},"contactStatus":{},"dataflowList":{"type":"list","member":{"type":"structure","members":{"destination":{"type":"structure","members":{"configDetails":{"shape":"S2r"},"configId":{},"configType":{},"dataflowDestinationRegion":{}}},"errorMessage":{},"source":{"type":"structure","members":{"configDetails":{"shape":"S2r"},"configId":{},"configType":{},"dataflowSourceRegion":{}}}}}},"endTime":{"type":"timestamp"},"errorMessage":{},"groundStation":{},"maximumElevation":{"shape":"S2v"},"missionProfileArn":{},"postPassEndTime":{"type":"timestamp"},"prePassStartTime":{"type":"timestamp"},"region":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}}},"DescribeEphemeris":{"http":{"method":"GET","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["ephemerisId"],"members":{"ephemerisId":{"location":"uri","locationName":"ephemerisId"}}},"output":{"type":"structure","members":{"creationTime":{"type":"timestamp"},"enabled":{"type":"boolean"},"ephemerisId":{},"invalidReason":{},"name":{},"priority":{"type":"integer"},"satelliteId":{},"status":{},"suppliedData":{"type":"structure","members":{"oem":{"shape":"S35"},"tle":{"shape":"S35"}},"union":true},"tags":{"shape":"Sy"}}}},"GetAgentConfiguration":{"http":{"method":"GET","requestUri":"/agent/{agentId}/configuration","responseCode":200},"input":{"type":"structure","required":["agentId"],"members":{"agentId":{"location":"uri","locationName":"agentId"}}},"output":{"type":"structure","members":{"agentId":{},"taskingDocument":{}}}},"GetConfig":{"http":{"method":"GET","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configId","configType"],"members":{"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"}}},"output":{"type":"structure","required":["configArn","configData","configId","name"],"members":{"configArn":{},"configData":{"shape":"S5"},"configId":{},"configType":{},"name":{},"tags":{"shape":"Sy"}}}},"GetDataflowEndpointGroup":{"http":{"method":"GET","requestUri":"/dataflowEndpointGroup/{dataflowEndpointGroupId}","responseCode":200},"input":{"type":"structure","required":["dataflowEndpointGroupId"],"members":{"dataflowEndpointGroupId":{"location":"uri","locationName":"dataflowEndpointGroupId"}}},"output":{"type":"structure","members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEndpointGroupArn":{},"dataflowEndpointGroupId":{},"endpointsDetails":{"shape":"S13"},"tags":{"shape":"Sy"}}}},"GetMinuteUsage":{"http":{"requestUri":"/minute-usage","responseCode":200},"input":{"type":"structure","required":["month","year"],"members":{"month":{"type":"integer"},"year":{"type":"integer"}}},"output":{"type":"structure","members":{"estimatedMinutesRemaining":{"type":"integer"},"isReservedMinutesCustomer":{"type":"boolean"},"totalReservedMinuteAllocation":{"type":"integer"},"totalScheduledMinutes":{"type":"integer"},"upcomingMinutesScheduled":{"type":"integer"}}}},"GetMissionProfile":{"http":{"method":"GET","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"missionProfileId":{"location":"uri","locationName":"missionProfileId"}}},"output":{"type":"structure","members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"missionProfileArn":{},"missionProfileId":{},"name":{},"region":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"tags":{"shape":"Sy"},"trackingConfigArn":{}}}},"GetSatellite":{"http":{"method":"GET","requestUri":"/satellite/{satelliteId}","responseCode":200},"input":{"type":"structure","required":["satelliteId"],"members":{"satelliteId":{"location":"uri","locationName":"satelliteId"}}},"output":{"type":"structure","members":{"currentEphemeris":{"shape":"S3m"},"groundStations":{"shape":"S3o"},"noradSatelliteID":{"type":"integer"},"satelliteArn":{},"satelliteId":{}}}},"ListConfigs":{"http":{"method":"GET","requestUri":"/config","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"configList":{"type":"list","member":{"type":"structure","members":{"configArn":{},"configId":{},"configType":{},"name":{}}}},"nextToken":{}}}},"ListContacts":{"http":{"requestUri":"/contacts","responseCode":200},"input":{"type":"structure","required":["endTime","startTime","statusList"],"members":{"endTime":{"type":"timestamp"},"groundStation":{},"maxResults":{"type":"integer"},"missionProfileArn":{},"nextToken":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"statusList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"contactList":{"type":"list","member":{"type":"structure","members":{"contactId":{},"contactStatus":{},"endTime":{"type":"timestamp"},"errorMessage":{},"groundStation":{},"maximumElevation":{"shape":"S2v"},"missionProfileArn":{},"postPassEndTime":{"type":"timestamp"},"prePassStartTime":{"type":"timestamp"},"region":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}}},"nextToken":{}}}},"ListDataflowEndpointGroups":{"http":{"method":"GET","requestUri":"/dataflowEndpointGroup","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"dataflowEndpointGroupList":{"type":"list","member":{"type":"structure","members":{"dataflowEndpointGroupArn":{},"dataflowEndpointGroupId":{}}}},"nextToken":{}}}},"ListEphemerides":{"http":{"requestUri":"/ephemerides","responseCode":200},"input":{"type":"structure","required":["endTime","satelliteId","startTime"],"members":{"endTime":{"type":"timestamp"},"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"satelliteId":{},"startTime":{"type":"timestamp"},"statusList":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"ephemerides":{"type":"list","member":{"type":"structure","members":{"creationTime":{"type":"timestamp"},"enabled":{"type":"boolean"},"ephemerisId":{},"name":{},"priority":{"type":"integer"},"sourceS3Object":{"shape":"S1u"},"status":{}}}},"nextToken":{}}}},"ListGroundStations":{"http":{"method":"GET","requestUri":"/groundstation","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"},"satelliteId":{"location":"querystring","locationName":"satelliteId"}}},"output":{"type":"structure","members":{"groundStationList":{"type":"list","member":{"type":"structure","members":{"groundStationId":{},"groundStationName":{},"region":{}}}},"nextToken":{}}}},"ListMissionProfiles":{"http":{"method":"GET","requestUri":"/missionprofile","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"missionProfileList":{"type":"list","member":{"type":"structure","members":{"missionProfileArn":{},"missionProfileId":{},"name":{},"region":{}}}},"nextToken":{}}}},"ListSatellites":{"http":{"method":"GET","requestUri":"/satellite","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"nextToken":{},"satellites":{"type":"list","member":{"type":"structure","members":{"currentEphemeris":{"shape":"S3m"},"groundStations":{"shape":"S3o"},"noradSatelliteID":{"type":"integer"},"satelliteArn":{},"satelliteId":{}}}}}}},"ListTagsForResource":{"http":{"method":"GET","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"}}},"output":{"type":"structure","members":{"tags":{"shape":"Sy"}}}},"RegisterAgent":{"http":{"requestUri":"/agent","responseCode":200},"input":{"type":"structure","required":["agentDetails","discoveryData"],"members":{"agentDetails":{"type":"structure","required":["agentVersion","componentVersions","instanceId","instanceType"],"members":{"agentCpuCores":{"shape":"S4s"},"agentVersion":{},"componentVersions":{"type":"list","member":{"type":"structure","required":["componentType","versions"],"members":{"componentType":{},"versions":{"type":"list","member":{}}}}},"instanceId":{},"instanceType":{},"reservedCpuCores":{"shape":"S4s"}}},"discoveryData":{"type":"structure","required":["capabilityArns","privateIpAddresses","publicIpAddresses"],"members":{"capabilityArns":{"type":"list","member":{}},"privateIpAddresses":{"shape":"S53"},"publicIpAddresses":{"shape":"S53"}}}}},"output":{"type":"structure","members":{"agentId":{}}}},"ReserveContact":{"http":{"requestUri":"/contact","responseCode":200},"input":{"type":"structure","required":["endTime","groundStation","missionProfileArn","satelliteArn","startTime"],"members":{"endTime":{"type":"timestamp"},"groundStation":{},"missionProfileArn":{},"satelliteArn":{},"startTime":{"type":"timestamp"},"tags":{"shape":"Sy"}}},"output":{"shape":"S3"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sy"}}},"output":{"type":"structure","members":{}}},"UntagResource":{"http":{"method":"DELETE","requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tagKeys"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tagKeys":{"location":"querystring","locationName":"tagKeys","type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"UpdateAgentStatus":{"http":{"method":"PUT","requestUri":"/agent/{agentId}","responseCode":200},"input":{"type":"structure","required":["agentId","aggregateStatus","componentStatuses","taskId"],"members":{"agentId":{"location":"uri","locationName":"agentId"},"aggregateStatus":{"type":"structure","required":["status"],"members":{"signatureMap":{"type":"map","key":{},"value":{"type":"boolean"}},"status":{}}},"componentStatuses":{"type":"list","member":{"type":"structure","required":["capabilityArn","componentType","dataflowId","status"],"members":{"bytesReceived":{"type":"long"},"bytesSent":{"type":"long"},"capabilityArn":{},"componentType":{},"dataflowId":{},"packetsDropped":{"type":"long"},"status":{}}}},"taskId":{}}},"output":{"type":"structure","required":["agentId"],"members":{"agentId":{}}},"idempotent":true},"UpdateConfig":{"http":{"method":"PUT","requestUri":"/config/{configType}/{configId}","responseCode":200},"input":{"type":"structure","required":["configData","configId","configType","name"],"members":{"configData":{"shape":"S5"},"configId":{"location":"uri","locationName":"configId"},"configType":{"location":"uri","locationName":"configType"},"name":{}}},"output":{"shape":"Sz"},"idempotent":true},"UpdateEphemeris":{"http":{"method":"PUT","requestUri":"/ephemeris/{ephemerisId}","responseCode":200},"input":{"type":"structure","required":["enabled","ephemerisId"],"members":{"enabled":{"type":"boolean"},"ephemerisId":{"location":"uri","locationName":"ephemerisId"},"name":{},"priority":{"type":"integer"}}},"output":{"shape":"S27"},"idempotent":true},"UpdateMissionProfile":{"http":{"method":"PUT","requestUri":"/missionprofile/{missionProfileId}","responseCode":200},"input":{"type":"structure","required":["missionProfileId"],"members":{"contactPostPassDurationSeconds":{"type":"integer"},"contactPrePassDurationSeconds":{"type":"integer"},"dataflowEdges":{"shape":"S2a"},"minimumViableContactDurationSeconds":{"type":"integer"},"missionProfileId":{"location":"uri","locationName":"missionProfileId"},"name":{},"streamsKmsKey":{"shape":"S2d"},"streamsKmsRole":{},"trackingConfigArn":{}}},"output":{"shape":"S2g"},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"contactId":{}}},"S5":{"type":"structure","members":{"antennaDownlinkConfig":{"type":"structure","required":["spectrumConfig"],"members":{"spectrumConfig":{"shape":"S7"}}},"antennaDownlinkDemodDecodeConfig":{"type":"structure","required":["decodeConfig","demodulationConfig","spectrumConfig"],"members":{"decodeConfig":{"type":"structure","required":["unvalidatedJSON"],"members":{"unvalidatedJSON":{}}},"demodulationConfig":{"type":"structure","required":["unvalidatedJSON"],"members":{"unvalidatedJSON":{}}},"spectrumConfig":{"shape":"S7"}}},"antennaUplinkConfig":{"type":"structure","required":["spectrumConfig","targetEirp"],"members":{"spectrumConfig":{"type":"structure","required":["centerFrequency"],"members":{"centerFrequency":{"shape":"Sb"},"polarization":{}}},"targetEirp":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"transmitDisabled":{"type":"boolean"}}},"dataflowEndpointConfig":{"type":"structure","required":["dataflowEndpointName"],"members":{"dataflowEndpointName":{},"dataflowEndpointRegion":{}}},"s3RecordingConfig":{"type":"structure","required":["bucketArn","roleArn"],"members":{"bucketArn":{},"prefix":{},"roleArn":{}}},"trackingConfig":{"type":"structure","required":["autotrack"],"members":{"autotrack":{}}},"uplinkEchoConfig":{"type":"structure","required":["antennaUplinkConfigArn","enabled"],"members":{"antennaUplinkConfigArn":{},"enabled":{"type":"boolean"}}}},"union":true},"S7":{"type":"structure","required":["bandwidth","centerFrequency"],"members":{"bandwidth":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"centerFrequency":{"shape":"Sb"},"polarization":{}}},"Sb":{"type":"structure","required":["units","value"],"members":{"units":{},"value":{"type":"double"}}},"Sy":{"type":"map","key":{},"value":{}},"Sz":{"type":"structure","members":{"configArn":{},"configId":{},"configType":{}}},"S13":{"type":"list","member":{"shape":"S14"}},"S14":{"type":"structure","members":{"awsGroundStationAgentEndpoint":{"type":"structure","required":["egressAddress","ingressAddress","name"],"members":{"agentStatus":{},"auditResults":{},"egressAddress":{"type":"structure","required":["socketAddress"],"members":{"mtu":{"type":"integer"},"socketAddress":{"shape":"S1a"}}},"ingressAddress":{"type":"structure","required":["socketAddress"],"members":{"mtu":{"type":"integer"},"socketAddress":{"type":"structure","required":["name","portRange"],"members":{"name":{},"portRange":{"type":"structure","required":["maximum","minimum"],"members":{"maximum":{"type":"integer"},"minimum":{"type":"integer"}}}}}}},"name":{}}},"endpoint":{"type":"structure","members":{"address":{"shape":"S1a"},"mtu":{"type":"integer"},"name":{},"status":{}}},"healthReasons":{"type":"list","member":{}},"healthStatus":{},"securityDetails":{"type":"structure","required":["roleArn","securityGroupIds","subnetIds"],"members":{"roleArn":{},"securityGroupIds":{"type":"list","member":{}},"subnetIds":{"type":"list","member":{}}}}}},"S1a":{"type":"structure","required":["name","port"],"members":{"name":{},"port":{"type":"integer"}}},"S1p":{"type":"structure","members":{"dataflowEndpointGroupId":{}}},"S1u":{"type":"structure","members":{"bucket":{},"key":{},"version":{}}},"S27":{"type":"structure","members":{"ephemerisId":{}}},"S2a":{"type":"list","member":{"type":"list","member":{}}},"S2d":{"type":"structure","members":{"kmsAliasArn":{},"kmsAliasName":{},"kmsKeyArn":{}},"union":true},"S2g":{"type":"structure","members":{"missionProfileId":{}}},"S2r":{"type":"structure","members":{"antennaDemodDecodeDetails":{"type":"structure","members":{"outputNode":{}}},"endpointDetails":{"shape":"S14"},"s3RecordingDetails":{"type":"structure","members":{"bucketArn":{},"keyTemplate":{}}}},"union":true},"S2v":{"type":"structure","required":["unit","value"],"members":{"unit":{},"value":{"type":"double"}}},"S35":{"type":"structure","members":{"ephemerisData":{},"sourceS3Object":{"shape":"S1u"}}},"S3m":{"type":"structure","required":["source"],"members":{"ephemerisId":{},"epoch":{"type":"timestamp"},"name":{},"source":{}}},"S3o":{"type":"list","member":{}},"S4s":{"type":"list","member":{"type":"integer"}},"S53":{"type":"list","member":{}}}}
57929
57929
 
57930
57930
  /***/ }),
57931
57931
  /* 768 */
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1480.0
1
+ // AWS SDK for JavaScript v2.1481.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -262638,7 +262638,7 @@ AWS.util.update(AWS, {
262638
262638
  /**
262639
262639
  * @constant
262640
262640
  */
262641
- VERSION: '2.1480.0',
262641
+ VERSION: '2.1481.0',
262642
262642
 
262643
262643
  /**
262644
262644
  * @api private
@@ -284819,7 +284819,7 @@ var LRUCache = /** @class */ (function () {
284819
284819
  }());
284820
284820
  exports.LRUCache = LRUCache;
284821
284821
  },{}],467:[function(require,module,exports){
284822
- // AWS SDK for JavaScript v2.1480.0
284822
+ // AWS SDK for JavaScript v2.1481.0
284823
284823
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
284824
284824
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
284825
284825
  require('./browser_loader');