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
| @@ -141,7 +141,7 @@ | |
| 141 141 | 
             
                    "type": "structure",
         | 
| 142 142 | 
             
                    "members": {
         | 
| 143 143 | 
             
                      "Snapshot": {
         | 
| 144 | 
            -
                        "shape": " | 
| 144 | 
            +
                        "shape": "S1u"
         | 
| 145 145 | 
             
                      }
         | 
| 146 146 | 
             
                    }
         | 
| 147 147 | 
             
                  }
         | 
| @@ -158,7 +158,7 @@ | |
| 158 158 | 
             
                      "AZMode": {},
         | 
| 159 159 | 
             
                      "PreferredAvailabilityZone": {},
         | 
| 160 160 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 161 | 
            -
                        "shape": " | 
| 161 | 
            +
                        "shape": "S23"
         | 
| 162 162 | 
             
                      },
         | 
| 163 163 | 
             
                      "NumCacheNodes": {
         | 
| 164 164 | 
             
                        "type": "integer"
         | 
| @@ -169,16 +169,16 @@ | |
| 169 169 | 
             
                      "CacheParameterGroupName": {},
         | 
| 170 170 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 171 171 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 172 | 
            -
                        "shape": " | 
| 172 | 
            +
                        "shape": "S24"
         | 
| 173 173 | 
             
                      },
         | 
| 174 174 | 
             
                      "SecurityGroupIds": {
         | 
| 175 | 
            -
                        "shape": " | 
| 175 | 
            +
                        "shape": "S25"
         | 
| 176 176 | 
             
                      },
         | 
| 177 177 | 
             
                      "Tags": {
         | 
| 178 178 | 
             
                        "shape": "S3"
         | 
| 179 179 | 
             
                      },
         | 
| 180 180 | 
             
                      "SnapshotArns": {
         | 
| 181 | 
            -
                        "shape": " | 
| 181 | 
            +
                        "shape": "S26"
         | 
| 182 182 | 
             
                      },
         | 
| 183 183 | 
             
                      "SnapshotName": {},
         | 
| 184 184 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| @@ -197,10 +197,10 @@ | |
| 197 197 | 
             
                      "OutpostMode": {},
         | 
| 198 198 | 
             
                      "PreferredOutpostArn": {},
         | 
| 199 199 | 
             
                      "PreferredOutpostArns": {
         | 
| 200 | 
            -
                        "shape": " | 
| 200 | 
            +
                        "shape": "S28"
         | 
| 201 201 | 
             
                      },
         | 
| 202 202 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 203 | 
            -
                        "shape": " | 
| 203 | 
            +
                        "shape": "S29"
         | 
| 204 204 | 
             
                      },
         | 
| 205 205 | 
             
                      "TransitEncryptionEnabled": {
         | 
| 206 206 | 
             
                        "type": "boolean"
         | 
| @@ -214,7 +214,7 @@ | |
| 214 214 | 
             
                    "type": "structure",
         | 
| 215 215 | 
             
                    "members": {
         | 
| 216 216 | 
             
                      "CacheCluster": {
         | 
| 217 | 
            -
                        "shape": " | 
| 217 | 
            +
                        "shape": "S2c"
         | 
| 218 218 | 
             
                      }
         | 
| 219 219 | 
             
                    }
         | 
| 220 220 | 
             
                  }
         | 
| @@ -241,7 +241,7 @@ | |
| 241 241 | 
             
                    "type": "structure",
         | 
| 242 242 | 
             
                    "members": {
         | 
| 243 243 | 
             
                      "CacheParameterGroup": {
         | 
| 244 | 
            -
                        "shape": " | 
| 244 | 
            +
                        "shape": "S2p"
         | 
| 245 245 | 
             
                      }
         | 
| 246 246 | 
             
                    }
         | 
| 247 247 | 
             
                  }
         | 
| @@ -283,7 +283,7 @@ | |
| 283 283 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 284 284 | 
             
                      "CacheSubnetGroupDescription": {},
         | 
| 285 285 | 
             
                      "SubnetIds": {
         | 
| 286 | 
            -
                        "shape": " | 
| 286 | 
            +
                        "shape": "S2t"
         | 
| 287 287 | 
             
                      },
         | 
| 288 288 | 
             
                      "Tags": {
         | 
| 289 289 | 
             
                        "shape": "S3"
         | 
| @@ -295,7 +295,7 @@ | |
| 295 295 | 
             
                    "type": "structure",
         | 
| 296 296 | 
             
                    "members": {
         | 
| 297 297 | 
             
                      "CacheSubnetGroup": {
         | 
| 298 | 
            -
                        "shape": " | 
| 298 | 
            +
                        "shape": "S2v"
         | 
| 299 299 | 
             
                      }
         | 
| 300 300 | 
             
                    }
         | 
| 301 301 | 
             
                  }
         | 
| @@ -318,7 +318,7 @@ | |
| 318 318 | 
             
                    "type": "structure",
         | 
| 319 319 | 
             
                    "members": {
         | 
| 320 320 | 
             
                      "GlobalReplicationGroup": {
         | 
| 321 | 
            -
                        "shape": " | 
| 321 | 
            +
                        "shape": "S33"
         | 
| 322 322 | 
             
                      }
         | 
| 323 323 | 
             
                    }
         | 
| 324 324 | 
             
                  }
         | 
| @@ -345,7 +345,7 @@ | |
| 345 345 | 
             
                        "type": "integer"
         | 
| 346 346 | 
             
                      },
         | 
| 347 347 | 
             
                      "PreferredCacheClusterAZs": {
         | 
| 348 | 
            -
                        "shape": " | 
| 348 | 
            +
                        "shape": "S1z"
         | 
| 349 349 | 
             
                      },
         | 
| 350 350 | 
             
                      "NumNodeGroups": {
         | 
| 351 351 | 
             
                        "type": "integer"
         | 
| @@ -356,7 +356,7 @@ | |
| 356 356 | 
             
                      "NodeGroupConfiguration": {
         | 
| 357 357 | 
             
                        "type": "list",
         | 
| 358 358 | 
             
                        "member": {
         | 
| 359 | 
            -
                          "shape": " | 
| 359 | 
            +
                          "shape": "S1x",
         | 
| 360 360 | 
             
                          "locationName": "NodeGroupConfiguration"
         | 
| 361 361 | 
             
                        }
         | 
| 362 362 | 
             
                      },
         | 
| @@ -366,16 +366,16 @@ | |
| 366 366 | 
             
                      "CacheParameterGroupName": {},
         | 
| 367 367 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 368 368 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 369 | 
            -
                        "shape": " | 
| 369 | 
            +
                        "shape": "S24"
         | 
| 370 370 | 
             
                      },
         | 
| 371 371 | 
             
                      "SecurityGroupIds": {
         | 
| 372 | 
            -
                        "shape": " | 
| 372 | 
            +
                        "shape": "S25"
         | 
| 373 373 | 
             
                      },
         | 
| 374 374 | 
             
                      "Tags": {
         | 
| 375 375 | 
             
                        "shape": "S3"
         | 
| 376 376 | 
             
                      },
         | 
| 377 377 | 
             
                      "SnapshotArns": {
         | 
| 378 | 
            -
                        "shape": " | 
| 378 | 
            +
                        "shape": "S26"
         | 
| 379 379 | 
             
                      },
         | 
| 380 380 | 
             
                      "SnapshotName": {},
         | 
| 381 381 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| @@ -403,14 +403,15 @@ | |
| 403 403 | 
             
                        "member": {}
         | 
| 404 404 | 
             
                      },
         | 
| 405 405 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 406 | 
            -
                        "shape": " | 
| 406 | 
            +
                        "shape": "S29"
         | 
| 407 407 | 
             
                      },
         | 
| 408 408 | 
             
                      "DataTieringEnabled": {
         | 
| 409 409 | 
             
                        "type": "boolean"
         | 
| 410 410 | 
             
                      },
         | 
| 411 411 | 
             
                      "NetworkType": {},
         | 
| 412 412 | 
             
                      "IpDiscovery": {},
         | 
| 413 | 
            -
                      "TransitEncryptionMode": {}
         | 
| 413 | 
            +
                      "TransitEncryptionMode": {},
         | 
| 414 | 
            +
                      "ClusterMode": {}
         | 
| 414 415 | 
             
                    }
         | 
| 415 416 | 
             
                  },
         | 
