aws-sdk 2.1371.0 → 2.1372.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.
- package/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/apis/monitoring-2010-08-01.min.json +19 -15
- package/apis/opensearch-2021-01-01.min.json +66 -27
- package/apis/quicksight-2018-04-01.min.json +2136 -684
- package/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/apis/rekognition-2016-06-27.min.json +101 -90
- package/apis/s3-2006-03-01.examples.json +115 -115
- package/apis/securityhub-2018-10-26.examples.json +45 -0
- package/apis/securityhub-2018-10-26.min.json +71 -3
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/apis/sqs-2012-11-05.min.json +36 -103
- package/apis/sqs-2012-11-05.paginators.json +3 -3
- package/clients/cloudwatch.d.ts +11 -6
- package/clients/configservice.d.ts +1 -1
- package/clients/connect.d.ts +11 -11
- package/clients/networkfirewall.d.ts +4 -4
- package/clients/opensearch.d.ts +64 -5
- package/clients/quicksight.d.ts +1918 -96
- package/clients/rekognition.d.ts +22 -8
- package/clients/s3.d.ts +168 -168
- package/clients/sagemaker.d.ts +1 -1
- package/clients/securityhub.d.ts +102 -15
- package/clients/sqs.d.ts +42 -42
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +162 -213
- package/dist/aws-sdk.min.js +30 -30
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,19 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1372.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1372.0
         | 
| 6 | 
            +
            * feature: CloudWatch: Adds support for filtering by metric names in CloudWatch Metric Streams.
         | 
| 7 | 
            +
            * feature: ConfigService: Updated ResourceType enum with new resource types onboarded by AWS Config in April 2023.
         | 
| 8 | 
            +
            * feature: ECS: Documentation update for new error type NamespaceNotFoundException for CreateCluster and UpdateCluster
         | 
| 9 | 
            +
            * feature: NetworkFirewall: This release adds support for the Suricata REJECT option in midstream exception configurations.
         | 
| 10 | 
            +
            * feature: OpenSearch: DescribeDomainNodes: A new API that provides configuration information for nodes part of the domain
         | 
| 11 | 
            +
            * feature: QuickSight: Add support for Topic, Dataset parameters and VPC
         | 
| 12 | 
            +
            * feature: Rekognition: This release adds a new attribute FaceOccluded. Additionally, you can now select attributes individually (e.g. ["DEFAULT", "FACE_OCCLUDED", "AGE_RANGE"] instead of ["ALL"]), which can reduce response time.
         | 
| 13 | 
            +
            * feature: SQS: This release enables customers to call SQS using AWS JSON-1.0 protocol.
         | 
| 14 | 
            +
            * feature: SageMaker: We added support for ml.inf2 and ml.trn1 family of instances on Amazon SageMaker for deploying machine learning (ML) models for Real-time and Asynchronous inference. You can use these instances to achieve high performance at a low cost for generative artificial intelligence (AI) models.
         | 
| 15 | 
            +
            * feature: SecurityHub: Add support for Finding History.
         | 
| 16 | 
            +
             | 
| 5 17 | 
             
            ## 2.1371.0
         | 
| 6 18 | 
             
            * feature: AppSync: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
         | 
| 7 19 | 
             
            * feature: EC2: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
         | 
    
        package/README.md
    CHANGED
    
    | @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 72 72 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 73 73 | 
             
            HTML pages:
         | 
| 74 74 |  | 
| 75 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 75 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1372.0.min.js"></script>
         | 
| 76 76 |  | 
| 77 77 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 78 78 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -793,7 +793,7 @@ | |
| 793 793 | 
             
                      },
         | 
| 794 794 | 
             
                      "OutputFormat": {},
         | 
| 795 795 | 
             
                      "StatisticsConfigurations": {
         | 
| 796 | 
            -
                        "shape": " | 
| 796 | 
            +
                        "shape": "S4o"
         | 
| 797 797 | 
             
                      },
         | 
| 798 798 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 799 799 | 
             
                        "type": "boolean"
         | 
| @@ -999,7 +999,7 @@ | |
| 999 999 | 
             
                    "type": "structure",
         | 
| 1000 1000 | 
             
                    "members": {
         | 
| 1001 1001 | 
             
                      "Tags": {
         | 
| 1002 | 
            -
                        "shape": " | 
| 1002 | 
            +
                        "shape": "S5s"
         | 
| 1003 1003 | 
             
                      }
         | 
| 1004 1004 | 
             
                    }
         | 
