aws-sdk 2.1686.0 → 2.1688.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/README.md +1 -1
 - package/apis/backup-2018-11-15.min.json +10 -1
 - package/apis/connect-2017-08-08.min.json +268 -250
 - package/apis/datazone-2018-05-10.min.json +1478 -646
 - package/apis/datazone-2018-05-10.paginators.json +18 -0
 - package/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
 - package/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
 - package/apis/logs-2014-03-28.min.json +28 -4
 - package/apis/mediaconnect-2018-11-14.min.json +116 -42
 - package/apis/medialive-2017-10-14.min.json +349 -341
 - package/apis/redshift-data-2019-12-20.min.json +32 -9
 - package/apis/sagemaker-2017-07-24.min.json +814 -813
 - package/apis/timestream-influxdb-2023-01-27.min.json +3 -1
 - package/clients/backup.d.ts +280 -268
 - package/clients/cloudwatchlogs.d.ts +41 -10
 - package/clients/connect.d.ts +38 -2
 - package/clients/datazone.d.ts +848 -1
 - package/clients/elbv2.d.ts +59 -2
 - package/clients/mediaconnect.d.ts +49 -0
 - package/clients/medialive.d.ts +11 -0
 - package/clients/redshiftdata.d.ts +62 -20
 - package/clients/sagemaker.d.ts +7 -2
 - package/clients/timestreaminfluxdb.d.ts +9 -1
 - package/dist/aws-sdk-core-react-native.js +2 -1
 - package/dist/aws-sdk-react-native.js +14 -12
 - package/dist/aws-sdk.js +365 -268
 - package/dist/aws-sdk.min.js +85 -85
 - package/lib/core.js +1 -1
 - package/lib/region_config.js +1 -0
 - package/package.json +1 -1
 
    
        package/dist/aws-sdk.js
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            // AWS SDK for JavaScript v2. 
     | 
| 
      
 1 
     | 
    
         
            +
            // AWS SDK for JavaScript v2.1688.0
         
     | 
| 
       2 
2 
     | 
    
         
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         
     | 
| 
       3 
3 
     | 
    
         
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         
     | 
| 
       4 
4 
     | 
    
         
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         
     | 
| 
         @@ -70456,6 +70456,24 @@ module.exports={ 
     | 
|
| 
       70456 
70456 
     | 
    
         
             
                            "shape": "S2n"
         
     | 
| 
       70457 
70457 
     | 
    
         
             
                          }
         
     | 
| 
       70458 
70458 
     | 
    
         
             
                        }
         
     | 
| 
      
 70459 
     | 
    
         
            +
                      },
         
     | 
| 
      
 70460 
     | 
    
         
            +
                      "ReplicationConfiguration": {
         
     | 
| 
      
 70461 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 70462 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 70463 
     | 
    
         
            +
                          "ReplicationStatusSummaryList": {
         
     | 
| 
      
 70464 
     | 
    
         
            +
                            "type": "list",
         
     | 
| 
      
 70465 
     | 
    
         
            +
                            "member": {
         
     | 
| 
      
 70466 
     | 
    
         
            +
                              "type": "structure",
         
     | 
| 
      
 70467 
     | 
    
         
            +
                              "members": {
         
     | 
| 
      
 70468 
     | 
    
         
            +
                                "Region": {},
         
     | 
| 
      
 70469 
     | 
    
         
            +
                                "ReplicationStatus": {},
         
     | 
| 
      
 70470 
     | 
    
         
            +
                                "ReplicationStatusReason": {}
         
     | 
| 
      
 70471 
     | 
    
         
            +
                              }
         
     | 
| 
      
 70472 
     | 
    
         
            +
                            }
         
     | 
| 
      
 70473 
     | 
    
         
            +
                          },
         
     | 
| 
      
 70474 
     | 
    
         
            +
                          "SourceRegion": {},
         
     | 
| 
      
 70475 
     | 
    
         
            +
                          "GlobalSignInEndpoint": {}
         
     | 
| 
      
 70476 
     | 
    
         
            +
                        }
         
     | 
| 
       70459 
70477 
     | 
    
         
             
                      }
         
     | 
| 
       70460 
70478 
     | 
    
         
             
                    }
         
     | 
| 
       70461 
70479 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70486,7 +70504,7 @@ module.exports={ 
     | 
|
| 
       70486 
70504 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70487 
70505 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70488 
70506 
     | 
    
         
             
                      "Attribute": {
         
     | 
| 
       70489 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70507 
     | 
    
         
            +
                        "shape": "Sfn"
         
     | 
| 
       70490 
70508 
     | 
    
         
             
                      }
         
     | 
| 
       70491 
70509 
     | 
    
         
             
                    }
         
     | 
| 
       70492 
70510 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70600,7 +70618,7 @@ module.exports={ 
     | 
|
| 
       70600 
70618 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70601 
70619 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70602 
70620 
     | 
    
         
             
                      "PredefinedAttribute": {
         
     | 
| 
       70603 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70621 
     | 
    
         
            +
                        "shape": "Sg1"
         
     | 
| 
       70604 
70622 
     | 
    
         
             
                      }
         
     | 
| 
       70605 
70623 
     | 
    
         
             
                    }
         
     | 
| 
       70606 
70624 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70631,7 +70649,7 @@ module.exports={ 
     | 
|
| 
       70631 
70649 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70632 
70650 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70633 
70651 
     | 
    
         
             
                      "Prompt": {
         
     | 
| 
       70634 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70652 
     | 
    
         
            +
                        "shape": "Sg4"
         
     | 
| 
       70635 
70653 
     | 
    
         
             
                      }
         
     | 
| 
       70636 
70654 
     | 
    
         
             
                    }
         
     | 
| 
       70637 
70655 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70662,7 +70680,7 @@ module.exports={ 
     | 
|
| 
       70662 
70680 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70663 
70681 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70664 
70682 
     | 
    
         
             
                      "Queue": {
         
     | 
| 
       70665 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70683 
     | 
    
         
            +
                        "shape": "Sg7"
         
     | 
| 
       70666 
70684 
     | 
    
         
             
                      }
         
     | 
| 
       70667 
70685 
     | 
    
         
             
                    }
         
     | 
| 
       70668 
70686 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70693,7 +70711,7 @@ module.exports={ 
     | 
|
| 
       70693 
70711 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70694 
70712 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70695 
70713 
     | 
    
         
             
                      "QuickConnect": {
         
     | 
| 
       70696 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70714 
     | 
    
         
            +
                        "shape": "Sgb"
         
     | 
| 
       70697 
70715 
     | 
    
         
             
                      }
         
     | 
| 
       70698 
70716 
     | 
    
         
             
                    }
         
     | 
| 
       70699 
70717 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70724,7 +70742,7 @@ module.exports={ 
     | 
|
| 
       70724 
70742 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70725 
70743 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70726 
70744 
     | 
    
         
             
                      "RoutingProfile": {
         
     | 
| 
       70727 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70745 
     | 
    
         
            +
                        "shape": "Sge"
         
     | 
| 
       70728 
70746 
     | 
    
         
             
                      }
         
     | 
| 
       70729 
70747 
     | 
    
         
             
                    }
         
     | 
| 
       70730 