| 416 417 | 
             
                  "output": {
         | 
| @@ -444,7 +445,7 @@ | |
| 444 445 | 
             
                    "type": "structure",
         | 
| 445 446 | 
             
                    "members": {
         | 
| 446 447 | 
             
                      "Snapshot": {
         | 
| 447 | 
            -
                        "shape": " | 
| 448 | 
            +
                        "shape": "S1u"
         | 
| 448 449 | 
             
                      }
         | 
| 449 450 | 
             
                    }
         | 
| 450 451 | 
             
                  }
         | 
| @@ -463,7 +464,7 @@ | |
| 463 464 | 
             
                      "UserName": {},
         | 
| 464 465 | 
             
                      "Engine": {},
         | 
| 465 466 | 
             
                      "Passwords": {
         | 
| 466 | 
            -
                        "shape": " | 
| 467 | 
            +
                        "shape": "S3i"
         | 
| 467 468 | 
             
                      },
         | 
| 468 469 | 
             
                      "AccessString": {},
         | 
| 469 470 | 
             
                      "NoPasswordRequired": {
         | 
| @@ -473,12 +474,12 @@ | |
| 473 474 | 
             
                        "shape": "S3"
         | 
| 474 475 | 
             
                      },
         | 
| 475 476 | 
             
                      "AuthenticationMode": {
         | 
| 476 | 
            -
                        "shape": " | 
| 477 | 
            +
                        "shape": "S3k"
         | 
| 477 478 | 
             
                      }
         | 
| 478 479 | 
             
                    }
         | 
| 479 480 | 
             
                  },
         | 
| 480 481 | 
             
                  "output": {
         | 
| 481 | 
            -
                    "shape": " | 
| 482 | 
            +
                    "shape": "S3m",
         | 
| 482 483 | 
             
                    "resultWrapper": "CreateUserResult"
         | 
| 483 484 | 
             
                  }
         | 
| 484 485 | 
             
                },
         | 
| @@ -493,7 +494,7 @@ | |
| 493 494 | 
             
                      "UserGroupId": {},
         | 
| 494 495 | 
             
                      "Engine": {},
         | 
| 495 496 | 
             
                      "UserIds": {
         | 
| 496 | 
            -
                        "shape": " | 
| 497 | 
            +
                        "shape": "S3q"
         | 
| 497 498 | 
             
                      },
         | 
| 498 499 | 
             
                      "Tags": {
         | 
| 499 500 | 
             
                        "shape": "S3"
         | 
| @@ -501,7 +502,7 @@ | |
| 501 502 | 
             
                    }
         | 
| 502 503 | 
             
                  },
         | 
| 503 504 | 
             
                  "output": {
         | 
| 504 | 
            -
                    "shape": " | 
| 505 | 
            +
                    "shape": "S3r",
         | 
| 505 506 | 
             
                    "resultWrapper": "CreateUserGroupResult"
         | 
| 506 507 | 
             
                  }
         | 
| 507 508 | 
             
                },
         | 
| @@ -519,10 +520,10 @@ | |
| 519 520 | 
             
                        "type": "integer"
         | 
| 520 521 | 
             
                      },
         | 
| 521 522 | 
             
                      "GlobalNodeGroupsToRemove": {
         | 
| 522 | 
            -
                        "shape": " | 
| 523 | 
            +
                        "shape": "S3w"
         | 
| 523 524 | 
             
                      },
         | 
| 524 525 | 
             
                      "GlobalNodeGroupsToRetain": {
         | 
| 525 | 
            -
                        "shape": " | 
| 526 | 
            +
                        "shape": "S3w"
         | 
| 526 527 | 
             
                      },
         | 
| 527 528 | 
             
                      "ApplyImmediately": {
         | 
| 528 529 | 
             
                        "type": "boolean"
         | 
| @@ -534,7 +535,7 @@ | |
| 534 535 | 
             
                    "type": "structure",
         | 
| 535 536 | 
             
                    "members": {
         | 
| 536 537 | 
             
                      "GlobalReplicationGroup": {
         | 
| 537 | 
            -
                        "shape": " | 
| 538 | 
            +
                        "shape": "S33"
         | 
| 538 539 | 
             
                      }
         | 
| 539 540 | 
             
                    }
         | 
| 540 541 | 
             
                  }
         | 
| @@ -552,7 +553,7 @@ | |
| 552 553 | 
             
                        "type": "integer"
         | 
| 553 554 | 
             
                      },
         | 
| 554 555 | 
             
                      "ReplicaConfiguration": {
         | 
| 555 | 
            -
                        "shape": " | 
| 556 | 
            +
                        "shape": "S3z"
         | 
| 556 557 | 
             
                      },
         | 
| 557 558 | 
             
                      "ReplicasToRemove": {
         | 
| 558 559 | 
             
                        "type": "list",
         | 
| @@ -589,7 +590,7 @@ | |
| 589 590 | 
             
                    "type": "structure",
         | 
| 590 591 | 
             
                    "members": {
         | 
| 591 592 | 
             
                      "CacheCluster": {
         | 
| 592 | 
            -
                        "shape": " | 
| 593 | 
            +
                        "shape": "S2c"
         | 
| 593 594 | 
             
                      }
         | 
| 594 595 | 
             
                    }
         | 
| 595 596 | 
             
                  }
         | 
| @@ -646,7 +647,7 @@ | |
| 646 647 | 
             
                    "type": "structure",
         | 
| 647 648 | 
             
                    "members": {
         | 
| 648 649 | 
             
                      "GlobalReplicationGroup": {
         | 
| 649 | 
            -
                        "shape": " | 
| 650 | 
            +
                        "shape": "S33"
         | 
| 650 651 | 
             
                      }
         | 
| 651 652 | 
             
                    }
         | 
| 652 653 | 
             
                  }
         | 
| @@ -690,7 +691,7 @@ | |
| 690 691 | 
             
                    "type": "structure",
         | 
| 691 692 | 
             
                    "members": {
         | 
| 692 693 | 
             
                      "Snapshot": {
         | 
| 693 | 
            -
                        "shape": " | 
| 694 | 
            +
                        "shape": "S1u"
         | 
| 694 695 | 
             
                      }
         | 
| 695 696 | 
             
                    }
         | 
| 696 697 | 
             
                  }
         | 
| @@ -706,7 +707,7 @@ | |
| 706 707 | 
             
                    }
         | 
| 707 708 | 
             
                  },
         | 
| 708 709 | 
             
                  "output": {
         | 
| 709 | 
            -
                    "shape": " | 
| 710 | 
            +
                    "shape": "S3m",
         | 
| 710 711 | 
             
                    "resultWrapper": "DeleteUserResult"
         | 
| 711 712 | 
             
                  }
         | 
| 712 713 | 
             
                },
         | 
| @@ -721,7 +722,7 @@ | |
| 721 722 | 
             
                    }
         | 
| 722 723 | 
             
                  },
         | 
| 723 724 | 
             
                  "output": {
         | 
| 724 | 
            -
                    "shape": " | 
| 725 | 
            +
                    "shape": "S3r",
         | 
| 725 726 | 
             
                    "resultWrapper": "DeleteUserGroupResult"
         | 
| 726 727 | 
             
                  }
         | 
| 727 728 | 
             
                },
         | 
| @@ -750,7 +751,7 @@ | |
| 750 751 | 
             
                      "CacheClusters": {
         | 
| 751 752 | 
             
                        "type": "list",
         | 
| 752 753 | 
             
                        "member": {
         | 
| 753 | 
            -
                          "shape": " | 
| 754 | 
            +
                          "shape": "S2c",
         | 
| 754 755 | 
             
                          "locationName": "CacheCluster"
         | 
| 755 756 | 
             
                        }
         | 
| 756 757 | 
             
                      }
         | 
| @@ -814,7 +815,7 @@ | |
| 814 815 | 
             
                      "CacheParameterGroups": {
         | 
| 815 816 | 
             
                        "type": "list",
         | 
| 816 817 | 
             
                        "member": {
         | 
| 817 | 
            -
                          "shape": " | 
| 818 | 
            +
                          "shape": "S2p",
         | 
| 818 819 | 
             
                          "locationName": "CacheParameterGroup"
         | 
| 819 820 | 
             
                        }
         | 
| 820 821 | 
             
                      }
         | 