| 1005 1005 | 
             
                  }
         | 
| @@ -1066,7 +1066,7 @@ | |
| 1066 1066 | 
             
                        "shape": "S1t"
         | 
| 1067 1067 | 
             
                      },
         | 
| 1068 1068 | 
             
                      "Tags": {
         | 
| 1069 | 
            -
                        "shape": " | 
| 1069 | 
            +
                        "shape": "S5s"
         | 
| 1070 1070 | 
             
                      },
         | 
| 1071 1071 | 
             
                      "ActionsSuppressor": {},
         | 
| 1072 1072 | 
             
                      "ActionsSuppressorWaitPeriod": {
         | 
| @@ -1119,7 +1119,7 @@ | |
| 1119 1119 | 
             
                      "RuleState": {},
         | 
| 1120 1120 | 
             
                      "RuleDefinition": {},
         | 
| 1121 1121 | 
             
                      "Tags": {
         | 
| 1122 | 
            -
                        "shape": " | 
| 1122 | 
            +
                        "shape": "S5s"
         | 
| 1123 1123 | 
             
                      }
         | 
| 1124 1124 | 
             
                    }
         | 
| 1125 1125 | 
             
                  },
         | 
| @@ -1148,7 +1148,7 @@ | |
| 1148 1148 | 
             
                            "TemplateName": {},
         | 
| 1149 1149 | 
             
                            "ResourceARN": {},
         | 
| 1150 1150 | 
             
                            "Tags": {
         | 
| 1151 | 
            -
                              "shape": " | 
| 1151 | 
            +
                              "shape": "S5s"
         | 
| 1152 1152 | 
             
                            }
         | 
| 1153 1153 | 
             
                          }
         | 
| 1154 1154 | 
             
                        }
         | 
| @@ -1215,7 +1215,7 @@ | |
| 1215 1215 | 
             
                        "shape": "Se"
         | 
| 1216 1216 | 
             
                      },
         | 
| 1217 1217 | 
             
                      "Tags": {
         | 
| 1218 | 
            -
                        "shape": " | 
| 1218 | 
            +
                        "shape": "S5s"
         | 
| 1219 1219 | 
             
                      },
         | 
| 1220 1220 | 
             
                      "ThresholdMetricId": {}
         | 
| 1221 1221 | 
             
                    }
         | 
| @@ -1314,10 +1314,10 @@ | |
| 1314 1314 | 
             
                      "RoleArn": {},
         | 
| 1315 1315 | 
             
                      "OutputFormat": {},
         | 
| 1316 1316 | 
             
                      "Tags": {
         | 
| 1317 | 
            -
                        "shape": " | 
| 1317 | 
            +
                        "shape": "S5s"
         | 
| 1318 1318 | 
             
                      },
         | 
| 1319 1319 | 
             
                      "StatisticsConfigurations": {
         | 
| 1320 | 
            -
                        "shape": " | 
| 1320 | 
            +
                        "shape": "S4o"
         | 
| 1321 1321 | 
             
                      },
         | 
| 1322 1322 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 1323 1323 | 
             
                        "type": "boolean"
         | 
| @@ -1356,7 +1356,7 @@ | |
| 1356 1356 | 
             
                    ],
         | 
| 1357 1357 | 
             
                    "members": {
         | 
| 1358 1358 | 
             
                      "Names": {
         | 
| 1359 | 
            -
                        "shape": " | 
| 1359 | 
            +
                        "shape": "S6n"
         | 
| 1360 1360 | 
             
                      }
         | 
| 1361 1361 | 
             
                    }
         | 
| 1362 1362 | 
             
                  },
         | 
| @@ -1374,7 +1374,7 @@ | |
| 1374 1374 | 
             
                    ],
         | 
| 1375 1375 | 
             
                    "members": {
         | 
| 1376 1376 | 
             
                      "Names": {
         | 
| 1377 | 
            -
                        "shape": " | 
| 1377 | 
            +
                        "shape": "S6n"
         | 
| 1378 1378 | 
             
                      }
         | 
| 1379 1379 | 
             
                    }
         | 
| 1380 1380 | 
             
                  },
         | 
| @@ -1394,7 +1394,7 @@ | |
| 1394 1394 | 
             
                    "members": {
         | 
| 1395 1395 | 
             
                      "ResourceARN": {},
         | 
| 1396 1396 | 
             
                      "Tags": {
         | 
| 1397 | 
            -
                        "shape": " | 
| 1397 | 
            +
                        "shape": "S5s"
         | 
| 1398 1398 | 
             
                      }
         | 
| 1399 1399 | 
             
                    }
         | 
