aws-sdk 2.1375.0 → 2.1377.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/elasticache-2015-02-02.min.json +147 -143
- package/apis/elasticmapreduce-2009-03-31.min.json +85 -37
- package/apis/ivs-realtime-2020-07-14.min.json +223 -0
- package/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
- package/apis/omics-2022-11-28.min.json +1393 -897
- package/apis/omics-2022-11-28.paginators.json +12 -0
- package/apis/rds-2014-10-31.min.json +9 -3
- package/apis/support-2013-04-15.min.json +97 -14
- package/apis/swf-2012-01-25.min.json +3 -0
- package/clients/connect.d.ts +6 -6
- package/clients/elasticache.d.ts +25 -8
- package/clients/emr.d.ts +228 -136
- package/clients/es.d.ts +1 -1
- package/clients/health.d.ts +19 -19
- package/clients/ivsrealtime.d.ts +292 -8
- package/clients/omics.d.ts +1451 -965
- package/clients/rds.d.ts +26 -10
- package/clients/support.d.ts +134 -7
- package/clients/swf.d.ts +26 -21
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +244 -186
- package/dist/aws-sdk.min.js +58 -58
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/scripts/lib/ts-generator.js +1 -5
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1377.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){
         | 
| @@ -121280,7 +121280,7 @@ module.exports={ | |
| 121280 121280 | 
             
                    "type": "structure",
         | 
| 121281 121281 | 
             
                    "members": {
         | 
| 121282 121282 | 
             
                      "Snapshot": {
         | 
| 121283 | 
            -
                        "shape": " | 
| 121283 | 
            +
                        "shape": "S1u"
         | 
| 121284 121284 | 
             
                      }
         | 
| 121285 121285 | 
             
                    }
         | 
| 121286 121286 | 
             
                  }
         | 
| @@ -121297,7 +121297,7 @@ module.exports={ | |
| 121297 121297 | 
             
                      "AZMode": {},
         | 
| 121298 121298 | 
             
                      "PreferredAvailabilityZone": {},
         | 
| 121299 121299 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 121300 | 
            -
                        "shape": " | 
| 121300 | 
            +
                        "shape": "S23"
         | 
| 121301 121301 | 
             
                      },
         | 
| 121302 121302 | 
             
                      "NumCacheNodes": {
         | 
| 121303 121303 | 
             
                        "type": "integer"
         | 
| @@ -121308,16 +121308,16 @@ module.exports={ | |
| 121308 121308 | 
             
                      "CacheParameterGroupName": {},
         | 
| 121309 121309 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 121310 121310 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 121311 | 
            -
                        "shape": " | 
| 121311 | 
            +
                        "shape": "S24"
         | 
| 121312 121312 | 
             
                      },
         | 
| 121313 121313 | 
             
                      "SecurityGroupIds": {
         | 
| 121314 | 
            -
                        "shape": " | 
| 121314 | 
            +
                        "shape": "S25"
         | 
| 121315 121315 | 
             
                      },
         | 
| 121316 121316 | 
             
                      "Tags": {
         | 
| 121317 121317 | 
             
                        "shape": "S3"
         | 
| 121318 121318 | 
             
                      },
         | 
| 121319 121319 | 
             
                      "SnapshotArns": {
         | 
| 121320 | 
            -
                        "shape": " | 
| 121320 | 
            +
                        "shape": "S26"
         | 
| 121321 121321 | 
             
                      },
         | 
| 121322 121322 | 
             
                      "SnapshotName": {},
         | 
| 121323 121323 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| @@ -121336,10 +121336,10 @@ module.exports={ | |
| 121336 121336 | 
             
                      "OutpostMode": {},
         | 
| 121337 121337 | 
             
                      "PreferredOutpostArn": {},
         | 
| 121338 121338 | 
             
                      "PreferredOutpostArns": {
         | 
| 121339 | 
            -
                        "shape": " | 
| 121339 | 
            +
                        "shape": "S28"
         | 
| 121340 121340 | 
             
                      },
         | 
| 121341 121341 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 121342 | 
            -
                        "shape": " | 
| 121342 | 
            +
                        "shape": "S29"
         | 
| 121343 121343 | 
             
                      },
         | 
| 121344 121344 | 
             
                      "TransitEncryptionEnabled": {
         | 
| 121345 121345 | 
             
                        "type": "boolean"
         | 
| @@ -121353,7 +121353,7 @@ module.exports={ | |
| 121353 121353 | 
             
                    "type": "structure",
         | 
| 121354 121354 | 
             
                    "members": {
         | 
| 121355 121355 | 
             
                      "CacheCluster": {
         | 
| 121356 | 
            -
                        "shape": " | 
| 121356 | 
            +
                        "shape": "S2c"
         | 
| 121357 121357 | 
             
                      }
         | 
| 121358 121358 | 
             
                    }
         | 
| 121359 121359 | 
             
                  }
         | 
| @@ -121380,7 +121380,7 @@ module.exports={ | |
| 121380 121380 | 
             
                    "type": "structure",
         | 
| 121381 121381 | 
             
                    "members": {
         | 
| 121382 121382 | 
             
                      "CacheParameterGroup": {
         | 
| 121383 | 
            -
                        "shape": " | 
| 121383 | 
            +
                        "shape": "S2p"
         | 
| 121384 121384 | 
             
                      }
         | 
| 121385 121385 | 
             
                    }
         | 
| 121386 121386 | 
             
                  }
         | 
| @@ -121422,7 +121422,7 @@ module.exports={ | |
| 121422 121422 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 121423 121423 | 
             
                      "CacheSubnetGroupDescription": {},
         | 
| 121424 121424 | 
             
                      "SubnetIds": {
         | 
| 121425 | 
            -
                        "shape": " | 
| 121425 | 
            +
                        "shape": "S2t"
         | 
| 121426 121426 | 
             
                      },
         | 
| 121427 121427 | 
             
                      "Tags": {
         | 
| 121428 121428 | 
             
                        "shape": "S3"
         | 
| @@ -121434,7 +121434,7 @@ module.exports={ | |
| 121434 121434 | 
             
                    "type": "structure",
         | 
| 121435 121435 | 
             
                    "members": {
         | 
| 121436 121436 | 
             
                      "CacheSubnetGroup": {
         | 
| 121437 | 
            -
                        "shape": " | 
| 121437 | 
            +
                        "shape": "S2v"
         | 
| 121438 121438 | 
             
                      }
         | 
| 121439 121439 | 
             
                    }
         | 
| 121440 121440 | 
             
                  }
         | 
| @@ -121457,7 +121457,7 @@ module.exports={ | |
| 121457 121457 | 
             
                    "type": "structure",
         | 
| 121458 121458 | 
             
                    "members": {
         | 
| 121459 121459 | 
             
                      "GlobalReplicationGroup": {
         | 
| 121460 | 
            -
                        "shape": " | 
| 121460 | 
            +
                        "shape": "S33"
         | 
| 121461 121461 | 
             
                      }
         | 
| 121462 121462 | 
             
                    }
         | 
| 121463 121463 | 
             
                  }
         | 
| @@ -121484,7 +121484,7 @@ module.exports={ | |
| 121484 121484 | 
             
                        "type": "integer"
         | 
| 121485 121485 | 
             
                      },
         | 
| 121486 121486 | 
             
                      "PreferredCacheClusterAZs": {
         | 
| 121487 | 
            -
                        "shape": " | 
| 121487 | 
            +
                        "shape": "S1z"
         | 
| 121488 121488 | 
             
                      },
         | 
| 121489 121489 | 
             
                      "NumNodeGroups": {
         | 
| 121490 121490 | 
             
                        "type": "integer"
         | 
| @@ -121495,7 +121495,7 @@ module.exports={ | |
| 121495 121495 | 
             
                      "NodeGroupConfiguration": {
         | 
| 121496 121496 | 
             
                        "type": "list",
         | 
| 121497 121497 | 
             
                        "member": {
         | 
| 121498 | 
            -
                          "shape": " | 
| 121498 | 
            +
                          "shape": "S1x",
         | 
| 121499 121499 | 
             
                          "locationName": "NodeGroupConfiguration"
         | 
| 121500 121500 | 
             
                        }
         | 
| 121501 121501 | 
             
                      },
         | 
| @@ -121505,16 +121505,16 @@ module.exports={ | |
| 121505 121505 | 
             
                      "CacheParameterGroupName": {},
         | 
| 121506 121506 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 121507 121507 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 121508 | 
            -
                        "shape": " | 
| 121508 | 
            +
                        "shape": "S24"
         | 
| 121509 121509 | 
             
                      },
         | 
| 121510 121510 | 
             
                      "SecurityGroupIds": {
         | 
| 121511 | 
            -
                        "shape": " | 
| 121511 | 
            +
                        "shape": "S25"
         | 
| 121512 121512 | 
             
                      },
         | 
| 121513 121513 | 
             
                      "Tags": {
         | 
| 121514 121514 | 
             
                        "shape": "S3"
         | 
| 121515 121515 | 
             
                      },
         | 
| 121516 121516 | 
             
                      "SnapshotArns": {
         | 
| 121517 | 
            -
                        "shape": " | 
| 121517 | 
            +
                        "shape": "S26"
         | 
| 121518 121518 | 
             
                      },
         | 
| 121519 121519 | 
             
                      "SnapshotName": {},
         | 
| 121520 121520 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| @@ -121542,14 +121542,15 @@ module.exports={ | |
| 121542 121542 | 
             
                        "member": {}
         | 
| 121543 121543 | 
             
                      },
         | 
| 121544 121544 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 121545 | 
            -
                        "shape": " | 
| 121545 | 
            +
                        "shape": "S29"
         | 
| 121546 121546 | 
             
                      },
         | 
| 121547 121547 | 
             
                      "DataTieringEnabled": {
         | 
| 121548 121548 | 
             
                        "type": "boolean"
         | 
| 121549 121549 | 
             
                      },
         | 
| 121550 121550 | 
             
                      "NetworkType": {},
         | 
| 121551 121551 | 
             
                      "IpDiscovery": {},
         | 
| 121552 | 
            -
                      "TransitEncryptionMode": {}
         | 
| 121552 | 
            +
                      "TransitEncryptionMode": {},
         | 
| 121553 | 
            +
                      "ClusterMode": {}
         | 
| 121553 121554 | 
             
                    }
         | 
| 121554 121555 | 
             
                  },
         | 
| 121555 121556 | 
             
                  "output": {
         | 
| @@ -121583,7 +121584,7 @@ module.exports={ | |
| 121583 121584 | 
             
                    "type": "structure",
         | 
| 121584 121585 | 
             
                    "members": {
         | 
| 121585 121586 | 
             
                      "Snapshot": {
         | 
| 121586 | 
            -
                        "shape": " | 
| 121587 | 
            +
                        "shape": "S1u"
         | 
| 121587 121588 | 
             
                      }
         | 
| 121588 121589 | 
             
                    }
         | 
| 121589 121590 | 
             
                  }
         | 
| @@ -121602,7 +121603,7 @@ module.exports={ | |
| 121602 121603 | 
             
                      "UserName": {},
         | 
| 121603 121604 | 
             
                      "Engine": {},
         | 
| 121604 121605 | 
             
                      "Passwords": {
         | 
| 121605 | 
            -
                        "shape": " | 
| 121606 | 
            +
                        "shape": "S3i"
         | 
| 121606 121607 | 
             
                      },
         | 
| 121607 121608 | 
             
                      "AccessString": {},
         | 
| 121608 121609 | 
             
                      "NoPasswordRequired": {
         | 
| @@ -121612,12 +121613,12 @@ module.exports={ | |
| 121612 121613 | 
             
                        "shape": "S3"
         | 
| 121613 121614 | 
             
                      },
         | 
| 121614 121615 | 
             
                      "AuthenticationMode": {
         | 
| 121615 | 
            -
                        "shape": " | 
| 121616 | 
            +
                        "shape": "S3k"
         | 
| 121616 121617 | 
             
                      }
         | 
| 121617 121618 | 
             
                    }
         | 
| 121618 121619 | 
             
                  },
         | 
| 121619 121620 | 
             
                  "output": {
         | 
| 121620 | 
            -
                    "shape": " | 
| 121621 | 
            +
                    "shape": "S3m",
         | 
| 121621 121622 | 
             
                    "resultWrapper": "CreateUserResult"
         | 
| 121622 121623 | 
             
                  }
         | 
| 121623 121624 | 
             
                },
         | 
| @@ -121632,7 +121633,7 @@ module.exports={ | |
| 121632 121633 | 
             
                      "UserGroupId": {},
         | 
| 121633 121634 | 
             
                      "Engine": {},
         | 
| 121634 121635 | 
             
                      "UserIds": {
         | 
| 121635 | 
            -
                        "shape": " | 
| 121636 | 
            +
                        "shape": "S3q"
         | 
| 121636 121637 | 
             
                      },
         | 
| 121637 121638 | 
             
                      "Tags": {
         | 
| 121638 121639 | 
             
                        "shape": "S3"
         | 
| @@ -121640,7 +121641,7 @@ module.exports={ | |
| 121640 121641 | 
             
                    }
         | 
| 121641 121642 | 
             
                  },
         | 
| 121642 121643 | 
             
                  "output": {
         | 
| 121643 | 
            -
                    "shape": " | 
| 121644 | 
            +
                    "shape": "S3r",
         | 
| 121644 121645 | 
             
                    "resultWrapper": "CreateUserGroupResult"
         | 
| 121645 121646 | 
             
                  }
         | 
| 121646 121647 | 
             
                },
         | 
| @@ -121658,10 +121659,10 @@ module.exports={ | |
| 121658 121659 | 
             
                        "type": "integer"
         | 
| 121659 121660 | 
             
                      },
         | 
| 121660 121661 | 
             
                      "GlobalNodeGroupsToRemove": {
         | 
| 121661 | 
            -
                        "shape": " | 
| 121662 | 
            +
                        "shape": "S3w"
         | 
| 121662 121663 | 
             
                      },
         | 
| 121663 121664 | 
             
                      "GlobalNodeGroupsToRetain": {
         | 
| 121664 | 
            -
                        "shape": " | 
| 121665 | 
            +
                        "shape": "S3w"
         | 
| 121665 121666 | 
             
                      },
         | 
| 121666 121667 | 
             
                      "ApplyImmediately": {
         | 
| 121667 121668 | 
             
                        "type": "boolean"
         | 
| @@ -121673,7 +121674,7 @@ module.exports={ | |
| 121673 121674 | 
             
                    "type": "structure",
         | 
| 121674 121675 | 
             
                    "members": {
         | 
| 121675 121676 | 
             
                      "GlobalReplicationGroup": {
         | 
| 121676 | 
            -
                        "shape": " | 
| 121677 | 
            +
                        "shape": "S33"
         | 
| 121677 121678 | 
             
                      }
         | 
| 121678 121679 | 
             
                    }
         | 
| 121679 121680 | 
             
                  }
         | 
| @@ -121691,7 +121692,7 @@ module.exports={ | |
| 121691 121692 | 
             
                        "type": "integer"
         | 
| 121692 121693 | 
             
                      },
         | 
| 121693 121694 | 
             
                      "ReplicaConfiguration": {
         | 
| 121694 | 
            -
                        "shape": " | 
| 121695 | 
            +
                        "shape": "S3z"
         | 
| 121695 121696 | 
             
                      },
         | 
| 121696 121697 | 
             
                      "ReplicasToRemove": {
         | 
| 121697 121698 | 
             
                        "type": "list",
         | 
| @@ -121728,7 +121729,7 @@ module.exports={ | |
| 121728 121729 | 
             
                    "type": "structure",
         | 
| 121729 121730 | 
             
                    "members": {
         | 
| 121730 121731 | 
             
                      "CacheCluster": {
         | 
| 121731 | 
            -
                        "shape": " | 
| 121732 | 
            +
                        "shape": "S2c"
         | 
| 121732 121733 | 
             
                      }
         | 
| 121733 121734 | 
             
                    }
         | 
| 121734 121735 | 
             
                  }
         | 
| @@ -121785,7 +121786,7 @@ module.exports={ | |
| 121785 121786 | 
             
                    "type": "structure",
         | 
| 121786 121787 | 
             
                    "members": {
         | 
| 121787 121788 | 
             
                      "GlobalReplicationGroup": {
         | 
| 121788 | 
            -
                        "shape": " | 
| 121789 | 
            +
                        "shape": "S33"
         | 
| 121789 121790 | 
             
                      }
         | 
| 121790 121791 | 
             
                    }
         | 
| 121791 121792 | 
             
                  }
         | 
| @@ -121829,7 +121830,7 @@ module.exports={ | |
| 121829 121830 | 
             
                    "type": "structure",
         | 
| 121830 121831 | 
             
                    "members": {
         | 
| 121831 121832 | 
             
                      "Snapshot": {
         | 
| 121832 | 
            -
                        "shape": " | 
| 121833 | 
            +
                        "shape": "S1u"
         | 
| 121833 121834 | 
             
                      }
         | 
| 121834 121835 | 
             
                    }
         | 
| 121835 121836 | 
             
                  }
         | 
| @@ -121845,7 +121846,7 @@ module.exports={ | |
| 121845 121846 | 
             
                    }
         | 
| 121846 121847 | 
             
                  },
         | 
| 121847 121848 | 
             
                  "output": {
         | 
| 121848 | 
            -
                    "shape": " | 
| 121849 | 
            +
                    "shape": "S3m",
         | 
| 121849 121850 | 
             
                    "resultWrapper": "DeleteUserResult"
         | 
| 121850 121851 | 
             
                  }
         | 
| 121851 121852 | 
             
                },
         | 
| @@ -121860,7 +121861,7 @@ module.exports={ | |
| 121860 121861 | 
             
                    }
         | 
| 121861 121862 | 
             
                  },
         | 
| 121862 121863 | 
             
                  "output": {
         | 
| 121863 | 
            -
                    "shape": " | 
| 121864 | 
            +
                    "shape": "S3r",
         | 
| 121864 121865 | 
             
                    "resultWrapper": "DeleteUserGroupResult"
         | 
| 121865 121866 | 
             
                  }
         | 
| 121866 121867 | 
             
                },
         | 
| @@ -121889,7 +121890,7 @@ module.exports={ | |
| 121889 121890 | 
             
                      "CacheClusters": {
         | 
| 121890 121891 | 
             
                        "type": "list",
         | 
| 121891 121892 | 
             
                        "member": {
         | 
| 121892 | 
            -
                          "shape": " | 
| 121893 | 
            +
                          "shape": "S2c",
         | 
| 121893 121894 | 
             
                          "locationName": "CacheCluster"
         | 
| 121894 121895 | 
             
                        }
         | 
| 121895 121896 | 
             
                      }
         | 
| @@ -121953,7 +121954,7 @@ module.exports={ | |
| 121953 121954 | 
             
                      "CacheParameterGroups": {
         | 
| 121954 121955 | 
             
                        "type": "list",
         | 
| 121955 121956 | 
             
                        "member": {
         | 
| 121956 | 
            -
                          "shape": " | 
| 121957 | 
            +
                          "shape": "S2p",
         | 
| 121957 121958 | 
             
                          "locationName": "CacheParameterGroup"
         | 
| 121958 121959 | 
             
                        }
         | 
| 121959 121960 | 
             
                      }
         | 
| @@ -121981,10 +121982,10 @@ module.exports={ | |
| 121981 121982 | 
             
                    "members": {
         | 
| 121982 121983 | 
             
                      "Marker": {},
         | 
| 121983 121984 | 
             
                      "Parameters": {
         | 
| 121984 | 
            -
                        "shape": " | 
| 121985 | 
            +
                        "shape": "S4s"
         | 
| 121985 121986 | 
             
                      },
         | 
| 121986 121987 | 
             
                      "CacheNodeTypeSpecificParameters": {
         | 
| 121987 | 
            -
                        "shape": " | 
| 121988 | 
            +
                        "shape": "S4v"
         | 
| 121988 121989 | 
             
                      }
         | 
| 121989 121990 | 
             
                    }
         | 
| 121990 121991 | 
             
                  }
         | 
| @@ -122034,7 +122035,7 @@ module.exports={ | |
| 122034 122035 | 
             
                      "CacheSubnetGroups": {
         | 
| 122035 122036 | 
             
                        "type": "list",
         | 
| 122036 122037 | 
             
                        "member": {
         | 
| 122037 | 
            -
                          "shape": " | 
| 122038 | 
            +
                          "shape": "S2v",
         | 
| 122038 122039 | 
             
                          "locationName": "CacheSubnetGroup"
         | 
| 122039 122040 | 
             
                        }
         | 
| 122040 122041 | 
             
                      }
         | 
| @@ -122065,10 +122066,10 @@ module.exports={ | |
| 122065 122066 | 
             
                          "CacheParameterGroupFamily": {},
         | 
| 122066 122067 | 
             
                          "Marker": {},
         | 
| 122067 122068 | 
             
                          "Parameters": {
         | 
| 122068 | 
            -
                            "shape": " | 
| 122069 | 
            +
                            "shape": "S4s"
         | 
| 122069 122070 | 
             
                          },
         | 
| 122070 122071 | 
             
                          "CacheNodeTypeSpecificParameters": {
         | 
| 122071 | 
            -
                            "shape": " | 
| 122072 | 
            +
                            "shape": "S4v"
         | 
| 122072 122073 | 
             
                          }
         | 
| 122073 122074 | 
             
                        },
         | 
| 122074 122075 | 
             
                        "wrapper": true
         | 
| @@ -122142,7 +122143,7 @@ module.exports={ | |
| 122142 122143 | 
             
                      "GlobalReplicationGroups": {
         | 
| 122143 122144 | 
             
                        "type": "list",
         | 
| 122144 122145 | 
             
                        "member": {
         | 
| 122145 | 
            -
                          "shape": " | 
| 122146 | 
            +
                          "shape": "S33",
         | 
| 122146 122147 | 
             
                          "locationName": "GlobalReplicationGroup"
         | 
| 122147 122148 | 
             
                        }
         | 
| 122148 122149 | 
             
                      }
         | 
| @@ -122199,7 +122200,7 @@ module.exports={ | |
| 122199 122200 | 
             
                      "ReservedCacheNodes": {
         | 
| 122200 122201 | 
             
                        "type": "list",
         | 
| 122201 122202 | 
             
                        "member": {
         | 
| 122202 | 
            -
                          "shape": " | 
| 122203 | 
            +
                          "shape": "S5m",
         | 
| 122203 122204 | 
             
                          "locationName": "ReservedCacheNode"
         | 
| 122204 122205 | 
             
                        }
         | 
| 122205 122206 | 
             
                      }
         | 
| @@ -122246,7 +122247,7 @@ module.exports={ | |
| 122246 122247 | 
             
                            "ProductDescription": {},
         | 
| 122247 122248 | 
             
                            "OfferingType": {},
         | 
| 122248 122249 | 
             
                            "RecurringCharges": {
         | 
| 122249 | 
            -
                              "shape": " | 
| 122250 | 
            +
                              "shape": "S5n"
         | 
| 122250 122251 | 
             
                            }
         | 
| 122251 122252 | 
             
                          },
         | 
| 122252 122253 | 
             
                          "wrapper": true
         | 
| @@ -122261,7 +122262,7 @@ module.exports={ | |
| 122261 122262 | 
             
                    "members": {
         | 
| 122262 122263 | 
             
                      "ServiceUpdateName": {},
         | 
| 122263 122264 | 
             
                      "ServiceUpdateStatus": {
         | 
| 122264 | 
            -
                        "shape": " | 
| 122265 | 
            +
                        "shape": "S5u"
         | 
| 122265 122266 | 
             
                      },
         | 
| 122266 122267 | 
             
                      "MaxRecords": {
         | 
| 122267 122268 | 
             
                        "type": "integer"
         | 
| @@ -122331,7 +122332,7 @@ module.exports={ | |
| 122331 122332 | 
             
                      "Snapshots": {
         | 
| 122332 122333 | 
             
                        "type": "list",
         | 
| 122333 122334 | 
             
                        "member": {
         | 
| 122334 | 
            -
                          "shape": " | 
| 122335 | 
            +
                          "shape": "S1u",
         | 
| 122335 122336 | 
             
                          "locationName": "Snapshot"
         | 
| 122336 122337 | 
             
                        }
         | 
| 122337 122338 | 
             
                      }
         | 
| @@ -122351,7 +122352,7 @@ module.exports={ | |
| 122351 122352 | 
             
                      },
         | 
| 122352 122353 | 
             
                      "Engine": {},
         | 
| 122353 122354 | 
             
                      "ServiceUpdateStatus": {
         | 
| 122354 | 
            -
                        "shape": " | 
| 122355 | 
            +
                        "shape": "S5u"
         | 
| 122355 122356 | 
             
                      },
         | 
| 122356 122357 | 
             
                      "ServiceUpdateTimeRange": {
         | 
| 122357 122358 | 
             
                        "type": "structure",
         | 
| @@ -122500,7 +122501,7 @@ module.exports={ | |
| 122500 122501 | 
             
                      "UserGroups": {
         | 
| 122501 122502 | 
             
                        "type": "list",
         | 
| 122502 122503 | 
             
                        "member": {
         | 
| 122503 | 
            -
                          "shape": " | 
| 122504 | 
            +
                          "shape": "S3r"
         | 
| 122504 122505 | 
             
                        }
         | 
| 122505 122506 | 
             
                      },
         | 
| 122506 122507 | 
             
                      "Marker": {}
         | 
| @@ -122543,7 +122544,7 @@ module.exports={ | |
| 122543 122544 | 
             
                      "Users": {
         | 
| 122544 122545 | 
             
                        "type": "list",
         | 
| 122545 122546 | 
             
                        "member": {
         | 
| 122546 | 
            -
                          "shape": " | 
| 122547 | 
            +
                          "shape": "S3m"
         | 
| 122547 122548 | 
             
                        }
         | 
| 122548 122549 | 
             
                      },
         | 
| 122549 122550 | 
             
                      "Marker": {}
         | 
| @@ -122569,7 +122570,7 @@ module.exports={ | |
| 122569 122570 | 
             
                    "type": "structure",
         | 
| 122570 122571 | 
             
                    "members": {
         | 
| 122571 122572 | 
             
                      "GlobalReplicationGroup": {
         | 
| 122572 | 
            -
                        "shape": " | 
| 122573 | 
            +
                        "shape": "S33"
         | 
| 122573 122574 | 
             
                      }
         | 
| 122574 122575 | 
             
                    }
         | 
| 122575 122576 | 
             
                  }
         | 
| @@ -122593,7 +122594,7 @@ module.exports={ | |
| 122593 122594 | 
             
                    "type": "structure",
         | 
| 122594 122595 | 
             
                    "members": {
         | 
| 122595 122596 | 
             
                      "GlobalReplicationGroup": {
         | 
| 122596 | 
            -
                        "shape": " | 
| 122597 | 
            +
                        "shape": "S33"
         | 
| 122597 122598 | 
             
                      }
         | 
| 122598 122599 | 
             
                    }
         | 
| 122599 122600 | 
             
                  }
         | 
| @@ -122625,7 +122626,7 @@ module.exports={ | |
| 122625 122626 | 
             
                            "ReplicationGroupId": {},
         | 
| 122626 122627 | 
             
                            "ReplicationGroupRegion": {},
         | 
| 122627 122628 | 
             
                            "ReshardingConfiguration": {
         | 
| 122628 | 
            -
                              "shape": " | 
| 122629 | 
            +
                              "shape": "S71"
         | 
| 122629 122630 | 
             
                            }
         | 
| 122630 122631 | 
             
                          }
         | 
| 122631 122632 | 
             
                        }
         | 
| @@ -122640,7 +122641,7 @@ module.exports={ | |
| 122640 122641 | 
             
                    "type": "structure",
         | 
| 122641 122642 | 
             
                    "members": {
         | 
| 122642 122643 | 
             
                      "GlobalReplicationGroup": {
         | 
| 122643 | 
            -
                        "shape": " | 
| 122644 | 
            +
                        "shape": "S33"
         | 
| 122644 122645 | 
             
                      }
         | 
| 122645 122646 | 
             
                    }
         | 
| 122646 122647 | 
             
                  }
         | 
| @@ -122658,7 +122659,7 @@ module.exports={ | |
| 122658 122659 | 
             
                        "type": "integer"
         | 
| 122659 122660 | 
             
                      },
         | 
| 122660 122661 | 
             
                      "ReplicaConfiguration": {
         | 
| 122661 | 
            -
                        "shape": " | 
| 122662 | 
            +
                        "shape": "S3z"
         | 
| 122662 122663 | 
             
                      },
         | 
| 122663 122664 | 
             
                      "ApplyImmediately": {
         | 
| 122664 122665 | 
             
                        "type": "boolean"
         | 
| @@ -122688,10 +122689,10 @@ module.exports={ | |
| 122688 122689 | 
             
                    "type": "structure",
         | 
| 122689 122690 | 
             
                    "members": {
         | 
| 122690 122691 | 
             
                      "ScaleUpModifications": {
         | 
| 122691 | 
            -
                        "shape": " | 
| 122692 | 
            +
                        "shape": "S78"
         | 
| 122692 122693 | 
             
                      },
         | 
| 122693 122694 | 
             
                      "ScaleDownModifications": {
         | 
| 122694 | 
            -
                        "shape": " | 
| 122695 | 
            +
                        "shape": "S78"
         | 
| 122695 122696 | 
             
                      }
         | 
| 122696 122697 | 
             
                    }
         | 
| 122697 122698 | 
             
                  }
         | 
| @@ -122723,17 +122724,17 @@ module.exports={ | |
| 122723 122724 | 
             
                        "type": "integer"
         | 
| 122724 122725 | 
             
                      },
         | 
| 122725 122726 | 
             
                      "CacheNodeIdsToRemove": {
         | 
| 122726 | 
            -
                        "shape": " | 
| 122727 | 
            +
                        "shape": "S2e"
         | 
| 122727 122728 | 
             
                      },
         | 
| 122728 122729 | 
             
                      "AZMode": {},
         | 
| 122729 122730 | 
             
                      "NewAvailabilityZones": {
         | 
| 122730 | 
            -
                        "shape": " | 
| 122731 | 
            +
                        "shape": "S23"
         | 
| 122731 122732 | 
             
                      },
         | 
| 122732 122733 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 122733 | 
            -
                        "shape": " | 
| 122734 | 
            +
                        "shape": "S24"
         | 
| 122734 122735 | 
             
                      },
         | 
| 122735 122736 | 
             
                      "SecurityGroupIds": {
         | 
| 122736 | 
            -
                        "shape": " | 
| 122737 | 
            +
                        "shape": "S25"
         | 
| 122737 122738 | 
             
                      },
         | 
| 122738 122739 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| 122739 122740 | 
             
                      "NotificationTopicArn": {},
         | 
| @@ -122754,7 +122755,7 @@ module.exports={ | |
| 122754 122755 | 
             
                      "AuthToken": {},
         | 
| 122755 122756 | 
             
                      "AuthTokenUpdateStrategy": {},
         | 
| 122756 122757 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 122757 | 
            -
                        "shape": " | 
| 122758 | 
            +
                        "shape": "S29"
         | 
| 122758 122759 | 
             
                      },
         | 
| 122759 122760 | 
             
                      "IpDiscovery": {}
         | 
| 122760 122761 | 
             
                    }
         | 
| @@ -122764,7 +122765,7 @@ module.exports={ | |
| 122764 122765 | 
             
                    "type": "structure",
         | 
| 122765 122766 | 
             
                    "members": {
         | 
| 122766 122767 | 
             
                      "CacheCluster": {
         | 
| 122767 | 
            -
                        "shape": " | 
| 122768 | 
            +
                        "shape": "S2c"
         | 
| 122768 122769 | 
             
                      }
         | 
| 122769 122770 | 
             
                    }
         | 
| 122770 122771 | 
             
                  }
         | 
| @@ -122779,12 +122780,12 @@ module.exports={ | |
| 122779 122780 | 
             
                    "members": {
         | 
| 122780 122781 | 
             
                      "CacheParameterGroupName": {},
         | 
| 122781 122782 | 
             
                      "ParameterNameValues": {
         | 
| 122782 | 
            -
                        "shape": " | 
| 122783 | 
            +
                        "shape": "S7e"
         | 
| 122783 122784 | 
             
                      }
         | 
| 122784 122785 | 
             
                    }
         | 
| 122785 122786 | 
             
                  },
         | 
| 122786 122787 | 
             
                  "output": {
         | 
| 122787 | 
            -
                    "shape": " | 
| 122788 | 
            +
                    "shape": "S7g",
         | 
| 122788 122789 | 
             
                    "resultWrapper": "ModifyCacheParameterGroupResult"
         | 
| 122789 122790 | 
             
                  }
         | 
| 122790 122791 | 
             
                },
         | 
| @@ -122798,7 +122799,7 @@ module.exports={ | |
| 122798 122799 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 122799 122800 | 
             
                      "CacheSubnetGroupDescription": {},
         | 
| 122800 122801 | 
             
                      "SubnetIds": {
         | 
| 122801 | 
            -
                        "shape": " | 
| 122802 | 
            +
                        "shape": "S2t"
         | 
| 122802 122803 | 
             
                      }
         | 
| 122803 122804 | 
             
                    }
         | 
| 122804 122805 | 
             
                  },
         | 
| @@ -122807,7 +122808,7 @@ module.exports={ | |
| 122807 122808 | 
             
                    "type": "structure",
         | 
| 122808 122809 | 
             
                    "members": {
         | 
| 122809 122810 | 
             
                      "CacheSubnetGroup": {
         | 
| 122810 | 
            -
                        "shape": " | 
| 122811 | 
            +
                        "shape": "S2v"
         | 
| 122811 122812 | 
             
                      }
         | 
| 122812 122813 | 
             
                    }
         | 
| 122813 122814 | 
             
                  }
         | 
| @@ -122838,7 +122839,7 @@ module.exports={ | |
| 122838 122839 | 
             
                    "type": "structure",
         | 
| 122839 122840 | 
             
                    "members": {
         | 
| 122840 122841 | 
             
                      "GlobalReplicationGroup": {
         | 
| 122841 | 
            -
                        "shape": " | 
| 122842 | 
            +
                        "shape": "S33"
         | 
| 122842 122843 | 
             
                      }
         | 
| 122843 122844 | 
             
                    }
         | 
| 122844 122845 | 
             
                  }
         | 
| @@ -122864,10 +122865,10 @@ module.exports={ | |
| 122864 122865 | 
             
                        "deprecated": true
         | 
| 122865 122866 | 
             
                      },
         | 
| 122866 122867 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 122867 | 
            -
                        "shape": " | 
| 122868 | 
            +
                        "shape": "S24"
         | 
| 122868 122869 | 
             
                      },
         | 
| 122869 122870 | 
             
                      "SecurityGroupIds": {
         | 
| 122870 | 
            -
                        "shape": " | 
| 122871 | 
            +
                        "shape": "S25"
         | 
| 122871 122872 | 
             
                      },
         | 
| 122872 122873 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| 122873 122874 | 
             
                      "NotificationTopicArn": {},
         | 
| @@ -122897,13 +122898,14 @@ module.exports={ | |
| 122897 122898 | 
             
                        "type": "boolean"
         | 
| 122898 122899 | 
             
                      },
         | 
| 122899 122900 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 122900 | 
            -
                        "shape": " | 
| 122901 | 
            +
                        "shape": "S29"
         | 
| 122901 122902 | 
             
                      },
         | 
| 122902 122903 | 
             
                      "IpDiscovery": {},
         | 
| 122903 122904 | 
             
                      "TransitEncryptionEnabled": {
         | 
| 122904 122905 | 
             
                        "type": "boolean"
         | 
| 122905 122906 | 
             
                      },
         | 
| 122906 | 
            -
                      "TransitEncryptionMode": {}
         | 
| 122907 | 
            +
                      "TransitEncryptionMode": {},
         | 
| 122908 | 
            +
                      "ClusterMode": {}
         | 
| 122907 122909 | 
             
                    }
         | 
| 122908 122910 | 
             
                  },
         | 
| 122909 122911 | 
             
                  "output": {
         | 
| @@ -122933,7 +122935,7 @@ module.exports={ | |
| 122933 122935 | 
             
                        "type": "boolean"
         | 
| 122934 122936 | 
             
                      },
         | 
| 122935 122937 | 
             
                      "ReshardingConfiguration": {
         | 
| 122936 | 
            -
                        "shape": " | 
| 122938 | 
            +
                        "shape": "S71"
         | 
| 122937 122939 | 
             
                      },
         | 
| 122938 122940 | 
             
                      "NodeGroupsToRemove": {
         | 
| 122939 122941 | 
             
                        "type": "list",
         | 
| @@ -122970,18 +122972,18 @@ module.exports={ | |
| 122970 122972 | 
             
                      "AccessString": {},
         | 
| 122971 122973 | 
             
                      "AppendAccessString": {},
         | 
| 122972 122974 | 
             
                      "Passwords": {
         | 
| 122973 | 
            -
                        "shape": " | 
| 122975 | 
            +
                        "shape": "S3i"
         | 
| 122974 122976 | 
             
                      },
         | 
| 122975 122977 | 
             
                      "NoPasswordRequired": {
         | 
| 122976 122978 | 
             
                        "type": "boolean"
         | 
| 122977 122979 | 
             
                      },
         | 
| 122978 122980 | 
             
                      "AuthenticationMode": {
         | 
| 122979 | 
            -
                        "shape": " | 
| 122981 | 
            +
                        "shape": "S3k"
         | 
| 122980 122982 | 
             
                      }
         | 
| 122981 122983 | 
             
                    }
         | 
| 122982 122984 | 
             
                  },
         | 
| 122983 122985 | 
             
                  "output": {
         | 
| 122984 | 
            -
                    "shape": " | 
| 122986 | 
            +
                    "shape": "S3m",
         | 
| 122985 122987 | 
             
                    "resultWrapper": "ModifyUserResult"
         | 
| 122986 122988 | 
             
                  }
         | 
| 122987 122989 | 
             
                },
         | 
| @@ -122994,15 +122996,15 @@ module.exports={ | |
| 122994 122996 | 
             
                    "members": {
         | 
| 122995 122997 | 
             
                      "UserGroupId": {},
         | 
| 122996 122998 | 
             
                      "UserIdsToAdd": {
         | 
| 122997 | 
            -
                        "shape": " | 
| 122999 | 
            +
                        "shape": "S3q"
         | 
| 122998 123000 | 
             
                      },
         | 
| 122999 123001 | 
             
                      "UserIdsToRemove": {
         | 
| 123000 | 
            -
                        "shape": " | 
| 123002 | 
            +
                        "shape": "S3q"
         | 
| 123001 123003 | 
             
                      }
         | 
| 123002 123004 | 
             
                    }
         | 
| 123003 123005 | 
             
                  },
         | 
| 123004 123006 | 
             
                  "output": {
         | 
| 123005 | 
            -
                    "shape": " | 
| 123007 | 
            +
                    "shape": "S3r",
         | 
| 123006 123008 | 
             
                    "resultWrapper": "ModifyUserGroupResult"
         | 
| 123007 123009 | 
             
                  }
         | 
| 123008 123010 | 
             
                },
         | 
| @@ -123028,7 +123030,7 @@ module.exports={ | |
| 123028 123030 | 
             
                    "type": "structure",
         | 
| 123029 123031 | 
             
                    "members": {
         | 
| 123030 123032 | 
             
                      "ReservedCacheNode": {
         | 
| 123031 | 
            -
                        "shape": " | 
| 123033 | 
            +
                        "shape": "S5m"
         | 
| 123032 123034 | 
             
                      }
         | 
| 123033 123035 | 
             
                    }
         | 
| 123034 123036 | 
             
                  }
         | 
| @@ -123052,7 +123054,7 @@ module.exports={ | |
| 123052 123054 | 
             
                    "type": "structure",
         | 
| 123053 123055 | 
             
                    "members": {
         | 
| 123054 123056 | 
             
                      "GlobalReplicationGroup": {
         | 
| 123055 | 
            -
                        "shape": " | 
| 123057 | 
            +
                        "shape": "S33"
         | 
| 123056 123058 | 
             
                      }
         | 
| 123057 123059 | 
             
                    }
         | 
| 123058 123060 | 
             
                  }
         | 
| @@ -123067,7 +123069,7 @@ module.exports={ | |
| 123067 123069 | 
             
                    "members": {
         | 
| 123068 123070 | 
             
                      "CacheClusterId": {},
         | 
| 123069 123071 | 
             
                      "CacheNodeIdsToReboot": {
         | 
| 123070 | 
            -
                        "shape": " | 
| 123072 | 
            +
                        "shape": "S2e"
         | 
| 123071 123073 | 
             
                      }
         | 
| 123072 123074 | 
             
                    }
         | 
| 123073 123075 | 
             
                  },
         | 
| @@ -123076,7 +123078,7 @@ module.exports={ | |
| 123076 123078 | 
             
                    "type": "structure",
         | 
| 123077 123079 | 
             
                    "members": {
         | 
| 123078 123080 | 
             
                      "CacheCluster": {
         | 
| 123079 | 
            -
                        "shape": " | 
| 123081 | 
            +
                        "shape": "S2c"
         | 
| 123080 123082 | 
             
                      }
         | 
| 123081 123083 | 
             
                    }
         | 
| 123082 123084 | 
             
                  }
         | 
| @@ -123113,12 +123115,12 @@ module.exports={ | |
| 123113 123115 | 
             
                        "type": "boolean"
         | 
| 123114 123116 | 
             
                      },
         | 
| 123115 123117 | 
             
                      "ParameterNameValues": {
         | 
| 123116 | 
            -
                        "shape": " | 
| 123118 | 
            +
                        "shape": "S7e"
         | 
| 123117 123119 | 
             
                      }
         | 
| 123118 123120 | 
             
                    }
         | 
| 123119 123121 | 
             
                  },
         | 
| 123120 123122 | 
             
                  "output": {
         | 
| 123121 | 
            -
                    "shape": " | 
| 123123 | 
            +
                    "shape": "S7g",
         | 
| 123122 123124 | 
             
                    "resultWrapper": "ResetCacheParameterGroupResult"
         | 
| 123123 123125 | 
             
                  }
         | 
| 123124 123126 | 
             
                },
         | 
| @@ -123333,7 +123335,8 @@ module.exports={ | |
| 123333 123335 | 
             
                        "TransitEncryptionEnabled": {
         | 
| 123334 123336 | 
             
                          "type": "boolean"
         | 
| 123335 123337 | 
             
                        },
         | 
| 123336 | 
            -
                        "TransitEncryptionMode": {}
         | 
| 123338 | 
            +
                        "TransitEncryptionMode": {},
         | 
| 123339 | 
            +
                        "ClusterMode": {}
         | 
| 123337 123340 | 
             
                      }
         | 
| 123338 123341 | 
             
                    },
         | 
| 123339 123342 | 
             
                    "MemberClusters": {
         | 
| @@ -123351,10 +123354,10 @@ module.exports={ | |
| 123351 123354 | 
             
                          "NodeGroupId": {},
         | 
| 123352 123355 | 
             
                          "Status": {},
         | 
| 123353 123356 | 
             
                          "PrimaryEndpoint": {
         | 
| 123354 | 
            -
                            "shape": " | 
| 123357 | 
            +
                            "shape": "S1d"
         | 
| 123355 123358 | 
             
                          },
         | 
| 123356 123359 | 
             
                          "ReaderEndpoint": {
         | 
| 123357 | 
            -
                            "shape": " | 
| 123360 | 
            +
                            "shape": "S1d"
         | 
| 123358 123361 | 
             
                          },
         | 
| 123359 123362 | 
             
                          "Slots": {},
         | 
| 123360 123363 | 
             
                          "NodeGroupMembers": {
         | 
| @@ -123366,7 +123369,7 @@ module.exports={ | |
| 123366 123369 | 
             
                                "CacheClusterId": {},
         | 
| 123367 123370 | 
             
                                "CacheNodeId": {},
         | 
| 123368 123371 | 
             
                                "ReadEndpoint": {
         | 
| 123369 | 
            -
                                  "shape": " | 
| 123372 | 
            +
                                  "shape": "S1d"
         | 
| 123370 123373 | 
             
                                },
         | 
| 123371 123374 | 
             
                                "PreferredAvailabilityZone": {},
         | 
| 123372 123375 | 
             
                                "PreferredOutpostArn": {},
         | 
| @@ -123381,7 +123384,7 @@ module.exports={ | |
| 123381 123384 | 
             
                    "AutomaticFailover": {},
         | 
| 123382 123385 | 
             
                    "MultiAZ": {},
         | 
| 123383 123386 | 
             
                    "ConfigurationEndpoint": {
         | 
| 123384 | 
            -
                      "shape": " | 
| 123387 | 
            +
                      "shape": "S1d"
         | 
| 123385 123388 | 
             
                    },
         | 
| 123386 123389 | 
             
                    "SnapshotRetentionLimit": {
         | 
| 123387 123390 | 
             
                      "type": "integer"
         | 
| @@ -123415,7 +123418,7 @@ module.exports={ | |
| 123415 123418 | 
             
                      "shape": "Sx"
         | 
| 123416 123419 | 
             
                    },
         | 
| 123417 123420 | 
             
                    "LogDeliveryConfigurations": {
         | 
| 123418 | 
            -
                      "shape": " | 
| 123421 | 
            +
                      "shape": "S1m"
         | 
| 123419 123422 | 
             
                    },
         | 
| 123420 123423 | 
             
                    "ReplicationGroupCreateTime": {
         | 
| 123421 123424 | 
             
                      "type": "timestamp"
         | 
| @@ -123426,7 +123429,8 @@ module.exports={ | |
| 123426 123429 | 
             
                    },
         | 
| 123427 123430 | 
             
                    "NetworkType": {},
         | 
| 123428 123431 | 
             
                    "IpDiscovery": {},
         | 
| 123429 | 
            -
                    "TransitEncryptionMode": {}
         | 
| 123432 | 
            +
                    "TransitEncryptionMode": {},
         | 
| 123433 | 
            +
                    "ClusterMode": {}
         | 
| 123430 123434 | 
             
                  },
         | 
| 123431 123435 | 
             
                  "wrapper": true
         | 
| 123432 123436 | 
             
                },
         | 
| @@ -123466,7 +123470,7 @@ module.exports={ | |
| 123466 123470 | 
             
                    }
         | 
| 123467 123471 | 
             
                  }
         | 
| 123468 123472 | 
             
                },
         | 
| 123469 | 
            -
                " | 
| 123473 | 
            +
                "S1d": {
         | 
| 123470 123474 | 
             
                  "type": "structure",
         | 
| 123471 123475 | 
             
                  "members": {
         | 
| 123472 123476 | 
             
                    "Address": {},
         | 
| @@ -123475,7 +123479,7 @@ module.exports={ | |
| 123475 123479 | 
             
                    }
         | 
| 123476 123480 | 
             
                  }
         | 
| 123477 123481 | 
             
                },
         | 
| 123478 | 
            -
                " | 
| 123482 | 
            +
                "S1m": {
         | 
| 123479 123483 | 
             
                  "type": "list",
         | 
| 123480 123484 | 
             
                  "member": {
         | 
| 123481 123485 | 
             
                    "locationName": "LogDeliveryConfiguration",
         | 
| @@ -123492,7 +123496,7 @@ module.exports={ | |
| 123492 123496 | 
             
                    }
         | 
| 123493 123497 | 
             
                  }
         | 
| 123494 123498 | 
             
                },
         | 
| 123495 | 
            -
                " | 
| 123499 | 
            +
                "S1u": {
         | 
| 123496 123500 | 
             
                  "type": "structure",
         | 
| 123497 123501 | 
             
                  "members": {
         | 
| 123498 123502 | 
             
                    "SnapshotName": {},
         | 
| @@ -123541,7 +123545,7 @@ module.exports={ | |
| 123541 123545 | 
             
                          "NodeGroupId": {},
         | 
| 123542 123546 | 
             
                          "CacheNodeId": {},
         | 
| 123543 123547 | 
             
                          "NodeGroupConfiguration": {
         | 
| 123544 | 
            -
                            "shape": " | 
| 123548 | 
            +
                            "shape": "S1x"
         | 
| 123545 123549 | 
             
                          },
         | 
| 123546 123550 | 
             
                          "CacheSize": {},
         | 
| 123547 123551 | 
             
                          "CacheNodeCreateTime": {
         | 
| @@ -123560,7 +123564,7 @@ module.exports={ | |
| 123560 123564 | 
             
                  },
         | 
| 123561 123565 | 
             
                  "wrapper": true
         | 
| 123562 123566 | 
             
                },
         | 
| 123563 | 
            -
                " | 
| 123567 | 
            +
                "S1x": {
         | 
| 123564 123568 | 
             
                  "type": "structure",
         | 
| 123565 123569 | 
             
                  "members": {
         | 
| 123566 123570 | 
             
                    "NodeGroupId": {},
         | 
| @@ -123570,7 +123574,7 @@ module.exports={ | |
| 123570 123574 | 
             
                    },
         | 
| 123571 123575 | 
             
                    "PrimaryAvailabilityZone": {},
         | 
| 123572 123576 | 
             
                    "ReplicaAvailabilityZones": {
         | 
| 123573 | 
            -
                      "shape": " | 
| 123577 | 
            +
                      "shape": "S1z"
         | 
| 123574 123578 | 
             
                    },
         | 
| 123575 123579 | 
             
                    "PrimaryOutpostArn": {},
         | 
| 123576 123580 | 
             
                    "ReplicaOutpostArns": {
         | 
| @@ -123581,43 +123585,43 @@ module.exports={ | |
| 123581 123585 | 
             
                    }
         | 
| 123582 123586 | 
             
                  }
         | 
| 123583 123587 | 
             
                },
         | 
| 123584 | 
            -
                " | 
| 123588 | 
            +
                "S1z": {
         | 
| 123585 123589 | 
             
                  "type": "list",
         | 
| 123586 123590 | 
             
                  "member": {
         | 
| 123587 123591 | 
             
                    "locationName": "AvailabilityZone"
         | 
| 123588 123592 | 
             
                  }
         | 
| 123589 123593 | 
             
                },
         | 
| 123590 | 
            -
                " | 
| 123594 | 
            +
                "S23": {
         | 
| 123591 123595 | 
             
                  "type": "list",
         | 
| 123592 123596 | 
             
                  "member": {
         | 
| 123593 123597 | 
             
                    "locationName": "PreferredAvailabilityZone"
         | 
| 123594 123598 | 
             
                  }
         | 
| 123595 123599 | 
             
                },
         | 
| 123596 | 
            -
                " | 
| 123600 | 
            +
                "S24": {
         | 
| 123597 123601 | 
             
                  "type": "list",
         | 
| 123598 123602 | 
             
                  "member": {
         | 
| 123599 123603 | 
             
                    "locationName": "CacheSecurityGroupName"
         | 
| 123600 123604 | 
             
                  }
         | 
| 123601 123605 | 
             
                },
         | 
| 123602 | 
            -
                " | 
| 123606 | 
            +
                "S25": {
         | 
| 123603 123607 | 
             
                  "type": "list",
         | 
| 123604 123608 | 
             
                  "member": {
         | 
| 123605 123609 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 123606 123610 | 
             
                  }
         | 
| 123607 123611 | 
             
                },
         | 
| 123608 | 
            -
                " | 
| 123612 | 
            +
                "S26": {
         | 
| 123609 123613 | 
             
                  "type": "list",
         | 
| 123610 123614 | 
             
                  "member": {
         | 
| 123611 123615 | 
             
                    "locationName": "SnapshotArn"
         | 
| 123612 123616 | 
             
                  }
         | 
| 123613 123617 | 
             
                },
         | 
| 123614 | 
            -
                " | 
| 123618 | 
            +
                "S28": {
         | 
| 123615 123619 | 
             
                  "type": "list",
         | 
| 123616 123620 | 
             
                  "member": {
         | 
| 123617 123621 | 
             
                    "locationName": "PreferredOutpostArn"
         | 
| 123618 123622 | 
             
                  }
         | 
| 123619 123623 | 
             
                },
         | 
| 123620 | 
            -
                " | 
| 123624 | 
            +
                "S29": {
         | 
| 123621 123625 | 
             
                  "type": "list",
         | 
| 123622 123626 | 
             
                  "member": {
         | 
| 123623 123627 | 
             
                    "locationName": "LogDeliveryConfigurationRequest",
         | 
| @@ -123635,12 +123639,12 @@ module.exports={ | |
| 123635 123639 | 
             
                    }
         | 
| 123636 123640 | 
             
                  }
         | 
| 123637 123641 | 
             
                },
         | 
| 123638 | 
            -
                " | 
| 123642 | 
            +
                "S2c": {
         | 
| 123639 123643 | 
             
                  "type": "structure",
         | 
| 123640 123644 | 
             
                  "members": {
         | 
| 123641 123645 | 
             
                    "CacheClusterId": {},
         | 
| 123642 123646 | 
             
                    "ConfigurationEndpoint": {
         | 
| 123643 | 
            -
                      "shape": " | 
| 123647 | 
            +
                      "shape": "S1d"
         | 
| 123644 123648 | 
             
                    },
         | 
| 123645 123649 | 
             
                    "ClientDownloadLandingPage": {},
         | 
| 123646 123650 | 
             
                    "CacheNodeType": {},
         | 
| @@ -123663,7 +123667,7 @@ module.exports={ | |
| 123663 123667 | 
             
                          "type": "integer"
         | 
| 123664 123668 | 
             
                        },
         | 
| 123665 123669 | 
             
                        "CacheNodeIdsToRemove": {
         | 
| 123666 | 
            -
                          "shape": " | 
| 123670 | 
            +
                          "shape": "S2e"
         | 
| 123667 123671 | 
             
                        },
         | 
| 123668 123672 | 
             
                        "EngineVersion": {},
         | 
| 123669 123673 | 
             
                        "CacheNodeType": {},
         | 
| @@ -123701,7 +123705,7 @@ module.exports={ | |
| 123701 123705 | 
             
                        "CacheParameterGroupName": {},
         | 
| 123702 123706 | 
             
                        "ParameterApplyStatus": {},
         | 
| 123703 123707 | 
             
                        "CacheNodeIdsToReboot": {
         | 
| 123704 | 
            -
                          "shape": " | 
| 123708 | 
            +
                          "shape": "S2e"
         | 
| 123705 123709 | 
             
                        }
         | 
| 123706 123710 | 
             
                      }
         | 
| 123707 123711 | 
             
                    },
         | 
| @@ -123718,7 +123722,7 @@ module.exports={ | |
| 123718 123722 | 
             
                            "type": "timestamp"
         | 
| 123719 123723 | 
             
                          },
         | 
| 123720 123724 | 
             
                          "Endpoint": {
         | 
| 123721 | 
            -
                            "shape": " | 
| 123725 | 
            +
                            "shape": "S1d"
         | 
| 123722 123726 | 
             
                          },
         | 
| 123723 123727 | 
             
                          "ParameterGroupStatus": {},
         | 
| 123724 123728 | 
             
                          "SourceCacheNodeId": {},
         | 
| @@ -123762,7 +123766,7 @@ module.exports={ | |
| 123762 123766 | 
             
                      "type": "boolean"
         | 
| 123763 123767 | 
             
                    },
         | 
| 123764 123768 | 
             
                    "LogDeliveryConfigurations": {
         | 
| 123765 | 
            -
                      "shape": " | 
| 123769 | 
            +
                      "shape": "S1m"
         | 
| 123766 123770 | 
             
                    },
         | 
| 123767 123771 | 
             
                    "NetworkType": {},
         | 
| 123768 123772 | 
             
                    "IpDiscovery": {},
         | 
| @@ -123770,13 +123774,13 @@ module.exports={ | |
| 123770 123774 | 
             
                  },
         | 
| 123771 123775 | 
             
                  "wrapper": true
         | 
| 123772 123776 | 
             
                },
         | 
| 123773 | 
            -
                " | 
| 123777 | 
            +
                "S2e": {
         | 
| 123774 123778 | 
             
                  "type": "list",
         | 
| 123775 123779 | 
             
                  "member": {
         | 
| 123776 123780 | 
             
                    "locationName": "CacheNodeId"
         | 
| 123777 123781 | 
             
                  }
         | 
| 123778 123782 | 
             
                },
         | 
| 123779 | 
            -
                " | 
| 123783 | 
            +
                "S2p": {
         | 
| 123780 123784 | 
             
                  "type": "structure",
         | 
| 123781 123785 | 
             
                  "members": {
         | 
| 123782 123786 | 
             
                    "CacheParameterGroupName": {},
         | 
| @@ -123789,13 +123793,13 @@ module.exports={ | |
| 123789 123793 | 
             
                  },
         | 
| 123790 123794 | 
             
                  "wrapper": true
         | 
| 123791 123795 | 
             
                },
         | 
| 123792 | 
            -
                " | 
| 123796 | 
            +
                "S2t": {
         | 
| 123793 123797 | 
             
                  "type": "list",
         | 
| 123794 123798 | 
             
                  "member": {
         | 
| 123795 123799 | 
             
                    "locationName": "SubnetIdentifier"
         | 
| 123796 123800 | 
             
                  }
         | 
| 123797 123801 | 
             
                },
         | 
| 123798 | 
            -
                " | 
| 123802 | 
            +
                "S2v": {
         | 
| 123799 123803 | 
             
                  "type": "structure",
         | 
| 123800 123804 | 
             
                  "members": {
         | 
| 123801 123805 | 
             
                    "CacheSubnetGroupName": {},
         | 
| @@ -123822,23 +123826,23 @@ module.exports={ | |
| 123822 123826 | 
             
                            }
         | 
| 123823 123827 | 
             
                          },
         | 
| 123824 123828 | 
             
                          "SupportedNetworkTypes": {
         | 
| 123825 | 
            -
                            "shape": " | 
| 123829 | 
            +
                            "shape": "S30"
         | 
| 123826 123830 | 
             
                          }
         | 
| 123827 123831 | 
             
                        }
         | 
| 123828 123832 | 
             
                      }
         | 
| 123829 123833 | 
             
                    },
         | 
| 123830 123834 | 
             
                    "ARN": {},
         | 
| 123831 123835 | 
             
                    "SupportedNetworkTypes": {
         | 
| 123832 | 
            -
                      "shape": " | 
| 123836 | 
            +
                      "shape": "S30"
         | 
| 123833 123837 | 
             
                    }
         | 
| 123834 123838 | 
             
                  },
         | 
| 123835 123839 | 
             
                  "wrapper": true
         | 
| 123836 123840 | 
             
                },
         | 
| 123837 | 
            -
                " | 
| 123841 | 
            +
                "S30": {
         | 
| 123838 123842 | 
             
                  "type": "list",
         | 
| 123839 123843 | 
             
                  "member": {}
         | 
| 123840 123844 | 
             
                },
         | 
| 123841 | 
            -
                " | 
| 123845 | 
            +
                "S33": {
         | 
| 123842 123846 | 
             
                  "type": "structure",
         | 
| 123843 123847 | 
             
                  "members": {
         | 
| 123844 123848 | 
             
                    "GlobalReplicationGroupId": {},
         | 
| @@ -123889,20 +123893,20 @@ module.exports={ | |
| 123889 123893 | 
             
                  },
         | 
| 123890 123894 | 
             
                  "wrapper": true
         | 
| 123891 123895 | 
             
                },
         | 
| 123892 | 
            -
                " | 
| 123896 | 
            +
                "S3i": {
         | 
| 123893 123897 | 
             
                  "type": "list",
         | 
| 123894 123898 | 
             
                  "member": {}
         | 
| 123895 123899 | 
             
                },
         | 
| 123896 | 
            -
                " | 
| 123900 | 
            +
                "S3k": {
         | 
| 123897 123901 | 
             
                  "type": "structure",
         | 
| 123898 123902 | 
             
                  "members": {
         | 
| 123899 123903 | 
             
                    "Type": {},
         | 
| 123900 123904 | 
             
                    "Passwords": {
         | 
| 123901 | 
            -
                      "shape": " | 
| 123905 | 
            +
                      "shape": "S3i"
         | 
| 123902 123906 | 
             
                    }
         | 
| 123903 123907 | 
             
                  }
         | 
| 123904 123908 | 
             
                },
         | 
| 123905 | 
            -
                " | 
| 123909 | 
            +
                "S3m": {
         | 
| 123906 123910 | 
             
                  "type": "structure",
         | 
| 123907 123911 | 
             
                  "members": {
         | 
| 123908 123912 | 
             
                    "UserId": {},
         | 
| @@ -123926,28 +123930,28 @@ module.exports={ | |
| 123926 123930 | 
             
                    "ARN": {}
         | 
| 123927 123931 | 
             
                  }
         | 
| 123928 123932 | 
             
                },
         | 
| 123929 | 
            -
                " | 
| 123933 | 
            +
                "S3q": {
         | 
| 123930 123934 | 
             
                  "type": "list",
         | 
| 123931 123935 | 
             
                  "member": {}
         | 
| 123932 123936 | 
             
                },
         | 
| 123933 | 
            -
                " | 
| 123937 | 
            +
                "S3r": {
         | 
| 123934 123938 | 
             
                  "type": "structure",
         | 
| 123935 123939 | 
             
                  "members": {
         | 
| 123936 123940 | 
             
                    "UserGroupId": {},
         | 
| 123937 123941 | 
             
                    "Status": {},
         | 
| 123938 123942 | 
             
                    "Engine": {},
         | 
| 123939 123943 | 
             
                    "UserIds": {
         | 
| 123940 | 
            -
                      "shape": " | 
| 123944 | 
            +
                      "shape": "S3s"
         | 
| 123941 123945 | 
             
                    },
         | 
| 123942 123946 | 
             
                    "MinimumEngineVersion": {},
         | 
| 123943 123947 | 
             
                    "PendingChanges": {
         | 
| 123944 123948 | 
             
                      "type": "structure",
         | 
| 123945 123949 | 
             
                      "members": {
         | 
| 123946 123950 | 
             
                        "UserIdsToRemove": {
         | 
| 123947 | 
            -
                          "shape": " | 
| 123951 | 
            +
                          "shape": "S3s"
         | 
| 123948 123952 | 
             
                        },
         | 
| 123949 123953 | 
             
                        "UserIdsToAdd": {
         | 
| 123950 | 
            -
                          "shape": " | 
| 123954 | 
            +
                          "shape": "S3s"
         | 
| 123951 123955 | 
             
                        }
         | 
| 123952 123956 | 
             
                      }
         | 
| 123953 123957 | 
             
                    },
         | 
| @@ -123958,17 +123962,17 @@ module.exports={ | |
| 123958 123962 | 
             
                    "ARN": {}
         | 
| 123959 123963 | 
             
                  }
         | 
| 123960 123964 | 
             
                },
         | 
| 123961 | 
            -
                " | 
| 123965 | 
            +
                "S3s": {
         | 
| 123962 123966 | 
             
                  "type": "list",
         | 
| 123963 123967 | 
             
                  "member": {}
         | 
| 123964 123968 | 
             
                },
         | 
| 123965 | 
            -
                " | 
| 123969 | 
            +
                "S3w": {
         | 
| 123966 123970 | 
             
                  "type": "list",
         | 
| 123967 123971 | 
             
                  "member": {
         | 
| 123968 123972 | 
             
                    "locationName": "GlobalNodeGroupId"
         | 
| 123969 123973 | 
             
                  }
         | 
| 123970 123974 | 
             
                },
         | 
| 123971 | 
            -
                " | 
| 123975 | 
            +
                "S3z": {
         | 
| 123972 123976 | 
             
                  "type": "list",
         | 
| 123973 123977 | 
             
                  "member": {
         | 
| 123974 123978 | 
             
                    "locationName": "ConfigureShard",
         | 
| @@ -123983,15 +123987,15 @@ module.exports={ | |
| 123983 123987 | 
             
                        "type": "integer"
         | 
| 123984 123988 | 
             
                      },
         | 
| 123985 123989 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 123986 | 
            -
                        "shape": " | 
| 123990 | 
            +
                        "shape": "S23"
         | 
| 123987 123991 | 
             
                      },
         | 
| 123988 123992 | 
             
                      "PreferredOutpostArns": {
         | 
| 123989 | 
            -
                        "shape": " | 
| 123993 | 
            +
                        "shape": "S28"
         | 
| 123990 123994 | 
             
                      }
         | 
| 123991 123995 | 
             
                    }
         | 
| 123992 123996 | 
             
                  }
         | 
| 123993 123997 | 
             
                },
         | 
| 123994 | 
            -
                " | 
| 123998 | 
            +
                "S4s": {
         | 
| 123995 123999 | 
             
                  "type": "list",
         | 
| 123996 124000 | 
             
                  "member": {
         | 
| 123997 124001 | 
             
                    "locationName": "Parameter",
         | 
| @@ -124011,7 +124015,7 @@ module.exports={ | |
| 124011 124015 | 
             
                    }
         | 
| 124012 124016 | 
             
                  }
         | 
| 124013 124017 | 
             
                },
         | 
| 124014 | 
            -
                " | 
| 124018 | 
            +
                "S4v": {
         | 
| 124015 124019 | 
             
                  "type": "list",
         | 
| 124016 124020 | 
             
                  "member": {
         | 
| 124017 124021 | 
             
                    "locationName": "CacheNodeTypeSpecificParameter",
         | 
| @@ -124041,7 +124045,7 @@ module.exports={ | |
| 124041 124045 | 
             
                    }
         | 
| 124042 124046 | 
             
                  }
         | 
| 124043 124047 | 
             
                },
         | 
| 124044 | 
            -
                " | 
| 124048 | 
            +
                "S5m": {
         | 
| 124045 124049 | 
             
                  "type": "structure",
         | 
| 124046 124050 | 
             
                  "members": {
         | 
| 124047 124051 | 
             
                    "ReservedCacheNodeId": {},
         | 
| @@ -124066,13 +124070,13 @@ module.exports={ | |
| 124066 124070 | 
             
                    "OfferingType": {},
         | 
| 124067 124071 | 
             
                    "State": {},
         | 
| 124068 124072 | 
             
                    "RecurringCharges": {
         | 
| 124069 | 
            -
                      "shape": " | 
| 124073 | 
            +
                      "shape": "S5n"
         | 
| 124070 124074 | 
             
                    },
         | 
| 124071 124075 | 
             
                    "ReservationARN": {}
         | 
| 124072 124076 | 
             
                  },
         | 
| 124073 124077 | 
             
                  "wrapper": true
         | 
| 124074 124078 | 
             
                },
         | 
| 124075 | 
            -
                " | 
| 124079 | 
            +
                "S5n": {
         | 
| 124076 124080 | 
             
                  "type": "list",
         | 
| 124077 124081 | 
             
                  "member": {
         | 
| 124078 124082 | 
             
                    "locationName": "RecurringCharge",
         | 
| @@ -124086,11 +124090,11 @@ module.exports={ | |
| 124086 124090 | 
             
                    "wrapper": true
         | 
| 124087 124091 | 
             
                  }
         | 
| 124088 124092 | 
             
                },
         | 
| 124089 | 
            -
                " | 
| 124093 | 
            +
                "S5u": {
         | 
| 124090 124094 | 
             
                  "type": "list",
         | 
| 124091 124095 | 
             
                  "member": {}
         | 
| 124092 124096 | 
             
                },
         | 
| 124093 | 
            -
                " | 
| 124097 | 
            +
                "S71": {
         | 
| 124094 124098 | 
             
                  "type": "list",
         | 
| 124095 124099 | 
             
                  "member": {
         | 
| 124096 124100 | 
             
                    "locationName": "ReshardingConfiguration",
         | 
| @@ -124098,16 +124102,16 @@ module.exports={ | |
| 124098 124102 | 
             
                    "members": {
         | 
| 124099 124103 | 
             
                      "NodeGroupId": {},
         | 
| 124100 124104 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 124101 | 
            -
                        "shape": " | 
| 124105 | 
            +
                        "shape": "S1z"
         | 
| 124102 124106 | 
             
                      }
         | 
| 124103 124107 | 
             
                    }
         | 
| 124104 124108 | 
             
                  }
         | 
| 124105 124109 | 
             
                },
         | 
| 124106 | 
            -
                " | 
| 124110 | 
            +
                "S78": {
         | 
| 124107 124111 | 
             
                  "type": "list",
         | 
| 124108 124112 | 
             
                  "member": {}
         | 
| 124109 124113 | 
             
                },
         | 
| 124110 | 
            -
                " | 
| 124114 | 
            +
                "S7e": {
         | 
| 124111 124115 | 
             
                  "type": "list",
         | 
| 124112 124116 | 
             
                  "member": {
         | 
| 124113 124117 | 
             
                    "locationName": "ParameterNameValue",
         | 
| @@ -124118,7 +124122,7 @@ module.exports={ | |
| 124118 124122 | 
             
                    }
         | 
| 124119 124123 | 
             
                  }
         | 
| 124120 124124 | 
             
                },
         | 
| 124121 | 
            -
                " | 
| 124125 | 
            +
                "S7g": {
         | 
| 124122 124126 | 
             
                  "type": "structure",
         | 
| 124123 124127 | 
             
                  "members": {
         | 
| 124124 124128 | 
             
                    "CacheParameterGroupName": {}
         | 
| @@ -130597,6 +130601,20 @@ module.exports={ | |
| 130597 130601 | 
             
                          "NotebookInstanceSecurityGroupId": {},
         | 
| 130598 130602 | 
             
                          "Tags": {
         | 
| 130599 130603 | 
             
                            "shape": "S1y"
         | 
| 130604 | 
            +
                          },
         | 
| 130605 | 
            +
                          "NotebookS3Location": {
         | 
| 130606 | 
            +
                            "shape": "S43"
         | 
| 130607 | 
            +
                          },
         | 
| 130608 | 
            +
                          "OutputNotebookS3Location": {
         | 
| 130609 | 
            +
                            "type": "structure",
         | 
| 130610 | 
            +
                            "members": {
         | 
| 130611 | 
            +
                              "Bucket": {},
         | 
| 130612 | 
            +
                              "Key": {}
         | 
| 130613 | 
            +
                            }
         | 
| 130614 | 
            +
                          },
         | 
| 130615 | 
            +
                          "OutputNotebookFormat": {},
         | 
| 130616 | 
            +
                          "EnvironmentVariables": {
         | 
| 130617 | 
            +
                            "shape": "S47"
         | 
| 130600 130618 | 
             
                          }
         | 
| 130601 130619 | 
             
                        }
         | 
| 130602 130620 | 
             
                      }
         | 
| @@ -130683,11 +130701,11 @@ module.exports={ | |
| 130683 130701 | 
             
                          "Id": {},
         | 
| 130684 130702 | 
             
                          "Name": {},
         | 
| 130685 130703 | 
             
                          "Config": {
         | 
| 130686 | 
            -
                            "shape": " | 
| 130704 | 
            +
                            "shape": "S4k"
         | 
| 130687 130705 | 
             
                          },
         | 
| 130688 130706 | 
             
                          "ActionOnFailure": {},
         | 
| 130689 130707 | 
             
                          "Status": {
         | 
| 130690 | 
            -
                            "shape": " | 
| 130708 | 
            +
                            "shape": "S4l"
         | 
| 130691 130709 | 
             
                          },
         | 
| 130692 130710 | 
             
                          "ExecutionRoleArn": {}
         | 
| 130693 130711 | 
             
                        }
         | 
| @@ -130753,7 +130771,7 @@ module.exports={ | |
| 130753 130771 | 
             
                    "type": "structure",
         | 
| 130754 130772 | 
             
                    "members": {
         | 
| 130755 130773 | 
             
                      "AutoTerminationPolicy": {
         | 
| 130756 | 
            -
                        "shape": " | 
| 130774 | 
            +
                        "shape": "S4w"
         | 
| 130757 130775 | 
             
                      }
         | 
| 130758 130776 | 
             
                    }
         | 
| 130759 130777 | 
             
                  }
         | 
| @@ -130771,7 +130789,7 @@ module.exports={ | |
| 130771 130789 | 
             
                    ],
         | 
| 130772 130790 | 
             
                    "members": {
         | 
| 130773 130791 | 
             
                      "BlockPublicAccessConfiguration": {
         | 
| 130774 | 
            -
                        "shape": " | 
| 130792 | 
            +
                        "shape": "S50"
         | 
| 130775 130793 | 
             
                      },
         | 
| 130776 130794 | 
             
                      "BlockPublicAccessConfigurationMetadata": {
         | 
| 130777 130795 | 
             
                        "type": "structure",
         | 
| @@ -130838,7 +130856,7 @@ module.exports={ | |
| 130838 130856 | 
             
                    "type": "structure",
         | 
| 130839 130857 | 
             
                    "members": {
         | 
| 130840 130858 | 
             
                      "ManagedScalingPolicy": {
         | 
| 130841 | 
            -
                        "shape": " | 
| 130859 | 
            +
                        "shape": "S5b"
         | 
| 130842 130860 | 
             
                      }
         | 
| 130843 130861 | 
             
                    }
         | 
| 130844 130862 | 
             
                  }
         | 
| @@ -131030,7 +131048,7 @@ module.exports={ | |
| 131030 131048 | 
             
                                    "shape": "Si"
         | 
| 131031 131049 | 
             
                                  },
         | 
| 131032 131050 | 
             
                                  "EbsBlockDevices": {
         | 
| 131033 | 
            -
                                    "shape": " | 
| 131051 | 
            +
                                    "shape": "S62"
         | 
| 131034 131052 | 
             
                                  },
         | 
| 131035 131053 | 
             
                                  "EbsOptimized": {
         | 
| 131036 131054 | 
             
                                    "type": "boolean"
         | 
| @@ -131123,16 +131141,16 @@ module.exports={ | |
| 131123 131141 | 
             
                              "type": "long"
         | 
| 131124 131142 | 
             
                            },
         | 
| 131125 131143 | 
             
                            "EbsBlockDevices": {
         | 
| 131126 | 
            -
                              "shape": " | 
| 131144 | 
            +
                              "shape": "S62"
         | 
| 131127 131145 | 
             
                            },
         | 
| 131128 131146 | 
             
                            "EbsOptimized": {
         | 
| 131129 131147 | 
             
                              "type": "boolean"
         | 
| 131130 131148 | 
             
                            },
         | 
| 131131 131149 | 
             
                            "ShrinkPolicy": {
         | 
| 131132 | 
            -
                              "shape": " | 
| 131150 | 
            +
                              "shape": "S6e"
         | 
| 131133 131151 | 
             
                            },
         | 
| 131134 131152 | 
             
                            "AutoScalingPolicy": {
         | 
| 131135 | 
            -
                              "shape": " | 
| 131153 | 
            +
                              "shape": "S6i"
         | 
| 131136 131154 | 
             
                            },
         | 
| 131137 131155 | 
             
                            "CustomAmiId": {}
         | 
| 131138 131156 | 
             
                          }
         | 
| @@ -131238,7 +131256,8 @@ module.exports={ | |
| 131238 131256 | 
             
                      "To": {
         | 
| 131239 131257 | 
             
                        "type": "timestamp"
         | 
| 131240 131258 | 
             
                      },
         | 
| 131241 | 
            -
                      "Marker": {}
         | 
| 131259 | 
            +
                      "Marker": {},
         | 
| 131260 | 
            +
                      "ExecutionEngineId": {}
         | 
| 131242 131261 | 
             
                    }
         | 
| 131243 131262 | 
             
                  },
         | 
| 131244 131263 | 
             
                  "output": {
         | 
| @@ -131258,7 +131277,11 @@ module.exports={ | |
| 131258 131277 | 
             
                            },
         | 
| 131259 131278 | 
             
                            "EndTime": {
         | 
| 131260 131279 | 
             
                              "type": "timestamp"
         | 
| 131261 | 
            -
                            }
         | 
| 131280 | 
            +
                            },
         | 
| 131281 | 
            +
                            "NotebookS3Location": {
         | 
| 131282 | 
            +
                              "shape": "S43"
         | 
| 131283 | 
            +
                            },
         | 
| 131284 | 
            +
                            "ExecutionEngineId": {}
         | 
| 131262 131285 | 
             
                          }
         | 
| 131263 131286 | 
             
                        }
         | 
| 131264 131287 | 
             
                      },
         | 
| @@ -131348,11 +131371,11 @@ module.exports={ | |
| 131348 131371 | 
             
                            "Id": {},
         | 
| 131349 131372 | 
             
                            "Name": {},
         | 
| 131350 131373 | 
             
                            "Config": {
         | 
| 131351 | 
            -
                              "shape": " | 
| 131374 | 
            +
                              "shape": "S4k"
         | 
| 131352 131375 | 
             
                            },
         | 
| 131353 131376 | 
             
                            "ActionOnFailure": {},
         | 
| 131354 131377 | 
             
                            "Status": {
         | 
| 131355 | 
            -
                              "shape": " | 
| 131378 | 
            +
                              "shape": "S4l"
         | 
| 131356 131379 | 
             
                            }
         | 
| 131357 131380 | 
             
                          }
         | 
| 131358 131381 | 
             
                        }
         | 
| @@ -131498,7 +131521,7 @@ module.exports={ | |
| 131498 131521 | 
             
                              "member": {}
         | 
| 131499 131522 | 
             
                            },
         | 
| 131500 131523 | 
             
                            "ShrinkPolicy": {
         | 
| 131501 | 
            -
                              "shape": " | 
| 131524 | 
            +
                              "shape": "S6e"
         | 
| 131502 131525 | 
             
                            },
         | 
| 131503 131526 | 
             
                            "ReconfigurationType": {},
         | 
| 131504 131527 | 
             
                            "Configurations": {
         | 
| @@ -131532,7 +131555,7 @@ module.exports={ | |
| 131532 131555 | 
             
                      "ClusterId": {},
         | 
| 131533 131556 | 
             
                      "InstanceGroupId": {},
         | 
| 131534 131557 | 
             
                      "AutoScalingPolicy": {
         | 
| 131535 | 
            -
                        "shape": " | 
| 131558 | 
            +
                        "shape": "S6i"
         | 
| 131536 131559 | 
             
                      },
         | 
| 131537 131560 | 
             
                      "ClusterArn": {}
         | 
| 131538 131561 | 
             
                    }
         | 
| @@ -131547,7 +131570,7 @@ module.exports={ | |
| 131547 131570 | 
             
                    "members": {
         | 
| 131548 131571 | 
             
                      "ClusterId": {},
         | 
| 131549 131572 | 
             
                      "AutoTerminationPolicy": {
         | 
| 131550 | 
            -
                        "shape": " | 
| 131573 | 
            +
                        "shape": "S4w"
         | 
| 131551 131574 | 
             
                      }
         | 
| 131552 131575 | 
             
                    }
         | 
| 131553 131576 | 
             
                  },
         | 
| @@ -131564,7 +131587,7 @@ module.exports={ | |
| 131564 131587 | 
             
                    ],
         | 
| 131565 131588 | 
             
                    "members": {
         | 
| 131566 131589 | 
             
                      "BlockPublicAccessConfiguration": {
         | 
| 131567 | 
            -
                        "shape": " | 
| 131590 | 
            +
                        "shape": "S50"
         | 
| 131568 131591 | 
             
                      }
         | 
| 131569 131592 | 
             
                    }
         | 
| 131570 131593 | 
             
                  },
         | 
| @@ -131583,7 +131606,7 @@ module.exports={ | |
| 131583 131606 | 
             
                    "members": {
         | 
| 131584 131607 | 
             
                      "ClusterId": {},
         | 
| 131585 131608 | 
             
                      "ManagedScalingPolicy": {
         | 
| 131586 | 
            -
                        "shape": " | 
| 131609 | 
            +
                        "shape": "S5b"
         | 
| 131587 131610 | 
             
                      }
         | 
| 131588 131611 | 
             
                    }
         | 
| 131589 131612 | 
             
                  },
         | 
| @@ -131708,10 +131731,10 @@ module.exports={ | |
| 131708 131731 | 
             
                          "EmrManagedSlaveSecurityGroup": {},
         | 
| 131709 131732 | 
             
                          "ServiceAccessSecurityGroup": {},
         | 
| 131710 131733 | 
             
                          "AdditionalMasterSecurityGroups": {
         | 
| 131711 | 
            -
                            "shape": " | 
| 131734 | 
            +
                            "shape": "S8g"
         | 
| 131712 131735 | 
             
                          },
         | 
| 131713 131736 | 
             
                          "AdditionalSlaveSecurityGroups": {
         | 
| 131714 | 
            -
                            "shape": " | 
| 131737 | 
            +
                            "shape": "S8g"
         | 
| 131715 131738 | 
             
                          }
         | 
| 131716 131739 | 
             
                        }
         | 
| 131717 131740 | 
             
                      },
         | 
| @@ -131768,13 +131791,13 @@ module.exports={ | |
| 131768 131791 | 
             
                        "type": "integer"
         | 
| 131769 131792 | 
             
                      },
         | 
| 131770 131793 | 
             
                      "ManagedScalingPolicy": {
         | 
| 131771 | 
            -
                        "shape": " | 
| 131794 | 
            +
                        "shape": "S5b"
         | 
| 131772 131795 | 
             
                      },
         | 
| 131773 131796 | 
             
                      "PlacementGroupConfigs": {
         | 
| 131774 131797 | 
             
                        "shape": "S38"
         | 
| 131775 131798 | 
             
                      },
         | 
| 131776 131799 | 
             
                      "AutoTerminationPolicy": {
         | 
| 131777 | 
            -
                        "shape": " | 
| 131800 | 
            +
                        "shape": "S4w"
         | 
| 131778 131801 | 
             
                      },
         | 
| 131779 131802 | 
             
                      "OSReleaseLabel": {}
         | 
| 131780 131803 | 
             
                    }
         | 
| @@ -131825,8 +131848,6 @@ module.exports={ | |
| 131825 131848 | 
             
                  "input": {
         | 
| 131826 131849 | 
             
                    "type": "structure",
         | 
| 131827 131850 | 
             
                    "required": [
         | 
| 131828 | 
            -
                      "EditorId",
         | 
| 131829 | 
            -
                      "RelativePath",
         | 
| 131830 131851 | 
             
                      "ExecutionEngine",
         | 
| 131831 131852 | 
             
                      "ServiceRole"
         | 
| 131832 131853 | 
             
                    ],
         | 
| @@ -131842,6 +131863,24 @@ module.exports={ | |
| 131842 131863 | 
             
                      "NotebookInstanceSecurityGroupId": {},
         | 
| 131843 131864 | 
             
                      "Tags": {
         | 
| 131844 131865 | 
             
                        "shape": "S1y"
         | 
| 131866 | 
            +
                      },
         | 
| 131867 | 
            +
                      "NotebookS3Location": {
         | 
| 131868 | 
            +
                        "type": "structure",
         | 
| 131869 | 
            +
                        "members": {
         | 
| 131870 | 
            +
                          "Bucket": {},
         | 
| 131871 | 
            +
                          "Key": {}
         | 
| 131872 | 
            +
                        }
         | 
| 131873 | 
            +
                      },
         | 
| 131874 | 
            +
                      "OutputNotebookS3Location": {
         | 
| 131875 | 
            +
                        "type": "structure",
         | 
| 131876 | 
            +
                        "members": {
         | 
| 131877 | 
            +
                          "Bucket": {},
         | 
| 131878 | 
            +
                          "Key": {}
         | 
| 131879 | 
            +
                        }
         | 
| 131880 | 
            +
                      },
         | 
| 131881 | 
            +
                      "OutputNotebookFormat": {},
         | 
| 131882 | 
            +
                      "EnvironmentVariables": {
         | 
| 131883 | 
            +
                        "shape": "S47"
         | 
| 131845 131884 | 
             
                      }
         | 
| 131846 131885 | 
             
                    }
         | 
| 131847 131886 | 
             
                  },
         | 
| @@ -132432,10 +132471,23 @@ module.exports={ | |
| 132432 132471 | 
             
                  "members": {
         | 
| 132433 132472 | 
             
                    "Id": {},
         | 
| 132434 132473 | 
             
                    "Type": {},
         | 
| 132435 | 
            -
                    "MasterInstanceSecurityGroupId": {}
         | 
| 132474 | 
            +
                    "MasterInstanceSecurityGroupId": {},
         | 
| 132475 | 
            +
                    "ExecutionRoleArn": {}
         | 
| 132436 132476 | 
             
                  }
         | 
| 132437 132477 | 
             
                },
         | 
| 132438 | 
            -
                " | 
| 132478 | 
            +
                "S43": {
         | 
| 132479 | 
            +
                  "type": "structure",
         | 
| 132480 | 
            +
                  "members": {
         | 
| 132481 | 
            +
                    "Bucket": {},
         | 
| 132482 | 
            +
                    "Key": {}
         | 
| 132483 | 
            +
                  }
         | 
| 132484 | 
            +
                },
         | 
| 132485 | 
            +
                "S47": {
         | 
| 132486 | 
            +
                  "type": "map",
         | 
| 132487 | 
            +
                  "key": {},
         | 
| 132488 | 
            +
                  "value": {}
         | 
| 132489 | 
            +
                },
         | 
| 132490 | 
            +
                "S4k": {
         | 
| 132439 132491 | 
             
                  "type": "structure",
         | 
| 132440 132492 | 
             
                  "members": {
         | 
| 132441 132493 | 
             
                    "Jar": {},
         | 
| @@ -132448,7 +132500,7 @@ module.exports={ | |
| 132448 132500 | 
             
                    }
         | 
| 132449 132501 | 
             
                  }
         | 
| 132450 132502 | 
             
                },
         | 
| 132451 | 
            -
                " | 
| 132503 | 
            +
                "S4l": {
         | 
| 132452 132504 | 
             
                  "type": "structure",
         | 
| 132453 132505 | 
             
                  "members": {
         | 
| 132454 132506 | 
             
                    "State": {},
         | 
| @@ -132483,7 +132535,7 @@ module.exports={ | |
| 132483 132535 | 
             
                    }
         | 
| 132484 132536 | 
             
                  }
         | 
| 132485 132537 | 
             
                },
         | 
| 132486 | 
            -
                " | 
| 132538 | 
            +
                "S4w": {
         | 
| 132487 132539 | 
             
                  "type": "structure",
         | 
| 132488 132540 | 
             
                  "members": {
         | 
| 132489 132541 | 
             
                    "IdleTimeout": {
         | 
| @@ -132491,7 +132543,7 @@ module.exports={ | |
| 132491 132543 | 
             
                    }
         | 
| 132492 132544 | 
             
                  }
         | 
| 132493 132545 | 
             
                },
         | 
| 132494 | 
            -
                " | 
| 132546 | 
            +
                "S50": {
         | 
| 132495 132547 | 
             
                  "type": "structure",
         | 
| 132496 132548 | 
             
                  "required": [
         | 
| 132497 132549 | 
             
                    "BlockPublicSecurityGroupRules"
         | 
| @@ -132519,7 +132571,7 @@ module.exports={ | |
| 132519 132571 | 
             
                    }
         | 
| 132520 132572 | 
             
                  }
         | 
| 132521 132573 | 
             
                },
         | 
| 132522 | 
            -
                " | 
| 132574 | 
            +
                "S5b": {
         | 
| 132523 132575 | 
             
                  "type": "structure",
         | 
| 132524 132576 | 
             
                  "members": {
         | 
| 132525 132577 | 
             
                    "ComputeLimits": {
         | 
| @@ -132547,7 +132599,7 @@ module.exports={ | |
| 132547 132599 | 
             
                    }
         | 
| 132548 132600 | 
             
                  }
         | 
| 132549 132601 | 
             
                },
         | 
| 132550 | 
            -
                " | 
| 132602 | 
            +
                "S62": {
         | 
| 132551 132603 | 
             
                  "type": "list",
         | 
| 132552 132604 | 
             
                  "member": {
         | 
| 132553 132605 | 
             
                    "type": "structure",
         | 
| @@ -132559,7 +132611,7 @@ module.exports={ | |
| 132559 132611 | 
             
                    }
         | 
| 132560 132612 | 
             
                  }
         | 
| 132561 132613 | 
             
                },
         | 
| 132562 | 
            -
                " | 
| 132614 | 
            +
                "S6e": {
         | 
| 132563 132615 | 
             
                  "type": "structure",
         | 
| 132564 132616 | 
             
                  "members": {
         | 
| 132565 132617 | 
             
                    "DecommissionTimeout": {
         | 
| @@ -132569,10 +132621,10 @@ module.exports={ | |
| 132569 132621 | 
             
                      "type": "structure",
         | 
| 132570 132622 | 
             
                      "members": {
         | 
| 132571 132623 | 
             
                        "InstancesToTerminate": {
         | 
| 132572 | 
            -
                          "shape": " | 
| 132624 | 
            +
                          "shape": "S6g"
         | 
| 132573 132625 | 
             
                        },
         | 
| 132574 132626 | 
             
                        "InstancesToProtect": {
         | 
| 132575 | 
            -
                          "shape": " | 
| 132627 | 
            +
                          "shape": "S6g"
         | 
| 132576 132628 | 
             
                        },
         | 
| 132577 132629 | 
             
                        "InstanceTerminationTimeout": {
         | 
| 132578 132630 | 
             
                          "type": "integer"
         | 
| @@ -132581,11 +132633,11 @@ module.exports={ | |
| 132581 132633 | 
             
                    }
         | 
| 132582 132634 | 
             
                  }
         | 
| 132583 132635 | 
             
                },
         | 
| 132584 | 
            -
                " | 
| 132636 | 
            +
                "S6g": {
         | 
| 132585 132637 | 
             
                  "type": "list",
         | 
| 132586 132638 | 
             
                  "member": {}
         | 
| 132587 132639 | 
             
                },
         | 
| 132588 | 
            -
                " | 
| 132640 | 
            +
                "S6i": {
         | 
| 132589 132641 | 
             
                  "type": "structure",
         | 
| 132590 132642 | 
             
                  "members": {
         | 
| 132591 132643 | 
             
                    "Status": {
         | 
| @@ -132609,7 +132661,7 @@ module.exports={ | |
| 132609 132661 | 
             
                    }
         | 
| 132610 132662 | 
             
                  }
         | 
| 132611 132663 | 
             
                },
         | 
| 132612 | 
            -
                " | 
| 132664 | 
            +
                "S8g": {
         | 
| 132613 132665 | 
             
                  "type": "list",
         | 
| 132614 132666 | 
             
                  "member": {}
         | 
| 132615 132667 | 
             
                }
         | 
| @@ -204558,7 +204610,8 @@ module.exports={ | |
| 204558 204610 | 
             
                      "ManageMasterUserPassword": {
         | 
| 204559 204611 | 
             
                        "type": "boolean"
         | 
| 204560 204612 | 
             
                      },
         | 
| 204561 | 
            -
                      "MasterUserSecretKmsKeyId": {}
         | 
| 204613 | 
            +
                      "MasterUserSecretKmsKeyId": {},
         | 
| 204614 | 
            +
                      "StorageType": {}
         | 
| 204562 204615 | 
             
                    }
         | 
| 204563 204616 | 
             
                  },
         | 
| 204564 204617 | 
             
                  "output": {
         | 
| @@ -205519,7 +205572,8 @@ module.exports={ | |
| 205519 205572 | 
             
                    "TagList": {
         | 
| 205520 205573 | 
             
                      "shape": "Sb"
         | 
| 205521 205574 | 
             
                    },
         | 
| 205522 | 
            -
                    "DBSystemId": {}
         | 
| 205575 | 
            +
                    "DBSystemId": {},
         | 
| 205576 | 
            +
                    "StorageType": {}
         | 
| 205523 205577 | 
             
                  },
         | 
| 205524 205578 | 
             
                  "wrapper": true
         | 
| 205525 205579 | 
             
                },
         | 
| @@ -206114,7 +206168,8 @@ module.exports={ | |
| 206114 206168 | 
             
                        },
         | 
| 206115 206169 | 
             
                        "Iops": {
         | 
| 206116 206170 | 
             
                          "type": "integer"
         | 
| 206117 | 
            -
                        }
         | 
| 206171 | 
            +
                        },
         | 
| 206172 | 
            +
                        "StorageType": {}
         | 
| 206118 206173 | 
             
                      }
         | 
| 206119 206174 | 
             
                    },
         | 
| 206120 206175 | 
             
                    "DBClusterInstanceClass": {},
         | 
| @@ -206154,6 +206209,9 @@ module.exports={ | |
| 206154 206209 | 
             
                    "DBSystemId": {},
         | 
| 206155 206210 | 
             
                    "MasterUserSecret": {
         | 
| 206156 206211 | 
             
                      "shape": "S3f"
         | 
| 206212 | 
            +
                    },
         | 
| 206213 | 
            +
                    "IOOptimizedNextAllowedModificationTime": {
         | 
| 206214 | 
            +
                      "type": "timestamp"
         | 
| 206157 206215 | 
             
                    }
         | 
| 206158 206216 | 
             
                  },
         | 
| 206159 206217 | 
             
                  "wrapper": true
         | 
| @@ -256621,7 +256679,7 @@ AWS.util.update(AWS, { | |
| 256621 256679 | 
             
              /**
         | 
| 256622 256680 | 
             
               * @constant
         | 
| 256623 256681 | 
             
               */
         | 
| 256624 | 
            -
              VERSION: '2. | 
| 256682 | 
            +
              VERSION: '2.1377.0',
         | 
| 256625 256683 |  | 
| 256626 256684 | 
             
              /**
         | 
| 256627 256685 | 
             
               * @api private
         | 
| @@ -278747,7 +278805,7 @@ var LRUCache = /** @class */ (function () { | |
| 278747 278805 | 
             
            }());
         | 
| 278748 278806 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278749 278807 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278750 | 
            -
            // AWS SDK for JavaScript v2. | 
| 278808 | 
            +
            // AWS SDK for JavaScript v2.1377.0
         | 
| 278751 278809 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278752 278810 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278753 278811 | 
             
            require('./browser_loader');
         |