| @@ -842,10 +843,10 @@ | |
| 842 843 | 
             
                    "members": {
         | 
| 843 844 | 
             
                      "Marker": {},
         | 
| 844 845 | 
             
                      "Parameters": {
         | 
| 845 | 
            -
                        "shape": " | 
| 846 | 
            +
                        "shape": "S4s"
         | 
| 846 847 | 
             
                      },
         | 
| 847 848 | 
             
                      "CacheNodeTypeSpecificParameters": {
         | 
| 848 | 
            -
                        "shape": " | 
| 849 | 
            +
                        "shape": "S4v"
         | 
| 849 850 | 
             
                      }
         | 
| 850 851 | 
             
                    }
         | 
| 851 852 | 
             
                  }
         | 
| @@ -895,7 +896,7 @@ | |
| 895 896 | 
             
                      "CacheSubnetGroups": {
         | 
| 896 897 | 
             
                        "type": "list",
         | 
| 897 898 | 
             
                        "member": {
         | 
| 898 | 
            -
                          "shape": " | 
| 899 | 
            +
                          "shape": "S2v",
         | 
| 899 900 | 
             
                          "locationName": "CacheSubnetGroup"
         | 
| 900 901 | 
             
                        }
         | 
| 901 902 | 
             
                      }
         | 
| @@ -926,10 +927,10 @@ | |
| 926 927 | 
             
                          "CacheParameterGroupFamily": {},
         | 
| 927 928 | 
             
                          "Marker": {},
         | 
| 928 929 | 
             
                          "Parameters": {
         | 
| 929 | 
            -
                            "shape": " | 
| 930 | 
            +
                            "shape": "S4s"
         | 
| 930 931 | 
             
                          },
         | 
| 931 932 | 
             
                          "CacheNodeTypeSpecificParameters": {
         | 
| 932 | 
            -
                            "shape": " | 
| 933 | 
            +
                            "shape": "S4v"
         | 
| 933 934 | 
             
                          }
         | 
| 934 935 | 
             
                        },
         | 
| 935 936 | 
             
                        "wrapper": true
         | 
| @@ -1003,7 +1004,7 @@ | |
| 1003 1004 | 
             
                      "GlobalReplicationGroups": {
         | 
| 1004 1005 | 
             
                        "type": "list",
         | 
| 1005 1006 | 
             
                        "member": {
         | 
| 1006 | 
            -
                          "shape": " | 
| 1007 | 
            +
                          "shape": "S33",
         | 
| 1007 1008 | 
             
                          "locationName": "GlobalReplicationGroup"
         | 
| 1008 1009 | 
             
                        }
         | 
| 1009 1010 | 
             
                      }
         | 
| @@ -1060,7 +1061,7 @@ | |
| 1060 1061 | 
             
                      "ReservedCacheNodes": {
         | 
| 1061 1062 | 
             
                        "type": "list",
         | 
| 1062 1063 | 
             
                        "member": {
         | 
| 1063 | 
            -
                          "shape": " | 
| 1064 | 
            +
                          "shape": "S5m",
         | 
| 1064 1065 | 
             
                          "locationName": "ReservedCacheNode"
         | 
| 1065 1066 | 
             
                        }
         | 
| 1066 1067 | 
             
                      }
         | 
| @@ -1107,7 +1108,7 @@ | |
| 1107 1108 | 
             
                            "ProductDescription": {},
         | 
| 1108 1109 | 
             
                            "OfferingType": {},
         | 
| 1109 1110 | 
             
                            "RecurringCharges": {
         | 
| 1110 | 
            -
                              "shape": " | 
| 1111 | 
            +
                              "shape": "S5n"
         | 
| 1111 1112 | 
             
                            }
         | 
| 1112 1113 | 
             
                          },
         | 
| 1113 1114 | 
             
                          "wrapper": true
         | 
| @@ -1122,7 +1123,7 @@ | |
| 1122 1123 | 
             
                    "members": {
         | 
| 1123 1124 | 
             
                      "ServiceUpdateName": {},
         | 
| 1124 1125 | 
             
                      "ServiceUpdateStatus": {
         | 
| 1125 | 
            -
                        "shape": " | 
| 1126 | 
            +
                        "shape": "S5u"
         | 
| 1126 1127 | 
             
                      },
         | 
| 1127 1128 | 
             
                      "MaxRecords": {
         | 
| 1128 1129 | 
             
                        "type": "integer"
         | 
| @@ -1192,7 +1193,7 @@ | |
| 1192 1193 | 
             
                      "Snapshots": {
         | 
| 1193 1194 | 
             
                        "type": "list",
         | 
| 1194 1195 | 
             
                        "member": {
         | 
| 1195 | 
            -
                          "shape": " | 
| 1196 | 
            +
                          "shape": "S1u",
         | 
| 1196 1197 | 
             
                          "locationName": "Snapshot"
         | 
| 1197 1198 | 
             
                        }
         | 
| 1198 1199 | 
             
                      }
         | 
| @@ -1212,7 +1213,7 @@ | |
| 1212 1213 | 
             
                      },
         | 
| 1213 1214 | 
             
                      "Engine": {},
         | 
| 1214 1215 | 
             
                      "ServiceUpdateStatus": {
         | 
| 1215 | 
            -
                        "shape": " | 
| 1216 | 
            +
                        "shape": "S5u"
         | 
| 1216 1217 | 
             
                      },
         | 
| 1217 1218 | 
             
                      "ServiceUpdateTimeRange": {
         | 
| 1218 1219 | 
             
                        "type": "structure",
         | 
| @@ -1361,7 +1362,7 @@ | |
| 1361 1362 | 
             
                      "UserGroups": {
         | 
| 1362 1363 | 
             
                        "type": "list",
         | 
| 1363 1364 | 
             
                        "member": {
         | 
| 1364 | 
            -
                          "shape": " | 
| 1365 | 
            +
                          "shape": "S3r"
         | 
| 1365 1366 | 
             
                        }
         | 
| 1366 1367 | 
             
                      },
         | 
| 1367 1368 | 
             
                      "Marker": {}
         | 
| @@ -1404,7 +1405,7 @@ | |
| 1404 1405 | 
             
                      "Users": {
         | 
| 1405 1406 | 
             
                        "type": "list",
         | 
| 1406 1407 | 
             
                        "member": {
         | 
| 1407 | 
            -
                          "shape": " | 
| 1408 | 
            +
                          "shape": "S3m"
         | 
| 1408 1409 | 
             
                        }
         | 
| 1409 1410 | 
             
                      },
         | 
| 1410 1411 | 
             
                      "Marker": {}
         | 
| @@ -1430,7 +1431,7 @@ | |
| 1430 1431 | 
             
                    "type": "structure",
         | 
| 1431 1432 | 
             
                    "members": {
         | 
| 1432 1433 | 
             
                      "GlobalReplicationGroup": {
         | 
| 1433 | 
            -
                        "shape": " | 
| 1434 | 
            +
                        "shape": "S33"
         | 
| 1434 1435 | 
             
                      }
         | 
| 1435 1436 | 
             
                    }
         | 
| 1436 1437 | 
             
                  }
         | 
| @@ -1454,7 +1455,7 @@ | |
| 1454 1455 | 
             
                    "type": "structure",
         | 
| 1455 1456 | 
             
                    "members": {
         | 
| 1456 1457 | 
             
                      "GlobalReplicationGroup": {
         | 
| 1457 | 
            -
                        "shape": " | 
| 1458 | 
            +
                        "shape": "S33"
         | 
| 1458 1459 | 
             
                      }
         | 
| 1459 1460 | 
             
                    }
         | 
| 1460 1461 | 
             
                  }
         | 
| @@ -1486,7 +1487,7 @@ | |
| 1486 1487 | 
             
                            "ReplicationGroupId": {},
         | 
| 1487 1488 | 
             
                            "ReplicationGroupRegion": {},
         | 
| 1488 1489 | 
             
                            "ReshardingConfiguration": {
         | 
| 1489 | 
            -
                              "shape": " | 
| 1490 | 
            +
                              "shape": "S71"
         | 
| 1490 1491 | 
             
                            }
         | 
| 1491 1492 | 
             
                          }
         | 
| 1492 1493 | 
             
                        }
         | 
| @@ -1501,7 +1502,7 @@ | |
| 1501 1502 | 
             
                    "type": "structure",
         | 
| 1502 1503 | 
             
                    "members": {
         | 
| 1503 1504 | 
             
                      "GlobalReplicationGroup": {
         | 
| 1504 | 
            -
                        "shape": " | 
| 1505 | 
            +
                        "shape": "S33"
         | 
| 1505 1506 | 
             
                      }
         | 
| 1506 1507 | 
             
                    }
         | 