| 1400 1400 | 
             
                  },
         | 
| @@ -1683,11 +1683,15 @@ | |
| 1683 1683 | 
             
                  "member": {
         | 
| 1684 1684 | 
             
                    "type": "structure",
         | 
| 1685 1685 | 
             
                    "members": {
         | 
| 1686 | 
            -
                      "Namespace": {}
         | 
| 1686 | 
            +
                      "Namespace": {},
         | 
| 1687 | 
            +
                      "MetricNames": {
         | 
| 1688 | 
            +
                        "type": "list",
         | 
| 1689 | 
            +
                        "member": {}
         | 
| 1690 | 
            +
                      }
         | 
| 1687 1691 | 
             
                    }
         | 
| 1688 1692 | 
             
                  }
         | 
| 1689 1693 | 
             
                },
         | 
| 1690 | 
            -
                " | 
| 1694 | 
            +
                "S4o": {
         | 
| 1691 1695 | 
             
                  "type": "list",
         | 
| 1692 1696 | 
             
                  "member": {
         | 
| 1693 1697 | 
             
                    "type": "structure",
         | 
| @@ -1717,7 +1721,7 @@ | |
| 1717 1721 | 
             
                    }
         | 
| 1718 1722 | 
             
                  }
         | 
| 1719 1723 | 
             
                },
         | 
| 1720 | 
            -
                " | 
| 1724 | 
            +
                "S5s": {
         | 
| 1721 1725 | 
             
                  "type": "list",
         | 
| 1722 1726 | 
             
                  "member": {
         | 
| 1723 1727 | 
             
                    "type": "structure",
         | 
| @@ -1731,7 +1735,7 @@ | |
| 1731 1735 | 
             
                    }
         | 
| 1732 1736 | 
             
                  }
         | 
| 1733 1737 | 
             
                },
         | 
| 1734 | 
            -
                " | 
| 1738 | 
            +
                "S6n": {
         | 
| 1735 1739 | 
             
                  "type": "list",
         | 
| 1736 1740 | 
             
                  "member": {}
         | 
| 1737 1741 | 
             
                }
         | 
| @@ -679,6 +679,45 @@ | |
| 679 679 | 
             
                    }
         | 
| 680 680 | 
             
                  }
         | 
| 681 681 | 
             
                },
         | 
| 682 | 
            +
                "DescribeDomainNodes": {
         | 
| 683 | 
            +
                  "http": {
         | 
| 684 | 
            +
                    "method": "GET",
         | 
| 685 | 
            +
                    "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/nodes"
         | 
| 686 | 
            +
                  },
         | 
| 687 | 
            +
                  "input": {
         | 
| 688 | 
            +
                    "type": "structure",
         | 
| 689 | 
            +
                    "required": [
         | 
| 690 | 
            +
                      "DomainName"
         | 
| 691 | 
            +
                    ],
         | 
| 692 | 
            +
                    "members": {
         | 
| 693 | 
            +
                      "DomainName": {
         | 
| 694 | 
            +
                        "location": "uri",
         | 
| 695 | 
            +
                        "locationName": "DomainName"
         | 
| 696 | 
            +
                      }
         | 
| 697 | 
            +
                    }
         | 
| 698 | 
            +
                  },
         | 
| 699 | 
            +
                  "output": {
         | 
| 700 | 
            +
                    "type": "structure",
         | 
| 701 | 
            +
                    "members": {
         | 
| 702 | 
            +
                      "DomainNodesStatusList": {
         | 
| 703 | 
            +
                        "type": "list",
         | 
| 704 | 
            +
                        "member": {
         | 
| 705 | 
            +
                          "type": "structure",
         | 
| 706 | 
            +
                          "members": {
         | 
| 707 | 
            +
                            "NodeId": {},
         | 
| 708 | 
            +
                            "NodeType": {},
         | 
| 709 | 
            +
                            "AvailabilityZone": {},
         | 
| 710 | 
            +
                            "InstanceType": {},
         | 
| 711 | 
            +
                            "NodeStatus": {},
         | 
| 712 | 
            +
                            "StorageType": {},
         | 
| 713 | 
            +
                            "StorageVolumeType": {},
         | 
| 714 | 
            +
                            "StorageSize": {}
         | 
| 715 | 
            +
                          }
         | 
| 716 | 
            +
                        }
         | 
| 717 | 
            +
                      }
         | 
| 718 | 
            +
                    }
         | 
| 719 | 
            +
                  }
         | 
| 720 | 
            +
                },
         | 