70748 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -70974,7 +70992,7 @@ module.exports={ 
     | 
|
| 
       70974 
70992 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       70975 
70993 
     | 
    
         
             
                    "members": {
         
     | 
| 
       70976 
70994 
     | 
    
         
             
                      "HierarchyGroup": {
         
     | 
| 
       70977 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 70995 
     | 
    
         
            +
                        "shape": "Sgy"
         
     | 
| 
       70978 
70996 
     | 
    
         
             
                      }
         
     | 
| 
       70979 
70997 
     | 
    
         
             
                    }
         
     | 
| 
       70980 
70998 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -71003,19 +71021,19 @@ module.exports={ 
     | 
|
| 
       71003 
71021 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       71004 
71022 
     | 
    
         
             
                        "members": {
         
     | 
| 
       71005 
71023 
     | 
    
         
             
                          "LevelOne": {
         
     | 
| 
       71006 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71024 
     | 
    
         
            +
                            "shape": "Sh5"
         
     | 
| 
       71007 
71025 
     | 
    
         
             
                          },
         
     | 
| 
       71008 
71026 
     | 
    
         
             
                          "LevelTwo": {
         
     | 
| 
       71009 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71027 
     | 
    
         
            +
                            "shape": "Sh5"
         
     | 
| 
       71010 
71028 
     | 
    
         
             
                          },
         
     | 
| 
       71011 
71029 
     | 
    
         
             
                          "LevelThree": {
         
     | 
| 
       71012 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71030 
     | 
    
         
            +
                            "shape": "Sh5"
         
     | 
| 
       71013 
71031 
     | 
    
         
             
                          },
         
     | 
| 
       71014 
71032 
     | 
    
         
             
                          "LevelFour": {
         
     | 
| 
       71015 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71033 
     | 
    
         
            +
                            "shape": "Sh5"
         
     | 
| 
       71016 
71034 
     | 
    
         
             
                          },
         
     | 
| 
       71017 
71035 
     | 
    
         
             
                          "LevelFive": {
         
     | 
| 
       71018 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71036 
     | 
    
         
            +
                            "shape": "Sh5"
         
     | 
| 
       71019 
71037 
     | 
    
         
             
                          }
         
     | 
| 
       71020 
71038 
     | 
    
         
             
                        }
         
     | 
| 
       71021 
71039 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -71598,15 +71616,15 @@ module.exports={ 
     | 
|
| 
       71598 
71616 
     | 
    
         
             
                        "locationName": "InstanceId"
         
     | 
| 
       71599 
71617 
     | 
    
         
             
                      },
         
     | 
| 
       71600 
71618 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       71601 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 71619 
     | 
    
         
            +
                        "shape": "Si6"
         
     | 
| 
       71602 
71620 
     | 
    
         
             
                      },
         
     | 
| 
       71603 
71621 
     | 
    
         
             
                      "Groupings": {
         
     | 
| 
       71604 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 71622 
     | 
    
         
            +
                        "shape": "Sic"
         
     | 
| 
       71605 
71623 
     | 
    
         
             
                      },
         
     | 
| 
       71606 
71624 
     | 
    
         
             
                      "CurrentMetrics": {
         
     | 
| 
       71607 
71625 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       71608 
71626 
     | 
    
         
             
                        "member": {
         
     | 
| 
       71609 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 71627 
     | 
    
         
            +
                          "shape": "Sif"
         
     | 
| 
       71610 
71628 
     | 
    
         
             
                        }
         
     | 
| 
       71611 
71629 
     | 
    
         
             
                      },
         
     | 
| 
       71612 
71630 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -71635,7 +71653,7 @@ module.exports={ 
     | 
|
| 
       71635 
71653 
     | 
    
         
             
                          "type": "structure",
         
     | 
| 
       71636 
71654 
     | 
    
         
             
                          "members": {
         
     | 
| 
       71637 
71655 
     | 
    
         
             
                            "Dimensions": {
         
     | 
| 
       71638 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71656 
     | 
    
         
            +
                              "shape": "Siq"
         
     | 
| 
       71639 
71657 
     | 
    
         
             
                            },
         
     | 
| 
       71640 
71658 
     | 
    
         
             
                            "Collections": {
         
     | 
| 
       71641 
71659 
     | 
    
         
             
                              "type": "list",
         
     | 
| 
         @@ -71643,7 +71661,7 @@ module.exports={ 
     | 
|
| 
       71643 
71661 
     | 
    
         
             
                                "type": "structure",
         
     | 
| 
       71644 
71662 
     | 
    
         
             
                                "members": {
         
     | 
| 
       71645 
71663 
     | 
    
         
             
                                  "Metric": {
         
     | 
| 
       71646 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 71664 
     | 
    
         
            +
                                    "shape": "Sif"
         
     | 
| 
       71647 
71665 
     | 
    
         
             
                                  },
         
     | 
| 
       71648 
71666 
     | 
    
         
             
                                  "Value": {
         
     | 
| 
       71649 
71667 
     | 
    
         
             
                                    "type": "double"
         
     | 
| 
         @@ -71682,7 +71700,7 @@ module.exports={ 
     | 
|
| 
       71682 
71700 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       71683 
71701 
     | 
    
         
             
                        "members": {
         
     | 
| 
       71684 
71702 
     | 
    
         
             
                          "Queues": {
         
     | 
| 
       71685 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71703 
     | 
    
         
            +
                            "shape": "Si7"
         
     | 
| 
       71686 
71704 
     | 
    
         
             
                          },
         
     | 
| 
       71687 
71705 
     | 
    
         
             
                          "ContactFilter": {
         
     | 
| 
       71688 
71706 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
         @@ -71694,7 +71712,7 @@ module.exports={ 
     | 
|
| 
       71694 
71712 
     | 
    
         
             
                            }
         
     | 
| 
       71695 
71713 
     | 
    
         
             
                          },
         
     | 
| 
       71696 
71714 
     | 
    
         
             
                          "RoutingProfiles": {
         
     | 
| 
       71697 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71715 
     | 
    
         
            +
                            "shape": "Si9"
         
     | 
| 
       71698 
71716 
     | 
    
         
             
                          },
         
     | 
| 
       71699 
71717 
     | 
    
         
             
                          "Agents": {
         
     | 
| 
       71700 
71718 
     | 
    
         
             
                            "type": "list",
         
     | 
| 
         @@ -71729,25 +71747,25 @@ module.exports={ 
     | 
|
| 
       71729 
71747 
     | 
    
         
             
                              }
         
     | 
| 
       71730 
71748 
     | 
    
         
             
                            },
         
     | 
| 
       71731 
71749 
     | 
    
         
             
                            "RoutingProfile": {
         
     | 
| 
       71732 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71750 
     | 
    
         
            +
                              "shape": "Sis"
         
     | 
| 
       71733 
71751 
     | 
    
         
             
                            },
         
     | 
| 
       71734 
71752 
     | 
    
         
             
                            "HierarchyPath": {
         
     | 
| 
       71735 
71753 
     | 
    
         
             
                              "type": "structure",
         
     | 
| 
       71736 
71754 
     | 
    
         
             
                              "members": {
         
     | 
| 
       71737 
71755 
     | 
    
         
             
                                "LevelOne": {
         
     | 
| 
       71738 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 71756 
     | 
    
         
            +
                                  "shape": "Sj9"
         
     | 
| 
       71739 
71757 
     | 
    
         
             
                                },
         
     | 
| 
       71740 
71758 
     | 
    
         
             
                                "LevelTwo": {
         
     | 
| 
       71741 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 71759 
     | 
    
         
            +
                                  "shape": "Sj9"
         
     | 
| 
       71742 
71760 
     | 
    
         
             
                                },
         
     | 
| 
       71743 
71761 
     | 
    
         
             
                                "LevelThree": {
         
     | 
| 
       71744 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 71762 
     | 
    
         
            +
                                  "shape": "Sj9"
         
     | 
| 
       71745 
71763 
     | 
    
         
             
                                },
         
     | 
| 
       71746 
71764 
     | 
    
         
             
                                "LevelFour": {
         
     | 
| 
       71747 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 71765 
     | 
    
         
            +
                                  "shape": "Sj9"
         
     | 
| 
       71748 
71766 
     | 
    
         
             
                                },
         
     | 
| 
       71749 
71767 
     | 
    
         
             
                                "LevelFive": {
         
     | 
| 
       71750 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 71768 
     | 
    
         
            +
                                  "shape": "Sj9"
         
     | 
| 
       71751 
71769 
     | 
    
         
             
                                }
         
     | 
| 
       71752 
71770 
     | 
    
         
             
                              }
         
     | 
| 
       71753 
71771 
     | 
    
         
             
                            },
         
     | 
| 
         @@ -71762,13 +71780,13 @@ module.exports={ 
     | 
|
| 
       71762 
71780 
     | 
    
         
             
                              }
         
     | 
| 
       71763 
71781 
     | 
    
         
             
                            },
         
     | 
| 
       71764 
71782 
     | 
    
         
             
                            "AvailableSlotsByChannel": {
         
     | 
| 
       71765 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71783 
     | 
    
         
            +
                              "shape": "Sjb"
         
     | 
| 
       71766 
71784 
     | 
    
         
             
                            },
         
     | 
| 
       71767 
71785 
     | 
    
         
             
                            "MaxSlotsByChannel": {
         
     | 
| 
       71768 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71786 
     | 
    
         
            +
                              "shape": "Sjb"
         
     | 
| 
       71769 
71787 
     | 
    
         
             
                            },
         
     | 
| 
       71770 
71788 
     | 
    
         
             
                            "ActiveSlotsByChannel": {
         
     | 
| 
       71771 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71789 
     | 
    
         
            +
                              "shape": "Sjb"
         
     | 
| 
       71772 
71790 
     | 
    
         
             
                            },
         
     | 
| 
       71773 
71791 
     | 
    
         
             
                            "Contacts": {
         
     | 
| 
       71774 
71792 
     | 
    
         
             
                              "type": "list",
         
     | 
| 
         @@ -71786,7 +71804,7 @@ module.exports={ 
     | 
|
| 
       71786 
71804 
     | 
    
         
             
                                    "type": "timestamp"
         
     | 
| 
       71787 
71805 
     | 
    
         
             
                                  },
         
     | 
| 
       71788 
71806 
     | 
    
         
             
                                  "Queue": {
         
     | 
| 
       71789 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 71807 
     | 
    
         
            +
                                    "shape": "Sir"
         
     | 
| 
       71790 
71808 
     | 
    
         
             
                                  }
         
     | 
| 
       71791 
71809 
     | 
    
         
             
                                }
         
     | 
| 
       71792 
71810 
     | 
    
         
             
                              }
         
     | 
| 
         @@ -71825,13 +71843,13 @@ module.exports={ 
     | 
|
| 
       71825 
71843 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       71826 
71844 
     | 
    
         
             
                        "members": {
         
     | 
| 
       71827 
71845 
     | 
    
         
             
                          "AccessToken": {
         
     | 
| 
       71828 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71846 
     | 
    
         
            +
                            "shape": "Sji"
         
     | 
| 
       71829 
71847 
     | 
    
         
             
                          },
         
     | 
| 
       71830 
71848 
     | 
    
         
             
                          "AccessTokenExpiration": {
         
     | 
| 
       71831 
71849 
     | 
    
         
             
                            "type": "timestamp"
         
     | 
| 
       71832 
71850 
     | 
    
         
             
                          },
         
     | 
| 
       71833 
71851 
     | 
    
         
             
                          "RefreshToken": {
         
     | 
| 
       71834 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 71852 
     | 
    
         
            +
                            "shape": "Sji"
         
     | 
| 
       71835 
71853 
     | 
    
         
             
                          },
         
     | 
| 
       71836 
71854 
     | 
    
         
             
                          "RefreshTokenExpiration": {
         
     | 
| 
       71837 
71855 
     | 
    
         
             
                            "type": "timestamp"
         
     | 
| 
         @@ -71906,15 +71924,15 @@ module.exports={ 
     | 
|
| 
       71906 
71924 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       71907 
71925 
     | 
    
         
             
                      },
         
     | 
| 
       71908 
71926 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       71909 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 71927 
     | 
    
         
            +
                        "shape": "Si6"
         
     | 
| 
       71910 
71928 
     | 
    
         
             
                      },
         
     | 
| 
       71911 
71929 
     | 
    
         
             
                      "Groupings": {
         
     | 
| 
       71912 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 71930 
     | 
    
         
            +
                        "shape": "Sic"
         
     | 
| 
       71913 
71931 
     | 
    
         
             
                      },
         
     | 
| 
       71914 
71932 
     | 
    
         
             
                      "HistoricalMetrics": {
         
     | 
| 
       71915 
71933 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       71916 
71934 
     | 
    
         
             
                        "member": {
         
     | 
| 
       71917 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 71935 
     | 
    
         
            +
                          "shape": "Sjn"
         
     | 
| 
       71918 
71936 
     | 
    
         
             
                        }
         
     | 
| 
       71919 
71937 
     | 
    
         
             
                      },
         
     | 
| 
       71920 
71938 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -71933,7 +71951,7 @@ module.exports={ 
     | 
|
| 
       71933 
71951 
     | 
    
         
             
                          "type": "structure",
         
     | 
| 
       71934 
71952 
     | 
    
         
             
                          "members": {
         
     | 
| 
       71935 
71953 
     | 
    
         
             
                            "Dimensions": {
         
     | 
| 
       71936 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 71954 
     | 
    
         
            +
                              "shape": "Siq"
         
     | 
| 
       71937 
71955 
     | 
    
         
             
                            },
         
     | 
| 
       71938 
71956 
     | 
    
         
             
                            "Collections": {
         
     | 
| 
       71939 
71957 
     | 
    
         
             
                              "type": "list",
         
     | 
| 
         @@ -71941,7 +71959,7 @@ module.exports={ 
     | 
|
| 
       71941 
71959 
     | 
    
         
             
                                "type": "structure",
         
     | 
| 
       71942 
71960 
     | 
    
         
             
                                "members": {
         
     | 
| 
       71943 
71961 
     | 
    
         
             
                                  "Metric": {
         
     | 
| 
       71944 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 71962 
     | 
    
         
            +
                                    "shape": "Sjn"
         
     | 
| 
       71945 
71963 
     | 
    
         
             
                                  },
         
     | 
| 
       71946 
71964 
     | 
    
         
             
                                  "Value": {
         
     | 
| 
       71947 
71965 
     | 
    
         
             
                                    "type": "double"
         
     | 
| 
         @@ -72003,7 +72021,7 @@ module.exports={ 
     | 
|
| 
       72003 
72021 
     | 
    
         
             
                      "Metrics": {
         
     | 
| 
       72004 
72022 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       72005 
72023 
     | 
    
         
             
                        "member": {
         
     | 
| 
       72006 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 72024 
     | 
    
         
            +
                          "shape": "Sk8"
         
     | 
| 
       72007 
72025 
     | 
    
         
             
                        }
         
     | 
| 
       72008 
72026 
     | 
    
         
             
                      },
         
     | 
| 
       72009 
72027 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -72044,7 +72062,7 @@ module.exports={ 
     | 
|
| 
       72044 
72062 
     | 
    
         
             
                                "type": "structure",
         
     | 
| 
       72045 
72063 
     | 
    
         
             
                                "members": {
         
     | 
| 
       72046 
72064 
     | 
    
         
             
                                  "Metric": {
         
     | 
| 
       72047 
     | 
    
         
            -
                                    "shape": " 
     | 
| 
      
 72065 
     | 
    
         
            +
                                    "shape": "Sk8"
         
     | 
| 
       72048 
72066 
     | 
    
         
             
                                  },
         
     | 
| 
       72049 
72067 
     | 
    
         
             
                                  "Value": {
         
     | 
| 
       72050 
72068 
     | 
    
         
             
                                    "type": "double"
         
     | 
| 
         @@ -72174,15 +72192,15 @@ module.exports={ 
     | 
|
| 
       72174 
72192 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       72175 
72193 
     | 
    
         
             
                    "members": {
         
     | 
| 
       72176 
72194 
     | 
    
         
             
                      "TelephonyConfig": {
         
     | 
| 
       72177 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 72195 
     | 
    
         
            +
                        "shape": "Skx"
         
     | 
| 
       72178 
72196 
     | 
    
         
             
                      },
         
     | 
| 
       72179 
72197 
     | 
    
         
             
                      "Id": {},
         
     | 
| 
       72180 
72198 
     | 
    
         
             
                      "Arn": {},
         
     | 
| 
       72181 
72199 
     | 
    
         
             
                      "SignInConfig": {
         
     | 
| 
       72182 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 72200 
     | 
    
         
            +
                        "shape": "Sl1"
         
     | 
| 
       72183 
72201 
     | 
    
         
             
                      },
         
     | 
| 
       72184 
72202 
     | 
    
         
             
                      "AgentConfig": {
         
     | 
| 
       72185 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 72203 
     | 
    
         
            +
                        "shape": "Sl4"
         
     | 
| 
       72186 
72204 
     | 
    
         
             
                      }
         
     | 
| 
       72187 
72205 
     | 
    
         
             
                    }
         
     | 
| 
       72188 
72206 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -73036,7 +73054,7 @@ module.exports={ 
     | 
|
| 
       73036 
73054 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       73037 
73055 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       73038 
73056 
     | 
    
         
             
                        "member": {
         
     | 
| 
       73039 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 73057 
     | 
    
         
            +
                          "shape": "Sfn"
         
     | 
| 
       73040 
73058 
     | 
    
         
             
                        }
         
     | 
| 
       73041 
73059 
     | 
    
         
             
                      },
         
     | 
| 
       73042 
73060 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -73288,12 +73306,12 @@ module.exports={ 
     | 
|
| 
       73288 
73306 
     | 
    
         
             
                        "locationName": "InstanceId"
         
     | 
| 
       73289 
73307 
     | 
    
         
             
                      },
         
     | 
| 
       73290 
73308 
     | 
    
         
             
                      "PhoneNumberTypes": {
         
     | 
| 
       73291 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73309 
     | 
    
         
            +
                        "shape": "Sno",
         
     | 
| 
       73292 
73310 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       73293 
73311 
     | 
    
         
             
                        "locationName": "phoneNumberTypes"
         
     | 
| 
       73294 
73312 
     | 
    
         
             
                      },
         
     | 
| 
       73295 
73313 
     | 
    
         
             
                      "PhoneNumberCountryCodes": {
         
     | 
| 
       73296 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73314 
     | 
    
         
            +
                        "shape": "Snp",
         
     | 
| 
       73297 
73315 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       73298 
73316 
     | 
    
         
             
                        "locationName": "phoneNumberCountryCodes"
         
     | 
| 
       73299 
73317 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -73342,10 +73360,10 @@ module.exports={ 
     | 
|
| 
       73342 
73360 
     | 
    
         
             
                      },
         
     | 
| 
       73343 
73361 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       73344 
73362 
     | 
    
         
             
                      "PhoneNumberCountryCodes": {
         
     | 
| 
       73345 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73363 
     | 
    
         
            +
                        "shape": "Snp"
         
     | 
| 
       73346 
73364 
     | 
    
         
             
                      },
         
     | 
| 
       73347 
73365 
     | 
    
         
             
                      "PhoneNumberTypes": {
         
     | 
| 
       73348 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73366 
     | 
    
         
            +
                        "shape": "Sno"
         
     | 
| 
       73349 
73367 
     | 
    
         
             
                      },
         
     | 
| 
       73350 
73368 
     | 
    
         
             
                      "PhoneNumberPrefix": {}
         
     | 
| 
       73351 
73369 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -73504,7 +73522,7 @@ module.exports={ 
     | 
|
| 
       73504 
73522 
     | 
    
         
             
                    "members": {
         
     | 
| 
       73505 
73523 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       73506 
73524 
     | 
    
         
             
                      "QuickConnectSummaryList": {
         
     | 
| 
       73507 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73525 
     | 
    
         
            +
                        "shape": "Soa"
         
     | 
| 
       73508 
73526 
     | 
    
         
             
                      },
         
     | 
| 
       73509 
73527 
     | 
    
         
             
                      "LastModifiedTime": {
         
     | 
| 
       73510 
73528 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -73604,7 +73622,7 @@ module.exports={ 
     | 
|
| 
       73604 
73622 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       73605 
73623 
     | 
    
         
             
                    "members": {
         
     | 
| 
       73606 
73624 
     | 
    
         
             
                      "QuickConnectSummaryList": {
         
     | 
| 
       73607 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 73625 
     | 
    
         
            +
                        "shape": "Soa"
         
     | 
| 
       73608 
73626 
     | 
    
         
             
                      },
         
     | 
| 
       73609 
73627 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
       73610 
73628 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -73674,7 +73692,7 @@ module.exports={ 
     | 
|
| 
       73674 
73692 
     | 
    
         
             
                                "Content": {},
         
     | 
| 
       73675 
73693 
     | 
    
         
             
                                "ContentType": {},
         
     | 
| 
       73676 
73694 
     | 
    
         
             
                                "Time": {
         
     | 
| 
       73677 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 73695 
     | 
    
         
            +
                                  "shape": "Soz"
         
     | 
| 
       73678 
73696 
     | 
    
         
             
                                },
         
     | 
| 
       73679 
73697 
     | 
    
         
             
                                "Redaction": {
         
     | 
| 
       73680 
73698 
     | 
    
         
             
                                  "type": "structure",
         
     | 
| 
         @@ -73682,7 +73700,7 @@ module.exports={ 
     | 
|
| 
       73682 
73700 
     | 
    
         
             
                                    "CharacterOffsets": {
         
     | 
| 
       73683 
73701 
     | 
    
         
             
                                      "type": "list",
         
     | 
| 
       73684 
73702 
     | 
    
         
             
                                      "member": {
         
     | 
| 
       73685 
     | 
    
         
            -
                                        "shape": " 
     | 
| 
      
 73703 
     | 
    
         
            +
                                        "shape": "Sp3"
         
     | 
| 
       73686 
73704 
     | 
    
         
             
                                      }
         
     | 
| 
       73687 
73705 
     | 
    
         
             
                                    }
         
     | 
| 
       73688 
73706 
     | 
    
         
             
                                  }
         
     | 
| 
         @@ -73720,7 +73738,7 @@ module.exports={ 
     | 
|
| 
       73720 
73738 
     | 
    
         
             
                                                "members": {
         
     | 
| 
       73721 
73739 
     | 
    
         
             
                                                  "Id": {},
         
     | 
| 
       73722 
73740 
     | 
    
         
             
                                                  "CharacterOffsets": {
         
     | 
| 
       73723 
     | 
    
         
            -
                                                    "shape": " 
     | 
| 
      
 73741 
     | 
    
         
            +
                                                    "shape": "Sp3"
         
     | 
| 
       73724 
73742 
     | 
    
         
             
                                                  }
         
     | 
| 
       73725 
73743 
     | 
    
         
             
                                                }
         
     | 
| 
       73726 
73744 
     | 
    
         
             
                                              }
         
     | 
| 
         @@ -73758,7 +73776,7 @@ module.exports={ 
     | 
|
| 
       73758 
73776 
     | 
    
         
             
                                            "Content": {},
         
     | 
| 
       73759 
73777 
     | 
    
         
             
                                            "Id": {},
         
     | 
| 
       73760 
73778 
     | 
    
         
             
                                            "CharacterOffsets": {
         
     | 
| 
       73761 
     | 
    
         
            -
                                              "shape": " 
     | 
| 
      
 73779 
     | 
    
         
            +
                                              "shape": "Sp3"
         
     | 
| 
       73762 
73780 
     | 
    
         
             
                                            }
         
     | 
| 
       73763 
73781 
     | 
    
         
             
                                          }
         
     | 
| 
       73764 
73782 
     | 
    
         
             
                                        }
         
     | 
| 
         @@ -73782,7 +73800,7 @@ module.exports={ 
     | 
|
| 
       73782 
73800 
     | 
    
         
             
                                "DisplayName": {},
         
     | 
| 
       73783 
73801 
     | 
    
         
             
                                "EventType": {},
         
     | 
| 
       73784 
73802 
     | 
    
         
             
                                "Time": {
         
     | 
| 
       73785 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 73803 
     | 
    
         
            +
                                  "shape": "Soz"
         
     | 
| 
       73786 
73804 
     | 
    
         
             
                                }
         
     | 
| 
       73787 
73805 
     | 
    
         
             
                              }
         
     | 
| 
       73788 
73806 
     | 
    
         
             
                            },
         
     | 
| 
         @@ -73817,7 +73835,7 @@ module.exports={ 
     | 
|
| 
       73817 
73835 
     | 
    
         
             
                                  }
         
     | 
| 
       73818 
73836 
     | 
    
         
             
                                },
         
     | 
| 
       73819 
73837 
     | 
    
         
             
                                "Time": {
         
     | 
| 
       73820 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 73838 
     | 
    
         
            +
                                  "shape": "Soz"
         
     | 
| 
       73821 
73839 
     | 
    
         
             
                                }
         
     | 
| 
       73822 
73840 
     | 
    
         
             
                              }
         
     | 
| 
       73823 
73841 
     | 
    
         
             
                            },
         
     | 
| 
         @@ -74480,7 +74498,7 @@ module.exports={ 
     | 
|
| 
       74480 
74498 
     | 
    
         
             
                      "UserHierarchyGroupSummaryList": {
         
     | 
| 
       74481 
74499 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       74482 
74500 
     | 
    
         
             
                        "member": {
         
     | 
| 
       74483 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 74501 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       74484 
74502 
     | 
    
         
             
                        }
         
     | 
| 
       74485 
74503 
     | 
    
         
             
                      },
         
     | 
| 
       74486 
74504 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -74890,12 +74908,12 @@ module.exports={ 
     | 
|
| 
       74890 
74908 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       74891 
74909 
     | 
    
         
             
                        "members": {
         
     | 
| 
       74892 
74910 
     | 
    
         
             
                          "AttributeFilter": {
         
     | 
| 
       74893 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 74911 
     | 
    
         
            +
                            "shape": "Ss6"
         
     | 
| 
       74894 
74912 
     | 
    
         
             
                          }
         
     | 
| 
       74895 
74913 
     | 
    
         
             
                        }
         
     | 
| 
       74896 
74914 
     | 
    
         
             
                      },
         
     | 
| 
       74897 
74915 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       74898 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 74916 
     | 
    
         
            +
                        "shape": "Ssb"
         
     | 
| 
       74899 
74917 
     | 
    
         
             
                      }
         
     | 
| 
       74900 
74918 
     | 
    
         
             
                    }
         
     | 
| 
       74901 
74919 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -74974,12 +74992,12 @@ module.exports={ 
     | 
|
| 
       74974 
74992 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       74975 
74993 
     | 
    
         
             
                        "members": {
         
     | 
| 
       74976 
74994 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       74977 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 74995 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       74978 
74996 
     | 
    
         
             
                          }
         
     | 
| 
       74979 
74997 
     | 
    
         
             
                        }
         
     | 
| 
       74980 
74998 
     | 
    
         
             
                      },
         
     | 
| 
       74981 
74999 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       74982 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75000 
     | 
    
         
            +
                        "shape": "Ssp"
         
     | 
| 
       74983 
75001 
     | 
    
         
             
                      }
         
     | 
| 
       74984 
75002 
     | 
    
         
             
                    }
         
     | 
| 
       74985 
75003 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75018,12 +75036,12 @@ module.exports={ 
     | 
|
| 
       75018 
75036 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75019 
75037 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75020 
75038 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75021 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75039 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75022 
75040 
     | 
    
         
             
                          }
         
     | 
| 
       75023 
75041 
     | 
    
         
             
                        }
         
     | 
| 
       75024 
75042 
     | 
    
         
             
                      },
         
     | 
| 
       75025 
75043 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75026 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75044 
     | 
    
         
            +
                        "shape": "Ssv"
         
     | 
| 
       75027 
75045 
     | 
    
         
             
                      }
         
     | 
| 
       75028 
75046 
     | 
    
         
             
                    }
         
     | 
| 
       75029 
75047 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75083,19 +75101,19 @@ module.exports={ 
     | 
|
| 
       75083 
75101 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
       75084 
75102 
     | 
    
         
             
                            "members": {
         
     | 
| 
       75085 
75103 
     | 
    
         
             
                              "L1Ids": {
         
     | 
| 
       75086 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75104 
     | 
    
         
            +
                                "shape": "St5"
         
     | 
| 
       75087 
75105 
     | 
    
         
             
                              },
         
     | 
| 
       75088 
75106 
     | 
    
         
             
                              "L2Ids": {
         
     | 
| 
       75089 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75107 
     | 
    
         
            +
                                "shape": "St5"
         
     | 
| 
       75090 
75108 
     | 
    
         
             
                              },
         
     | 
| 
       75091 
75109 
     | 
    
         
             
                              "L3Ids": {
         
     | 
| 
       75092 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75110 
     | 
    
         
            +
                                "shape": "St5"
         
     | 
| 
       75093 
75111 
     | 
    
         
             
                              },
         
     | 
| 
       75094 
75112 
     | 
    
         
             
                              "L4Ids": {
         
     | 
| 
       75095 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75113 
     | 
    
         
            +
                                "shape": "St5"
         
     | 
| 
       75096 
75114 
     | 
    
         
             
                              },
         
     | 
| 
       75097 
75115 
     | 
    
         
             
                              "L5Ids": {
         
     | 
| 
       75098 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75116 
     | 
    
         
            +
                                "shape": "St5"
         
     | 
| 
       75099 
75117 
     | 
    
         
             
                              }
         
     | 
| 
       75100 
75118 
     | 
    
         
             
                            }
         
     | 
| 
       75101 
75119 
     | 
    
         
             
                          },
         
     | 
| 
         @@ -75271,12 +75289,12 @@ module.exports={ 
     | 
|
| 
       75271 
75289 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75272 
75290 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75273 
75291 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75274 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75292 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75275 
75293 
     | 
    
         
             
                          }
         
     | 
| 
       75276 
75294 
     | 
    
         
             
                        }
         
     | 
| 
       75277 
75295 
     | 
    
         
             
                      },
         
     | 
| 
       75278 
75296 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75279 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75297 
     | 
    
         
            +
                        "shape": "Stw"
         
     | 
| 
       75280 
75298 
     | 
    
         
             
                      }
         
     | 
| 
       75281 
75299 
     | 
    
         
             
                    }
         
     | 
| 
       75282 
75300 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75312,7 +75330,7 @@ module.exports={ 
     | 
|
| 
       75312 
75330 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       75313 
75331 
     | 
    
         
             
                      },
         
     | 
| 
       75314 
75332 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75315 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75333 
     | 
    
         
            +
                        "shape": "Su1"
         
     | 
| 
       75316 
75334 
     | 
    
         
             
                      }
         
     | 
| 
       75317 
75335 
     | 
    
         
             
                    }
         
     | 
| 
       75318 
75336 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75322,7 +75340,7 @@ module.exports={ 
     | 
|
| 
       75322 
75340 
     | 
    
         
             
                      "PredefinedAttributes": {
         
     | 
| 
       75323 
75341 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75324 
75342 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75325 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75343 
     | 
    
         
            +
                          "shape": "Sg1"
         
     | 
| 
       75326 
75344 
     | 
    
         
             
                        }
         
     | 
| 
       75327 
75345 
     | 
    
         
             
                      },
         
     | 
| 
       75328 
75346 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75351,12 +75369,12 @@ module.exports={ 
     | 
|
| 
       75351 
75369 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75352 
75370 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75353 
75371 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75354 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75372 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75355 
75373 
     | 
    
         
             
                          }
         
     | 
| 
       75356 
75374 
     | 
    
         
             
                        }
         
     | 
| 
       75357 
75375 
     | 
    
         
             
                      },
         
     | 
| 
       75358 
75376 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75359 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75377 
     | 
    
         
            +
                        "shape": "Su7"
         
     | 
| 
       75360 
75378 
     | 
    
         
             
                      }
         
     | 
| 
       75361 
75379 
     | 
    
         
             
                    }
         
     | 
| 
       75362 
75380 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75366,7 +75384,7 @@ module.exports={ 
     | 
|
| 
       75366 
75384 
     | 
    
         
             
                      "Prompts": {
         
     | 
| 
       75367 
75385 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75368 
75386 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75369 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75387 
     | 
    
         
            +
                          "shape": "Sg4"
         
     | 
| 
       75370 
75388 
     | 
    
         
             
                        }
         
     | 
| 
       75371 
75389 
     | 
    
         
             
                      },
         
     | 
| 
       75372 
75390 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75395,12 +75413,12 @@ module.exports={ 
     | 
|
| 
       75395 
75413 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75396 
75414 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75397 
75415 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75398 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75416 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75399 
75417 
     | 
    
         
             
                          }
         
     | 
| 
       75400 
75418 
     | 
    
         
             
                        }
         
     | 
| 
       75401 
75419 
     | 
    
         
             
                      },
         
     | 
| 
       75402 
75420 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75403 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75421 
     | 
    
         
            +
                        "shape": "Sue"
         
     | 
| 
       75404 
75422 
     | 
    
         
             
                      }
         
     | 
| 
       75405 
75423 
     | 
    
         
             
                    }
         
     | 
| 
       75406 
75424 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75410,7 +75428,7 @@ module.exports={ 
     | 
|
| 
       75410 
75428 
     | 
    
         
             
                      "Queues": {
         
     | 
| 
       75411 
75429 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75412 
75430 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75413 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75431 
     | 
    
         
            +
                          "shape": "Sg7"
         
     | 
| 
       75414 
75432 
     | 
    
         
             
                        }
         
     | 
| 
       75415 
75433 
     | 
    
         
             
                      },
         
     | 
| 
       75416 
75434 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75439,12 +75457,12 @@ module.exports={ 
     | 
|
| 
       75439 
75457 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75440 
75458 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75441 
75459 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75442 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75460 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75443 
75461 
     | 
    
         
             
                          }
         
     | 
| 
       75444 
75462 
     | 
    
         
             
                        }
         
     | 
