aws-sdk 2.1410.0 → 2.1411.0

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.
@@ -745,7 +745,7 @@ declare namespace SecurityHub {
745
745
  export type AutoEnableStandards = "NONE"|"DEFAULT"|string;
746
746
  export interface AutomationRulesAction {
747
747
  /**
748
- * Specifies that the rule action should update the Types finding field. The Types finding field provides one or more finding types in the format of namespace/category/classifier that classify a finding. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
748
+ * Specifies that the rule action should update the Types finding field. The Types finding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.
749
749
  */
750
750
  Type?: AutomationRulesActionType;
751
751
  /**
@@ -761,7 +761,7 @@ declare namespace SecurityHub {
761
761
  */
762
762
  RuleArn?: NonEmptyString;
763
763
  /**
764
- * Whether the rule is active after it is created. If this parameter is equal to >ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created.
764
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created.
765
765
  */
766
766
  RuleStatus?: RuleStatus;
767
767
  /**
@@ -777,11 +777,11 @@ declare namespace SecurityHub {
777
777
  */
778
778
  Description?: NonEmptyString;
779
779
  /**
780
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
780
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
781
781
  */
782
782
  IsTerminal?: Boolean;
783
783
  /**
784
- * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
784
+ * A set of Amazon Web Services Security Finding Format finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
785
785
  */
786
786
  Criteria?: AutomationRulesFindingFilters;
787
787
  /**
@@ -806,28 +806,28 @@ declare namespace SecurityHub {
806
806
  Note?: NoteUpdate;
807
807
  Severity?: SeverityUpdate;
808
808
  /**
809
- * The rule action will update the VerificationState field of a finding.
809
+ * The rule action updates the VerificationState field of a finding.
810
810
  */
811
811
  VerificationState?: VerificationState;
812
812
  /**
813
- * The rule action will update the Confidence field of a finding.
813
+ * The rule action updates the Confidence field of a finding.
814
814
  */
815
815
  Confidence?: RatioScale;
816
816
  /**
817
- * The rule action will update the Criticality field of a finding.
817
+ * The rule action updates the Criticality field of a finding.
818
818
  */
819
819
  Criticality?: RatioScale;
820
820
  /**
821
- * The rule action will update the Types field of a finding.
821
+ * The rule action updates the Types field of a finding.
822
822
  */
823
823
  Types?: TypeList;
824
824
  /**
825
- * The rule action will update the UserDefinedFields field of a finding.
825
+ * The rule action updates the UserDefinedFields field of a finding.
826
826
  */
827
827
  UserDefinedFields?: FieldMap;
828
828
  Workflow?: WorkflowUpdate;
829
829
  /**
830
- * A list of findings that are related to a finding.
830
+ * The rule action updates the RelatedFindings field of a finding.
831
831
  */
832
832
  RelatedFindings?: RelatedFindingList;
833
833
  }
@@ -979,7 +979,7 @@ declare namespace SecurityHub {
979
979
  */
980
980
  RuleArn?: NonEmptyString;
981
981
  /**
982
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
982
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
983
983
  */
984
984
  RuleStatus?: RuleStatus;
985
985
  /**
@@ -995,7 +995,7 @@ declare namespace SecurityHub {
995
995
  */
996
996
  Description?: NonEmptyString;
997
997
  /**
998
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
998
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
999
999
  */
1000
1000
  IsTerminal?: Boolean;
1001
1001
  /**
@@ -11480,7 +11480,7 @@ declare namespace SecurityHub {
11480
11480
  */
11481
11481
  Tags?: TagMap;
11482
11482
  /**
11483
- * Whether the rule is active after it is created. If this parameter is equal to Enabled, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
11483
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
11484
11484
  */
11485
11485
  RuleStatus?: RuleStatus;
11486
11486
  /**
@@ -11496,11 +11496,11 @@ declare namespace SecurityHub {
11496
11496
  */
11497
11497
  Description: NonEmptyString;
11498
11498
  /**
11499
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding. The default value of this field is false.
11499
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. The default value of this field is false.
11500
11500
  */
11501
11501
  IsTerminal?: Boolean;
11502
11502
  /**
11503
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11503
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
11504
11504
  */
11505
11505
  Criteria: AutomationRulesFindingFilters;
11506
11506
  /**
@@ -13856,7 +13856,7 @@ declare namespace SecurityHub {
13856
13856
  */
13857
13857
  SeverityRating: SeverityRating;
13858
13858
  /**
13859
- * The status of a security control based on the compliance status of its findings. For more information about how control status is determined, see Determining the overall status of a control from its findings in the Security Hub User Guide.
13859
+ * The enablement status of a security control in a specific standard.
13860
13860
  */
13861
13861
  SecurityControlStatus: ControlStatus;
13862
13862
  }
@@ -14450,7 +14450,7 @@ declare namespace SecurityHub {
14450
14450
  */
14451
14451
  RuleArn: NonEmptyString;
14452
14452
  /**
14453
- * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules.
14453
+ * Whether the rule is active after it is created. If this parameter is equal to ENABLED, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use BatchUpdateAutomationRules .
14454
14454
  */
14455
14455
  RuleStatus?: RuleStatus;
14456
14456
  /**
@@ -14466,11 +14466,11 @@ declare namespace SecurityHub {
14466
14466
  */
14467
14467
  RuleName?: NonEmptyString;
14468
14468
  /**
14469
- * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is false.
14469
+ * Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to true for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is false.
14470
14470
  */
14471
14471
  IsTerminal?: Boolean;
14472
14472
  /**
14473
- * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14473
+ * A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding.
14474
14474
  */
14475
14475
  Criteria?: AutomationRulesFindingFilters;
14476
14476
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1410.0',
86
+ VERSION: '2.1411.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.1410.0',
398
+ VERSION: '2.1411.0',
399
399
 
400
400
  /**
401
401
  * @api private
@@ -39632,7 +39632,7 @@ return /******/ (function(modules) { // webpackBootstrap
39632
39632
  /* 274 */
39633
39633
  /***/ (function(module, exports) {
39634
39634
 
39635
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-11-01","endpointPrefix":"kms","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"KMS","serviceFullName":"AWS Key Management Service","serviceId":"KMS","signatureVersion":"v4","targetPrefix":"TrentService","uid":"kms-2014-11-01"},"operations":{"CancelKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ConnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"CreateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"CreateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreName"],"members":{"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"KeyStorePassword":{"shape":"Sd"},"CustomKeyStoreType":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{"CustomKeyStoreId":{}}}},"CreateGrant":{"input":{"type":"structure","required":["KeyId","GranteePrincipal","Operations"],"members":{"KeyId":{},"GranteePrincipal":{},"RetiringPrincipal":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"},"GrantTokens":{"shape":"Sv"},"Name":{}}},"output":{"type":"structure","members":{"GrantToken":{},"GrantId":{}}}},"CreateKey":{"input":{"type":"structure","members":{"Policy":{},"Description":{},"KeyUsage":{},"CustomerMasterKeySpec":{"shape":"S14","deprecated":true,"deprecatedMessage":"This parameter has been deprecated. Instead, use the KeySpec parameter."},"KeySpec":{},"Origin":{},"CustomKeyStoreId":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Tags":{"shape":"S18"},"MultiRegion":{"type":"boolean"},"XksKeyId":{}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"Decrypt":{"input":{"type":"structure","required":["CiphertextBlob"],"members":{"CiphertextBlob":{"type":"blob"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"KeyId":{},"EncryptionAlgorithm":{},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionAlgorithm":{},"CiphertextForRecipient":{"type":"blob"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}}},"DeleteCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"DeleteImportedKeyMaterial":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DescribeCustomKeyStores":{"input":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"CustomKeyStores":{"type":"list","member":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"ConnectionState":{},"ConnectionErrorCode":{},"CreationDate":{"type":"timestamp"},"CustomKeyStoreType":{},"XksProxyConfiguration":{"type":"structure","members":{"Connectivity":{},"AccessKeyId":{"shape":"Sj"},"UriEndpoint":{},"UriPath":{},"VpcEndpointServiceName":{}}}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"DescribeKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"DisableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisconnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"EnableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"EnableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"Encrypt":{"input":{"type":"structure","required":["KeyId","Plaintext"],"members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"EncryptionAlgorithm":{}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{},"EncryptionAlgorithm":{}}}},"GenerateDataKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"NumberOfBytes":{"type":"integer"},"KeySpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"Plaintext":{"shape":"S25"},"KeyId":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPair":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PrivateKeyPlaintext":{"shape":"S25"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPairWithoutPlaintext":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{}}}},"GenerateDataKeyWithoutPlaintext":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"KeySpec":{},"NumberOfBytes":{"type":"integer"},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{}}}},"GenerateMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"Mac":{"type":"blob"},"MacAlgorithm":{},"KeyId":{}}}},"GenerateRandom":{"input":{"type":"structure","members":{"NumberOfBytes":{"type":"integer"},"CustomKeyStoreId":{},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"Plaintext":{"shape":"S25"},"CiphertextForRecipient":{"type":"blob"}}}},"GetKeyPolicy":{"input":{"type":"structure","required":["KeyId","PolicyName"],"members":{"KeyId":{},"PolicyName":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"GetKeyRotationStatus":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyRotationEnabled":{"type":"boolean"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyId","WrappingAlgorithm","WrappingKeySpec"],"members":{"KeyId":{},"WrappingAlgorithm":{},"WrappingKeySpec":{}}},"output":{"type":"structure","members":{"KeyId":{},"ImportToken":{"type":"blob"},"PublicKey":{"shape":"S25"},"ParametersValidTo":{"type":"timestamp"}}}},"GetPublicKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"PublicKey":{"type":"blob"},"CustomerMasterKeySpec":{"shape":"S14","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"KeyUsage":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"}}}},"ImportKeyMaterial":{"input":{"type":"structure","required":["KeyId","ImportToken","EncryptedKeyMaterial"],"members":{"KeyId":{},"ImportToken":{"type":"blob"},"EncryptedKeyMaterial":{"type":"blob"},"ValidTo":{"type":"timestamp"},"ExpirationModel":{}}},"output":{"type":"structure","members":{}}},"ListAliases":{"input":{"type":"structure","members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Aliases":{"type":"list","member":{"type":"structure","members":{"AliasName":{},"AliasArn":{},"TargetKeyId":{},"CreationDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListGrants":{"input":{"type":"structure","required":["KeyId"],"members":{"Limit":{"type":"integer"},"Marker":{},"KeyId":{},"GrantId":{},"GranteePrincipal":{}}},"output":{"shape":"S3r"}},"ListKeyPolicies":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"PolicyNames":{"type":"list","member":{}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeys":{"input":{"type":"structure","members":{"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Keys":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"KeyArn":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListResourceTags":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S18"},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListRetirableGrants":{"input":{"type":"structure","required":["RetiringPrincipal"],"members":{"Limit":{"type":"integer"},"Marker":{},"RetiringPrincipal":{}}},"output":{"shape":"S3r"}},"PutKeyPolicy":{"input":{"type":"structure","required":["KeyId","PolicyName","Policy"],"members":{"KeyId":{},"PolicyName":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"}}}},"ReEncrypt":{"input":{"type":"structure","required":["CiphertextBlob","DestinationKeyId"],"members":{"CiphertextBlob":{"type":"blob"},"SourceEncryptionContext":{"shape":"Ss"},"SourceKeyId":{},"DestinationKeyId":{},"DestinationEncryptionContext":{"shape":"Ss"},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"SourceKeyId":{},"KeyId":{},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{}}}},"ReplicateKey":{"input":{"type":"structure","required":["KeyId","ReplicaRegion"],"members":{"KeyId":{},"ReplicaRegion":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Description":{},"Tags":{"shape":"S18"}}},"output":{"type":"structure","members":{"ReplicaKeyMetadata":{"shape":"S1f"},"ReplicaPolicy":{},"ReplicaTags":{"shape":"S18"}}}},"RetireGrant":{"input":{"type":"structure","members":{"GrantToken":{},"KeyId":{},"GrantId":{}}}},"RevokeGrant":{"input":{"type":"structure","required":["KeyId","GrantId"],"members":{"KeyId":{},"GrantId":{}}}},"ScheduleKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PendingWindowInDays":{"type":"integer"}}},"output":{"type":"structure","members":{"KeyId":{},"DeletionDate":{"type":"timestamp"},"KeyState":{},"PendingWindowInDays":{"type":"integer"}}}},"Sign":{"input":{"type":"structure","required":["KeyId","Message","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"GrantTokens":{"shape":"Sv"},"SigningAlgorithm":{}}},"output":{"type":"structure","members":{"KeyId":{},"Signature":{"type":"blob"},"SigningAlgorithm":{}}}},"TagResource":{"input":{"type":"structure","required":["KeyId","Tags"],"members":{"KeyId":{},"Tags":{"shape":"S18"}}}},"UntagResource":{"input":{"type":"structure","required":["KeyId","TagKeys"],"members":{"KeyId":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"UpdateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{},"NewCustomKeyStoreName":{},"KeyStorePassword":{"shape":"Sd"},"CloudHsmClusterId":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{}}},"UpdateKeyDescription":{"input":{"type":"structure","required":["KeyId","Description"],"members":{"KeyId":{},"Description":{}}}},"UpdatePrimaryRegion":{"input":{"type":"structure","required":["KeyId","PrimaryRegion"],"members":{"KeyId":{},"PrimaryRegion":{}}}},"Verify":{"input":{"type":"structure","required":["KeyId","Message","Signature","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"Signature":{"type":"blob"},"SigningAlgorithm":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"SignatureValid":{"type":"boolean"},"SigningAlgorithm":{}}}},"VerifyMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm","Mac"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"Mac":{"type":"blob"},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"MacValid":{"type":"boolean"},"MacAlgorithm":{}}}}},"shapes":{"Sd":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["AccessKeyId","RawSecretAccessKey"],"members":{"AccessKeyId":{"shape":"Sj"},"RawSecretAccessKey":{"type":"string","sensitive":true}}},"Sj":{"type":"string","sensitive":true},"Sp":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"EncryptionContextSubset":{"shape":"Ss"},"EncryptionContextEquals":{"shape":"Ss"}}},"Ss":{"type":"map","key":{},"value":{}},"Sv":{"type":"list","member":{}},"S14":{"type":"string","deprecated":true,"deprecatedMessage":"This enum has been deprecated. Instead, use the KeySpec enum."},"S18":{"type":"list","member":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}}},"S1f":{"type":"structure","required":["KeyId"],"members":{"AWSAccountId":{},"KeyId":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Enabled":{"type":"boolean"},"Description":{},"KeyUsage":{},"KeyState":{},"DeletionDate":{"type":"timestamp"},"ValidTo":{"type":"timestamp"},"Origin":{},"CustomKeyStoreId":{},"CloudHsmClusterId":{},"ExpirationModel":{},"KeyManager":{},"CustomerMasterKeySpec":{"shape":"S14","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"},"MultiRegion":{"type":"boolean"},"MultiRegionConfiguration":{"type":"structure","members":{"MultiRegionKeyType":{},"PrimaryKey":{"shape":"S1s"},"ReplicaKeys":{"type":"list","member":{"shape":"S1s"}}}},"PendingDeletionWindowInDays":{"type":"integer"},"MacAlgorithms":{"type":"list","member":{}},"XksKeyConfiguration":{"type":"structure","members":{"Id":{}}}}},"S1m":{"type":"list","member":{}},"S1o":{"type":"list","member":{}},"S1s":{"type":"structure","members":{"Arn":{},"Region":{}}},"S21":{"type":"structure","members":{"KeyEncryptionAlgorithm":{},"AttestationDocument":{"type":"blob"}}},"S25":{"type":"blob","sensitive":true},"S3r":{"type":"structure","members":{"Grants":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"GrantId":{},"Name":{},"CreationDate":{"type":"timestamp"},"GranteePrincipal":{},"RetiringPrincipal":{},"IssuingAccount":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}}}
39635
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2014-11-01","endpointPrefix":"kms","jsonVersion":"1.1","protocol":"json","serviceAbbreviation":"KMS","serviceFullName":"AWS Key Management Service","serviceId":"KMS","signatureVersion":"v4","targetPrefix":"TrentService","uid":"kms-2014-11-01"},"operations":{"CancelKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyId":{}}}},"ConnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"CreateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"CreateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreName"],"members":{"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"KeyStorePassword":{"shape":"Sd"},"CustomKeyStoreType":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{"CustomKeyStoreId":{}}}},"CreateGrant":{"input":{"type":"structure","required":["KeyId","GranteePrincipal","Operations"],"members":{"KeyId":{},"GranteePrincipal":{},"RetiringPrincipal":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"},"GrantTokens":{"shape":"Sv"},"Name":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"GrantToken":{},"GrantId":{}}}},"CreateKey":{"input":{"type":"structure","members":{"Policy":{},"Description":{},"KeyUsage":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This parameter has been deprecated. Instead, use the KeySpec parameter."},"KeySpec":{},"Origin":{},"CustomKeyStoreId":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Tags":{"shape":"S19"},"MultiRegion":{"type":"boolean"},"XksKeyId":{}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"Decrypt":{"input":{"type":"structure","required":["CiphertextBlob"],"members":{"CiphertextBlob":{"type":"blob"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"KeyId":{},"EncryptionAlgorithm":{},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionAlgorithm":{},"CiphertextForRecipient":{"type":"blob"}}}},"DeleteAlias":{"input":{"type":"structure","required":["AliasName"],"members":{"AliasName":{}}}},"DeleteCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"DeleteImportedKeyMaterial":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DescribeCustomKeyStores":{"input":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"CustomKeyStores":{"type":"list","member":{"type":"structure","members":{"CustomKeyStoreId":{},"CustomKeyStoreName":{},"CloudHsmClusterId":{},"TrustAnchorCertificate":{},"ConnectionState":{},"ConnectionErrorCode":{},"CreationDate":{"type":"timestamp"},"CustomKeyStoreType":{},"XksProxyConfiguration":{"type":"structure","members":{"Connectivity":{},"AccessKeyId":{"shape":"Sj"},"UriEndpoint":{},"UriPath":{},"VpcEndpointServiceName":{}}}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"DescribeKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyMetadata":{"shape":"S1f"}}}},"DisableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"DisconnectCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{}}},"output":{"type":"structure","members":{}}},"EnableKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"EnableKeyRotation":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}}},"Encrypt":{"input":{"type":"structure","required":["KeyId","Plaintext"],"members":{"KeyId":{},"Plaintext":{"shape":"S25"},"EncryptionContext":{"shape":"Ss"},"GrantTokens":{"shape":"Sv"},"EncryptionAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{},"EncryptionAlgorithm":{}}}},"GenerateDataKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"NumberOfBytes":{"type":"integer"},"KeySpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"Plaintext":{"shape":"S25"},"KeyId":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPair":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"Recipient":{"shape":"S21"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PrivateKeyPlaintext":{"shape":"S25"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{},"CiphertextForRecipient":{"type":"blob"}}}},"GenerateDataKeyPairWithoutPlaintext":{"input":{"type":"structure","required":["KeyId","KeyPairSpec"],"members":{"EncryptionContext":{"shape":"Ss"},"KeyId":{},"KeyPairSpec":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"PrivateKeyCiphertextBlob":{"type":"blob"},"PublicKey":{"type":"blob"},"KeyId":{},"KeyPairSpec":{}}}},"GenerateDataKeyWithoutPlaintext":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"EncryptionContext":{"shape":"Ss"},"KeySpec":{},"NumberOfBytes":{"type":"integer"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"KeyId":{}}}},"GenerateMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"Mac":{"type":"blob"},"MacAlgorithm":{},"KeyId":{}}}},"GenerateRandom":{"input":{"type":"structure","members":{"NumberOfBytes":{"type":"integer"},"CustomKeyStoreId":{},"Recipient":{"shape":"S21"}}},"output":{"type":"structure","members":{"Plaintext":{"shape":"S25"},"CiphertextForRecipient":{"type":"blob"}}}},"GetKeyPolicy":{"input":{"type":"structure","required":["KeyId","PolicyName"],"members":{"KeyId":{},"PolicyName":{}}},"output":{"type":"structure","members":{"Policy":{}}}},"GetKeyRotationStatus":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{}}},"output":{"type":"structure","members":{"KeyRotationEnabled":{"type":"boolean"}}}},"GetParametersForImport":{"input":{"type":"structure","required":["KeyId","WrappingAlgorithm","WrappingKeySpec"],"members":{"KeyId":{},"WrappingAlgorithm":{},"WrappingKeySpec":{}}},"output":{"type":"structure","members":{"KeyId":{},"ImportToken":{"type":"blob"},"PublicKey":{"shape":"S25"},"ParametersValidTo":{"type":"timestamp"}}}},"GetPublicKey":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"GrantTokens":{"shape":"Sv"}}},"output":{"type":"structure","members":{"KeyId":{},"PublicKey":{"type":"blob"},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"KeyUsage":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"}}}},"ImportKeyMaterial":{"input":{"type":"structure","required":["KeyId","ImportToken","EncryptedKeyMaterial"],"members":{"KeyId":{},"ImportToken":{"type":"blob"},"EncryptedKeyMaterial":{"type":"blob"},"ValidTo":{"type":"timestamp"},"ExpirationModel":{}}},"output":{"type":"structure","members":{}}},"ListAliases":{"input":{"type":"structure","members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Aliases":{"type":"list","member":{"type":"structure","members":{"AliasName":{},"AliasArn":{},"TargetKeyId":{},"CreationDate":{"type":"timestamp"},"LastUpdatedDate":{"type":"timestamp"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListGrants":{"input":{"type":"structure","required":["KeyId"],"members":{"Limit":{"type":"integer"},"Marker":{},"KeyId":{},"GrantId":{},"GranteePrincipal":{}}},"output":{"shape":"S3r"}},"ListKeyPolicies":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"PolicyNames":{"type":"list","member":{}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListKeys":{"input":{"type":"structure","members":{"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Keys":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"KeyArn":{}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListResourceTags":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"Limit":{"type":"integer"},"Marker":{}}},"output":{"type":"structure","members":{"Tags":{"shape":"S19"},"NextMarker":{},"Truncated":{"type":"boolean"}}}},"ListRetirableGrants":{"input":{"type":"structure","required":["RetiringPrincipal"],"members":{"Limit":{"type":"integer"},"Marker":{},"RetiringPrincipal":{}}},"output":{"shape":"S3r"}},"PutKeyPolicy":{"input":{"type":"structure","required":["KeyId","PolicyName","Policy"],"members":{"KeyId":{},"PolicyName":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"}}}},"ReEncrypt":{"input":{"type":"structure","required":["CiphertextBlob","DestinationKeyId"],"members":{"CiphertextBlob":{"type":"blob"},"SourceEncryptionContext":{"shape":"Ss"},"SourceKeyId":{},"DestinationKeyId":{},"DestinationEncryptionContext":{"shape":"Ss"},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"CiphertextBlob":{"type":"blob"},"SourceKeyId":{},"KeyId":{},"SourceEncryptionAlgorithm":{},"DestinationEncryptionAlgorithm":{}}}},"ReplicateKey":{"input":{"type":"structure","required":["KeyId","ReplicaRegion"],"members":{"KeyId":{},"ReplicaRegion":{},"Policy":{},"BypassPolicyLockoutSafetyCheck":{"type":"boolean"},"Description":{},"Tags":{"shape":"S19"}}},"output":{"type":"structure","members":{"ReplicaKeyMetadata":{"shape":"S1f"},"ReplicaPolicy":{},"ReplicaTags":{"shape":"S19"}}}},"RetireGrant":{"input":{"type":"structure","members":{"GrantToken":{},"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"RevokeGrant":{"input":{"type":"structure","required":["KeyId","GrantId"],"members":{"KeyId":{},"GrantId":{},"DryRun":{"type":"boolean"}}}},"ScheduleKeyDeletion":{"input":{"type":"structure","required":["KeyId"],"members":{"KeyId":{},"PendingWindowInDays":{"type":"integer"}}},"output":{"type":"structure","members":{"KeyId":{},"DeletionDate":{"type":"timestamp"},"KeyState":{},"PendingWindowInDays":{"type":"integer"}}}},"Sign":{"input":{"type":"structure","required":["KeyId","Message","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"GrantTokens":{"shape":"Sv"},"SigningAlgorithm":{},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"Signature":{"type":"blob"},"SigningAlgorithm":{}}}},"TagResource":{"input":{"type":"structure","required":["KeyId","Tags"],"members":{"KeyId":{},"Tags":{"shape":"S19"}}}},"UntagResource":{"input":{"type":"structure","required":["KeyId","TagKeys"],"members":{"KeyId":{},"TagKeys":{"type":"list","member":{}}}}},"UpdateAlias":{"input":{"type":"structure","required":["AliasName","TargetKeyId"],"members":{"AliasName":{},"TargetKeyId":{}}}},"UpdateCustomKeyStore":{"input":{"type":"structure","required":["CustomKeyStoreId"],"members":{"CustomKeyStoreId":{},"NewCustomKeyStoreName":{},"KeyStorePassword":{"shape":"Sd"},"CloudHsmClusterId":{},"XksProxyUriEndpoint":{},"XksProxyUriPath":{},"XksProxyVpcEndpointServiceName":{},"XksProxyAuthenticationCredential":{"shape":"Si"},"XksProxyConnectivity":{}}},"output":{"type":"structure","members":{}}},"UpdateKeyDescription":{"input":{"type":"structure","required":["KeyId","Description"],"members":{"KeyId":{},"Description":{}}}},"UpdatePrimaryRegion":{"input":{"type":"structure","required":["KeyId","PrimaryRegion"],"members":{"KeyId":{},"PrimaryRegion":{}}}},"Verify":{"input":{"type":"structure","required":["KeyId","Message","Signature","SigningAlgorithm"],"members":{"KeyId":{},"Message":{"shape":"S25"},"MessageType":{},"Signature":{"type":"blob"},"SigningAlgorithm":{},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"SignatureValid":{"type":"boolean"},"SigningAlgorithm":{}}}},"VerifyMac":{"input":{"type":"structure","required":["Message","KeyId","MacAlgorithm","Mac"],"members":{"Message":{"shape":"S25"},"KeyId":{},"MacAlgorithm":{},"Mac":{"type":"blob"},"GrantTokens":{"shape":"Sv"},"DryRun":{"type":"boolean"}}},"output":{"type":"structure","members":{"KeyId":{},"MacValid":{"type":"boolean"},"MacAlgorithm":{}}}}},"shapes":{"Sd":{"type":"string","sensitive":true},"Si":{"type":"structure","required":["AccessKeyId","RawSecretAccessKey"],"members":{"AccessKeyId":{"shape":"Sj"},"RawSecretAccessKey":{"type":"string","sensitive":true}}},"Sj":{"type":"string","sensitive":true},"Sp":{"type":"list","member":{}},"Sr":{"type":"structure","members":{"EncryptionContextSubset":{"shape":"Ss"},"EncryptionContextEquals":{"shape":"Ss"}}},"Ss":{"type":"map","key":{},"value":{}},"Sv":{"type":"list","member":{}},"S15":{"type":"string","deprecated":true,"deprecatedMessage":"This enum has been deprecated. Instead, use the KeySpec enum."},"S19":{"type":"list","member":{"type":"structure","required":["TagKey","TagValue"],"members":{"TagKey":{},"TagValue":{}}}},"S1f":{"type":"structure","required":["KeyId"],"members":{"AWSAccountId":{},"KeyId":{},"Arn":{},"CreationDate":{"type":"timestamp"},"Enabled":{"type":"boolean"},"Description":{},"KeyUsage":{},"KeyState":{},"DeletionDate":{"type":"timestamp"},"ValidTo":{"type":"timestamp"},"Origin":{},"CustomKeyStoreId":{},"CloudHsmClusterId":{},"ExpirationModel":{},"KeyManager":{},"CustomerMasterKeySpec":{"shape":"S15","deprecated":true,"deprecatedMessage":"This field has been deprecated. Instead, use the KeySpec field."},"KeySpec":{},"EncryptionAlgorithms":{"shape":"S1m"},"SigningAlgorithms":{"shape":"S1o"},"MultiRegion":{"type":"boolean"},"MultiRegionConfiguration":{"type":"structure","members":{"MultiRegionKeyType":{},"PrimaryKey":{"shape":"S1s"},"ReplicaKeys":{"type":"list","member":{"shape":"S1s"}}}},"PendingDeletionWindowInDays":{"type":"integer"},"MacAlgorithms":{"type":"list","member":{}},"XksKeyConfiguration":{"type":"structure","members":{"Id":{}}}}},"S1m":{"type":"list","member":{}},"S1o":{"type":"list","member":{}},"S1s":{"type":"structure","members":{"Arn":{},"Region":{}}},"S21":{"type":"structure","members":{"KeyEncryptionAlgorithm":{},"AttestationDocument":{"type":"blob"}}},"S25":{"type":"blob","sensitive":true},"S3r":{"type":"structure","members":{"Grants":{"type":"list","member":{"type":"structure","members":{"KeyId":{},"GrantId":{},"Name":{},"CreationDate":{"type":"timestamp"},"GranteePrincipal":{},"RetiringPrincipal":{},"IssuingAccount":{},"Operations":{"shape":"Sp"},"Constraints":{"shape":"Sr"}}}},"NextMarker":{},"Truncated":{"type":"boolean"}}}}}
39636
39636
 
39637
39637
  /***/ }),
39638
39638
  /* 275 */
@@ -60745,13 +60745,13 @@ return /******/ (function(modules) { // webpackBootstrap
60745
60745
  /* 1031 */
60746
60746
  /***/ (function(module, exports) {
60747
60747
 
60748
- module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-02-26","endpointPrefix":"mgn","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"mgn","serviceFullName":"Application Migration Service","serviceId":"mgn","signatureVersion":"v4","signingName":"mgn","uid":"mgn-2020-02-26"},"operations":{"ArchiveApplication":{"http":{"requestUri":"/ArchiveApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"applicationID":{}}},"output":{"shape":"S3"}},"ArchiveWave":{"http":{"requestUri":"/ArchiveWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"waveID":{}}},"output":{"shape":"Si"}},"AssociateApplications":{"http":{"requestUri":"/AssociateApplications","responseCode":200},"input":{"type":"structure","required":["applicationIDs","waveID"],"members":{"applicationIDs":{"shape":"Sp"},"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"AssociateSourceServers":{"http":{"requestUri":"/AssociateSourceServers","responseCode":200},"input":{"type":"structure","required":["applicationID","sourceServerIDs"],"members":{"applicationID":{},"sourceServerIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"ChangeServerLifeCycleState":{"http":{"requestUri":"/ChangeServerLifeCycleState","responseCode":200},"input":{"type":"structure","required":["lifeCycle","sourceServerID"],"members":{"lifeCycle":{"type":"structure","required":["state"],"members":{"state":{}}},"sourceServerID":{}}},"output":{"shape":"Sy"}},"CreateApplication":{"http":{"requestUri":"/CreateApplication","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"description":{},"name":{},"tags":{"shape":"Sd"}}},"output":{"shape":"S3"},"idempotent":true},"CreateLaunchConfigurationTemplate":{"http":{"requestUri":"/CreateLaunchConfigurationTemplate","responseCode":201},"input":{"type":"structure","members":{"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S27"},"launchDisposition":{},"licensing":{"shape":"S2a"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2b"},"smallVolumeConf":{"shape":"S27"},"smallVolumeMaxSize":{"type":"long"},"tags":{"shape":"Sd"},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S2t"}},"CreateReplicationConfigurationTemplate":{"http":{"requestUri":"/CreateReplicationConfigurationTemplate","responseCode":201},"input":{"type":"structure","required":["associateDefaultSecurityGroup","bandwidthThrottling","createPublicIP","dataPlaneRouting","defaultLargeStagingDiskType","ebsEncryption","replicationServerInstanceType","replicationServersSecurityGroupsIDs","stagingAreaSubnetId","stagingAreaTags","useDedicatedReplicationServer"],"members":{"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S30"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Sd"},"tags":{"shape":"Sd"},"useDedicatedReplicationServer":{"type":"boolean"}}},"output":{"shape":"S33"}},"CreateWave":{"http":{"requestUri":"/CreateWave","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"description":{},"name":{},"tags":{"shape":"Sd"}}},"output":{"shape":"Si"},"idempotent":true},"DeleteApplication":{"http":{"requestUri":"/DeleteApplication","responseCode":204},"input":{"type":"structure","required":["applicationID"],"members":{"applicationID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteJob":{"http":{"requestUri":"/DeleteJob","responseCode":204},"input":{"type":"structure","required":["jobID"],"members":{"jobID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteLaunchConfigurationTemplate":{"http":{"requestUri":"/DeleteLaunchConfigurationTemplate","responseCode":204},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"launchConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteReplicationConfigurationTemplate":{"http":{"requestUri":"/DeleteReplicationConfigurationTemplate","responseCode":204},"input":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"replicationConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSourceServer":{"http":{"requestUri":"/DeleteSourceServer","responseCode":204},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVcenterClient":{"http":{"requestUri":"/DeleteVcenterClient","responseCode":204},"input":{"type":"structure","required":["vcenterClientID"],"members":{"vcenterClientID":{}}},"idempotent":true},"DeleteWave":{"http":{"requestUri":"/DeleteWave","responseCode":204},"input":{"type":"structure","required":["waveID"],"members":{"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DescribeJobLogItems":{"http":{"requestUri":"/DescribeJobLogItems","responseCode":200},"input":{"type":"structure","required":["jobID"],"members":{"jobID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"event":{},"eventData":{"type":"structure","members":{"conversionServerID":{},"rawError":{},"sourceServerID":{},"targetInstanceID":{}}},"logDateTime":{}}}},"nextToken":{}}}},"DescribeJobs":{"http":{"requestUri":"/DescribeJobs","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"fromDate":{},"jobIDs":{"type":"list","member":{}},"toDate":{}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S3w"}},"nextToken":{}}}},"DescribeLaunchConfigurationTemplates":{"http":{"requestUri":"/DescribeLaunchConfigurationTemplates","responseCode":200},"input":{"type":"structure","members":{"launchConfigurationTemplateIDs":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S2t"}},"nextToken":{}}}},"DescribeReplicationConfigurationTemplates":{"http":{"requestUri":"/DescribeReplicationConfigurationTemplates","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"replicationConfigurationTemplateIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S33"}},"nextToken":{}}}},"DescribeSourceServers":{"http":{"requestUri":"/DescribeSourceServers","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"applicationIDs":{"type":"list","member":{}},"isArchived":{"type":"boolean"},"lifeCycleStates":{"type":"list","member":{}},"replicationTypes":{"type":"list","member":{}},"sourceServerIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"Sy"}},"nextToken":{}}}},"DescribeVcenterClients":{"http":{"method":"GET","requestUri":"/DescribeVcenterClients","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"datacenterName":{},"hostname":{},"lastSeenDatetime":{},"sourceServerTags":{"shape":"Sd"},"tags":{"shape":"Sd"},"vcenterClientID":{},"vcenterUUID":{}}}},"nextToken":{}}}},"DisassociateApplications":{"http":{"requestUri":"/DisassociateApplications","responseCode":200},"input":{"type":"structure","required":["applicationIDs","waveID"],"members":{"applicationIDs":{"shape":"Sp"},"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisassociateSourceServers":{"http":{"requestUri":"/DisassociateSourceServers","responseCode":200},"input":{"type":"structure","required":["applicationID","sourceServerIDs"],"members":{"applicationID":{},"sourceServerIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisconnectFromService":{"http":{"requestUri":"/DisconnectFromService","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"Sy"}},"FinalizeCutover":{"http":{"requestUri":"/FinalizeCutover","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"Sy"}},"GetLaunchConfiguration":{"http":{"requestUri":"/GetLaunchConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"S50"}},"GetReplicationConfiguration":{"http":{"requestUri":"/GetReplicationConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"S53"}},"InitializeService":{"http":{"requestUri":"/InitializeService","responseCode":204},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"ListApplications":{"http":{"requestUri":"/ListApplications","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"applicationIDs":{"type":"list","member":{}},"isArchived":{"type":"boolean"},"waveIDs":{"shape":"S5c"}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S3"}},"nextToken":{}}}},"ListExportErrors":{"http":{"requestUri":"/ListExportErrors","responseCode":200},"input":{"type":"structure","required":["exportID"],"members":{"exportID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"errorData":{"type":"structure","members":{"rawError":{}}},"errorDateTime":{}}}},"nextToken":{}}}},"ListExports":{"http":{"requestUri":"/ListExports","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"exportIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S5q"}},"nextToken":{}}}},"ListImportErrors":{"http":{"requestUri":"/ListImportErrors","responseCode":200},"input":{"type":"structure","required":["importID"],"members":{"importID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"errorData":{"type":"structure","members":{"applicationID":{},"ec2LaunchTemplateID":{},"rawError":{},"rowNumber":{"type":"long"},"sourceServerID":{},"waveID":{}}},"errorDateTime":{},"errorType":{}}}},"nextToken":{}}}},"ListImports":{"http":{"requestUri":"/ListImports","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"importIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S69"}},"nextToken":{}}}},"ListSourceServerActions":{"http":{"requestUri":"/ListSourceServerActions","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"filters":{"type":"structure","members":{"actionIDs":{"shape":"S6i"}}},"maxResults":{"type":"integer"},"nextToken":{},"sourceServerID":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S6m"}},"nextToken":{}}}},"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":"Sd"}}}},"ListTemplateActions":{"http":{"requestUri":"/ListTemplateActions","responseCode":200},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"filters":{"type":"structure","members":{"actionIDs":{"shape":"S6i"}}},"launchConfigurationTemplateID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S6y"}},"nextToken":{}}}},"ListWaves":{"http":{"requestUri":"/ListWaves","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"isArchived":{"type":"boolean"},"waveIDs":{"shape":"S5c"}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"Si"}},"nextToken":{}}}},"MarkAsArchived":{"http":{"requestUri":"/MarkAsArchived","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"Sy"}},"PutSourceServerAction":{"http":{"requestUri":"/PutSourceServerAction","responseCode":200},"input":{"type":"structure","required":["actionID","actionName","documentIdentifier","order","sourceServerID"],"members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2h"},"mustSucceedForCutover":{"type":"boolean"},"order":{"type":"integer"},"parameters":{"shape":"S2l"},"sourceServerID":{},"timeoutSeconds":{"type":"integer"}}},"output":{"shape":"S6m"}},"PutTemplateAction":{"http":{"requestUri":"/PutTemplateAction","responseCode":200},"input":{"type":"structure","required":["actionID","actionName","documentIdentifier","launchConfigurationTemplateID","order"],"members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2h"},"launchConfigurationTemplateID":{},"mustSucceedForCutover":{"type":"boolean"},"operatingSystem":{},"order":{"type":"integer"},"parameters":{"shape":"S2l"},"timeoutSeconds":{"type":"integer"}}},"output":{"shape":"S6y"}},"RemoveSourceServerAction":{"http":{"requestUri":"/RemoveSourceServerAction","responseCode":204},"input":{"type":"structure","required":["actionID","sourceServerID"],"members":{"actionID":{},"sourceServerID":{}}},"output":{"type":"structure","members":{}}},"RemoveTemplateAction":{"http":{"requestUri":"/RemoveTemplateAction","responseCode":204},"input":{"type":"structure","required":["actionID","launchConfigurationTemplateID"],"members":{"actionID":{},"launchConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}}},"RetryDataReplication":{"http":{"requestUri":"/RetryDataReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"Sy"}},"StartCutover":{"http":{"requestUri":"/StartCutover","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{"job":{"shape":"S3w"}}}},"StartExport":{"http":{"requestUri":"/StartExport","responseCode":202},"input":{"type":"structure","required":["s3Bucket","s3Key"],"members":{"s3Bucket":{},"s3BucketOwner":{},"s3Key":{}}},"output":{"type":"structure","members":{"exportTask":{"shape":"S5q"}}}},"StartImport":{"http":{"requestUri":"/StartImport","responseCode":202},"input":{"type":"structure","required":["s3BucketSource"],"members":{"clientToken":{"idempotencyToken":true},"s3BucketSource":{"shape":"S6a"}}},"output":{"type":"structure","members":{"importTask":{"shape":"S69"}}}},"StartReplication":{"http":{"requestUri":"/StartReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"sourceServerID":{}}},"output":{"shape":"Sy"}},"StartTest":{"http":{"requestUri":"/StartTest","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{"job":{"shape":"S3w"}}}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Sd"}}},"idempotent":true},"TerminateTargetInstances":{"http":{"requestUri":"/TerminateTargetInstances","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Sd"}}},"output":{"type":"structure","members":{"job":{"shape":"S3w"}}}},"UnarchiveApplication":{"http":{"requestUri":"/UnarchiveApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"applicationID":{}}},"output":{"shape":"S3"}},"UnarchiveWave":{"http":{"requestUri":"/UnarchiveWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"waveID":{}}},"output":{"shape":"Si"}},"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":{},"sensitive":true}}},"idempotent":true},"UpdateApplication":{"http":{"requestUri":"/UpdateApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"applicationID":{},"description":{},"name":{}}},"output":{"shape":"S3"},"idempotent":true},"UpdateLaunchConfiguration":{"http":{"requestUri":"/UpdateLaunchConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"launchDisposition":{},"licensing":{"shape":"S2a"},"mapAutoTaggingMpeID":{},"name":{},"postLaunchActions":{"shape":"S2b"},"sourceServerID":{},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S50"},"idempotent":true},"UpdateLaunchConfigurationTemplate":{"http":{"requestUri":"/UpdateLaunchConfigurationTemplate","responseCode":200},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S27"},"launchConfigurationTemplateID":{},"launchDisposition":{},"licensing":{"shape":"S2a"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2b"},"smallVolumeConf":{"shape":"S27"},"smallVolumeMaxSize":{"type":"long"},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S2t"}},"UpdateReplicationConfiguration":{"http":{"requestUri":"/UpdateReplicationConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"name":{},"replicatedDisks":{"shape":"S54"},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S30"},"sourceServerID":{},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Sd"},"useDedicatedReplicationServer":{"type":"boolean"}}},"output":{"shape":"S53"},"idempotent":true},"UpdateReplicationConfigurationTemplate":{"http":{"requestUri":"/UpdateReplicationConfigurationTemplate","responseCode":200},"input":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"arn":{},"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationConfigurationTemplateID":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S30"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Sd"},"useDedicatedReplicationServer":{"type":"boolean"}}},"output":{"shape":"S33"}},"UpdateSourceServerReplicationType":{"http":{"requestUri":"/UpdateSourceServerReplicationType","responseCode":200},"input":{"type":"structure","required":["replicationType","sourceServerID"],"members":{"replicationType":{},"sourceServerID":{}}},"output":{"shape":"Sy"}},"UpdateWave":{"http":{"requestUri":"/UpdateWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"description":{},"name":{},"waveID":{}}},"output":{"shape":"Si"},"idempotent":true}},"shapes":{"S3":{"type":"structure","members":{"applicationAggregatedStatus":{"type":"structure","members":{"healthStatus":{},"lastUpdateDateTime":{},"progressStatus":{},"totalSourceServers":{"type":"long"}}},"applicationID":{},"arn":{},"creationDateTime":{},"description":{},"isArchived":{"type":"boolean"},"lastModifiedDateTime":{},"name":{},"tags":{"shape":"Sd"},"waveID":{}}},"Sd":{"type":"map","key":{},"value":{},"sensitive":true},"Si":{"type":"structure","members":{"arn":{},"creationDateTime":{},"description":{},"isArchived":{"type":"boolean"},"lastModifiedDateTime":{},"name":{},"tags":{"shape":"Sd"},"waveAggregatedStatus":{"type":"structure","members":{"healthStatus":{},"lastUpdateDateTime":{},"progressStatus":{},"replicationStartedDateTime":{},"totalApplications":{"type":"long"}}},"waveID":{}}},"Sp":{"type":"list","member":{}},"Sy":{"type":"structure","members":{"applicationID":{},"arn":{},"dataReplicationInfo":{"type":"structure","members":{"dataReplicationError":{"type":"structure","members":{"error":{},"rawError":{}}},"dataReplicationInitiation":{"type":"structure","members":{"nextAttemptDateTime":{},"startDateTime":{},"steps":{"type":"list","member":{"type":"structure","members":{"name":{},"status":{}}}}}},"dataReplicationState":{},"etaDateTime":{},"lagDuration":{},"lastSnapshotDateTime":{},"replicatedDisks":{"type":"list","member":{"type":"structure","members":{"backloggedStorageBytes":{"type":"long"},"deviceName":{},"replicatedStorageBytes":{"type":"long"},"rescannedStorageBytes":{"type":"long"},"totalStorageBytes":{"type":"long"}}}}}},"fqdnForActionFramework":{},"isArchived":{"type":"boolean"},"launchedInstance":{"type":"structure","members":{"ec2InstanceID":{},"firstBoot":{},"jobID":{}}},"lifeCycle":{"type":"structure","members":{"addedToServiceDateTime":{},"elapsedReplicationDuration":{},"firstByteDateTime":{},"lastCutover":{"type":"structure","members":{"finalized":{"type":"structure","members":{"apiCallDateTime":{}}},"initiated":{"type":"structure","members":{"apiCallDateTime":{},"jobID":{}}},"reverted":{"type":"structure","members":{"apiCallDateTime":{}}}}},"lastSeenByServiceDateTime":{},"lastTest":{"type":"structure","members":{"finalized":{"type":"structure","members":{"apiCallDateTime":{}}},"initiated":{"type":"structure","members":{"apiCallDateTime":{},"jobID":{}}},"reverted":{"type":"structure","members":{"apiCallDateTime":{}}}}},"state":{}}},"replicationType":{},"sourceProperties":{"type":"structure","members":{"cpus":{"type":"list","member":{"type":"structure","members":{"cores":{"type":"long"},"modelName":{}}}},"disks":{"type":"list","member":{"type":"structure","members":{"bytes":{"type":"long"},"deviceName":{}}}},"identificationHints":{"type":"structure","members":{"awsInstanceID":{},"fqdn":{},"hostname":{},"vmPath":{},"vmWareUuid":{}}},"lastUpdatedDateTime":{},"networkInterfaces":{"type":"list","member":{"type":"structure","members":{"ips":{"type":"list","member":{}},"isPrimary":{"type":"boolean"},"macAddress":{}}}},"os":{"type":"structure","members":{"fullString":{}}},"ramBytes":{"type":"long"},"recommendedInstanceType":{}}},"sourceServerID":{},"tags":{"shape":"Sd"},"userProvidedID":{},"vcenterClientID":{}}},"S27":{"type":"structure","members":{"iops":{"type":"long"},"throughput":{"type":"long"},"volumeType":{}}},"S2a":{"type":"structure","members":{"osByol":{"type":"boolean"}}},"S2b":{"type":"structure","members":{"cloudWatchLogGroupName":{},"deployment":{},"s3LogBucket":{},"s3OutputKeyPrefix":{},"ssmDocuments":{"type":"list","member":{"shape":"S2g"}}}},"S2g":{"type":"structure","required":["actionName","ssmDocumentName"],"members":{"actionName":{},"externalParameters":{"shape":"S2h"},"mustSucceedForCutover":{"type":"boolean"},"parameters":{"shape":"S2l"},"ssmDocumentName":{},"timeoutSeconds":{"type":"integer"}}},"S2h":{"type":"map","key":{},"value":{"type":"structure","members":{"dynamicPath":{}},"union":true}},"S2l":{"type":"map","key":{},"value":{"type":"list","member":{"type":"structure","required":["parameterName","parameterType"],"members":{"parameterName":{},"parameterType":{}}}}},"S2t":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"arn":{},"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"ec2LaunchTemplateID":{},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S27"},"launchConfigurationTemplateID":{},"launchDisposition":{},"licensing":{"shape":"S2a"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2b"},"smallVolumeConf":{"shape":"S27"},"smallVolumeMaxSize":{"type":"long"},"tags":{"shape":"Sd"},"targetInstanceTypeRightSizingMethod":{}}},"S30":{"type":"list","member":{}},"S33":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"arn":{},"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationConfigurationTemplateID":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S30"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Sd"},"tags":{"shape":"Sd"},"useDedicatedReplicationServer":{"type":"boolean"}}},"S3w":{"type":"structure","required":["jobID"],"members":{"arn":{},"creationDateTime":{},"endDateTime":{},"initiatedBy":{},"jobID":{},"participatingServers":{"type":"list","member":{"type":"structure","required":["sourceServerID"],"members":{"launchStatus":{},"launchedEc2InstanceID":{},"postLaunchActionsStatus":{"type":"structure","members":{"postLaunchActionsLaunchStatusList":{"type":"list","member":{"type":"structure","members":{"executionID":{},"executionStatus":{},"failureReason":{},"ssmDocument":{"shape":"S2g"},"ssmDocumentType":{}}}},"ssmAgentDiscoveryDatetime":{}}},"sourceServerID":{}}}},"status":{},"tags":{"shape":"Sd"},"type":{}}},"S50":{"type":"structure","members":{"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"ec2LaunchTemplateID":{},"enableMapAutoTagging":{"type":"boolean"},"launchDisposition":{},"licensing":{"shape":"S2a"},"mapAutoTaggingMpeID":{},"name":{},"postLaunchActions":{"shape":"S2b"},"sourceServerID":{},"targetInstanceTypeRightSizingMethod":{}}},"S53":{"type":"structure","members":{"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"name":{},"replicatedDisks":{"shape":"S54"},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S30"},"sourceServerID":{},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Sd"},"useDedicatedReplicationServer":{"type":"boolean"}}},"S54":{"type":"list","member":{"type":"structure","members":{"deviceName":{},"iops":{"type":"long"},"isBootDisk":{"type":"boolean"},"stagingDiskType":{},"throughput":{"type":"long"}}}},"S5c":{"type":"list","member":{}},"S5q":{"type":"structure","members":{"creationDateTime":{},"endDateTime":{},"exportID":{},"progressPercentage":{"type":"float"},"s3Bucket":{},"s3BucketOwner":{},"s3Key":{},"status":{},"summary":{"type":"structure","members":{"applicationsCount":{"type":"long"},"serversCount":{"type":"long"},"wavesCount":{"type":"long"}}}}},"S69":{"type":"structure","members":{"creationDateTime":{},"endDateTime":{},"importID":{},"progressPercentage":{"type":"float"},"s3BucketSource":{"shape":"S6a"},"status":{},"summary":{"type":"structure","members":{"applications":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}},"servers":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}},"waves":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}}}}}},"S6a":{"type":"structure","required":["s3Bucket","s3Key"],"members":{"s3Bucket":{},"s3BucketOwner":{},"s3Key":{}}},"S6i":{"type":"list","member":{}},"S6m":{"type":"structure","members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2h"},"mustSucceedForCutover":{"type":"boolean"},"order":{"type":"integer"},"parameters":{"shape":"S2l"},"timeoutSeconds":{"type":"integer"}}},"S6y":{"type":"structure","members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2h"},"mustSucceedForCutover":{"type":"boolean"},"operatingSystem":{},"order":{"type":"integer"},"parameters":{"shape":"S2l"},"timeoutSeconds":{"type":"integer"}}}}}
60748
+ module.exports = {"version":"2.0","metadata":{"apiVersion":"2020-02-26","endpointPrefix":"mgn","jsonVersion":"1.1","protocol":"rest-json","serviceAbbreviation":"mgn","serviceFullName":"Application Migration Service","serviceId":"mgn","signatureVersion":"v4","signingName":"mgn","uid":"mgn-2020-02-26"},"operations":{"ArchiveApplication":{"http":{"requestUri":"/ArchiveApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"accountID":{},"applicationID":{}}},"output":{"shape":"S4"}},"ArchiveWave":{"http":{"requestUri":"/ArchiveWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"accountID":{},"waveID":{}}},"output":{"shape":"Sj"}},"AssociateApplications":{"http":{"requestUri":"/AssociateApplications","responseCode":200},"input":{"type":"structure","required":["applicationIDs","waveID"],"members":{"accountID":{},"applicationIDs":{"shape":"Sq"},"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"AssociateSourceServers":{"http":{"requestUri":"/AssociateSourceServers","responseCode":200},"input":{"type":"structure","required":["applicationID","sourceServerIDs"],"members":{"accountID":{},"applicationID":{},"sourceServerIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"ChangeServerLifeCycleState":{"http":{"requestUri":"/ChangeServerLifeCycleState","responseCode":200},"input":{"type":"structure","required":["lifeCycle","sourceServerID"],"members":{"accountID":{},"lifeCycle":{"type":"structure","required":["state"],"members":{"state":{}}},"sourceServerID":{}}},"output":{"shape":"Sz"}},"CreateApplication":{"http":{"requestUri":"/CreateApplication","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"accountID":{},"description":{},"name":{},"tags":{"shape":"Se"}}},"output":{"shape":"S4"},"idempotent":true},"CreateLaunchConfigurationTemplate":{"http":{"requestUri":"/CreateLaunchConfigurationTemplate","responseCode":201},"input":{"type":"structure","members":{"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S28"},"launchDisposition":{},"licensing":{"shape":"S2d"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2e"},"smallVolumeConf":{"shape":"S28"},"smallVolumeMaxSize":{"type":"long"},"tags":{"shape":"Se"},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S2w"}},"CreateReplicationConfigurationTemplate":{"http":{"requestUri":"/CreateReplicationConfigurationTemplate","responseCode":201},"input":{"type":"structure","required":["associateDefaultSecurityGroup","bandwidthThrottling","createPublicIP","dataPlaneRouting","defaultLargeStagingDiskType","ebsEncryption","replicationServerInstanceType","replicationServersSecurityGroupsIDs","stagingAreaSubnetId","stagingAreaTags","useDedicatedReplicationServer"],"members":{"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S34"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Se"},"tags":{"shape":"Se"},"useDedicatedReplicationServer":{"type":"boolean"},"useFipsEndpoint":{"type":"boolean"}}},"output":{"shape":"S37"}},"CreateWave":{"http":{"requestUri":"/CreateWave","responseCode":201},"input":{"type":"structure","required":["name"],"members":{"accountID":{},"description":{},"name":{},"tags":{"shape":"Se"}}},"output":{"shape":"Sj"},"idempotent":true},"DeleteApplication":{"http":{"requestUri":"/DeleteApplication","responseCode":204},"input":{"type":"structure","required":["applicationID"],"members":{"accountID":{},"applicationID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteJob":{"http":{"requestUri":"/DeleteJob","responseCode":204},"input":{"type":"structure","required":["jobID"],"members":{"accountID":{},"jobID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteLaunchConfigurationTemplate":{"http":{"requestUri":"/DeleteLaunchConfigurationTemplate","responseCode":204},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"launchConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteReplicationConfigurationTemplate":{"http":{"requestUri":"/DeleteReplicationConfigurationTemplate","responseCode":204},"input":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"replicationConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteSourceServer":{"http":{"requestUri":"/DeleteSourceServer","responseCode":204},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DeleteVcenterClient":{"http":{"requestUri":"/DeleteVcenterClient","responseCode":204},"input":{"type":"structure","required":["vcenterClientID"],"members":{"vcenterClientID":{}}},"idempotent":true},"DeleteWave":{"http":{"requestUri":"/DeleteWave","responseCode":204},"input":{"type":"structure","required":["waveID"],"members":{"accountID":{},"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DescribeJobLogItems":{"http":{"requestUri":"/DescribeJobLogItems","responseCode":200},"input":{"type":"structure","required":["jobID"],"members":{"accountID":{},"jobID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"event":{},"eventData":{"type":"structure","members":{"conversionServerID":{},"rawError":{},"sourceServerID":{},"targetInstanceID":{}}},"logDateTime":{}}}},"nextToken":{}}}},"DescribeJobs":{"http":{"requestUri":"/DescribeJobs","responseCode":200},"input":{"type":"structure","members":{"accountID":{},"filters":{"type":"structure","members":{"fromDate":{},"jobIDs":{"type":"list","member":{}},"toDate":{}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S40"}},"nextToken":{}}}},"DescribeLaunchConfigurationTemplates":{"http":{"requestUri":"/DescribeLaunchConfigurationTemplates","responseCode":200},"input":{"type":"structure","members":{"launchConfigurationTemplateIDs":{"type":"list","member":{}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S2w"}},"nextToken":{}}}},"DescribeReplicationConfigurationTemplates":{"http":{"requestUri":"/DescribeReplicationConfigurationTemplates","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{},"replicationConfigurationTemplateIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S37"}},"nextToken":{}}}},"DescribeSourceServers":{"http":{"requestUri":"/DescribeSourceServers","responseCode":200},"input":{"type":"structure","members":{"accountID":{},"filters":{"type":"structure","members":{"applicationIDs":{"type":"list","member":{}},"isArchived":{"type":"boolean"},"lifeCycleStates":{"type":"list","member":{}},"replicationTypes":{"type":"list","member":{}},"sourceServerIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"Sz"}},"nextToken":{}}}},"DescribeVcenterClients":{"http":{"method":"GET","requestUri":"/DescribeVcenterClients","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"location":"querystring","locationName":"maxResults","type":"integer"},"nextToken":{"location":"querystring","locationName":"nextToken"}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"arn":{},"datacenterName":{},"hostname":{},"lastSeenDatetime":{},"sourceServerTags":{"shape":"Se"},"tags":{"shape":"Se"},"vcenterClientID":{},"vcenterUUID":{}}}},"nextToken":{}}}},"DisassociateApplications":{"http":{"requestUri":"/DisassociateApplications","responseCode":200},"input":{"type":"structure","required":["applicationIDs","waveID"],"members":{"accountID":{},"applicationIDs":{"shape":"Sq"},"waveID":{}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisassociateSourceServers":{"http":{"requestUri":"/DisassociateSourceServers","responseCode":200},"input":{"type":"structure","required":["applicationID","sourceServerIDs"],"members":{"accountID":{},"applicationID":{},"sourceServerIDs":{"type":"list","member":{}}}},"output":{"type":"structure","members":{}},"idempotent":true},"DisconnectFromService":{"http":{"requestUri":"/DisconnectFromService","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"FinalizeCutover":{"http":{"requestUri":"/FinalizeCutover","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"GetLaunchConfiguration":{"http":{"requestUri":"/GetLaunchConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"S54"}},"GetReplicationConfiguration":{"http":{"requestUri":"/GetReplicationConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"S57"}},"InitializeService":{"http":{"requestUri":"/InitializeService","responseCode":204},"input":{"type":"structure","members":{}},"output":{"type":"structure","members":{}}},"ListApplications":{"http":{"requestUri":"/ListApplications","responseCode":200},"input":{"type":"structure","members":{"accountID":{},"filters":{"type":"structure","members":{"applicationIDs":{"type":"list","member":{}},"isArchived":{"type":"boolean"},"waveIDs":{"shape":"S5g"}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S4"}},"nextToken":{}}}},"ListExportErrors":{"http":{"requestUri":"/ListExportErrors","responseCode":200},"input":{"type":"structure","required":["exportID"],"members":{"exportID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"errorData":{"type":"structure","members":{"rawError":{}}},"errorDateTime":{}}}},"nextToken":{}}}},"ListExports":{"http":{"requestUri":"/ListExports","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"exportIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S5u"}},"nextToken":{}}}},"ListImportErrors":{"http":{"requestUri":"/ListImportErrors","responseCode":200},"input":{"type":"structure","required":["importID"],"members":{"importID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"type":"structure","members":{"errorData":{"type":"structure","members":{"accountID":{},"applicationID":{},"ec2LaunchTemplateID":{},"rawError":{},"rowNumber":{"type":"long"},"sourceServerID":{},"waveID":{}}},"errorDateTime":{},"errorType":{}}}},"nextToken":{}}}},"ListImports":{"http":{"requestUri":"/ListImports","responseCode":200},"input":{"type":"structure","members":{"filters":{"type":"structure","members":{"importIDs":{"type":"list","member":{}}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S6c"}},"nextToken":{}}}},"ListManagedAccounts":{"http":{"requestUri":"/ListManagedAccounts","responseCode":200},"input":{"type":"structure","members":{"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","required":["items"],"members":{"items":{"type":"list","member":{"type":"structure","members":{"accountId":{}}}},"nextToken":{}}}},"ListSourceServerActions":{"http":{"requestUri":"/ListSourceServerActions","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"filters":{"type":"structure","members":{"actionIDs":{"shape":"S6p"}}},"maxResults":{"type":"integer"},"nextToken":{},"sourceServerID":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S6t"}},"nextToken":{}}}},"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":"Se"}}}},"ListTemplateActions":{"http":{"requestUri":"/ListTemplateActions","responseCode":200},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"filters":{"type":"structure","members":{"actionIDs":{"shape":"S6p"}}},"launchConfigurationTemplateID":{},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"S75"}},"nextToken":{}}}},"ListWaves":{"http":{"requestUri":"/ListWaves","responseCode":200},"input":{"type":"structure","members":{"accountID":{},"filters":{"type":"structure","members":{"isArchived":{"type":"boolean"},"waveIDs":{"shape":"S5g"}}},"maxResults":{"type":"integer"},"nextToken":{}}},"output":{"type":"structure","members":{"items":{"type":"list","member":{"shape":"Sj"}},"nextToken":{}}}},"MarkAsArchived":{"http":{"requestUri":"/MarkAsArchived","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"PauseReplication":{"http":{"requestUri":"/PauseReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"PutSourceServerAction":{"http":{"requestUri":"/PutSourceServerAction","responseCode":200},"input":{"type":"structure","required":["actionID","actionName","documentIdentifier","order","sourceServerID"],"members":{"accountID":{},"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2k"},"mustSucceedForCutover":{"type":"boolean"},"order":{"type":"integer"},"parameters":{"shape":"S2o"},"sourceServerID":{},"timeoutSeconds":{"type":"integer"}}},"output":{"shape":"S6t"}},"PutTemplateAction":{"http":{"requestUri":"/PutTemplateAction","responseCode":200},"input":{"type":"structure","required":["actionID","actionName","documentIdentifier","launchConfigurationTemplateID","order"],"members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2k"},"launchConfigurationTemplateID":{},"mustSucceedForCutover":{"type":"boolean"},"operatingSystem":{},"order":{"type":"integer"},"parameters":{"shape":"S2o"},"timeoutSeconds":{"type":"integer"}}},"output":{"shape":"S75"}},"RemoveSourceServerAction":{"http":{"requestUri":"/RemoveSourceServerAction","responseCode":204},"input":{"type":"structure","required":["actionID","sourceServerID"],"members":{"accountID":{},"actionID":{},"sourceServerID":{}}},"output":{"type":"structure","members":{}}},"RemoveTemplateAction":{"http":{"requestUri":"/RemoveTemplateAction","responseCode":204},"input":{"type":"structure","required":["actionID","launchConfigurationTemplateID"],"members":{"actionID":{},"launchConfigurationTemplateID":{}}},"output":{"type":"structure","members":{}}},"ResumeReplication":{"http":{"requestUri":"/ResumeReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"RetryDataReplication":{"http":{"requestUri":"/RetryDataReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"StartCutover":{"http":{"requestUri":"/StartCutover","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"accountID":{},"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"job":{"shape":"S40"}}}},"StartExport":{"http":{"requestUri":"/StartExport","responseCode":202},"input":{"type":"structure","required":["s3Bucket","s3Key"],"members":{"s3Bucket":{},"s3BucketOwner":{},"s3Key":{}}},"output":{"type":"structure","members":{"exportTask":{"shape":"S5u"}}}},"StartImport":{"http":{"requestUri":"/StartImport","responseCode":202},"input":{"type":"structure","required":["s3BucketSource"],"members":{"clientToken":{"idempotencyToken":true},"s3BucketSource":{"shape":"S6d"}}},"output":{"type":"structure","members":{"importTask":{"shape":"S6c"}}}},"StartReplication":{"http":{"requestUri":"/StartReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"StartTest":{"http":{"requestUri":"/StartTest","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"accountID":{},"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"job":{"shape":"S40"}}}},"StopReplication":{"http":{"requestUri":"/StopReplication","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"TagResource":{"http":{"requestUri":"/tags/{resourceArn}","responseCode":200},"input":{"type":"structure","required":["resourceArn","tags"],"members":{"resourceArn":{"location":"uri","locationName":"resourceArn"},"tags":{"shape":"Se"}}},"idempotent":true},"TerminateTargetInstances":{"http":{"requestUri":"/TerminateTargetInstances","responseCode":202},"input":{"type":"structure","required":["sourceServerIDs"],"members":{"accountID":{},"sourceServerIDs":{"type":"list","member":{}},"tags":{"shape":"Se"}}},"output":{"type":"structure","members":{"job":{"shape":"S40"}}}},"UnarchiveApplication":{"http":{"requestUri":"/UnarchiveApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"accountID":{},"applicationID":{}}},"output":{"shape":"S4"}},"UnarchiveWave":{"http":{"requestUri":"/UnarchiveWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"accountID":{},"waveID":{}}},"output":{"shape":"Sj"}},"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":{},"sensitive":true}}},"idempotent":true},"UpdateApplication":{"http":{"requestUri":"/UpdateApplication","responseCode":200},"input":{"type":"structure","required":["applicationID"],"members":{"accountID":{},"applicationID":{},"description":{},"name":{}}},"output":{"shape":"S4"},"idempotent":true},"UpdateLaunchConfiguration":{"http":{"requestUri":"/UpdateLaunchConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"launchDisposition":{},"licensing":{"shape":"S2d"},"mapAutoTaggingMpeID":{},"name":{},"postLaunchActions":{"shape":"S2e"},"sourceServerID":{},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S54"},"idempotent":true},"UpdateLaunchConfigurationTemplate":{"http":{"requestUri":"/UpdateLaunchConfigurationTemplate","responseCode":200},"input":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S28"},"launchConfigurationTemplateID":{},"launchDisposition":{},"licensing":{"shape":"S2d"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2e"},"smallVolumeConf":{"shape":"S28"},"smallVolumeMaxSize":{"type":"long"},"targetInstanceTypeRightSizingMethod":{}}},"output":{"shape":"S2w"}},"UpdateReplicationConfiguration":{"http":{"requestUri":"/UpdateReplicationConfiguration","responseCode":200},"input":{"type":"structure","required":["sourceServerID"],"members":{"accountID":{},"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"name":{},"replicatedDisks":{"shape":"S58"},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S34"},"sourceServerID":{},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Se"},"useDedicatedReplicationServer":{"type":"boolean"},"useFipsEndpoint":{"type":"boolean"}}},"output":{"shape":"S57"},"idempotent":true},"UpdateReplicationConfigurationTemplate":{"http":{"requestUri":"/UpdateReplicationConfigurationTemplate","responseCode":200},"input":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"arn":{},"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationConfigurationTemplateID":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S34"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Se"},"useDedicatedReplicationServer":{"type":"boolean"},"useFipsEndpoint":{"type":"boolean"}}},"output":{"shape":"S37"}},"UpdateSourceServerReplicationType":{"http":{"requestUri":"/UpdateSourceServerReplicationType","responseCode":200},"input":{"type":"structure","required":["replicationType","sourceServerID"],"members":{"accountID":{},"replicationType":{},"sourceServerID":{}}},"output":{"shape":"Sz"}},"UpdateWave":{"http":{"requestUri":"/UpdateWave","responseCode":200},"input":{"type":"structure","required":["waveID"],"members":{"accountID":{},"description":{},"name":{},"waveID":{}}},"output":{"shape":"Sj"},"idempotent":true}},"shapes":{"S4":{"type":"structure","members":{"applicationAggregatedStatus":{"type":"structure","members":{"healthStatus":{},"lastUpdateDateTime":{},"progressStatus":{},"totalSourceServers":{"type":"long"}}},"applicationID":{},"arn":{},"creationDateTime":{},"description":{},"isArchived":{"type":"boolean"},"lastModifiedDateTime":{},"name":{},"tags":{"shape":"Se"},"waveID":{}}},"Se":{"type":"map","key":{},"value":{},"sensitive":true},"Sj":{"type":"structure","members":{"arn":{},"creationDateTime":{},"description":{},"isArchived":{"type":"boolean"},"lastModifiedDateTime":{},"name":{},"tags":{"shape":"Se"},"waveAggregatedStatus":{"type":"structure","members":{"healthStatus":{},"lastUpdateDateTime":{},"progressStatus":{},"replicationStartedDateTime":{},"totalApplications":{"type":"long"}}},"waveID":{}}},"Sq":{"type":"list","member":{}},"Sz":{"type":"structure","members":{"applicationID":{},"arn":{},"dataReplicationInfo":{"type":"structure","members":{"dataReplicationError":{"type":"structure","members":{"error":{},"rawError":{}}},"dataReplicationInitiation":{"type":"structure","members":{"nextAttemptDateTime":{},"startDateTime":{},"steps":{"type":"list","member":{"type":"structure","members":{"name":{},"status":{}}}}}},"dataReplicationState":{},"etaDateTime":{},"lagDuration":{},"lastSnapshotDateTime":{},"replicatedDisks":{"type":"list","member":{"type":"structure","members":{"backloggedStorageBytes":{"type":"long"},"deviceName":{},"replicatedStorageBytes":{"type":"long"},"rescannedStorageBytes":{"type":"long"},"totalStorageBytes":{"type":"long"}}}}}},"fqdnForActionFramework":{},"isArchived":{"type":"boolean"},"launchedInstance":{"type":"structure","members":{"ec2InstanceID":{},"firstBoot":{},"jobID":{}}},"lifeCycle":{"type":"structure","members":{"addedToServiceDateTime":{},"elapsedReplicationDuration":{},"firstByteDateTime":{},"lastCutover":{"type":"structure","members":{"finalized":{"type":"structure","members":{"apiCallDateTime":{}}},"initiated":{"type":"structure","members":{"apiCallDateTime":{},"jobID":{}}},"reverted":{"type":"structure","members":{"apiCallDateTime":{}}}}},"lastSeenByServiceDateTime":{},"lastTest":{"type":"structure","members":{"finalized":{"type":"structure","members":{"apiCallDateTime":{}}},"initiated":{"type":"structure","members":{"apiCallDateTime":{},"jobID":{}}},"reverted":{"type":"structure","members":{"apiCallDateTime":{}}}}},"state":{}}},"replicationType":{},"sourceProperties":{"type":"structure","members":{"cpus":{"type":"list","member":{"type":"structure","members":{"cores":{"type":"long"},"modelName":{}}}},"disks":{"type":"list","member":{"type":"structure","members":{"bytes":{"type":"long"},"deviceName":{}}}},"identificationHints":{"type":"structure","members":{"awsInstanceID":{},"fqdn":{},"hostname":{},"vmPath":{},"vmWareUuid":{}}},"lastUpdatedDateTime":{},"networkInterfaces":{"type":"list","member":{"type":"structure","members":{"ips":{"type":"list","member":{}},"isPrimary":{"type":"boolean"},"macAddress":{}}}},"os":{"type":"structure","members":{"fullString":{}}},"ramBytes":{"type":"long"},"recommendedInstanceType":{}}},"sourceServerID":{},"tags":{"shape":"Se"},"userProvidedID":{},"vcenterClientID":{}}},"S28":{"type":"structure","members":{"iops":{"type":"long"},"throughput":{"type":"long"},"volumeType":{}}},"S2d":{"type":"structure","members":{"osByol":{"type":"boolean"}}},"S2e":{"type":"structure","members":{"cloudWatchLogGroupName":{},"deployment":{},"s3LogBucket":{},"s3OutputKeyPrefix":{},"ssmDocuments":{"type":"list","member":{"shape":"S2j"}}}},"S2j":{"type":"structure","required":["actionName","ssmDocumentName"],"members":{"actionName":{},"externalParameters":{"shape":"S2k"},"mustSucceedForCutover":{"type":"boolean"},"parameters":{"shape":"S2o"},"ssmDocumentName":{},"timeoutSeconds":{"type":"integer"}}},"S2k":{"type":"map","key":{},"value":{"type":"structure","members":{"dynamicPath":{}},"union":true}},"S2o":{"type":"map","key":{},"value":{"type":"list","member":{"type":"structure","required":["parameterName","parameterType"],"members":{"parameterName":{},"parameterType":{}}}}},"S2w":{"type":"structure","required":["launchConfigurationTemplateID"],"members":{"arn":{},"associatePublicIpAddress":{"type":"boolean"},"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"ec2LaunchTemplateID":{},"enableMapAutoTagging":{"type":"boolean"},"largeVolumeConf":{"shape":"S28"},"launchConfigurationTemplateID":{},"launchDisposition":{},"licensing":{"shape":"S2d"},"mapAutoTaggingMpeID":{},"postLaunchActions":{"shape":"S2e"},"smallVolumeConf":{"shape":"S28"},"smallVolumeMaxSize":{"type":"long"},"tags":{"shape":"Se"},"targetInstanceTypeRightSizingMethod":{}}},"S34":{"type":"list","member":{}},"S37":{"type":"structure","required":["replicationConfigurationTemplateID"],"members":{"arn":{},"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"replicationConfigurationTemplateID":{},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S34"},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Se"},"tags":{"shape":"Se"},"useDedicatedReplicationServer":{"type":"boolean"},"useFipsEndpoint":{"type":"boolean"}}},"S40":{"type":"structure","required":["jobID"],"members":{"arn":{},"creationDateTime":{},"endDateTime":{},"initiatedBy":{},"jobID":{},"participatingServers":{"type":"list","member":{"type":"structure","required":["sourceServerID"],"members":{"launchStatus":{},"launchedEc2InstanceID":{},"postLaunchActionsStatus":{"type":"structure","members":{"postLaunchActionsLaunchStatusList":{"type":"list","member":{"type":"structure","members":{"executionID":{},"executionStatus":{},"failureReason":{},"ssmDocument":{"shape":"S2j"},"ssmDocumentType":{}}}},"ssmAgentDiscoveryDatetime":{}}},"sourceServerID":{}}}},"status":{},"tags":{"shape":"Se"},"type":{}}},"S54":{"type":"structure","members":{"bootMode":{},"copyPrivateIp":{"type":"boolean"},"copyTags":{"type":"boolean"},"ec2LaunchTemplateID":{},"enableMapAutoTagging":{"type":"boolean"},"launchDisposition":{},"licensing":{"shape":"S2d"},"mapAutoTaggingMpeID":{},"name":{},"postLaunchActions":{"shape":"S2e"},"sourceServerID":{},"targetInstanceTypeRightSizingMethod":{}}},"S57":{"type":"structure","members":{"associateDefaultSecurityGroup":{"type":"boolean"},"bandwidthThrottling":{"type":"long"},"createPublicIP":{"type":"boolean"},"dataPlaneRouting":{},"defaultLargeStagingDiskType":{},"ebsEncryption":{},"ebsEncryptionKeyArn":{},"name":{},"replicatedDisks":{"shape":"S58"},"replicationServerInstanceType":{},"replicationServersSecurityGroupsIDs":{"shape":"S34"},"sourceServerID":{},"stagingAreaSubnetId":{},"stagingAreaTags":{"shape":"Se"},"useDedicatedReplicationServer":{"type":"boolean"},"useFipsEndpoint":{"type":"boolean"}}},"S58":{"type":"list","member":{"type":"structure","members":{"deviceName":{},"iops":{"type":"long"},"isBootDisk":{"type":"boolean"},"stagingDiskType":{},"throughput":{"type":"long"}}}},"S5g":{"type":"list","member":{}},"S5u":{"type":"structure","members":{"creationDateTime":{},"endDateTime":{},"exportID":{},"progressPercentage":{"type":"float"},"s3Bucket":{},"s3BucketOwner":{},"s3Key":{},"status":{},"summary":{"type":"structure","members":{"applicationsCount":{"type":"long"},"serversCount":{"type":"long"},"wavesCount":{"type":"long"}}}}},"S6c":{"type":"structure","members":{"creationDateTime":{},"endDateTime":{},"importID":{},"progressPercentage":{"type":"float"},"s3BucketSource":{"shape":"S6d"},"status":{},"summary":{"type":"structure","members":{"applications":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}},"servers":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}},"waves":{"type":"structure","members":{"createdCount":{"type":"long"},"modifiedCount":{"type":"long"}}}}}}},"S6d":{"type":"structure","required":["s3Bucket","s3Key"],"members":{"s3Bucket":{},"s3BucketOwner":{},"s3Key":{}}},"S6p":{"type":"list","member":{}},"S6t":{"type":"structure","members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2k"},"mustSucceedForCutover":{"type":"boolean"},"order":{"type":"integer"},"parameters":{"shape":"S2o"},"timeoutSeconds":{"type":"integer"}}},"S75":{"type":"structure","members":{"actionID":{},"actionName":{},"active":{"type":"boolean"},"category":{},"description":{},"documentIdentifier":{},"documentVersion":{},"externalParameters":{"shape":"S2k"},"mustSucceedForCutover":{"type":"boolean"},"operatingSystem":{},"order":{"type":"integer"},"parameters":{"shape":"S2o"},"timeoutSeconds":{"type":"integer"}}}}}
60749
60749
 
60750
60750
  /***/ }),
60751
60751
  /* 1032 */
60752
60752
  /***/ (function(module, exports) {
60753
60753
 
60754
- module.exports = {"pagination":{"DescribeJobLogItems":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeLaunchConfigurationTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeReplicationConfigurationTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeSourceServers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeVcenterClients":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListApplications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListExportErrors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListExports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListImportErrors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListImports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSourceServerActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTemplateActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListWaves":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
60754
+ module.exports = {"pagination":{"DescribeJobLogItems":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeJobs":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeLaunchConfigurationTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeReplicationConfigurationTemplates":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeSourceServers":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"DescribeVcenterClients":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListApplications":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListExportErrors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListExports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListImportErrors":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListImports":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListManagedAccounts":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListSourceServerActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListTemplateActions":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"},"ListWaves":{"input_token":"nextToken","output_token":"nextToken","limit_key":"maxResults","result_key":"items"}}}
60755
60755
 
60756
60756
  /***/ }),
60757
60757
  /* 1033 */