| 682 721 | 
             
                "DescribeDomains": {
         | 
| 683 722 | 
             
                  "http": {
         | 
| 684 723 | 
             
                    "requestUri": "/2021-01-01/opensearch/domain-info"
         | 
| @@ -740,13 +779,13 @@ | |
| 740 779 | 
             
                    "type": "structure",
         | 
| 741 780 | 
             
                    "members": {
         | 
| 742 781 | 
             
                      "DryRunProgressStatus": {
         | 
| 743 | 
            -
                        "shape": " | 
| 782 | 
            +
                        "shape": "S6a"
         | 
| 744 783 | 
             
                      },
         | 
| 745 784 | 
             
                      "DryRunConfig": {
         | 
| 746 785 | 
             
                        "shape": "S2q"
         | 
| 747 786 | 
             
                      },
         | 
| 748 787 | 
             
                      "DryRunResults": {
         | 
| 749 | 
            -
                        "shape": " | 
| 788 | 
            +
                        "shape": "S6d"
         | 
| 750 789 | 
             
                      }
         | 
| 751 790 | 
             
                    }
         | 
| 752 791 | 
             
                  }
         | 
| @@ -759,7 +798,7 @@ | |
| 759 798 | 
             
                    "type": "structure",
         | 
| 760 799 | 
             
                    "members": {
         | 
| 761 800 | 
             
                      "Filters": {
         | 
| 762 | 
            -
                        "shape": " | 
| 801 | 
            +
                        "shape": "S6g"
         | 
| 763 802 | 
             
                      },
         | 
| 764 803 | 
             
                      "MaxResults": {
         | 
| 765 804 | 
             
                        "type": "integer"
         | 
| @@ -829,7 +868,7 @@ | |
| 829 868 | 
             
                                      "members": {
         | 
| 830 869 | 
             
                                        "LimitName": {},
         | 
| 831 870 | 
             
                                        "LimitValues": {
         | 
| 832 | 
            -
                                          "shape": " | 
| 871 | 
            +
                                          "shape": "S6x"
         | 
| 833 872 | 
             
                                        }
         | 
| 834 873 | 
             
                                      }
         | 
| 835 874 | 
             
                                    }
         | 
| @@ -860,7 +899,7 @@ | |
| 860 899 | 
             
                                "members": {
         | 
| 861 900 | 
             
                                  "LimitName": {},
         | 
| 862 901 | 
             
                                  "LimitValues": {
         | 
| 863 | 
            -
                                    "shape": " | 
| 902 | 
            +
                                    "shape": "S6x"
         | 
| 864 903 | 
             
                                  }
         | 
| 865 904 | 
             
                                }
         | 
| 866 905 | 
             
                              }
         | 
| @@ -879,7 +918,7 @@ | |
| 879 918 | 
             
                    "type": "structure",
         | 
| 880 919 | 
             
                    "members": {
         | 
| 881 920 | 
             
                      "Filters": {
         | 
| 882 | 
            -
                        "shape": " | 
| 921 | 
            +
                        "shape": "S6g"
         | 
| 883 922 | 
             
                      },
         | 
| 884 923 | 
             
                      "MaxResults": {
         | 
| 885 924 | 
             
                        "type": "integer"
         | 
| @@ -985,7 +1024,7 @@ | |
| 985 1024 | 
             
                            "CurrencyCode": {},
         | 
| 986 1025 | 
             
                            "PaymentOption": {},
         | 
| 987 1026 | 
             
                            "RecurringCharges": {
         | 
| 988 | 
            -
                              "shape": " | 
| 1027 | 
            +
                              "shape": "S7n"
         | 
| 989 1028 | 
             
                            }
         | 
| 990 1029 | 
             
                          }
         | 
| 991 1030 | 
             
                        }
         | 
| @@ -1051,7 +1090,7 @@ | |
| 1051 1090 | 
             
                            "State": {},
         | 
| 1052 1091 | 
             
                            "PaymentOption": {},
         | 
| 1053 1092 | 
             
                            "RecurringCharges": {
         | 
| 1054 | 
            -
                              "shape": " | 
| 1093 | 
            +
                              "shape": "S7n"
         | 
| 1055 1094 | 
             
                            }
         | 
| 1056 1095 | 
             
                          }
         | 
| 1057 1096 | 
             
                        }
         | 