| 1507 1508 | 
             
                  }
         | 
| @@ -1519,7 +1520,7 @@ | |
| 1519 1520 | 
             
                        "type": "integer"
         | 
| 1520 1521 | 
             
                      },
         | 
| 1521 1522 | 
             
                      "ReplicaConfiguration": {
         | 
| 1522 | 
            -
                        "shape": " | 
| 1523 | 
            +
                        "shape": "S3z"
         | 
| 1523 1524 | 
             
                      },
         | 
| 1524 1525 | 
             
                      "ApplyImmediately": {
         | 
| 1525 1526 | 
             
                        "type": "boolean"
         | 
| @@ -1549,10 +1550,10 @@ | |
| 1549 1550 | 
             
                    "type": "structure",
         | 
| 1550 1551 | 
             
                    "members": {
         | 
| 1551 1552 | 
             
                      "ScaleUpModifications": {
         | 
| 1552 | 
            -
                        "shape": " | 
| 1553 | 
            +
                        "shape": "S78"
         | 
| 1553 1554 | 
             
                      },
         | 
| 1554 1555 | 
             
                      "ScaleDownModifications": {
         | 
| 1555 | 
            -
                        "shape": " | 
| 1556 | 
            +
                        "shape": "S78"
         | 
| 1556 1557 | 
             
                      }
         | 
| 1557 1558 | 
             
                    }
         | 
| 1558 1559 | 
             
                  }
         | 
| @@ -1584,17 +1585,17 @@ | |
| 1584 1585 | 
             
                        "type": "integer"
         | 
| 1585 1586 | 
             
                      },
         | 
| 1586 1587 | 
             
                      "CacheNodeIdsToRemove": {
         | 
| 1587 | 
            -
                        "shape": " | 
| 1588 | 
            +
                        "shape": "S2e"
         | 
| 1588 1589 | 
             
                      },
         | 
| 1589 1590 | 
             
                      "AZMode": {},
         | 
| 1590 1591 | 
             
                      "NewAvailabilityZones": {
         | 
| 1591 | 
            -
                        "shape": " | 
| 1592 | 
            +
                        "shape": "S23"
         | 
| 1592 1593 | 
             
                      },
         | 
| 1593 1594 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 1594 | 
            -
                        "shape": " | 
| 1595 | 
            +
                        "shape": "S24"
         | 
| 1595 1596 | 
             
                      },
         | 
| 1596 1597 | 
             
                      "SecurityGroupIds": {
         | 
| 1597 | 
            -
                        "shape": " | 
| 1598 | 
            +
                        "shape": "S25"
         | 
| 1598 1599 | 
             
                      },
         | 
| 1599 1600 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| 1600 1601 | 
             
                      "NotificationTopicArn": {},
         | 
| @@ -1615,7 +1616,7 @@ | |
| 1615 1616 | 
             
                      "AuthToken": {},
         | 
| 1616 1617 | 
             
                      "AuthTokenUpdateStrategy": {},
         | 
| 1617 1618 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 1618 | 
            -
                        "shape": " | 
| 1619 | 
            +
                        "shape": "S29"
         | 
| 1619 1620 | 
             
                      },
         | 
| 1620 1621 | 
             
                      "IpDiscovery": {}
         | 
| 1621 1622 | 
             
                    }
         | 
| @@ -1625,7 +1626,7 @@ | |
| 1625 1626 | 
             
                    "type": "structure",
         | 
| 1626 1627 | 
             
                    "members": {
         | 
| 1627 1628 | 
             
                      "CacheCluster": {
         | 
| 1628 | 
            -
                        "shape": " | 
| 1629 | 
            +
                        "shape": "S2c"
         | 
| 1629 1630 | 
             
                      }
         | 
| 1630 1631 | 
             
                    }
         | 
| 1631 1632 | 
             
                  }
         | 
| @@ -1640,12 +1641,12 @@ | |
| 1640 1641 | 
             
                    "members": {
         | 
| 1641 1642 | 
             
                      "CacheParameterGroupName": {},
         | 
| 1642 1643 | 
             
                      "ParameterNameValues": {
         | 
| 1643 | 
            -
                        "shape": " | 
| 1644 | 
            +
                        "shape": "S7e"
         | 
| 1644 1645 | 
             
                      }
         | 
| 1645 1646 | 
             
                    }
         | 
| 1646 1647 | 
             
                  },
         | 
| 1647 1648 | 
             
                  "output": {
         | 
| 1648 | 
            -
                    "shape": " | 
| 1649 | 
            +
                    "shape": "S7g",
         | 
| 1649 1650 | 
             
                    "resultWrapper": "ModifyCacheParameterGroupResult"
         | 
| 1650 1651 | 
             
                  }
         | 
| 1651 1652 | 
             
                },
         | 
| @@ -1659,7 +1660,7 @@ | |
| 1659 1660 | 
             
                      "CacheSubnetGroupName": {},
         | 
| 1660 1661 | 
             
                      "CacheSubnetGroupDescription": {},
         | 
| 1661 1662 | 
             
                      "SubnetIds": {
         | 
| 1662 | 
            -
                        "shape": " | 
| 1663 | 
            +
                        "shape": "S2t"
         | 
| 1663 1664 | 
             
                      }
         | 
| 1664 1665 | 
             
                    }
         | 
| 1665 1666 | 
             
                  },
         | 
| @@ -1668,7 +1669,7 @@ | |
| 1668 1669 | 
             
                    "type": "structure",
         | 
| 1669 1670 | 
             
                    "members": {
         | 
| 1670 1671 | 
             
                      "CacheSubnetGroup": {
         | 
| 1671 | 
            -
                        "shape": " | 
| 1672 | 
            +
                        "shape": "S2v"
         | 
| 1672 1673 | 
             
                      }
         | 
| 1673 1674 | 
             
                    }
         | 
| 1674 1675 | 
             
                  }
         | 
| @@ -1699,7 +1700,7 @@ | |
| 1699 1700 | 
             
                    "type": "structure",
         | 
| 1700 1701 | 
             
                    "members": {
         | 
| 1701 1702 | 
             
                      "GlobalReplicationGroup": {
         | 
| 1702 | 
            -
                        "shape": " | 
| 1703 | 
            +
                        "shape": "S33"
         | 
| 1703 1704 | 
             
                      }
         | 
| 1704 1705 | 
             
                    }
         | 
| 1705 1706 | 
             
                  }
         | 
| @@ -1725,10 +1726,10 @@ | |
| 1725 1726 | 
             
                        "deprecated": true
         | 
| 1726 1727 | 
             
                      },
         | 
| 1727 1728 | 
             
                      "CacheSecurityGroupNames": {
         | 
| 1728 | 
            -
                        "shape": " | 
| 1729 | 
            +
                        "shape": "S24"
         | 
| 1729 1730 | 
             
                      },
         | 
| 1730 1731 | 
             
                      "SecurityGroupIds": {
         | 
| 1731 | 
            -
                        "shape": " | 
| 1732 | 
            +
                        "shape": "S25"
         | 
| 1732 1733 | 
             
                      },
         | 
| 1733 1734 | 
             
                      "PreferredMaintenanceWindow": {},
         | 
| 1734 1735 | 
             
                      "NotificationTopicArn": {},
         | 
| @@ -1758,13 +1759,14 @@ | |
| 1758 1759 | 
             
                        "type": "boolean"
         | 
| 1759 1760 | 
             
                      },
         | 
| 1760 1761 | 
             
                      "LogDeliveryConfigurations": {
         | 
| 1761 | 
            -
                        "shape": " | 
| 1762 | 
            +
                        "shape": "S29"
         | 
| 1762 1763 | 
             
                      },
         | 
| 1763 1764 | 
             
                      "IpDiscovery": {},
         | 
| 1764 1765 | 
             
                      "TransitEncryptionEnabled": {
         | 
| 1765 1766 | 
             
                        "type": "boolean"
         | 
| 1766 1767 | 
             
                      },
         | 
| 1767 | 
            -
                      "TransitEncryptionMode": {}
         | 
| 1768 | 
            +
                      "TransitEncryptionMode": {},
         | 
| 1769 | 
            +
                      "ClusterMode": {}
         | 
| 1768 1770 | 
             
                    }
         | 
| 1769 1771 | 
             
                  },
         | 