| 
       75445 
75463 
     | 
    
         
             
                      },
         
     | 
| 
       75446 
75464 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75447 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75465 
     | 
    
         
            +
                        "shape": "Sul"
         
     | 
| 
       75448 
75466 
     | 
    
         
             
                      }
         
     | 
| 
       75449 
75467 
     | 
    
         
             
                    }
         
     | 
| 
       75450 
75468 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75454,7 +75472,7 @@ module.exports={ 
     | 
|
| 
       75454 
75472 
     | 
    
         
             
                      "QuickConnects": {
         
     | 
| 
       75455 
75473 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75456 
75474 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75457 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75475 
     | 
    
         
            +
                          "shape": "Sgb"
         
     | 
| 
       75458 
75476 
     | 
    
         
             
                        }
         
     | 
| 
       75459 
75477 
     | 
    
         
             
                      },
         
     | 
| 
       75460 
75478 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75535,12 +75553,12 @@ module.exports={ 
     | 
|
| 
       75535 
75553 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75536 
75554 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75537 
75555 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75538 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75556 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75539 
75557 
     | 
    
         
             
                          }
         
     | 
| 
       75540 
75558 
     | 
    
         
             
                        }
         
     | 
| 
       75541 
75559 
     | 
    
         
             
                      },
         
     | 
| 
       75542 
75560 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75543 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75561 
     | 
    
         
            +
                        "shape": "Sv0"
         
     | 
| 
       75544 
75562 
     | 
    
         
             
                      }
         
     | 
| 
       75545 
75563 
     | 
    
         
             
                    }
         
     | 
| 
       75546 
75564 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75550,7 +75568,7 @@ module.exports={ 
     | 
|
| 
       75550 
75568 
     | 
    
         
             
                      "RoutingProfiles": {
         
     | 
| 
       75551 
75569 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75552 
75570 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75553 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75571 
     | 
    
         
            +
                          "shape": "Sge"
         
     | 
| 
       75554 
75572 
     | 
    
         
             
                        }
         
     | 
| 
       75555 
75573 
     | 
    
         
             
                      },
         
     | 
| 
       75556 
75574 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75576,13 +75594,13 @@ module.exports={ 
     | 
|
| 
       75576 
75594 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       75577 
75595 
     | 
    
         
             
                      },
         
     | 
| 
       75578 
75596 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75579 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75597 
     | 
    
         
            +
                        "shape": "Sv5"
         
     | 
| 
       75580 
75598 
     | 
    
         
             
                      },
         
     | 
| 
       75581 
75599 
     | 
    
         
             
                      "SearchFilter": {
         
     | 
| 
       75582 
75600 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75583 
75601 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75584 
75602 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75585 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75603 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75586 
75604 
     | 
    
         
             
                          }
         
     | 
| 
       75587 
75605 
     | 
    
         
             
                        }
         
     | 
| 
       75588 
75606 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -75633,12 +75651,12 @@ module.exports={ 
     | 
|
| 
       75633 
75651 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75634 
75652 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75635 
75653 
     | 
    
         
             
                          "AttributeFilter": {
         
     | 
| 
       75636 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75654 
     | 
    
         
            +
                            "shape": "Ss6"
         
     | 
| 
       75637 
75655 
     | 
    
         
             
                          }
         
     | 
| 
       75638 
75656 
     | 
    
         
             
                        }
         
     | 
| 
       75639 
75657 
     | 
    
         
             
                      },
         
     | 
| 
       75640 
75658 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75641 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75659 
     | 
    
         
            +
                        "shape": "Svd"
         
     | 
| 
       75642 
75660 
     | 
    
         
             
                      }
         
     | 
| 
       75643 
75661 
     | 
    
         
             
                    }
         
     | 
| 
       75644 