| @@ -1156,7 +1195,7 @@ | |
| 1156 1195 | 
             
                          "members": {
         | 
| 1157 1196 | 
             
                            "SourceVersion": {},
         | 
| 1158 1197 | 
             
                            "TargetVersions": {
         | 
| 1159 | 
            -
                              "shape": " | 
| 1198 | 
            +
                              "shape": "S88"
         | 
| 1160 1199 | 
             
                            }
         | 
| 1161 1200 | 
             
                          }
         | 
| 1162 1201 | 
             
                        }
         | 
| @@ -1360,7 +1399,7 @@ | |
| 1360 1399 | 
             
                    "type": "structure",
         | 
| 1361 1400 | 
             
                    "members": {
         | 
| 1362 1401 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1363 | 
            -
                        "shape": " | 
| 1402 | 
            +
                        "shape": "S8z"
         | 
| 1364 1403 | 
             
                      },
         | 
| 1365 1404 | 
             
                      "NextToken": {}
         | 
| 1366 1405 | 
             
                    }
         | 
| @@ -1474,7 +1513,7 @@ | |
| 1474 1513 | 
             
                    "type": "structure",
         | 
| 1475 1514 | 
             
                    "members": {
         | 
| 1476 1515 | 
             
                      "DomainPackageDetailsList": {
         | 
| 1477 | 
            -
                        "shape": " | 
| 1516 | 
            +
                        "shape": "S8z"
         | 
| 1478 1517 | 
             
                      },
         | 
| 1479 1518 | 
             
                      "NextToken": {}
         | 
| 1480 1519 | 
             
                    }
         | 
| @@ -1512,7 +1551,7 @@ | |
| 1512 1551 | 
             
                      "ScheduledActions": {
         | 
| 1513 1552 | 
             
                        "type": "list",
         | 
| 1514 1553 | 
             
                        "member": {
         | 
| 1515 | 
            -
                          "shape": " | 
| 1554 | 
            +
                          "shape": "S9c"
         | 
| 1516 1555 | 
             
                        }
         | 
| 1517 1556 | 
             
                      },
         | 
| 1518 1557 | 
             
                      "NextToken": {}
         | 
| @@ -1568,7 +1607,7 @@ | |
| 1568 1607 | 
             
                    "type": "structure",
         | 
| 1569 1608 | 
             
                    "members": {
         | 
| 1570 1609 | 
             
                      "Versions": {
         | 
| 1571 | 
            -
                        "shape": " | 
| 1610 | 
            +
                        "shape": "S88"
         | 
| 1572 1611 | 
             
                      },
         | 
| 1573 1612 | 
             
                      "NextToken": {}
         | 
| 1574 1613 | 
             
                    }
         | 
| @@ -1634,7 +1673,7 @@ | |
| 1634 1673 | 
             
                    ],
         | 
| 1635 1674 | 
             
                    "members": {
         | 
| 1636 1675 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1637 | 
            -
                        "shape": " | 
| 1676 | 
            +
                        "shape": "S9q"
         | 
| 1638 1677 | 
             
                      },
         | 
| 1639 1678 | 
             
                      "NextToken": {}
         | 
| 1640 1679 | 
             
                    }
         | 
| @@ -1669,7 +1708,7 @@ | |
| 1669 1708 | 
             
                    ],
         | 
| 1670 1709 | 
             
                    "members": {
         | 
| 1671 1710 | 
             
                      "VpcEndpointSummaryList": {
         | 
| 1672 | 
            -
                        "shape": " | 
| 1711 | 
            +
                        "shape": "S9q"
         | 
| 1673 1712 | 
             
                      },
         | 
| 1674 1713 | 
             
                      "NextToken": {}
         | 
| 1675 1714 | 
             
                    }
         | 
| @@ -1867,10 +1906,10 @@ | |
| 1867 1906 | 
             
                        "shape": "S4u"
         | 
| 1868 1907 | 
             
                      },
         | 
| 1869 1908 | 
             
                      "DryRunResults": {
         | 
| 1870 | 
            -
                        "shape": " | 
| 1909 | 
            +
                        "shape": "S6d"
         | 
| 1871 1910 | 
             
                      },
         | 
| 1872 1911 | 
             
                      "DryRunProgressStatus": {
         | 
| 1873 | 
            -
                        "shape": " | 
| 1912 | 
            +
                        "shape": "S6a"
         | 
| 1874 1913 | 
             
                      }
         | 
| 1875 1914 | 
             
                    }
         | 
| 1876 1915 | 
             
                  }
         | 