| 1770 1772 | 
             
                  "output": {
         | 
| @@ -1794,7 +1796,7 @@ | |
| 1794 1796 | 
             
                        "type": "boolean"
         | 
| 1795 1797 | 
             
                      },
         | 
| 1796 1798 | 
             
                      "ReshardingConfiguration": {
         | 
| 1797 | 
            -
                        "shape": " | 
| 1799 | 
            +
                        "shape": "S71"
         | 
| 1798 1800 | 
             
                      },
         | 
| 1799 1801 | 
             
                      "NodeGroupsToRemove": {
         | 
| 1800 1802 | 
             
                        "type": "list",
         | 
| @@ -1831,18 +1833,18 @@ | |
| 1831 1833 | 
             
                      "AccessString": {},
         | 
| 1832 1834 | 
             
                      "AppendAccessString": {},
         | 
| 1833 1835 | 
             
                      "Passwords": {
         | 
| 1834 | 
            -
                        "shape": " | 
| 1836 | 
            +
                        "shape": "S3i"
         | 
| 1835 1837 | 
             
                      },
         | 
| 1836 1838 | 
             
                      "NoPasswordRequired": {
         | 
| 1837 1839 | 
             
                        "type": "boolean"
         | 
| 1838 1840 | 
             
                      },
         | 
| 1839 1841 | 
             
                      "AuthenticationMode": {
         | 
| 1840 | 
            -
                        "shape": " | 
| 1842 | 
            +
                        "shape": "S3k"
         | 
| 1841 1843 | 
             
                      }
         | 
| 1842 1844 | 
             
                    }
         | 
| 1843 1845 | 
             
                  },
         | 
| 1844 1846 | 
             
                  "output": {
         | 
| 1845 | 
            -
                    "shape": " | 
| 1847 | 
            +
                    "shape": "S3m",
         | 
| 1846 1848 | 
             
                    "resultWrapper": "ModifyUserResult"
         | 
| 1847 1849 | 
             
                  }
         | 
| 1848 1850 | 
             
                },
         | 
| @@ -1855,15 +1857,15 @@ | |
| 1855 1857 | 
             
                    "members": {
         | 
| 1856 1858 | 
             
                      "UserGroupId": {},
         | 
| 1857 1859 | 
             
                      "UserIdsToAdd": {
         | 
| 1858 | 
            -
                        "shape": " | 
| 1860 | 
            +
                        "shape": "S3q"
         | 
| 1859 1861 | 
             
                      },
         | 
| 1860 1862 | 
             
                      "UserIdsToRemove": {
         | 
| 1861 | 
            -
                        "shape": " | 
| 1863 | 
            +
                        "shape": "S3q"
         | 
| 1862 1864 | 
             
                      }
         | 
| 1863 1865 | 
             
                    }
         | 
| 1864 1866 | 
             
                  },
         | 
| 1865 1867 | 
             
                  "output": {
         | 
| 1866 | 
            -
                    "shape": " | 
| 1868 | 
            +
                    "shape": "S3r",
         | 
| 1867 1869 | 
             
                    "resultWrapper": "ModifyUserGroupResult"
         | 
| 1868 1870 | 
             
                  }
         | 
| 1869 1871 | 
             
                },
         | 
| @@ -1889,7 +1891,7 @@ | |
| 1889 1891 | 
             
                    "type": "structure",
         | 
| 1890 1892 | 
             
                    "members": {
         | 
| 1891 1893 | 
             
                      "ReservedCacheNode": {
         | 
| 1892 | 
            -
                        "shape": " | 
| 1894 | 
            +
                        "shape": "S5m"
         | 
| 1893 1895 | 
             
                      }
         | 
| 1894 1896 | 
             
                    }
         | 
| 1895 1897 | 
             
                  }
         | 
| @@ -1913,7 +1915,7 @@ | |
| 1913 1915 | 
             
                    "type": "structure",
         | 
| 1914 1916 | 
             
                    "members": {
         | 
| 1915 1917 | 
             
                      "GlobalReplicationGroup": {
         | 
| 1916 | 
            -
                        "shape": " | 
| 1918 | 
            +
                        "shape": "S33"
         | 
| 1917 1919 | 
             
                      }
         | 
| 1918 1920 | 
             
                    }
         | 
| 1919 1921 | 
             
                  }
         | 
| @@ -1928,7 +1930,7 @@ | |
| 1928 1930 | 
             
                    "members": {
         | 
| 1929 1931 | 
             
                      "CacheClusterId": {},
         | 
| 1930 1932 | 
             
                      "CacheNodeIdsToReboot": {
         | 
| 1931 | 
            -
                        "shape": " | 
| 1933 | 
            +
                        "shape": "S2e"
         | 
| 1932 1934 | 
             
                      }
         | 
| 1933 1935 | 
             
                    }
         | 
| 1934 1936 | 
             
                  },
         | 
| @@ -1937,7 +1939,7 @@ | |
| 1937 1939 | 
             
                    "type": "structure",
         | 
| 1938 1940 | 
             
                    "members": {
         | 
| 1939 1941 | 
             
                      "CacheCluster": {
         | 
| 1940 | 
            -
                        "shape": " | 
| 1942 | 
            +
                        "shape": "S2c"
         | 
| 1941 1943 | 
             
                      }
         | 
| 1942 1944 | 
             
                    }
         | 
| 1943 1945 | 
             
                  }
         | 
| @@ -1974,12 +1976,12 @@ | |
| 1974 1976 | 
             
                        "type": "boolean"
         | 
| 1975 1977 | 
             
                      },
         | 
| 1976 1978 | 
             
                      "ParameterNameValues": {
         | 
| 1977 | 
            -
                        "shape": " | 
| 1979 | 
            +
                        "shape": "S7e"
         | 
| 1978 1980 | 
             
                      }
         | 
| 1979 1981 | 
             
                    }
         | 
| 1980 1982 | 
             
                  },
         | 
| 1981 1983 | 
             
                  "output": {
         | 
| 1982 | 
            -
                    "shape": " | 
| 1984 | 
            +
                    "shape": "S7g",
         | 
| 1983 1985 | 
             
                    "resultWrapper": "ResetCacheParameterGroupResult"
         | 
| 1984 1986 | 
             
                  }
         | 
| 1985 1987 | 
             
                },
         | 
| @@ -2194,7 +2196,8 @@ | |
| 2194 2196 | 
             
                        "TransitEncryptionEnabled": {
         | 
| 2195 2197 | 
             
                          "type": "boolean"
         | 
| 2196 2198 | 
             
                        },
         | 
| 2197 | 
            -
                        "TransitEncryptionMode": {}
         | 
| 2199 | 
            +
                        "TransitEncryptionMode": {},
         | 
| 2200 | 
            +
                        "ClusterMode": {}
         | 
| 2198 2201 | 
             
                      }
         | 
| 2199 2202 | 
             
                    },
         | 