75662 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75648,7 +75666,7 @@ module.exports={ 
     | 
|
| 
       75648 
75666 
     | 
    
         
             
                      "UserHierarchyGroups": {
         
     | 
| 
       75649 
75667 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       75650 
75668 
     | 
    
         
             
                        "member": {
         
     | 
| 
       75651 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 75669 
     | 
    
         
            +
                          "shape": "Sgy"
         
     | 
| 
       75652 
75670 
     | 
    
         
             
                        }
         
     | 
| 
       75653 
75671 
     | 
    
         
             
                      },
         
     | 
| 
       75654 
75672 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
         @@ -75677,7 +75695,7 @@ module.exports={ 
     | 
|
| 
       75677 
75695 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75678 
75696 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75679 
75697 
     | 
    
         
             
                          "TagFilter": {
         
     | 
| 
       75680 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75698 
     | 
    
         
            +
                            "shape": "Ssn"
         
     | 
| 
       75681 
75699 
     | 
    
         
             
                          },
         
     | 
| 
       75682 
75700 
     | 
    
         
             
                          "UserAttributeFilter": {
         
     | 
| 
       75683 
75701 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
         @@ -75685,24 +75703,24 @@ module.exports={ 
     | 
|
| 
       75685 
75703 
     | 
    
         
             
                              "OrConditions": {
         
     | 
| 
       75686 
75704 
     | 
    
         
             
                                "type": "list",
         
     | 
| 
       75687 
75705 
     | 
    
         
             
                                "member": {
         
     | 
| 
       75688 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 75706 
     | 
    
         
            +
                                  "shape": "Svl"
         
     | 
| 
       75689 
75707 
     | 
    
         
             
                                }
         
     | 
| 
       75690 
75708 
     | 
    
         
             
                              },
         
     | 
| 
       75691 
75709 
     | 
    
         
             
                              "AndCondition": {
         
     | 
| 
       75692 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75710 
     | 
    
         
            +
                                "shape": "Svl"
         
     | 
| 
       75693 
75711 
     | 
    
         
             
                              },
         
     | 
| 
       75694 
75712 
     | 
    
         
             
                              "TagCondition": {
         
     | 
| 
       75695 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75713 
     | 
    
         
            +
                                "shape": "Ssa"
         
     | 
| 
       75696 
75714 
     | 
    
         
             
                              },
         
     | 
| 
       75697 
75715 
     | 
    
         
             
                              "HierarchyGroupCondition": {
         
     | 
| 
       75698 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 75716 
     | 
    
         
            +
                                "shape": "Svm"
         
     | 
| 
       75699 
75717 
     | 
    
         
             
                              }
         
     | 
| 
       75700 
75718 
     | 
    
         
             
                            }
         
     | 
| 
       75701 
75719 
     | 
    
         
             
                          }
         
     | 
| 
       75702 
75720 
     | 
    
         
             
                        }
         
     | 
| 
       75703 
75721 
     | 
    
         
             
                      },
         
     | 
| 
       75704 
75722 
     | 
    
         
             
                      "SearchCriteria": {
         
     | 
| 
       75705 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75723 
     | 
    
         
            +
                        "shape": "Svo"
         
     | 
| 
       75706 
75724 
     | 
    
         
             
                      }
         
     | 
| 
       75707 
75725 
     | 
    
         
             
                    }
         
     | 
| 
       75708 
75726 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -75835,16 +75853,16 @@ module.exports={ 
     | 
|
| 
       75835 
75853 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       75836 
75854 
     | 
    
         
             
                        "members": {
         
     | 
| 
       75837 
75855 
     | 
    
         
             
                          "SupportedMessagingContentTypes": {
         
     | 
| 
       75838 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75856 
     | 
    
         
            +
                            "shape": "Swe"
         
     | 
| 
       75839 
75857 
     | 
    
         
             
                          },
         
     | 
| 
       75840 
75858 
     | 
    
         
             
                          "ParticipantDetails": {
         
     | 
| 
       75841 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75859 
     | 
    
         
            +
                            "shape": "Swg"
         
     | 
| 
       75842 
75860 
     | 
    
         
             
                          },
         
     | 
| 
       75843 
75861 
     | 
    
         
             
                          "Attributes": {
         
     | 
| 
       75844 
75862 
     | 
    
         
             
                            "shape": "S38"
         
     | 
| 
       75845 
75863 
     | 
    
         
             
                          },
         
     | 
| 
       75846 
75864 
     | 
    
         
             
                          "StreamingConfiguration": {
         
     | 
| 
       75847 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 75865 
     | 
    
         
            +
                            "shape": "Swh"
         
     | 
| 
       75848 
75866 
     | 
    
         
             
                          }
         
     | 
| 
       75849 
75867 
     | 
    
         
             
                        }
         
     | 
| 
       75850 
75868 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -75946,7 +75964,7 @@ module.exports={ 
     | 
|
| 
       75946 
75964 
     | 
    
         
             
                        "shape": "S38"
         
     | 
| 
       75947 
75965 
     | 
    
         
             
                      },
         
     | 
| 
       75948 
75966 
     | 
    
         
             
                      "ParticipantDetails": {
         
     | 
| 
       75949 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75967 
     | 
    
         
            +
                        "shape": "Swg"
         
     | 
| 
       75950 
75968 
     | 
    
         
             
                      },
         
     | 
| 
       75951 
75969 
     | 
    
         
             
                      "InitialMessage": {
         
     | 
| 
       75952 
75970 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
         @@ -75966,7 +75984,7 @@ module.exports={ 
     | 
|
| 
       75966 
75984 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       75967 
75985 
     | 
    
         
             
                      },
         
     | 
| 
       75968 
75986 
     | 
    
         
             
                      "SupportedMessagingContentTypes": {
         
     | 
| 
       75969 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 75987 
     | 
    
         
            +
                        "shape": "Swe"
         
     | 
| 
       75970 
75988 
     | 
    
         
             
                      },
         
     | 
| 
       75971 
75989 
     | 
    
         
             
                      "PersistentChat": {
         
     | 
| 
       75972 
75990 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
         @@ -76073,7 +76091,7 @@ module.exports={ 
     | 
|
| 
       76073 
76091 
     | 
    
         
             
                      "InstanceId": {},
         
     | 
| 
       76074 
76092 
     | 
    
         
             
                      "ContactId": {},
         
     | 
| 
       76075 
76093 
     | 
    
         
             
                      "ChatStreamingConfiguration": {
         
     | 
| 
       76076 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 76094 
     | 
    
         
            +
                        "shape": "Swh"
         
     | 
| 
       76077 
76095 
     | 
    
         
             
                      },
         
     | 
| 
       76078 
76096 
     | 
    
         
             
                      "ClientToken": {
         
     | 
| 
       76079 
76097 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
         @@ -76224,7 +76242,7 @@ module.exports={ 
     | 
|
| 
       76224 
76242 
     | 
    
         
             
                        }
         
     | 
| 
       76225 
76243 
     | 
    
         
             
                      },
         
     | 
| 
       76226 
76244 
     | 
    
         
             
                      "ParticipantDetails": {
         
     | 
| 
       76227 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 76245 
     | 
    
         
            +
                        "shape": "Swg"
         
     | 
| 
       76228 
76246 
     | 
    
         
             
                      },
         
     | 
| 
       76229 
76247 
     | 
    
         
             
                      "RelatedContactId": {},
         
     | 
| 
       76230 
76248 
     | 
    
         
             
                      "References": {
         
     | 
| 
         @@ -76377,7 +76395,7 @@ module.exports={ 
     | 
|
| 
       76377 
76395 
     | 
    
         
             
                        "locationName": "EvaluationId"
         
     | 
| 
       76378 
76396 
     | 
    
         
             
                      },
         
     | 
| 
       76379 
76397 
     | 
    
         
             
                      "Answers": {
         
     | 
| 
       76380 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 76398 
     | 
    
         
            +
                        "shape": "Sxy"
         
     | 
| 
       76381 
76399 
     | 
    
         
             
                      },
         
     | 
| 
       76382 
76400 
     | 
    
         
             
                      "Notes": {
         
     | 
| 
       76383 
76401 
     | 
    
         
             
                        "shape": "Sek"
         
     | 
| 
         @@ -76697,7 +76715,7 @@ module.exports={ 
     | 
|
| 
       76697 
76715 
     | 
    
         
             
                        "locationName": "EvaluationId"
         
     | 
| 
       76698 
76716 
     | 
    
         
             
                      },
         
     | 
| 
       76699 
76717 
     | 
    
         
             
                      "Answers": {
         
     | 
| 
       76700 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 76718 
     | 
    
         
            +
                        "shape": "Sxy"
         
     | 
| 
       76701 
76719 
     | 
    
         
             
                      },
         
     | 
| 
       76702 
76720 
     | 
    
         
             
                      "Notes": {
         
     | 
| 
       76703 
76721 
     | 
    
         
             
                        "shape": "Sek"
         
     | 
| 
         @@ -77703,13 +77721,13 @@ module.exports={ 
     | 
|
| 
       77703 
77721 
     | 
    
         
             
                        "locationName": "Id"
         
     | 
| 
       77704 
77722 
     | 
    
         
             
                      },
         
     | 
| 
       77705 
77723 
     | 
    
         
             
                      "TelephonyConfig": {
         
     | 
| 
       77706 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 77724 
     | 
    
         
            +
                        "shape": "Skx"
         
     | 
| 
       77707 
77725 
     | 
    
         
             
                      },
         
     | 
| 
       77708 
77726 
     | 
    
         
             
                      "SignInConfig": {
         
     | 
| 
       77709 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 77727 
     | 
    
         
            +
                        "shape": "Sl1"
         
     | 
| 
       77710 
77728 
     | 
    
         
             
                      },
         
     | 
| 
       77711 
77729 
     | 
    
         
             
                      "AgentConfig": {
         
     | 
| 
       77712 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 77730 
     | 
    
         
            +
                        "shape": "Sl4"
         
     | 
| 
       77713 
77731 
     | 
    
         
             
                      }
         
     | 
| 
       77714 
77732 
     | 
    
         
             
                    }
         
     | 
| 
       77715 
77733 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -77780,19 +77798,19 @@ module.exports={ 
     | 
|
| 
       77780 
77798 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       77781 
77799 
     | 
    
         
             
                        "members": {
         
     | 
| 
       77782 
77800 
     | 
    
         
             
                          "LevelOne": {
         
     | 
| 
       77783 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 77801 
     | 
    
         
            +
                            "shape": "S10f"
         
     | 
| 
       77784 
77802 
     | 
    
         
             
                          },
         
     | 
| 
       77785 
77803 
     | 
    
         
             
                          "LevelTwo": {
         
     | 
| 
       77786 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 77804 
     | 
    
         
            +
                            "shape": "S10f"
         
     | 
| 
       77787 
77805 
     | 
    
         
             
                          },
         
     | 
| 
       77788 
77806 
     | 
    
         
             
                          "LevelThree": {
         
     | 
| 
       77789 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 77807 
     | 
    
         
            +
                            "shape": "S10f"
         
     | 
| 
       77790 
77808 
     | 
    
         
             
                          },
         
     | 
| 
       77791 
77809 
     | 
    
         
             
                          "LevelFour": {
         
     | 
| 
       77792 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 77810 
     | 
    
         
            +
                            "shape": "S10f"
         
     | 
| 
       77793 
77811 
     | 
    
         
             
                          },
         
     | 
| 
       77794 
77812 
     | 
    
         
             
                          "LevelFive": {
         
     | 
| 
       77795 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 77813 
     | 
    
         
            +
                            "shape": "S10f"
         
     | 
| 
       77796 
77814 
     | 
    
         
             
                          }
         
     | 
| 
       77797 
77815 
     | 
    
         
             
                        }
         
     | 
| 
       77798 
77816 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -79101,14 +79119,14 @@ module.exports={ 
     | 
|
| 
       79101 
79119 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79102 
79120 
     | 
    
         
             
                  }
         
     | 
| 
       79103 
79121 
     | 
    
         
             
                },
         
     | 
| 
       79104 
     | 
    
         
            -
                " 
     | 
| 
      
 79122 
     | 
    
         
            +
                "Sfn": {
         
     | 
| 
       79105 
79123 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79106 
79124 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79107 
79125 
     | 
    
         
             
                    "AttributeType": {},
         
     | 
| 
       79108 
79126 
     | 
    
         
             
                    "Value": {}
         
     | 
| 
       79109 
79127 
     | 
    
         
             
                  }
         
     | 
| 
       79110 
79128 
     | 
    
         
             
                },
         
     | 
| 
       79111 
     | 
    
         
            -
                " 
     | 
| 
      
 79129 
     | 
    
         
            +
                "Sg1": {
         
     | 
| 
       79112 
79130 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79113 
79131 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79114 
79132 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
         @@ -79121,7 +79139,7 @@ module.exports={ 
     | 
|
| 
       79121 
79139 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79122 
79140 
     | 
    
         
             
                  }
         
     | 
| 
       79123 
79141 
     | 
    
         
             
                },
         
     | 
| 
       79124 
     | 
    
         
            -
                " 
     | 
| 
      
 79142 
     | 
    
         
            +
                "Sg4": {
         
     | 
| 
       79125 
79143 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79126 
79144 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79127 
79145 
     | 
    
         
             
                    "PromptARN": {},
         
     | 
| 
         @@ -79137,7 +79155,7 @@ module.exports={ 
     | 
|
| 
       79137 
79155 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79138 
79156 
     | 
    
         
             
                  }
         
     | 
| 
       79139 
79157 
     | 
    
         
             
                },
         
     | 
| 
       79140 
     | 
    
         
            -
                " 
     | 
| 
      
 79158 
     | 
    
         
            +
                "Sg7": {
         
     | 
| 
       79141 
79159 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79142 
79160 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79143 
79161 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
         @@ -79161,7 +79179,7 @@ module.exports={ 
     | 
|
| 
       79161 
79179 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79162 
79180 
     | 
    
         
             
                  }
         
     | 
| 
       79163 
79181 
     | 
    
         
             
                },
         
     | 
| 
       79164 
     | 
    
         
            -
                " 
     | 
| 
      
 79182 
     | 
    
         
            +
                "Sgb": {
         
     | 
| 
       79165 
79183 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79166 
79184 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79167 
79185 
     | 
    
         
             
                    "QuickConnectARN": {},
         
     | 
| 
         @@ -79180,7 +79198,7 @@ module.exports={ 
     | 
|
| 
       79180 
79198 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79181 
79199 
     | 
    
         
             
                  }
         
     | 
| 
       79182 
79200 
     | 
    
         
             
                },
         
     | 
| 
       79183 
     | 
    
         
            -
                " 
     | 
| 
      
 79201 
     | 
    
         
            +
                "Sge": {
         
     | 
| 
       79184 
79202 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79185 
79203 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79186 
79204 
     | 
    
         
             
                    "InstanceId": {},
         
     | 
| 
         @@ -79215,7 +79233,7 @@ module.exports={ 
     | 
|
| 
       79215 
79233 
     | 
    
         
             
                    }
         
     | 
| 
       79216 
79234 
     | 
    
         
             
                  }
         
     | 
| 
       79217 
79235 
     | 
    
         
             
                },
         
     | 
| 
       79218 
     | 
    
         
            -
                " 
     | 
| 
      
 79236 
     | 
    
         
            +
                "Sgy": {
         
     | 
| 
       79219 
79237 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79220 
79238 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79221 
79239 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
         @@ -79226,19 +79244,19 @@ module.exports={ 
     | 
|
| 
       79226 
79244 
     | 
    
         
             
                      "type": "structure",
         
     | 
| 
       79227 
79245 
     | 
    
         
             
                      "members": {
         
     | 
| 
       79228 
79246 
     | 
    
         
             
                        "LevelOne": {
         
     | 
| 
       79229 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 79247 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       79230 
79248 
     | 
    
         
             
                        },
         
     | 
| 
       79231 
79249 
     | 
    
         
             
                        "LevelTwo": {
         
     | 
| 
       79232 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 79250 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       79233 
79251 
     | 
    
         
             
                        },
         
     | 
| 
       79234 
79252 
     | 
    
         
             
                        "LevelThree": {
         
     | 
| 
       79235 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 79253 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       79236 
79254 
     | 
    
         
             
                        },
         
     | 
| 
       79237 
79255 
     | 
    
         
             
                        "LevelFour": {
         
     | 
| 
       79238 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 79256 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       79239 
79257 
     | 
    
         
             
                        },
         
     | 
| 
       79240 
79258 
     | 
    
         
             
                        "LevelFive": {
         
     | 
| 
       79241 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 79259 
     | 
    
         
            +
                          "shape": "Sh1"
         
     | 
| 
       79242 
79260 
     | 
    
         
             
                        }
         
     | 
| 
       79243 
79261 
     | 
    
         
             
                      }
         
     | 
| 
       79244 
79262 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -79251,7 +79269,7 @@ module.exports={ 
     | 
|
| 
       79251 
79269 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79252 
79270 
     | 
    
         
             
                  }
         
     | 
| 
       79253 
79271 
     | 
    
         
             
                },
         
     | 
| 
       79254 
     | 
    
         
            -
                " 
     | 
| 
      
 79272 
     | 
    
         
            +
                "Sh1": {
         
     | 
| 
       79255 
79273 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79256 
79274 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79257 
79275 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
         @@ -79263,7 +79281,7 @@ module.exports={ 
     | 
|
| 
       79263 
79281 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79264 
79282 
     | 
    
         
             
                  }
         
     | 
| 
       79265 
79283 
     | 
    
         
             
                },
         
     | 
| 
       79266 
     | 
    
         
            -
                " 
     | 
| 
      
 79284 
     | 
    
         
            +
                "Sh5": {
         
     | 
| 
       79267 
79285 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79268 
79286 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79269 
79287 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
         @@ -79275,18 +79293,18 @@ module.exports={ 
     | 
|
| 
       79275 
79293 
     | 
    
         
             
                    "LastModifiedRegion": {}
         
     | 
| 
       79276 
79294 
     | 
    
         
             
                  }
         
     | 
| 
       79277 
79295 
     | 
    
         
             
                },
         
     | 
| 
       79278 
     | 
    
         
            -
                " 
     | 
| 
      
 79296 
     | 
    
         
            +
                "Si6": {
         
     | 
| 
       79279 
79297 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79280 
79298 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79281 
79299 
     | 
    
         
             
                    "Queues": {
         
     | 
| 
       79282 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79300 
     | 
    
         
            +
                      "shape": "Si7"
         
     | 
| 
       79283 
79301 
     | 
    
         
             
                    },
         
     | 
| 
       79284 
79302 
     | 
    
         
             
                    "Channels": {
         
     | 
| 
       79285 
79303 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       79286 
79304 
     | 
    
         
             
                      "member": {}
         
     | 
| 
       79287 
79305 
     | 
    
         
             
                    },
         
     | 
| 
       79288 
79306 
     | 
    
         
             
                    "RoutingProfiles": {
         
     | 
| 
       79289 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79307 
     | 
    
         
            +
                      "shape": "Si9"
         
     | 
| 
       79290 
79308 
     | 
    
         
             
                    },
         
     | 
| 
       79291 
79309 
     | 
    
         
             
                    "RoutingStepExpressions": {
         
     | 
| 
       79292 
79310 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
         @@ -79294,71 +79312,71 @@ module.exports={ 
     | 
|
| 
       79294 
79312 
     | 
    
         
             
                    }
         
     | 
| 
       79295 
79313 
     | 
    
         
             
                  }
         
     | 
| 
       79296 
79314 
     | 
    
         
             
                },
         
     | 
| 
       79297 
     | 
    
         
            -
                " 
     | 
| 
      
 79315 
     | 
    
         
            +
                "Si7": {
         
     | 
| 
       79298 
79316 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79299 
79317 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79300 
79318 
     | 
    
         
             
                },
         
     | 
| 
       79301 
     | 
    
         
            -
                " 
     | 
| 
      
 79319 
     | 
    
         
            +
                "Si9": {
         
     | 
| 
       79302 
79320 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79303 
79321 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79304 
79322 
     | 
    
         
             
                },
         
     | 
| 
       79305 
     | 
    
         
            -
                " 
     | 
| 
      
 79323 
     | 
    
         
            +
                "Sic": {
         
     | 
| 
       79306 
79324 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79307 
79325 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79308 
79326 
     | 
    
         
             
                },
         
     | 
| 
       79309 
     | 
    
         
            -
                " 
     | 
| 
      
 79327 
     | 
    
         
            +
                "Sif": {
         
     | 
| 
       79310 
79328 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79311 
79329 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79312 
79330 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
       79313 
79331 
     | 
    
         
             
                    "Unit": {}
         
     | 
| 
       79314 
79332 
     | 
    
         
             
                  }
         
     | 
| 
       79315 
79333 
     | 
    
         
             
                },
         
     | 
| 
       79316 
     | 
    
         
            -
                " 
     | 
| 
      
 79334 
     | 
    
         
            +
                "Siq": {
         
     | 
| 
       79317 
79335 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79318 
79336 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79319 
79337 
     | 
    
         
             
                    "Queue": {
         
     | 
| 
       79320 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79338 
     | 
    
         
            +
                      "shape": "Sir"
         
     | 
| 
       79321 
79339 
     | 
    
         
             
                    },
         
     | 
| 
       79322 
79340 
     | 
    
         
             
                    "Channel": {},
         
     | 
| 
       79323 
79341 
     | 
    
         
             
                    "RoutingProfile": {
         
     | 
| 
       79324 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79342 
     | 
    
         
            +
                      "shape": "Sis"
         
     | 
| 
       79325 
79343 
     | 
    
         
             
                    },
         
     | 
| 
       79326 
79344 
     | 
    
         
             
                    "RoutingStepExpression": {}
         
     | 
| 
       79327 
79345 
     | 
    
         
             
                  }
         
     | 
| 
       79328 
79346 
     | 
    
         
             
                },
         
     | 
| 
       79329 
     | 
    
         
            -
                " 
     | 
| 
      
 79347 
     | 
    
         
            +
                "Sir": {
         
     | 
| 
       79330 
79348 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79331 
79349 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79332 
79350 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
       79333 
79351 
     | 
    
         
             
                    "Arn": {}
         
     | 
| 
       79334 
79352 
     | 
    
         
             
                  }
         
     | 
| 
       79335 
79353 
     | 
    
         
             
                },
         
     | 
| 
       79336 
     | 
    
         
            -
                " 
     | 
| 
      
 79354 
     | 
    
         
            +
                "Sis": {
         
     | 
| 
       79337 
79355 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79338 
79356 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79339 
79357 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
       79340 
79358 
     | 
    
         
             
                    "Arn": {}
         
     | 
| 
       79341 
79359 
     | 
    
         
             
                  }
         
     | 
| 
       79342 
79360 
     | 
    
         
             
                },
         
     | 
| 
       79343 
     | 
    
         
            -
                " 
     | 
| 
      
 79361 
     | 
    
         
            +
                "Sj9": {
         
     | 
| 
       79344 
79362 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79345 
79363 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79346 
79364 
     | 
    
         
             
                    "Id": {},
         
     | 
| 
       79347 
79365 
     | 
    
         
             
                    "Arn": {}
         
     | 
| 
       79348 
79366 
     | 
    
         
             
                  }
         
     | 
| 
       79349 
79367 
     | 
    
         
             
                },
         
     | 