| @@ -1933,7 +1972,7 @@ | |
| 1933 1972 | 
             
                    "type": "structure",
         | 
| 1934 1973 | 
             
                    "members": {
         | 
| 1935 1974 | 
             
                      "ScheduledAction": {
         | 
| 1936 | 
            -
                        "shape": " | 
| 1975 | 
            +
                        "shape": "S9c"
         | 
| 1937 1976 | 
             
                      }
         | 
| 1938 1977 | 
             
                    }
         | 
| 1939 1978 | 
             
                  }
         | 
| @@ -2890,7 +2929,7 @@ | |
| 2890 2929 | 
             
                    }
         | 
| 2891 2930 | 
             
                  }
         | 
| 2892 2931 | 
             
                },
         | 
| 2893 | 
            -
                " | 
| 2932 | 
            +
                "S6a": {
         | 
| 2894 2933 | 
             
                  "type": "structure",
         | 
| 2895 2934 | 
             
                  "required": [
         | 
| 2896 2935 | 
             
                    "DryRunId",
         | 
| @@ -2915,14 +2954,14 @@ | |
| 2915 2954 | 
             
                    }
         | 
| 2916 2955 | 
             
                  }
         | 
| 2917 2956 | 
             
                },
         | 
| 2918 | 
            -
                " | 
| 2957 | 
            +
                "S6d": {
         | 
| 2919 2958 | 
             
                  "type": "structure",
         | 
| 2920 2959 | 
             
                  "members": {
         | 
| 2921 2960 | 
             
                    "DeploymentType": {},
         | 
| 2922 2961 | 
             
                    "Message": {}
         | 
| 2923 2962 | 
             
                  }
         | 
| 2924 2963 | 
             
                },
         | 
| 2925 | 
            -
                " | 
| 2964 | 
            +
                "S6g": {
         | 
| 2926 2965 | 
             
                  "type": "list",
         | 
| 2927 2966 | 
             
                  "member": {
         | 
| 2928 2967 | 
             
                    "type": "structure",
         | 
| @@ -2935,11 +2974,11 @@ | |
| 2935 2974 | 
             
                    }
         | 
| 2936 2975 | 
             
                  }
         | 
| 2937 2976 | 
             
                },
         | 
| 2938 | 
            -
                " | 
| 2977 | 
            +
                "S6x": {
         | 
| 2939 2978 | 
             
                  "type": "list",
         | 
| 2940 2979 | 
             
                  "member": {}
         | 
| 2941 2980 | 
             
                },
         | 
| 2942 | 
            -
                " | 
| 2981 | 
            +
                "S7n": {
         | 
| 2943 2982 | 
             
                  "type": "list",
         | 
| 2944 2983 | 
             
                  "member": {
         | 
| 2945 2984 | 
             
                    "type": "structure",
         | 
| @@ -2951,17 +2990,17 @@ | |
| 2951 2990 | 
             
                    }
         | 
| 2952 2991 | 
             
                  }
         | 
| 2953 2992 | 
             
                },
         | 
| 2954 | 
            -
                " | 
| 2993 | 
            +
                "S88": {
         | 
| 2955 2994 | 
             
                  "type": "list",
         | 
| 2956 2995 | 
             
                  "member": {}
         | 
| 2957 2996 | 
             
                },
         | 
| 2958 | 
            -
                " | 
| 2997 | 
            +
                "S8z": {
         | 
| 2959 2998 | 
             
                  "type": "list",
         | 
| 2960 2999 | 
             
                  "member": {
         | 
| 2961 3000 | 
             
                    "shape": "Sn"
         | 
| 2962 3001 | 
             
                  }
         | 
| 2963 3002 | 
             
                },
         | 
| 2964 | 
            -
                " | 
| 3003 | 
            +
                "S9c": {
         | 
| 2965 3004 | 
             
                  "type": "structure",
         | 
| 2966 3005 | 
             
                  "required": [
         | 
| 2967 3006 | 
             
                    "Id",
         | 
| @@ -2987,7 +3026,7 @@ | |
| 2987 3026 | 
             
                    }
         | 
| 2988 3027 | 
             
                  }
         | 
| 2989 3028 | 
             
                },
         | 
| 2990 | 
            -
                " | 
| 3029 | 
            +
                "S9q": {
         | 
| 2991 3030 | 
             
                  "type": "list",
         | 
| 2992 3031 | 
             
                  "member": {
         | 
| 2993 3032 | 
             
                    "shape": "S41"
         |