| 2200 2203 | 
             
                    "MemberClusters": {
         | 
| @@ -2212,10 +2215,10 @@ | |
| 2212 2215 | 
             
                          "NodeGroupId": {},
         | 
| 2213 2216 | 
             
                          "Status": {},
         | 
| 2214 2217 | 
             
                          "PrimaryEndpoint": {
         | 
| 2215 | 
            -
                            "shape": " | 
| 2218 | 
            +
                            "shape": "S1d"
         | 
| 2216 2219 | 
             
                          },
         | 
| 2217 2220 | 
             
                          "ReaderEndpoint": {
         | 
| 2218 | 
            -
                            "shape": " | 
| 2221 | 
            +
                            "shape": "S1d"
         | 
| 2219 2222 | 
             
                          },
         | 
| 2220 2223 | 
             
                          "Slots": {},
         | 
| 2221 2224 | 
             
                          "NodeGroupMembers": {
         | 
| @@ -2227,7 +2230,7 @@ | |
| 2227 2230 | 
             
                                "CacheClusterId": {},
         | 
| 2228 2231 | 
             
                                "CacheNodeId": {},
         | 
| 2229 2232 | 
             
                                "ReadEndpoint": {
         | 
| 2230 | 
            -
                                  "shape": " | 
| 2233 | 
            +
                                  "shape": "S1d"
         | 
| 2231 2234 | 
             
                                },
         | 
| 2232 2235 | 
             
                                "PreferredAvailabilityZone": {},
         | 
| 2233 2236 | 
             
                                "PreferredOutpostArn": {},
         | 
| @@ -2242,7 +2245,7 @@ | |
| 2242 2245 | 
             
                    "AutomaticFailover": {},
         | 
| 2243 2246 | 
             
                    "MultiAZ": {},
         | 
| 2244 2247 | 
             
                    "ConfigurationEndpoint": {
         | 
| 2245 | 
            -
                      "shape": " | 
| 2248 | 
            +
                      "shape": "S1d"
         | 
| 2246 2249 | 
             
                    },
         | 
| 2247 2250 | 
             
                    "SnapshotRetentionLimit": {
         | 
| 2248 2251 | 
             
                      "type": "integer"
         | 
| @@ -2276,7 +2279,7 @@ | |
| 2276 2279 | 
             
                      "shape": "Sx"
         | 
| 2277 2280 | 
             
                    },
         | 
| 2278 2281 | 
             
                    "LogDeliveryConfigurations": {
         | 
| 2279 | 
            -
                      "shape": " | 
| 2282 | 
            +
                      "shape": "S1m"
         | 
| 2280 2283 | 
             
                    },
         | 
| 2281 2284 | 
             
                    "ReplicationGroupCreateTime": {
         | 
| 2282 2285 | 
             
                      "type": "timestamp"
         | 
| @@ -2287,7 +2290,8 @@ | |
| 2287 2290 | 
             
                    },
         | 
| 2288 2291 | 
             
                    "NetworkType": {},
         | 
| 2289 2292 | 
             
                    "IpDiscovery": {},
         | 
| 2290 | 
            -
                    "TransitEncryptionMode": {}
         | 
| 2293 | 
            +
                    "TransitEncryptionMode": {},
         | 
| 2294 | 
            +
                    "ClusterMode": {}
         | 
| 2291 2295 | 
             
                  },
         | 
| 2292 2296 | 
             
                  "wrapper": true
         | 
| 2293 2297 | 
             
                },
         | 
| @@ -2327,7 +2331,7 @@ | |
| 2327 2331 | 
             
                    }
         | 
| 2328 2332 | 
             
                  }
         | 
| 2329 2333 | 
             
                },
         | 
| 2330 | 
            -
                " | 
| 2334 | 
            +
                "S1d": {
         | 
| 2331 2335 | 
             
                  "type": "structure",
         | 
| 2332 2336 | 
             
                  "members": {
         | 
| 2333 2337 | 
             
                    "Address": {},
         | 
| @@ -2336,7 +2340,7 @@ | |
| 2336 2340 | 
             
                    }
         | 
| 2337 2341 | 
             
                  }
         | 
| 2338 2342 | 
             
                },
         | 
| 2339 | 
            -
                " | 
| 2343 | 
            +
                "S1m": {
         | 
| 2340 2344 | 
             
                  "type": "list",
         | 
| 2341 2345 | 
             
                  "member": {
         | 
| 2342 2346 | 
             
                    "locationName": "LogDeliveryConfiguration",
         | 
| @@ -2353,7 +2357,7 @@ | |
| 2353 2357 | 
             
                    }
         | 
| 2354 2358 | 
             
                  }
         | 
| 2355 2359 | 
             
                },
         | 
| 2356 | 
            -
                " | 
| 2360 | 
            +
                "S1u": {
         | 
| 2357 2361 | 
             
                  "type": "structure",
         | 
| 2358 2362 | 
             
                  "members": {
         | 
| 2359 2363 | 
             
                    "SnapshotName": {},
         | 
| @@ -2402,7 +2406,7 @@ | |
| 2402 2406 | 
             
                          "NodeGroupId": {},
         | 
| 2403 2407 | 
             
                          "CacheNodeId": {},
         | 
| 2404 2408 | 
             
                          "NodeGroupConfiguration": {
         | 
| 2405 | 
            -
                            "shape": " | 
| 2409 | 
            +
                            "shape": "S1x"
         | 
| 2406 2410 | 
             
                          },
         | 
| 2407 2411 | 
             
                          "CacheSize": {},
         | 
| 2408 2412 | 
             
                          "CacheNodeCreateTime": {
         | 
| @@ -2421,7 +2425,7 @@ | |
| 2421 2425 | 
             
                  },
         | 
| 2422 2426 | 
             
                  "wrapper": true
         | 
| 2423 2427 | 
             
                },
         | 
| 2424 | 
            -
                " | 
| 2428 | 
            +
                "S1x": {
         | 
| 2425 2429 | 
             
                  "type": "structure",
         | 
| 2426 2430 | 
             
                  "members": {
         | 
| 2427 2431 | 
             
                    "NodeGroupId": {},
         | 
| @@ -2431,7 +2435,7 @@ | |
| 2431 2435 | 
             
                    },
         | 
| 2432 2436 | 
             
                    "PrimaryAvailabilityZone": {},
         | 
| 2433 2437 | 
             
                    "ReplicaAvailabilityZones": {
         | 
| 2434 | 
            -
                      "shape": " | 
| 2438 | 
            +
                      "shape": "S1z"
         | 
| 2435 2439 | 
             
                    },
         | 
| 2436 2440 | 
             
                    "PrimaryOutpostArn": {},
         | 
| 2437 2441 | 
             
                    "ReplicaOutpostArns": {
         | 
| @@ -2442,43 +2446,43 @@ | |
| 2442 2446 | 
             
                    }
         | 
| 2443 2447 | 
             
                  }
         | 
| 2444 2448 | 
             
                },
         | 
| 2445 | 
            -
                " | 
| 2449 | 
            +
                "S1z": {
         | 
| 2446 2450 | 
             
                  "type": "list",
         | 
| 2447 2451 | 
             
                  "member": {
         | 
| 2448 2452 | 
             
                    "locationName": "AvailabilityZone"
         | 
| 2449 2453 | 
             
                  }
         | 
| 2450 2454 | 
             
                },
         | 
| 2451 | 
            -
                " | 
| 2455 | 
            +
                "S23": {
         | 
| 2452 2456 | 
             
                  "type": "list",
         | 
| 2453 2457 | 
             
                  "member": {
         | 
| 2454 2458 | 
             
                    "locationName": "PreferredAvailabilityZone"
         | 
| 2455 2459 | 
             
                  }
         | 
| 2456 2460 | 
             
                },
         | 
| 2457 | 
            -
                " | 
| 2461 | 
            +
                "S24": {
         | 
| 2458 2462 | 
             
                  "type": "list",
         | 
| 2459 2463 | 
             
                  "member": {
         | 
| 2460 2464 | 
             
                    "locationName": "CacheSecurityGroupName"
         | 
| 2461 2465 | 
             
                  }
         | 
| 2462 2466 | 
             
                },
         | 
| 2463 | 
            -
                " | 
| 2467 | 
            +
                "S25": {
         | 
| 2464 2468 | 
             
                  "type": "list",
         | 
| 2465 2469 | 
             
                  "member": {
         | 
| 2466 2470 | 
             
                    "locationName": "SecurityGroupId"
         | 
| 2467 2471 | 
             
                  }
         | 
| 2468 2472 | 
             
                },
         | 
| 2469 | 
            -
                " | 
| 2473 | 
            +
                "S26": {
         | 
| 2470 2474 | 
             
                  "type": "list",
         | 
| 2471 2475 | 
             
                  "member": {
         | 
| 2472 2476 | 
             
                    "locationName": "SnapshotArn"
         | 
| 2473 2477 | 
             
                  }
         | 
| 2474 2478 | 
             
                },
         | 
| 2475 | 
            -
                " | 
| 2479 | 
            +
                "S28": {
         | 
| 2476 2480 | 
             
                  "type": "list",
         | 
| 2477 2481 | 
             
                  "member": {
         | 
| 2478 2482 | 
             
                    "locationName": "PreferredOutpostArn"
         | 
| 2479 2483 | 
             
                  }
         | 
| 2480 2484 | 
             
                },
         | 
| 2481 | 
            -
                " | 
| 2485 | 
            +
                "S29": {
         | 
| 2482 2486 | 
             
                  "type": "list",
         | 
| 2483 2487 | 
             
                  "member": {
         | 
| 2484 2488 | 
             
                    "locationName": "LogDeliveryConfigurationRequest",
         | 
| @@ -2496,12 +2500,12 @@ | |
| 2496 2500 | 
             
                    }
         | 
| 2497 2501 | 
             
                  }
         | 
| 2498 2502 | 
             
                },
         | 
| 2499 | 
            -
                " | 