| 
       79350 
     | 
    
         
            -
                " 
     | 
| 
      
 79368 
     | 
    
         
            +
                "Sjb": {
         
     | 
| 
       79351 
79369 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       79352 
79370 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       79353 
79371 
     | 
    
         
             
                  "value": {
         
     | 
| 
       79354 
79372 
     | 
    
         
             
                    "type": "integer"
         
     | 
| 
       79355 
79373 
     | 
    
         
             
                  }
         
     | 
| 
       79356 
79374 
     | 
    
         
             
                },
         
     | 
| 
       79357 
     | 
    
         
            -
                " 
     | 
| 
      
 79375 
     | 
    
         
            +
                "Sji": {
         
     | 
| 
       79358 
79376 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       79359 
79377 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       79360 
79378 
     | 
    
         
             
                },
         
     | 
| 
       79361 
     | 
    
         
            -
                " 
     | 
| 
      
 79379 
     | 
    
         
            +
                "Sjn": {
         
     | 
| 
       79362 
79380 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79363 
79381 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79364 
79382 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
         @@ -79375,7 +79393,7 @@ module.exports={ 
     | 
|
| 
       79375 
79393 
     | 
    
         
             
                    "Unit": {}
         
     | 
| 
       79376 
79394 
     | 
    
         
             
                  }
         
     | 
| 
       79377 
79395 
     | 
    
         
             
                },
         
     | 
| 
       79378 
     | 
    
         
            -
                " 
     | 
| 
      
 79396 
     | 
    
         
            +
                "Sk8": {
         
     | 
| 
       79379 
79397 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79380 
79398 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79381 
79399 
     | 
    
         
             
                    "Name": {},
         
     | 
| 
         @@ -79409,18 +79427,18 @@ module.exports={ 
     | 
|
| 
       79409 
79427 
     | 
    
         
             
                    }
         
     | 
| 
       79410 
79428 
     | 
    
         
             
                  }
         
     | 
| 
       79411 
79429 
     | 
    
         
             
                },
         
     | 
| 
       79412 
     | 
    
         
            -
                " 
     | 
| 
      
 79430 
     | 
    
         
            +
                "Skx": {
         
     | 
| 
       79413 
79431 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79414 
79432 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79415 
79433 
     | 
    
         
             
                    "Distributions"
         
     | 
| 
       79416 
79434 
     | 
    
         
             
                  ],
         
     | 
| 
       79417 
79435 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79418 
79436 
     | 
    
         
             
                    "Distributions": {
         
     | 
| 
       79419 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79437 
     | 
    
         
            +
                      "shape": "Sky"
         
     | 
| 
       79420 
79438 
     | 
    
         
             
                    }
         
     | 
| 
       79421 
79439 
     | 
    
         
             
                  }
         
     | 
| 
       79422 
79440 
     | 
    
         
             
                },
         
     | 
| 
       79423 
     | 
    
         
            -
                " 
     | 
| 
      
 79441 
     | 
    
         
            +
                "Sky": {
         
     | 
| 
       79424 
79442 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79425 
79443 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79426 
79444 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -79436,7 +79454,7 @@ module.exports={ 
     | 
|
| 
       79436 
79454 
     | 
    
         
             
                    }
         
     | 
| 
       79437 
79455 
     | 
    
         
             
                  }
         
     | 
| 
       79438 
79456 
     | 
    
         
             
                },
         
     | 
| 
       79439 
     | 
    
         
            -
                " 
     | 
| 
      
 79457 
     | 
    
         
            +
                "Sl1": {
         
     | 
| 
       79440 
79458 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79441 
79459 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79442 
79460 
     | 
    
         
             
                    "Distributions"
         
     | 
| 
         @@ -79460,26 +79478,26 @@ module.exports={ 
     | 
|
| 
       79460 
79478 
     | 
    
         
             
                    }
         
     | 
| 
       79461 
79479 
     | 
    
         
             
                  }
         
     | 
| 
       79462 
79480 
     | 
    
         
             
                },
         
     | 
| 
       79463 
     | 
    
         
            -
                " 
     | 
| 
      
 79481 
     | 
    
         
            +
                "Sl4": {
         
     | 
| 
       79464 
79482 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79465 
79483 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79466 
79484 
     | 
    
         
             
                    "Distributions"
         
     | 
| 
       79467 
79485 
     | 
    
         
             
                  ],
         
     | 
| 
       79468 
79486 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79469 
79487 
     | 
    
         
             
                    "Distributions": {
         
     | 
| 
       79470 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79488 
     | 
    
         
            +
                      "shape": "Sky"
         
     | 
| 
       79471 
79489 
     | 
    
         
             
                    }
         
     | 
| 
       79472 
79490 
     | 
    
         
             
                  }
         
     | 
| 
       79473 
79491 
     | 
    
         
             
                },
         
     | 
| 
       79474 
     | 
    
         
            -
                " 
     | 
| 
      
 79492 
     | 
    
         
            +
                "Sno": {
         
     | 
| 
       79475 
79493 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79476 
79494 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79477 
79495 
     | 
    
         
             
                },
         
     | 
| 
       79478 
     | 
    
         
            -
                " 
     | 
| 
      
 79496 
     | 
    
         
            +
                "Snp": {
         
     | 
| 
       79479 
79497 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79480 
79498 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79481 
79499 
     | 
    
         
             
                },
         
     | 
| 
       79482 
     | 
    
         
            -
                " 
     | 
| 
      
 79500 
     | 
    
         
            +
                "Soa": {
         
     | 
| 
       79483 
79501 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79484 
79502 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79485 
79503 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -79495,7 +79513,7 @@ module.exports={ 
     | 
|
| 
       79495 
79513 
     | 
    
         
             
                    }
         
     | 
| 
       79496 
79514 
     | 
    
         
             
                  }
         
     | 
| 
       79497 
79515 
     | 
    
         
             
                },
         
     | 
| 
       79498 
     | 
    
         
            -
                " 
     | 
| 
      
 79516 
     | 
    
         
            +
                "Soz": {
         
     | 
| 
       79499 
79517 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79500 
79518 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79501 
79519 
     | 
    
         
             
                    "AbsoluteTime": {
         
     | 
| 
         @@ -79505,7 +79523,7 @@ module.exports={ 
     | 
|
| 
       79505 
79523 
     | 
    
         
             
                  },
         
     | 
| 
       79506 
79524 
     | 
    
         
             
                  "union": true
         
     | 
| 
       79507 
79525 
     | 
    
         
             
                },
         
     | 
| 
       79508 
     | 
    
         
            -
                " 
     | 
| 
      
 79526 
     | 
    
         
            +
                "Sp3": {
         
     | 
| 
       79509 
79527 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79510 
79528 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79511 
79529 
     | 
    
         
             
                    "BeginOffsetChar",
         
     | 
| 
         @@ -79520,65 +79538,65 @@ module.exports={ 
     | 
|
| 
       79520 
79538 
     | 
    
         
             
                    }
         
     | 
| 
       79521 
79539 
     | 
    
         
             
                  }
         
     | 
| 
       79522 
79540 
     | 
    
         
             
                },
         
     | 
| 
       79523 
     | 
    
         
            -
                " 
     | 
| 
      
 79541 
     | 
    
         
            +
                "Ss6": {
         
     | 
| 
       79524 
79542 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79525 
79543 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79526 
79544 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79527 
79545 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       79528 
79546 
     | 
    
         
             
                      "member": {
         
     | 
| 
       79529 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 79547 
     | 
    
         
            +
                        "shape": "Ss8"
         
     | 
| 
       79530 
79548 
     | 
    
         
             
                      }
         
     | 
| 
       79531 
79549 
     | 
    
         
             
                    },
         
     | 
| 
       79532 
79550 
     | 
    
         
             
                    "AndCondition": {
         
     | 
| 
       79533 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79551 
     | 
    
         
            +
                      "shape": "Ss8"
         
     | 
| 
       79534 
79552 
     | 
    
         
             
                    },
         
     | 
| 
       79535 
79553 
     | 
    
         
             
                    "TagCondition": {
         
     | 
| 
       79536 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79554 
     | 
    
         
            +
                      "shape": "Ssa"
         
     | 
| 
       79537 
79555 
     | 
    
         
             
                    }
         
     | 
| 
       79538 
79556 
     | 
    
         
             
                  }
         
     | 
| 
       79539 
79557 
     | 
    
         
             
                },
         
     | 
| 
       79540 
     | 
    
         
            -
                " 
     | 
| 
      
 79558 
     | 
    
         
            +
                "Ss8": {
         
     | 
| 
       79541 
79559 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79542 
79560 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79543 
79561 
     | 
    
         
             
                    "TagConditions": {
         
     | 
| 
       79544 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79562 
     | 
    
         
            +
                      "shape": "Ss9"
         
     | 
| 
       79545 
79563 
     | 
    
         
             
                    }
         
     | 
| 
       79546 
79564 
     | 
    
         
             
                  }
         
     | 
| 
       79547 
79565 
     | 
    
         
             
                },
         
     | 
| 
       79548 
     | 
    
         
            -
                " 
     | 
| 
      
 79566 
     | 
    
         
            +
                "Ss9": {
         
     | 
| 
       79549 
79567 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79550 
79568 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79551 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79569 
     | 
    
         
            +
                    "shape": "Ssa"
         
     | 
| 
       79552 
79570 
     | 
    
         
             
                  }
         
     | 
| 
       79553 
79571 
     | 
    
         
             
                },
         
     | 
| 
       79554 
     | 
    
         
            -
                " 
     | 
| 
      
 79572 
     | 
    
         
            +
                "Ssa": {
         
     | 
| 
       79555 
79573 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79556 
79574 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79557 
79575 
     | 
    
         
             
                    "TagKey": {},
         
     | 
| 
       79558 
79576 
     | 
    
         
             
                    "TagValue": {}
         
     | 
| 
       79559 
79577 
     | 
    
         
             
                  }
         
     | 
| 
       79560 
79578 
     | 
    
         
             
                },
         
     | 
| 
       79561 
     | 
    
         
            -
                " 
     | 
| 
      
 79579 
     | 
    
         
            +
                "Ssb": {
         
     | 
| 
       79562 
79580 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79563 
79581 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79564 
79582 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79565 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79583 
     | 
    
         
            +
                      "shape": "Ssc"
         
     | 
| 
       79566 
79584 
     | 
    
         
             
                    },
         
     | 
| 
       79567 
79585 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79568 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79586 
     | 
    
         
            +
                      "shape": "Ssc"
         
     | 
| 
       79569 
79587 
     | 
    
         
             
                    },
         
     | 
| 
       79570 
79588 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79571 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79589 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79572 
79590 
     | 
    
         
             
                    }
         
     | 
| 
       79573 
79591 
     | 
    
         
             
                  }
         
     | 
| 
       79574 
79592 
     | 
    
         
             
                },
         
     | 
| 
       79575 
     | 
    
         
            -
                " 
     | 
| 
      
 79593 
     | 
    
         
            +
                "Ssc": {
         
     | 
| 
       79576 
79594 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79577 
79595 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79578 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79596 
     | 
    
         
            +
                    "shape": "Ssb"
         
     | 
| 
       79579 
79597 
     | 
    
         
             
                  }
         
     | 
| 
       79580 
79598 
     | 
    
         
             
                },
         
     | 
| 
       79581 
     | 
    
         
            -
                " 
     | 
| 
      
 79599 
     | 
    
         
            +
                "Ssd": {
         
     | 
| 
       79582 
79600 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79583 
79601 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79584 
79602 
     | 
    
         
             
                    "FieldName": {},
         
     | 
| 
         @@ -79586,260 +79604,260 @@ module.exports={ 
     | 
|
| 
       79586 
79604 
     | 
    
         
             
                    "ComparisonType": {}
         
     | 
| 
       79587 
79605 
     | 
    
         
             
                  }
         
     | 
| 
       79588 
79606 
     | 
    
         
             
                },
         
     | 
| 
       79589 
     | 
    
         
            -
                " 
     | 
| 
      
 79607 
     | 
    
         
            +
                "Ssn": {
         
     | 
| 
       79590 
79608 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79591 
79609 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79592 
79610 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79593 
79611 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       79594 
79612 
     | 
    
         
             
                      "member": {
         
     | 
| 
       79595 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 79613 
     | 
    
         
            +
                        "shape": "Ss9"
         
     | 
| 
       79596 
79614 
     | 
    
         
             
                      }
         
     | 
| 
       79597 
79615 
     | 
    
         
             
                    },
         
     | 
| 
       79598 
79616 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79599 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79617 
     | 
    
         
            +
                      "shape": "Ss9"
         
     | 
| 
       79600 
79618 
     | 
    
         
             
                    },
         
     | 
| 
       79601 
79619 
     | 
    
         
             
                    "TagCondition": {
         
     | 
| 
       79602 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79620 
     | 
    
         
            +
                      "shape": "Ssa"
         
     | 
| 
       79603 
79621 
     | 
    
         
             
                    }
         
     | 
| 
       79604 
79622 
     | 
    
         
             
                  }
         
     | 
| 
       79605 
79623 
     | 
    
         
             
                },
         
     | 
| 
       79606 
     | 
    
         
            -
                " 
     | 
| 
      
 79624 
     | 
    
         
            +
                "Ssp": {
         
     | 
| 
       79607 
79625 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79608 
79626 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79609 
79627 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79610 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79628 
     | 
    
         
            +
                      "shape": "Ssq"
         
     | 
| 
       79611 
79629 
     | 
    
         
             
                    },
         
     | 
| 
       79612 
79630 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79613 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79631 
     | 
    
         
            +
                      "shape": "Ssq"
         
     | 
| 
       79614 
79632 
     | 
    
         
             
                    },
         
     | 
| 
       79615 
79633 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79616 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79634 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79617 
79635 
     | 
    
         
             
                    }
         
     | 
| 
       79618 
79636 
     | 
    
         
             
                  }
         
     | 
| 
       79619 
79637 
     | 
    
         
             
                },
         
     | 
| 
       79620 
     | 
    
         
            -
                " 
     | 
| 
      
 79638 
     | 
    
         
            +
                "Ssq": {
         
     | 
| 
       79621 
79639 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79622 
79640 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79623 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79641 
     | 
    
         
            +
                    "shape": "Ssp"
         
     | 
| 
       79624 
79642 
     | 
    
         
             
                  }
         
     | 
| 
       79625 
79643 
     | 
    
         
             
                },
         
     | 
| 
       79626 
     | 
    
         
            -
                " 
     | 
| 
      
 79644 
     | 
    
         
            +
                "Ssv": {
         
     | 
| 
       79627 
79645 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79628 
79646 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79629 
79647 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79630 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79648 
     | 
    
         
            +
                      "shape": "Ssw"
         
     | 
| 
       79631 
79649 
     | 
    
         
             
                    },
         
     | 
| 
       79632 
79650 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79633 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79651 
     | 
    
         
            +
                      "shape": "Ssw"
         
     | 
| 
       79634 
79652 
     | 
    
         
             
                    },
         
     | 
| 
       79635 
79653 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79636 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79654 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79637 
79655 
     | 
    
         
             
                    },
         
     | 
| 
       79638 
79656 
     | 
    
         
             
                    "TypeCondition": {},
         
     | 
| 
       79639 
79657 
     | 
    
         
             
                    "StateCondition": {},
         
     | 
| 
       79640 
79658 
     | 
    
         
             
                    "StatusCondition": {}
         
     | 
| 
       79641 
79659 
     | 
    
         
             
                  }
         
     | 
| 
       79642 
79660 
     | 
    
         
             
                },
         
     | 
| 
       79643 
     | 
    
         
            -
                " 
     | 
| 
      
 79661 
     | 
    
         
            +
                "Ssw": {
         
     | 
| 
       79644 
79662 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79645 
79663 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79646 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79664 
     | 
    
         
            +
                    "shape": "Ssv"
         
     | 
| 
       79647 
79665 
     | 
    
         
             
                  }
         
     | 
| 
       79648 
79666 
     | 
    
         
             
                },
         
     | 
| 
       79649 
     | 
    
         
            -
                " 
     | 
| 
      
 79667 
     | 
    
         
            +
                "St5": {
         
     | 
| 
       79650 
79668 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79651 
79669 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79652 
79670 
     | 
    
         
             
                },
         
     | 
| 
       79653 
     | 
    
         
            -
                " 
     | 
| 
      
 79671 
     | 
    
         
            +
                "Stw": {
         
     | 
| 
       79654 
79672 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79655 
79673 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79656 
79674 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79657 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79675 
     | 
    
         
            +
                      "shape": "Stx"
         
     | 
| 
       79658 
79676 
     | 
    
         
             
                    },
         
     | 
| 
       79659 
79677 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79660 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79678 
     | 
    
         
            +
                      "shape": "Stx"
         
     | 
| 
       79661 
79679 
     | 
    
         
             
                    },
         
     | 
| 
       79662 
79680 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79663 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79681 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79664 
79682 
     | 
    
         
             
                    }
         
     | 
| 
       79665 
79683 
     | 
    
         
             
                  }
         
     | 
| 
       79666 
79684 
     | 
    
         
             
                },
         
     | 
| 
       79667 
     | 
    
         
            -
                " 
     | 
| 
      
 79685 
     | 
    
         
            +
                "Stx": {
         
     | 
| 
       79668 
79686 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79669 
79687 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79670 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79688 
     | 
    
         
            +
                    "shape": "Stw"
         
     | 
| 
       79671 
79689 
     | 
    
         
             
                  }
         
     | 
| 
       79672 
79690 
     | 
    
         
             
                },
         
     | 
| 
       79673 
     | 
    
         
            -
                " 
     | 
| 
      
 79691 
     | 
    
         
            +
                "Su1": {
         
     | 
| 
       79674 
79692 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79675 
79693 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79676 
79694 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79677 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79695 
     | 
    
         
            +
                      "shape": "Su2"
         
     | 
| 
       79678 
79696 
     | 
    
         
             
                    },
         
     | 
| 
       79679 
79697 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79680 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79698 
     | 
    
         
            +
                      "shape": "Su2"
         
     | 
| 
       79681 
79699 
     | 
    
         
             
                    },
         
     | 
| 
       79682 
79700 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79683 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79701 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79684 
79702 
     | 
    
         
             
                    }
         
     | 
| 
       79685 
79703 
     | 
    
         
             
                  }
         
     | 
| 
       79686 
79704 
     | 
    
         
             
                },
         
     | 
| 
       79687 
     | 
    
         
            -
                " 
     | 
| 
      
 79705 
     | 
    
         
            +
                "Su2": {
         
     | 
| 
       79688 
79706 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79689 
79707 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79690 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79708 
     | 
    
         
            +
                    "shape": "Su1"
         
     | 
| 
       79691 
79709 
     | 
    
         
             
                  }
         
     | 
| 
       79692 
79710 
     | 
    
         
             
                },
         
     | 
| 
       79693 
     | 
    
         
            -
                " 
     | 
| 
      
 79711 
     | 
    
         
            +
                "Su7": {
         
     | 
| 
       79694 
79712 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79695 
79713 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79696 
79714 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79697 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79715 
     | 
    
         
            +
                      "shape": "Su8"
         
     | 
| 
       79698 
79716 
     | 
    
         
             
                    },
         
     | 
| 
       79699 
79717 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79700 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79718 
     | 
    
         
            +
                      "shape": "Su8"
         
     | 
| 
       79701 
79719 
     | 
    
         
             
                    },
         
     | 
| 
       79702 
79720 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79703 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79721 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79704 
79722 
     | 
    
         
             
                    }
         
     | 
| 
       79705 
79723 
     | 
    
         
             
                  }
         
     | 
| 
       79706 
79724 
     | 
    
         
             
                },
         
     | 
| 
       79707 
     | 
    
         
            -
                " 
     | 
| 
      
 79725 
     | 
    
         
            +
                "Su8": {
         
     | 
| 
       79708 
79726 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79709 
79727 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79710 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79728 
     | 
    
         
            +
                    "shape": "Su7"
         
     | 
| 
       79711 
79729 
     | 
    
         
             
                  }
         
     | 
| 
       79712 
79730 
     | 
    
         
             
                },
         
     | 
| 
       79713 
     | 
    
         
            -
                " 
     | 
| 
      
 79731 
     | 
    
         
            +
                "Sue": {
         
     | 
| 
       79714 
79732 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79715 
79733 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79716 
79734 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79717 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79735 
     | 
    
         
            +
                      "shape": "Suf"
         
     | 
| 
       79718 
79736 
     | 
    
         
             
                    },
         
     | 
| 
       79719 
79737 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79720 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79738 
     | 
    
         
            +
                      "shape": "Suf"
         
     | 
| 
       79721 
79739 
     | 
    
         
             
                    },
         
     | 
| 
       79722 
79740 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79723 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79741 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79724 
79742 
     | 
    
         
             
                    },
         
     | 
| 
       79725 
79743 
     | 
    
         
             
                    "QueueTypeCondition": {}
         
     | 
| 
       79726 
79744 
     | 
    
         
             
                  }
         
     | 
| 
       79727 
79745 
     | 
    
         
             
                },
         
     | 
| 
       79728 
     | 
    
         
            -
                " 
     | 
| 
      
 79746 
     | 
    
         
            +
                "Suf": {
         
     | 
| 
       79729 
79747 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79730 
79748 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79731 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79749 
     | 
    
         
            +
                    "shape": "Sue"
         
     | 
| 
       79732 
79750 
     | 
    
         
             
                  }
         
     | 
| 
       79733 
79751 
     | 
    
         
             
                },
         
     | 
| 
       79734 
     | 
    
         
            -
                " 
     | 