| 2503 | 
            +
                "S2c": {
         | 
| 2500 2504 | 
             
                  "type": "structure",
         | 
| 2501 2505 | 
             
                  "members": {
         | 
| 2502 2506 | 
             
                    "CacheClusterId": {},
         | 
| 2503 2507 | 
             
                    "ConfigurationEndpoint": {
         | 
| 2504 | 
            -
                      "shape": " | 
| 2508 | 
            +
                      "shape": "S1d"
         | 
| 2505 2509 | 
             
                    },
         | 
| 2506 2510 | 
             
                    "ClientDownloadLandingPage": {},
         | 
| 2507 2511 | 
             
                    "CacheNodeType": {},
         | 
| @@ -2524,7 +2528,7 @@ | |
| 2524 2528 | 
             
                          "type": "integer"
         | 
| 2525 2529 | 
             
                        },
         | 
| 2526 2530 | 
             
                        "CacheNodeIdsToRemove": {
         | 
| 2527 | 
            -
                          "shape": " | 
| 2531 | 
            +
                          "shape": "S2e"
         | 
| 2528 2532 | 
             
                        },
         | 
| 2529 2533 | 
             
                        "EngineVersion": {},
         | 
| 2530 2534 | 
             
                        "CacheNodeType": {},
         | 
| @@ -2562,7 +2566,7 @@ | |
| 2562 2566 | 
             
                        "CacheParameterGroupName": {},
         | 
| 2563 2567 | 
             
                        "ParameterApplyStatus": {},
         | 
| 2564 2568 | 
             
                        "CacheNodeIdsToReboot": {
         | 
| 2565 | 
            -
                          "shape": " | 
| 2569 | 
            +
                          "shape": "S2e"
         | 
| 2566 2570 | 
             
                        }
         | 
| 2567 2571 | 
             
                      }
         | 
| 2568 2572 | 
             
                    },
         | 
| @@ -2579,7 +2583,7 @@ | |
| 2579 2583 | 
             
                            "type": "timestamp"
         | 
| 2580 2584 | 
             
                          },
         | 
| 2581 2585 | 
             
                          "Endpoint": {
         | 
| 2582 | 
            -
                            "shape": " | 
| 2586 | 
            +
                            "shape": "S1d"
         | 
| 2583 2587 | 
             
                          },
         | 
| 2584 2588 | 
             
                          "ParameterGroupStatus": {},
         | 
| 2585 2589 | 
             
                          "SourceCacheNodeId": {},
         | 
| @@ -2623,7 +2627,7 @@ | |
| 2623 2627 | 
             
                      "type": "boolean"
         | 
| 2624 2628 | 
             
                    },
         | 
| 2625 2629 | 
             
                    "LogDeliveryConfigurations": {
         | 
| 2626 | 
            -
                      "shape": " | 
| 2630 | 
            +
                      "shape": "S1m"
         | 
| 2627 2631 | 
             
                    },
         | 
| 2628 2632 | 
             
                    "NetworkType": {},
         | 
| 2629 2633 | 
             
                    "IpDiscovery": {},
         | 
| @@ -2631,13 +2635,13 @@ | |
| 2631 2635 | 
             
                  },
         | 
| 2632 2636 | 
             
                  "wrapper": true
         | 
| 2633 2637 | 
             
                },
         | 
| 2634 | 
            -
                " | 
| 2638 | 
            +
                "S2e": {
         | 
| 2635 2639 | 
             
                  "type": "list",
         | 
| 2636 2640 | 
             
                  "member": {
         | 
| 2637 2641 | 
             
                    "locationName": "CacheNodeId"
         | 
| 2638 2642 | 
             
                  }
         | 
| 2639 2643 | 
             
                },
         | 
| 2640 | 
            -
                " | 
| 2644 | 
            +
                "S2p": {
         | 
| 2641 2645 | 
             
                  "type": "structure",
         | 
| 2642 2646 | 
             
                  "members": {
         | 
| 2643 2647 | 
             
                    "CacheParameterGroupName": {},
         | 
| @@ -2650,13 +2654,13 @@ | |
| 2650 2654 | 
             
                  },
         | 
| 2651 2655 | 
             
                  "wrapper": true
         | 
| 2652 2656 | 
             
                },
         | 
| 2653 | 
            -
                " | 
| 2657 | 
            +
                "S2t": {
         | 
| 2654 2658 | 
             
                  "type": "list",
         | 
| 2655 2659 | 
             
                  "member": {
         | 
| 2656 2660 | 
             
                    "locationName": "SubnetIdentifier"
         | 
| 2657 2661 | 
             
                  }
         | 
| 2658 2662 | 
             
                },
         | 
| 2659 | 
            -
                " | 
| 2663 | 
            +
                "S2v": {
         | 
| 2660 2664 | 
             
                  "type": "structure",
         | 
| 2661 2665 | 
             
                  "members": {
         | 
| 2662 2666 | 
             
                    "CacheSubnetGroupName": {},
         | 
| @@ -2683,23 +2687,23 @@ | |
| 2683 2687 | 
             
                            }
         | 
| 2684 2688 | 
             
                          },
         | 
| 2685 2689 | 
             
                          "SupportedNetworkTypes": {
         | 
| 2686 | 
            -
                            "shape": " | 
| 2690 | 
            +
                            "shape": "S30"
         | 
| 2687 2691 | 
             
                          }
         | 
| 2688 2692 | 
             
                        }
         | 
| 2689 2693 | 
             
                      }
         | 
| 2690 2694 | 
             
                    },
         | 
| 2691 2695 | 
             
                    "ARN": {},
         | 
| 2692 2696 | 
             
                    "SupportedNetworkTypes": {
         | 
| 2693 | 
            -
                      "shape": " | 
| 2697 | 
            +
                      "shape": "S30"
         | 
| 2694 2698 | 
             
                    }
         | 
| 2695 2699 | 
             
                  },
         | 
| 2696 2700 | 
             
                  "wrapper": true
         | 
| 2697 2701 | 
             
                },
         | 
| 2698 | 
            -
                " | 
| 2702 | 
            +
                "S30": {
         | 
| 2699 2703 | 
             
                  "type": "list",
         | 
| 2700 2704 | 
             
                  "member": {}
         | 
| 2701 2705 | 
             
                },
         | 
| 2702 | 
            -
                " | 
| 2706 | 
            +
                "S33": {
         | 
| 2703 2707 | 
             
                  "type": "structure",
         | 
| 2704 2708 | 
             
                  "members": {
         | 
| 2705 2709 | 
             
                    "GlobalReplicationGroupId": {},
         | 
| @@ -2750,20 +2754,20 @@ | |
| 2750 2754 | 
             
                  },
         | 
| 2751 2755 | 
             
                  "wrapper": true
         | 
| 2752 2756 | 
             
                },
         | 
| 2753 | 
            -
                " | 
| 2757 | 
            +
                "S3i": {
         | 
| 2754 2758 | 
             
                  "type": "list",
         | 
| 2755 2759 | 
             
                  "member": {}
         | 
| 2756 2760 | 
             
                },
         | 
| 2757 | 
            -
                " | 
| 2761 | 
            +
                "S3k": {
         | 
| 2758 2762 | 
             
                  "type": "structure",
         | 
| 2759 2763 | 
             
                  "members": {
         | 
| 2760 2764 | 
             
                    "Type": {},
         | 
| 2761 2765 | 
             
                    "Passwords": {
         | 
| 2762 | 
            -
                      "shape": " | 
| 2766 | 
            +
                      "shape": "S3i"
         | 
| 2763 2767 | 
             
                    }
         | 
| 2764 2768 | 
             
                  }
         | 
| 2765 2769 | 
             
                },
         | 
| 2766 | 
            -
                " | 
| 2770 | 
            +
                "S3m": {
         | 
| 2767 2771 | 
             
                  "type": "structure",
         | 
| 2768 2772 | 
             
                  "members": {
         | 
| 2769 2773 | 
             
                    "UserId": {},
         | 
| @@ -2787,28 +2791,28 @@ | |
| 2787 2791 | 
             
                    "ARN": {}
         | 
| 2788 2792 | 
             
                  }
         | 
| 2789 2793 | 
             
                },
         | 
| 2790 | 
            -
                " | 
| 2794 | 
            +
                "S3q": {
         | 
| 2791 2795 | 
             
                  "type": "list",
         | 
| 2792 2796 | 
             
                  "member": {}
         | 
| 2793 2797 | 
             
                },
         | 