| 
      
 79752 
     | 
    
         
            +
                "Sul": {
         
     | 
| 
       79735 
79753 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79736 
79754 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79737 
79755 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79738 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79756 
     | 
    
         
            +
                      "shape": "Sum"
         
     | 
| 
       79739 
79757 
     | 
    
         
             
                    },
         
     | 
| 
       79740 
79758 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79741 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79759 
     | 
    
         
            +
                      "shape": "Sum"
         
     | 
| 
       79742 
79760 
     | 
    
         
             
                    },
         
     | 
| 
       79743 
79761 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79744 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79762 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79745 
79763 
     | 
    
         
             
                    }
         
     | 
| 
       79746 
79764 
     | 
    
         
             
                  }
         
     | 
| 
       79747 
79765 
     | 
    
         
             
                },
         
     | 
| 
       79748 
     | 
    
         
            -
                " 
     | 
| 
      
 79766 
     | 
    
         
            +
                "Sum": {
         
     | 
| 
       79749 
79767 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79750 
79768 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79751 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79769 
     | 
    
         
            +
                    "shape": "Sul"
         
     | 
| 
       79752 
79770 
     | 
    
         
             
                  }
         
     | 
| 
       79753 
79771 
     | 
    
         
             
                },
         
     | 
| 
       79754 
     | 
    
         
            -
                " 
     | 
| 
      
 79772 
     | 
    
         
            +
                "Sv0": {
         
     | 
| 
       79755 
79773 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79756 
79774 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79757 
79775 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79758 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79776 
     | 
    
         
            +
                      "shape": "Sv1"
         
     | 
| 
       79759 
79777 
     | 
    
         
             
                    },
         
     | 
| 
       79760 
79778 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79761 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79779 
     | 
    
         
            +
                      "shape": "Sv1"
         
     | 
| 
       79762 
79780 
     | 
    
         
             
                    },
         
     | 
| 
       79763 
79781 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79764 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79782 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79765 
79783 
     | 
    
         
             
                    }
         
     | 
| 
       79766 
79784 
     | 
    
         
             
                  }
         
     | 
| 
       79767 
79785 
     | 
    
         
             
                },
         
     | 
| 
       79768 
     | 
    
         
            -
                " 
     | 
| 
      
 79786 
     | 
    
         
            +
                "Sv1": {
         
     | 
| 
       79769 
79787 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79770 
79788 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79771 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79789 
     | 
    
         
            +
                    "shape": "Sv0"
         
     | 
| 
       79772 
79790 
     | 
    
         
             
                  }
         
     | 
| 
       79773 
79791 
     | 
    
         
             
                },
         
     | 
| 
       79774 
     | 
    
         
            -
                " 
     | 
| 
      
 79792 
     | 
    
         
            +
                "Sv5": {
         
     | 
| 
       79775 
79793 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79776 
79794 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79777 
79795 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79778 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79796 
     | 
    
         
            +
                      "shape": "Sv6"
         
     | 
| 
       79779 
79797 
     | 
    
         
             
                    },
         
     | 
| 
       79780 
79798 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79781 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79799 
     | 
    
         
            +
                      "shape": "Sv6"
         
     | 
| 
       79782 
79800 
     | 
    
         
             
                    },
         
     | 
| 
       79783 
79801 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79784 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79802 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79785 
79803 
     | 
    
         
             
                    }
         
     | 
| 
       79786 
79804 
     | 
    
         
             
                  }
         
     | 
| 
       79787 
79805 
     | 
    
         
             
                },
         
     | 
| 
       79788 
     | 
    
         
            -
                " 
     | 
| 
      
 79806 
     | 
    
         
            +
                "Sv6": {
         
     | 
| 
       79789 
79807 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79790 
79808 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79791 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79809 
     | 
    
         
            +
                    "shape": "Sv5"
         
     | 
| 
       79792 
79810 
     | 
    
         
             
                  }
         
     | 
| 
       79793 
79811 
     | 
    
         
             
                },
         
     | 
| 
       79794 
     | 
    
         
            -
                " 
     | 
| 
      
 79812 
     | 
    
         
            +
                "Svd": {
         
     | 
| 
       79795 
79813 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79796 
79814 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79797 
79815 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79798 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79816 
     | 
    
         
            +
                      "shape": "Sve"
         
     | 
| 
       79799 
79817 
     | 
    
         
             
                    },
         
     | 
| 
       79800 
79818 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79801 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79819 
     | 
    
         
            +
                      "shape": "Sve"
         
     | 
| 
       79802 
79820 
     | 
    
         
             
                    },
         
     | 
| 
       79803 
79821 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79804 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79822 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79805 
79823 
     | 
    
         
             
                    }
         
     | 
| 
       79806 
79824 
     | 
    
         
             
                  }
         
     | 
| 
       79807 
79825 
     | 
    
         
             
                },
         
     | 
| 
       79808 
     | 
    
         
            -
                " 
     | 
| 
      
 79826 
     | 
    
         
            +
                "Sve": {
         
     | 
| 
       79809 
79827 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79810 
79828 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79811 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79829 
     | 
    
         
            +
                    "shape": "Svd"
         
     | 
| 
       79812 
79830 
     | 
    
         
             
                  }
         
     | 
| 
       79813 
79831 
     | 
    
         
             
                },
         
     | 
| 
       79814 
     | 
    
         
            -
                " 
     | 
| 
      
 79832 
     | 
    
         
            +
                "Svl": {
         
     | 
| 
       79815 
79833 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79816 
79834 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79817 
79835 
     | 
    
         
             
                    "TagConditions": {
         
     | 
| 
       79818 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79836 
     | 
    
         
            +
                      "shape": "Ss9"
         
     | 
| 
       79819 
79837 
     | 
    
         
             
                    },
         
     | 
| 
       79820 
79838 
     | 
    
         
             
                    "HierarchyGroupCondition": {
         
     | 
| 
       79821 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79839 
     | 
    
         
            +
                      "shape": "Svm"
         
     | 
| 
       79822 
79840 
     | 
    
         
             
                    }
         
     | 
| 
       79823 
79841 
     | 
    
         
             
                  }
         
     | 
| 
       79824 
79842 
     | 
    
         
             
                },
         
     | 
| 
       79825 
     | 
    
         
            -
                " 
     | 
| 
      
 79843 
     | 
    
         
            +
                "Svm": {
         
     | 
| 
       79826 
79844 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79827 
79845 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79828 
79846 
     | 
    
         
             
                    "Value": {},
         
     | 
| 
       79829 
79847 
     | 
    
         
             
                    "HierarchyGroupMatchType": {}
         
     | 
| 
       79830 
79848 
     | 
    
         
             
                  }
         
     | 
| 
       79831 
79849 
     | 
    
         
             
                },
         
     | 
| 
       79832 
     | 
    
         
            -
                " 
     | 
| 
      
 79850 
     | 
    
         
            +
                "Svo": {
         
     | 
| 
       79833 
79851 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79834 
79852 
     | 
    
         
             
                  "members": {
         
     | 
| 
       79835 
79853 
     | 
    
         
             
                    "OrConditions": {
         
     | 
| 
       79836 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79854 
     | 
    
         
            +
                      "shape": "Svp"
         
     | 
| 
       79837 
79855 
     | 
    
         
             
                    },
         
     | 
| 
       79838 
79856 
     | 
    
         
             
                    "AndConditions": {
         
     | 
| 
       79839 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79857 
     | 
    
         
            +
                      "shape": "Svp"
         
     | 
| 
       79840 
79858 
     | 
    
         
             
                    },
         
     | 
| 
       79841 
79859 
     | 
    
         
             
                    "StringCondition": {
         
     | 
| 
       79842 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79860 
     | 
    
         
            +
                      "shape": "Ssd"
         
     | 
| 
       79843 
79861 
     | 
    
         
             
                    },
         
     | 
| 
       79844 
79862 
     | 
    
         
             
                    "ListCondition": {
         
     | 
| 
       79845 
79863 
     | 
    
         
             
                      "type": "structure",
         
     | 
| 
         @@ -79851,7 +79869,7 @@ module.exports={ 
     | 
|
| 
       79851 
79869 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
       79852 
79870 
     | 
    
         
             
                            "members": {
         
     | 
| 
       79853 
79871 
     | 
    
         
             
                              "StringCondition": {
         
     | 
| 
       79854 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 79872 
     | 
    
         
            +
                                "shape": "Ssd"
         
     | 
| 
       79855 
79873 
     | 
    
         
             
                              },
         
     | 
| 
       79856 
79874 
     | 
    
         
             
                              "NumberCondition": {
         
     | 
| 
       79857 
79875 
     | 
    
         
             
                                "type": "structure",
         
     | 
| 
         @@ -79872,21 +79890,21 @@ module.exports={ 
     | 
|
| 
       79872 
79890 
     | 
    
         
             
                      }
         
     | 
| 
       79873 
79891 
     | 
    
         
             
                    },
         
     | 
| 
       79874 
79892 
     | 
    
         
             
                    "HierarchyGroupCondition": {
         
     | 
| 
       79875 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 79893 
     | 
    
         
            +
                      "shape": "Svm"
         
     | 
| 
       79876 
79894 
     | 
    
         
             
                    }
         
     | 
| 
       79877 
79895 
     | 
    
         
             
                  }
         
     | 
| 
       79878 
79896 
     | 
    
         
             
                },
         
     | 
| 
       79879 
     | 
    
         
            -
                " 
     | 
| 
      
 79897 
     | 
    
         
            +
                "Svp": {
         
     | 
| 
       79880 
79898 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79881 
79899 
     | 
    
         
             
                  "member": {
         
     | 
| 
       79882 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 79900 
     | 
    
         
            +
                    "shape": "Svo"
         
     | 
| 
       79883 
79901 
     | 
    
         
             
                  }
         
     | 
| 
       79884 
79902 
     | 
    
         
             
                },
         
     | 
| 
       79885 
     | 
    
         
            -
                " 
     | 
| 
      
 79903 
     | 
    
         
            +
                "Swe": {
         
     | 
| 
       79886 
79904 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       79887 
79905 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       79888 
79906 
     | 
    
         
             
                },
         
     | 
| 
       79889 
     | 
    
         
            -
                " 
     | 
| 
      
 79907 
     | 
    
         
            +
                "Swg": {
         
     | 
| 
       79890 
79908 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79891 
79909 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79892 
79910 
     | 
    
         
             
                    "DisplayName"
         
     | 
| 
         @@ -79895,7 +79913,7 @@ module.exports={ 
     | 
|
| 
       79895 
79913 
     | 
    
         
             
                    "DisplayName": {}
         
     | 
| 
       79896 
79914 
     | 
    
         
             
                  }
         
     | 
| 
       79897 
79915 
     | 
    
         
             
                },
         
     | 
| 
       79898 
     | 
    
         
            -
                " 
     | 
| 
      
 79916 
     | 
    
         
            +
                "Swh": {
         
     | 
| 
       79899 
79917 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79900 
79918 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79901 
79919 
     | 
    
         
             
                    "StreamingEndpointArn"
         
     | 
| 
         @@ -79904,7 +79922,7 @@ module.exports={ 
     | 
|
| 
       79904 
79922 
     | 
    
         
             
                    "StreamingEndpointArn": {}
         
     | 
| 
       79905 
79923 
     | 
    
         
             
                  }
         
     | 
| 
       79906 
79924 
     | 
    
         
             
                },
         
     | 
| 
       79907 
     | 
    
         
            -
                " 
     | 
| 
      
 79925 
     | 
    
         
            +
                "Sxy": {
         
     | 
| 
       79908 
79926 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       79909 
79927 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       79910 
79928 
     | 
    
         
             
                  "value": {
         
     | 
| 
         @@ -79916,7 +79934,7 @@ module.exports={ 
     | 
|
| 
       79916 
79934 
     | 
    
         
             
                    }
         
     | 
| 
       79917 
79935 
     | 
    
         
             
                  }
         
     | 
| 
       79918 
79936 
     | 
    
         
             
                },
         
     | 
| 
       79919 
     | 
    
         
            -
                " 
     | 
| 
      
 79937 
     | 
    
         
            +
                "S10f": {
         
     | 
| 
       79920 
79938 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       79921 
79939 
     | 
    
         
             
                  "required": [
         
     | 
| 
       79922 
79940 
     | 
    
         
             
                    "Name"
         
     | 
| 
         @@ -141055,6 +141073,26 @@ module.exports={ 
     | 
|
| 
       141055 
141073 
     | 
    
         
             
                    }
         
     | 
| 
       141056 
141074 
     | 
    
         
             
                  }
         
     | 
| 
       141057 
141075 
     | 
    
         
             
                },
         
     | 
| 
      
 141076 
     | 
    
         
            +
                "DescribeListenerAttributes": {
         
     | 
| 
      
 141077 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 141078 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 141079 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 141080 
     | 
    
         
            +
                      "ListenerArn"
         
     | 
| 
      
 141081 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 141082 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 141083 
     | 
    
         
            +
                      "ListenerArn": {}
         
     | 
| 
      
 141084 
     | 
    
         
            +
                    }
         
     | 
| 
      
 141085 
     | 
    
         
            +
                  },
         
     | 
| 
      
 141086 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 141087 
     | 
    
         
            +
                    "resultWrapper": "DescribeListenerAttributesResult",
         
     | 
| 
      
 141088 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 141089 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 141090 
     | 
    
         
            +
                      "Attributes": {
         
     | 
| 
      
 141091 
     | 
    
         
            +
                        "shape": "S5k"
         
     | 
| 
      
 141092 
     | 
    
         
            +
                      }
         
     | 
| 
      
 141093 
     | 
    
         
            +
                    }
         
     | 
| 
      
 141094 
     | 
    
         
            +
                  }
         
     | 
| 
      
 141095 
     | 
    
         
            +
                },
         
     | 
| 
       141058 
141096 
     | 
    
         
             
                "DescribeListenerCertificates": {
         
     | 
| 
       141059 
141097 
     | 
    
         
             
                  "input": {
         
     | 
| 
       141060 
141098 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -141121,7 +141159,7 @@ module.exports={ 
     | 
|
| 
       141121 
141159 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       141122 
141160 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141123 
141161 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141124 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141162 
     | 
    
         
            +
                        "shape": "S5v"
         
     | 
| 
       141125 
141163 
     | 
    
         
             
                      }
         
     | 
| 
       141126 
141164 
     | 
    
         
             
                    }
         
     | 
| 
       141127 
141165 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -141277,7 +141315,7 @@ module.exports={ 
     | 
|
| 
       141277 
141315 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       141278 
141316 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141279 
141317 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141280 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141318 
     | 
    
         
            +
                        "shape": "S6m"
         
     | 
| 
       141281 
141319 
     | 
    
         
             
                      }
         
     | 
| 
       141282 
141320 
     | 
    
         
             
                    }
         
     | 
| 
       141283 