| 2794 | 
            -
                " | 
| 2798 | 
            +
                "S3r": {
         | 
| 2795 2799 | 
             
                  "type": "structure",
         | 
| 2796 2800 | 
             
                  "members": {
         | 
| 2797 2801 | 
             
                    "UserGroupId": {},
         | 
| 2798 2802 | 
             
                    "Status": {},
         | 
| 2799 2803 | 
             
                    "Engine": {},
         | 
| 2800 2804 | 
             
                    "UserIds": {
         | 
| 2801 | 
            -
                      "shape": " | 
| 2805 | 
            +
                      "shape": "S3s"
         | 
| 2802 2806 | 
             
                    },
         | 
| 2803 2807 | 
             
                    "MinimumEngineVersion": {},
         | 
| 2804 2808 | 
             
                    "PendingChanges": {
         | 
| 2805 2809 | 
             
                      "type": "structure",
         | 
| 2806 2810 | 
             
                      "members": {
         | 
| 2807 2811 | 
             
                        "UserIdsToRemove": {
         | 
| 2808 | 
            -
                          "shape": " | 
| 2812 | 
            +
                          "shape": "S3s"
         | 
| 2809 2813 | 
             
                        },
         | 
| 2810 2814 | 
             
                        "UserIdsToAdd": {
         | 
| 2811 | 
            -
                          "shape": " | 
| 2815 | 
            +
                          "shape": "S3s"
         | 
| 2812 2816 | 
             
                        }
         | 
| 2813 2817 | 
             
                      }
         | 
| 2814 2818 | 
             
                    },
         | 
| @@ -2819,17 +2823,17 @@ | |
| 2819 2823 | 
             
                    "ARN": {}
         | 
| 2820 2824 | 
             
                  }
         | 
| 2821 2825 | 
             
                },
         | 
| 2822 | 
            -
                " | 
| 2826 | 
            +
                "S3s": {
         | 
| 2823 2827 | 
             
                  "type": "list",
         | 
| 2824 2828 | 
             
                  "member": {}
         | 
| 2825 2829 | 
             
                },
         | 
| 2826 | 
            -
                " | 
| 2830 | 
            +
                "S3w": {
         | 
| 2827 2831 | 
             
                  "type": "list",
         | 
| 2828 2832 | 
             
                  "member": {
         | 
| 2829 2833 | 
             
                    "locationName": "GlobalNodeGroupId"
         | 
| 2830 2834 | 
             
                  }
         | 
| 2831 2835 | 
             
                },
         | 
| 2832 | 
            -
                " | 
| 2836 | 
            +
                "S3z": {
         | 
| 2833 2837 | 
             
                  "type": "list",
         | 
| 2834 2838 | 
             
                  "member": {
         | 
| 2835 2839 | 
             
                    "locationName": "ConfigureShard",
         | 
| @@ -2844,15 +2848,15 @@ | |
| 2844 2848 | 
             
                        "type": "integer"
         | 
| 2845 2849 | 
             
                      },
         | 
| 2846 2850 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 2847 | 
            -
                        "shape": " | 
| 2851 | 
            +
                        "shape": "S23"
         | 
| 2848 2852 | 
             
                      },
         | 
| 2849 2853 | 
             
                      "PreferredOutpostArns": {
         | 
| 2850 | 
            -
                        "shape": " | 
| 2854 | 
            +
                        "shape": "S28"
         | 
| 2851 2855 | 
             
                      }
         | 
| 2852 2856 | 
             
                    }
         | 
| 2853 2857 | 
             
                  }
         | 
| 2854 2858 | 
             
                },
         | 
| 2855 | 
            -
                " | 
| 2859 | 
            +
                "S4s": {
         | 
| 2856 2860 | 
             
                  "type": "list",
         | 
| 2857 2861 | 
             
                  "member": {
         | 
| 2858 2862 | 
             
                    "locationName": "Parameter",
         | 
| @@ -2872,7 +2876,7 @@ | |
| 2872 2876 | 
             
                    }
         | 
| 2873 2877 | 
             
                  }
         | 
| 2874 2878 | 
             
                },
         | 
| 2875 | 
            -
                " | 
| 2879 | 
            +
                "S4v": {
         | 
| 2876 2880 | 
             
                  "type": "list",
         | 
| 2877 2881 | 
             
                  "member": {
         | 
| 2878 2882 | 
             
                    "locationName": "CacheNodeTypeSpecificParameter",
         | 
| @@ -2902,7 +2906,7 @@ | |
| 2902 2906 | 
             
                    }
         | 
| 2903 2907 | 
             
                  }
         | 
| 2904 2908 | 
             
                },
         | 
| 2905 | 
            -
                " | 
| 2909 | 
            +
                "S5m": {
         | 
| 2906 2910 | 
             
                  "type": "structure",
         | 
| 2907 2911 | 
             
                  "members": {
         | 
| 2908 2912 | 
             
                    "ReservedCacheNodeId": {},
         | 
| @@ -2927,13 +2931,13 @@ | |
| 2927 2931 | 
             
                    "OfferingType": {},
         | 
| 2928 2932 | 
             
                    "State": {},
         | 
| 2929 2933 | 
             
                    "RecurringCharges": {
         | 
| 2930 | 
            -
                      "shape": " | 
| 2934 | 
            +
                      "shape": "S5n"
         | 
| 2931 2935 | 
             
                    },
         | 
| 2932 2936 | 
             
                    "ReservationARN": {}
         | 
| 2933 2937 | 
             
                  },
         | 
| 2934 2938 | 
             
                  "wrapper": true
         | 
| 2935 2939 | 
             
                },
         | 
| 2936 | 
            -
                " | 
| 2940 | 
            +
                "S5n": {
         | 
| 2937 2941 | 
             
                  "type": "list",
         | 
| 2938 2942 | 
             
                  "member": {
         | 
| 2939 2943 | 
             
                    "locationName": "RecurringCharge",
         | 
| @@ -2947,11 +2951,11 @@ | |
| 2947 2951 | 
             
                    "wrapper": true
         | 
| 2948 2952 | 
             
                  }
         | 
| 2949 2953 | 
             
                },
         | 
| 2950 | 
            -
                " | 
| 2954 | 
            +
                "S5u": {
         | 
| 2951 2955 | 
             
                  "type": "list",
         | 
| 2952 2956 | 
             
                  "member": {}
         | 
| 2953 2957 | 
             
                },
         | 
| 2954 | 
            -
                " | 
| 2958 | 
            +
                "S71": {
         | 
| 2955 2959 | 
             
                  "type": "list",
         | 
| 2956 2960 | 
             
                  "member": {
         | 
| 2957 2961 | 
             
                    "locationName": "ReshardingConfiguration",
         | 
| @@ -2959,16 +2963,16 @@ | |
| 2959 2963 | 
             
                    "members": {
         | 
| 2960 2964 | 
             
                      "NodeGroupId": {},
         | 
| 2961 2965 | 
             
                      "PreferredAvailabilityZones": {
         | 
| 2962 | 
            -
                        "shape": " | 
| 2966 | 
            +
                        "shape": "S1z"
         | 
| 2963 2967 | 
             
                      }
         | 
| 2964 2968 | 
             
                    }
         | 
| 2965 2969 | 
             
                  }
         | 
| 2966 2970 | 
             
                },
         | 
| 2967 | 
            -
                " | 
| 2971 | 
            +
                "S78": {
         | 
| 2968 2972 | 
             
                  "type": "list",
         | 
| 2969 2973 | 
             
                  "member": {}
         | 
| 2970 2974 | 
             
                },
         | 
| 2971 | 
            -
                " | 
| 2975 | 
            +
                "S7e": {
         | 
| 2972 2976 | 
             
                  "type": "list",
         | 
| 2973 2977 | 
             
                  "member": {
         | 
| 2974 2978 | 
             
                    "locationName": "ParameterNameValue",
         | 
| @@ -2979,7 +2983,7 @@ | |
| 2979 2983 | 
             
                    }
         | 
| 2980 2984 | 
             
                  }
         | 
| 2981 2985 | 
             
                },
         | 
| 2982 | 
            -
                " | 
| 2986 | 
            +
                "S7g": {
         | 
| 2983 2987 | 
             
                  "type": "structure",
         | 
| 2984 2988 | 
             
                  "members": {
         | 
| 2985 2989 | 
             
                    "CacheParameterGroupName": {}
         |