141321 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -141403,7 +141441,7 @@ module.exports={ 
     | 
|
| 
       141403 
141441 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141404 
141442 
     | 
    
         
             
                      "TrustStoreArn": {},
         
     | 
| 
       141405 
141443 
     | 
    
         
             
                      "RevocationIds": {
         
     | 
| 
       141406 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141444 
     | 
    
         
            +
                        "shape": "S7d"
         
     | 
| 
       141407 
141445 
     | 
    
         
             
                      },
         
     | 
| 
       141408 
141446 
     | 
    
         
             
                      "Marker": {},
         
     | 
| 
       141409 
141447 
     | 
    
         
             
                      "PageSize": {
         
     | 
| 
         @@ -141559,6 +141597,30 @@ module.exports={ 
     | 
|
| 
       141559 
141597 
     | 
    
         
             
                    }
         
     | 
| 
       141560 
141598 
     | 
    
         
             
                  }
         
     | 
| 
       141561 
141599 
     | 
    
         
             
                },
         
     | 
| 
      
 141600 
     | 
    
         
            +
                "ModifyListenerAttributes": {
         
     | 
| 
      
 141601 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 141602 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 141603 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 141604 
     | 
    
         
            +
                      "ListenerArn",
         
     | 
| 
      
 141605 
     | 
    
         
            +
                      "Attributes"
         
     | 
| 
      
 141606 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 141607 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 141608 
     | 
    
         
            +
                      "ListenerArn": {},
         
     | 
| 
      
 141609 
     | 
    
         
            +
                      "Attributes": {
         
     | 
| 
      
 141610 
     | 
    
         
            +
                        "shape": "S5k"
         
     | 
| 
      
 141611 
     | 
    
         
            +
                      }
         
     | 
| 
      
 141612 
     | 
    
         
            +
                    }
         
     | 
| 
      
 141613 
     | 
    
         
            +
                  },
         
     | 
| 
      
 141614 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 141615 
     | 
    
         
            +
                    "resultWrapper": "ModifyListenerAttributesResult",
         
     | 
| 
      
 141616 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 141617 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 141618 
     | 
    
         
            +
                      "Attributes": {
         
     | 
| 
      
 141619 
     | 
    
         
            +
                        "shape": "S5k"
         
     | 
| 
      
 141620 
     | 
    
         
            +
                      }
         
     | 
| 
      
 141621 
     | 
    
         
            +
                    }
         
     | 
| 
      
 141622 
     | 
    
         
            +
                  }
         
     | 
| 
      
 141623 
     | 
    
         
            +
                },
         
     | 
| 
       141562 
141624 
     | 
    
         
             
                "ModifyLoadBalancerAttributes": {
         
     | 
| 
       141563 
141625 
     | 
    
         
             
                  "input": {
         
     | 
| 
       141564 
141626 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -141569,7 +141631,7 @@ module.exports={ 
     | 
|
| 
       141569 
141631 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141570 
141632 
     | 
    
         
             
                      "LoadBalancerArn": {},
         
     | 
| 
       141571 
141633 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141572 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141634 
     | 
    
         
            +
                        "shape": "S5v"
         
     | 
| 
       141573 
141635 
     | 
    
         
             
                      }
         
     | 
| 
       141574 
141636 
     | 
    
         
             
                    }
         
     | 
| 
       141575 
141637 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -141578,7 +141640,7 @@ module.exports={ 
     | 
|
| 
       141578 
141640 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       141579 
141641 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141580 
141642 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141581 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141643 
     | 
    
         
            +
                        "shape": "S5v"
         
     | 
| 
       141582 
141644 
     | 
    
         
             
                      }
         
     | 
| 
       141583 
141645 
     | 
    
         
             
                    }
         
     | 
| 
       141584 
141646 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -141660,7 +141722,7 @@ module.exports={ 
     | 
|
| 
       141660 
141722 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141661 
141723 
     | 
    
         
             
                      "TargetGroupArn": {},
         
     | 
| 
       141662 
141724 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141663 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141725 
     | 
    
         
            +
                        "shape": "S6m"
         
     | 
| 
       141664 
141726 
     | 
    
         
             
                      }
         
     | 
| 
       141665 
141727 
     | 
    
         
             
                    }
         
     | 
| 
       141666 
141728 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -141669,7 +141731,7 @@ module.exports={ 
     | 
|
| 
       141669 
141731 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       141670 
141732 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141671 
141733 
     | 
    
         
             
                      "Attributes": {
         
     | 
| 
       141672 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141734 
     | 
    
         
            +
                        "shape": "S6m"
         
     | 
| 
       141673 
141735 
     | 
    
         
             
                      }
         
     | 
| 
       141674 
141736 
     | 
    
         
             
                    }
         
     | 
| 
       141675 
141737 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -141772,7 +141834,7 @@ module.exports={ 
     | 
|
| 
       141772 
141834 
     | 
    
         
             
                    "members": {
         
     | 
| 
       141773 
141835 
     | 
    
         
             
                      "TrustStoreArn": {},
         
     | 
| 
       141774 
141836 
     | 
    
         
             
                      "RevocationIds": {
         
     | 
| 
       141775 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 141837 
     | 
    
         
            +
                        "shape": "S7d"
         
     | 
| 
       141776 
141838 
     | 
    
         
             
                      }
         
     | 
| 
       141777 
141839 
     | 
    
         
             
                    }
         
     | 
| 
       141778 
141840 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -142342,7 +142404,7 @@ module.exports={ 
     | 
|
| 
       142342 
142404 
     | 
    
         
             
                    "AvailabilityZone": {}
         
     | 
| 
       142343 
142405 
     | 
    
         
             
                  }
         
     | 
| 
       142344 
142406 
     | 
    
         
             
                },
         
     | 
| 
       142345 
     | 
    
         
            -
                " 
     | 
| 
      
 142407 
     | 
    
         
            +
                "S5k": {
         
     | 
| 
       142346 
142408 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       142347 
142409 
     | 
    
         
             
                  "member": {
         
     | 
| 
       142348 
142410 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -142352,7 +142414,7 @@ module.exports={ 
     | 
|
| 
       142352 
142414 
     | 
    
         
             
                    }
         
     | 
| 
       142353 
142415 
     | 
    
         
             
                  }
         
     | 
| 
       142354 
142416 
     | 
    
         
             
                },
         
     | 
| 
       142355 
     | 
    
         
            -
                " 
     | 
| 
      
 142417 
     | 
    
         
            +
                "S5v": {
         
     | 
| 
       142356 
142418 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       142357 
142419 
     | 
    
         
             
                  "member": {
         
     | 
| 
       142358 
142420 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -142362,7 +142424,17 @@ module.exports={ 
     | 
|
| 
       142362 
142424 
     | 
    
         
             
                    }
         
     | 
| 
       142363 
142425 
     | 
    
         
             
                  }
         
     | 
| 
       142364 
142426 
     | 
    
         
             
                },
         
     | 
| 
       142365 
     | 
    
         
            -
                " 
     | 
| 
      
 142427 
     | 
    
         
            +
                "S6m": {
         
     | 
| 
      
 142428 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 142429 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 142430 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 142431 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 142432 
     | 
    
         
            +
                      "Key": {},
         
     | 
| 
      
 142433 
     | 
    
         
            +
                      "Value": {}
         
     | 
| 
      
 142434 
     | 
    
         
            +
                    }
         
     | 
| 
      
 142435 
     | 
    
         
            +
                  }
         
     | 
| 
      
 142436 
     | 
    
         
            +
                },
         
     | 
| 
      
 142437 
     | 
    
         
            +
                "S7d": {
         
     | 
| 
       142366 
142438 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       142367 
142439 
     | 
    
         
             
                  "member": {
         
     | 
| 
       142368 
142440 
     | 
    
         
             
                    "type": "long"
         
     | 
| 
         @@ -194894,7 +194966,22 @@ module.exports={ 
     | 
|
| 
       194894 
194966 
     | 
    
         
             
                          }
         
     | 
| 
       194895 
194967 
     | 
    
         
             
                        }
         
     | 
| 
       194896 
194968 
     | 
    
         
             
                      },
         
     | 
| 
       194897 
     | 
    
         
            -
                      "sequenceToken": {}
         
     | 
| 
      
 194969 
     | 
    
         
            +
                      "sequenceToken": {},
         
     | 
| 
      
 194970 
     | 
    
         
            +
                      "entity": {
         
     | 
| 
      
 194971 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 194972 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 194973 
     | 
    
         
            +
                          "keyAttributes": {
         
     | 
| 
      
 194974 
     | 
    
         
            +
                            "type": "map",
         
     | 
| 
      
 194975 
     | 
    
         
            +
                            "key": {},
         
     | 
| 
      
 194976 
     | 
    
         
            +
                            "value": {}
         
     | 
| 
      
 194977 
     | 
    
         
            +
                          },
         
     | 
| 
      
 194978 
     | 
    
         
            +
                          "attributes": {
         
     | 
| 
      
 194979 
     | 
    
         
            +
                            "type": "map",
         
     | 
| 
      
 194980 
     | 
    
         
            +
                            "key": {},
         
     | 
| 
      
 194981 
     | 
    
         
            +
                            "value": {}
         
     | 
| 
      
 194982 
     | 
    
         
            +
                          }
         
     | 
| 
      
 194983 
     | 
    
         
            +
                        }
         
     | 
| 
      
 194984 
     | 
    
         
            +
                      }
         
     | 
| 
       194898 
194985 
     | 
    
         
             
                    }
         
     | 
| 
       194899 
194986 
     | 
    
         
             
                  },
         
     | 
| 
       194900 
194987 
     | 
    
         
             
                  "output": {
         
     | 
| 
         @@ -194914,6 +195001,15 @@ module.exports={ 
     | 
|
| 
       194914 
195001 
     | 
    
         
             
                            "type": "integer"
         
     | 
| 
       194915 
195002 
     | 
    
         
             
                          }
         
     | 
| 
       194916 
195003 
     | 
    
         
             
                        }
         
     | 
| 
      
 195004 
     | 
    
         
            +
                      },
         
     | 
| 
      
 195005 
     | 
    
         
            +
                      "rejectedEntityInfo": {
         
     | 
| 
      
 195006 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 195007 
     | 
    
         
            +
                        "required": [
         
     | 
| 
      
 195008 
     | 
    
         
            +
                          "errorType"
         
     | 
| 
      
 195009 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 195010 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 195011 
     | 
    
         
            +
                          "errorType": {}
         
     | 
| 
      
 195012 
     | 
    
         
            +
                        }
         
     | 
| 
       194917 
195013 
     | 
    
         
             
                      }
         
     | 
| 
       194918 
195014 
     | 
    
         
             
                    }
         
     | 
| 
       194919 
195015 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -195022,7 +195118,7 @@ module.exports={ 
     | 
|
| 
       195022 
195118 
     | 
    
         
             
                    ],
         
     | 
| 
       195023 
195119 
     | 
    
         
             
                    "members": {
         
     | 
| 
       195024 
195120 
     | 
    
         
             
                      "logGroupIdentifiers": {
         
     | 
| 
       195025 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 195121 
     | 
    
         
            +
                        "shape": "S81"
         
     | 
| 
       195026 
195122 
     | 
    
         
             
                      },
         
     | 
| 
       195027 
195123 
     | 
    
         
             
                      "logStreamNames": {
         
     | 
| 
       195028 
195124 
     | 
    
         
             
                        "shape": "S4j"
         
     | 
| 
         @@ -195045,7 +195141,7 @@ module.exports={ 
     | 
|
| 
       195045 
195141 
     | 
    
         
             
                              "requestId": {},
         
     | 
| 
       195046 
195142 
     | 
    
         
             
                              "sessionId": {},
         
     | 
| 
       195047 
195143 
     | 
    
         
             
                              "logGroupIdentifiers": {
         
     | 
| 
       195048 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 195144 
     | 
    
         
            +
                                "shape": "S81"
         
     | 
| 
       195049 
195145 
     | 
    
         
             
                              },
         
     | 
| 
       195050 
195146 
     | 
    
         
             
                              "logStreamNames": {
         
     | 
| 
       195051 
195147 
     | 
    
         
             
                                "shape": "S4j"
         
     | 
| 
         @@ -195461,7 +195557,7 @@ module.exports={ 
     | 
|
| 
       195461 
195557 
     | 
    
         
             
                    "deliveryDestinationPolicy": {}
         
     | 
| 
       195462 
195558 
     | 
    
         
             
                  }
         
     | 
| 
       195463 
195559 
     | 
    
         
             
                },
         
     | 
| 
       195464 
     | 
    
         
            -
                " 
     | 
| 
      
 195560 
     | 
    
         
            +
                "S81": {
         
     | 
| 
       195465 
195561 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       195466 
195562 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       195467 
195563 
     | 
    
         
             
                }
         
     | 
| 
         @@ -277796,7 +277892,7 @@ AWS.util.update(AWS, { 
     | 
|
| 
       277796 
277892 
     | 
    
         
             
              /**
         
     | 
| 
       277797 
277893 
     | 
    
         
             
               * @constant
         
     | 
| 
       277798 
277894 
     | 
    
         
             
               */
         
     | 
| 
       277799 
     | 
    
         
            -
              VERSION: '2. 
     | 
| 
      
 277895 
     | 
    
         
            +
              VERSION: '2.1688.0',
         
     | 
| 
       277800 
277896 
     | 
    
         | 
| 
       277801 
277897 
     | 
    
         
             
              /**
         
     | 
| 
       277802 
277898 
     | 
    
         
             
               * @api private
         
     | 
| 
         @@ -284711,6 +284807,7 @@ function getEndpointSuffix(region) { 
     | 
|
| 
       284711 
284807 
     | 
    
         
             
                '^us\\-iso\\-\\w+\\-\\d+$': 'c2s.ic.gov',
         
     | 
| 
       284712 
284808 
     | 
    
         
             
                '^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov',
         
     | 
| 
       284713 
284809 
     | 
    
         
             
                '^eu\\-isoe\\-west\\-1$': 'cloud.adc-e.uk',
         
     | 
| 
      
 284810 
     | 
    
         
            +
                '^us\\-isof\\-\\w+\\-\\d+$': 'csp.hci.ic.gov',
         
     | 
| 
       284714 
284811 
     | 
    
         
             
              };
         
     | 
| 
       284715 
284812 
     | 
    
         
             
              var defaultSuffix = 'amazonaws.com';
         
     | 
| 
       284716 
284813 
     | 
    
         
             
              var regexes = Object.keys(regionRegexes);
         
     | 
| 
         @@ -300117,7 +300214,7 @@ var LRUCache = /** @class */ (function () { 
     | 
|
| 
       300117 
300214 
     | 
    
         
             
            }());
         
     | 
| 
       300118 
300215 
     | 
    
         
             
            exports.LRUCache = LRUCache;
         
     | 
| 
       300119 
300216 
     | 
    
         
             
            },{}],467:[function(require,module,exports){
         
     | 
| 
       300120 
     | 
    
         
            -
            // AWS SDK for JavaScript v2. 
     | 
| 
      
 300217 
     | 
    
         
            +
            // AWS SDK for JavaScript v2.1688.0
         
     | 
| 
       300121 
300218 
     | 
    
         
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         
     | 
| 
       300122 
300219 
     | 
    
         
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         
     | 
| 
       300123 
300220 
     | 
    
         
             
            require('./browser_loader');
         
     |