aws-sdk 2.1379.0 → 2.1381.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 +19 -1
- package/README.md +3 -4
- package/apis/athena-2017-05-18.min.json +0 -3
- package/apis/backup-2018-11-15.min.json +4 -1
- package/apis/compute-optimizer-2019-11-01.min.json +17 -10
- package/apis/connect-2017-08-08.min.json +371 -214
- package/apis/ec2-2016-11-15.min.json +347 -336
- package/apis/mediapackagev2-2022-12-25.examples.json +5 -0
- package/apis/mediapackagev2-2022-12-25.min.json +1346 -0
- package/apis/mediapackagev2-2022-12-25.paginators.json +22 -0
- package/apis/mediapackagev2-2022-12-25.waiters2.json +5 -0
- package/apis/metadata.json +3 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/apis/sesv2-2019-09-27.examples.json +19 -0
- package/apis/sesv2-2019-09-27.min.json +38 -13
- package/apis/sts-2011-06-15.min.json +12 -3
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/athena.d.ts +0 -4
- package/clients/backup.d.ts +16 -4
- package/clients/cloudtrail.d.ts +11 -11
- package/clients/computeoptimizer.d.ts +17 -1
- package/clients/connect.d.ts +171 -0
- package/clients/connectcases.d.ts +1 -1
- package/clients/ec2.d.ts +7 -6
- package/clients/ecs.d.ts +2 -2
- package/clients/mediaconvert.d.ts +9 -9
- package/clients/mediapackagev2.d.ts +1363 -0
- package/clients/mediapackagev2.js +19 -0
- package/clients/rds.d.ts +1 -1
- package/clients/sagemakergeospatial.d.ts +2 -31
- package/clients/sesv2.d.ts +24 -4
- package/dist/aws-sdk-core-react-native.js +41 -4
- package/dist/aws-sdk-react-native.js +115 -16
- package/dist/aws-sdk.js +780 -561
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +19 -0
- package/lib/region_config_data.json +6 -1
- package/lib/util.js +19 -1
- package/package.json +1 -1
| @@ -0,0 +1,22 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "pagination": {
         | 
| 3 | 
            +
                "ListChannelGroups": {
         | 
| 4 | 
            +
                  "input_token": "NextToken",
         | 
| 5 | 
            +
                  "output_token": "NextToken",
         | 
| 6 | 
            +
                  "limit_key": "MaxResults",
         | 
| 7 | 
            +
                  "result_key": "Items"
         | 
| 8 | 
            +
                },
         | 
| 9 | 
            +
                "ListChannels": {
         | 
| 10 | 
            +
                  "input_token": "NextToken",
         | 
| 11 | 
            +
                  "output_token": "NextToken",
         | 
| 12 | 
            +
                  "limit_key": "MaxResults",
         | 
| 13 | 
            +
                  "result_key": "Items"
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                "ListOriginEndpoints": {
         | 
| 16 | 
            +
                  "input_token": "NextToken",
         | 
| 17 | 
            +
                  "output_token": "NextToken",
         | 
| 18 | 
            +
                  "limit_key": "MaxResults",
         | 
| 19 | 
            +
                  "result_key": "Items"
         | 
| 20 | 
            +
                }
         | 
| 21 | 
            +
              }
         | 
| 22 | 
            +
            }
         | 
    
        package/apis/metadata.json
    CHANGED
    
    
| @@ -217,7 +217,7 @@ | |
| 217 217 | 
             
                        "shape": "Sx"
         | 
| 218 218 | 
             
                      },
         | 
| 219 219 | 
             
                      "JobConfig": {
         | 
| 220 | 
            -
                        "shape": " | 
| 220 | 
            +
                        "shape": "S1n"
         | 
| 221 221 | 
             
                      },
         | 
| 222 222 | 
             
                      "KmsKeyId": {},
         | 
| 223 223 | 
             
                      "Name": {},
         | 
| @@ -237,7 +237,7 @@ | |
| 237 237 | 
             
                      },
         | 
| 238 238 | 
             
                      "Status": {},
         | 
| 239 239 | 
             
                      "Tags": {
         | 
| 240 | 
            -
                        "shape": " | 
| 240 | 
            +
                        "shape": "S2i"
         | 
| 241 241 | 
             
                      }
         | 
| 242 242 | 
             
                    }
         | 
| 243 243 | 
             
                  }
         | 
| @@ -281,10 +281,10 @@ | |
| 281 281 | 
             
                      },
         | 
| 282 282 | 
             
                      "Name": {},
         | 
| 283 283 | 
             
                      "SupportedFilters": {
         | 
| 284 | 
            -
                        "shape": " | 
| 284 | 
            +
                        "shape": "S2m"
         | 
| 285 285 | 
             
                      },
         | 
| 286 286 | 
             
                      "Tags": {
         | 
| 287 | 
            -
                        "shape": " | 
| 287 | 
            +
                        "shape": "S2i"
         | 
| 288 288 | 
             
                      },
         | 
| 289 289 | 
             
                      "Type": {}
         | 
| 290 290 | 
             
                    }
         | 
| @@ -316,7 +316,7 @@ | |
| 316 316 | 
             
                        "locationName": "ExecutionRoleArn"
         | 
| 317 317 | 
             
                      },
         | 
| 318 318 | 
             
                      "ImageAssets": {
         | 
| 319 | 
            -
                        "shape": " | 
| 319 | 
            +
                        "shape": "S1t",
         | 
| 320 320 | 
             
                        "location": "querystring",
         | 
| 321 321 | 
             
                        "locationName": "ImageAssets"
         | 
| 322 322 | 
             
                      },
         | 
| @@ -429,16 +429,16 @@ | |
| 429 429 | 
             
                      },
         | 
| 430 430 | 
             
                      "ExportStatus": {},
         | 
| 431 431 | 
             
                      "InputConfig": {
         | 
| 432 | 
            -
                        "shape": " | 
| 432 | 
            +
                        "shape": "S2z"
         | 
| 433 433 | 
             
                      },
         | 
| 434 434 | 
             
                      "JobConfig": {
         | 
| 435 | 
            -
                        "shape": " | 
| 435 | 
            +
                        "shape": "S32"
         | 
| 436 436 | 
             
                      },
         | 
| 437 437 | 
             
                      "KmsKeyId": {},
         | 
| 438 438 | 
             
                      "Name": {},
         | 
| 439 439 | 
             
                      "Status": {},
         | 
| 440 440 | 
             
                      "Tags": {
         | 
| 441 | 
            -
                        "shape": " | 
| 441 | 
            +
                        "shape": "S2i"
         | 
| 442 442 | 
             
                      },
         | 
| 443 443 | 
             
                      "Type": {}
         | 
| 444 444 | 
             
                    }
         | 
| @@ -456,7 +456,7 @@ | |
| 456 456 | 
             
                        "type": "integer"
         | 
| 457 457 | 
             
                      },
         | 
| 458 458 | 
             
                      "NextToken": {
         | 
| 459 | 
            -
                        "shape": " | 
| 459 | 
            +
                        "shape": "S39"
         | 
| 460 460 | 
             
                      },
         | 
| 461 461 | 
             
                      "SortBy": {},
         | 
| 462 462 | 
             
                      "SortOrder": {},
         | 
| @@ -493,13 +493,13 @@ | |
| 493 493 | 
             
                            "OperationType": {},
         | 
| 494 494 | 
             
                            "Status": {},
         | 
| 495 495 | 
             
                            "Tags": {
         | 
| 496 | 
            -
                              "shape": " | 
| 496 | 
            +
                              "shape": "S2i"
         | 
| 497 497 | 
             
                            }
         | 
| 498 498 | 
             
                          }
         | 
| 499 499 | 
             
                        }
         | 
| 500 500 | 
             
                      },
         | 
| 501 501 | 
             
                      "NextToken": {
         | 
| 502 | 
            -
                        "shape": " | 
| 502 | 
            +
                        "shape": "S39"
         | 
| 503 503 | 
             
                      }
         | 
| 504 504 | 
             
                    }
         | 
| 505 505 | 
             
                  }
         | 
| @@ -519,7 +519,7 @@ | |
| 519 519 | 
             
                        "type": "integer"
         | 
| 520 520 | 
             
                      },
         | 
| 521 521 | 
             
                      "NextToken": {
         | 
| 522 | 
            -
                        "shape": " | 
| 522 | 
            +
                        "shape": "S39",
         | 
| 523 523 | 
             
                        "location": "querystring",
         | 
| 524 524 | 
             
                        "locationName": "NextToken"
         | 
| 525 525 | 
             
                      }
         | 
| @@ -532,7 +532,7 @@ | |
| 532 532 | 
             
                    ],
         | 
| 533 533 | 
             
                    "members": {
         | 
| 534 534 | 
             
                      "NextToken": {
         | 
| 535 | 
            -
                        "shape": " | 
| 535 | 
            +
                        "shape": "S39"
         | 
| 536 536 | 
             
                      },
         | 
| 537 537 | 
             
                      "RasterDataCollectionSummaries": {
         | 
| 538 538 | 
             
                        "type": "list",
         | 
| @@ -551,10 +551,10 @@ | |
| 551 551 | 
             
                            "DescriptionPageUrl": {},
         | 
| 552 552 | 
             
                            "Name": {},
         | 
| 553 553 | 
             
                            "SupportedFilters": {
         | 
| 554 | 
            -
                              "shape": " | 
| 554 | 
            +
                              "shape": "S2m"
         | 
| 555 555 | 
             
                            },
         | 
| 556 556 | 
             
                            "Tags": {
         | 
| 557 | 
            -
                              "shape": " | 
| 557 | 
            +
                              "shape": "S2i"
         | 
| 558 558 | 
             
                            },
         | 
| 559 559 | 
             
                            "Type": {}
         | 
| 560 560 | 
             
                          }
         | 
| @@ -585,7 +585,7 @@ | |
| 585 585 | 
             
                    "type": "structure",
         | 
| 586 586 | 
             
                    "members": {
         | 
| 587 587 | 
             
                      "Tags": {
         | 
| 588 | 
            -
                        "shape": " | 
| 588 | 
            +
                        "shape": "S2i"
         | 
| 589 589 | 
             
                      }
         | 
| 590 590 | 
             
                    }
         | 
| 591 591 | 
             
                  }
         | 
| @@ -602,7 +602,7 @@ | |
| 602 602 | 
             
                        "type": "integer"
         | 
| 603 603 | 
             
                      },
         | 
| 604 604 | 
             
                      "NextToken": {
         | 
| 605 | 
            -
                        "shape": " | 
| 605 | 
            +
                        "shape": "S39"
         | 
| 606 606 | 
             
                      },
         | 
| 607 607 | 
             
                      "SortBy": {},
         | 
| 608 608 | 
             
                      "SortOrder": {},
         | 
| @@ -616,7 +616,7 @@ | |
| 616 616 | 
             
                    ],
         | 
| 617 617 | 
             
                    "members": {
         | 
| 618 618 | 
             
                      "NextToken": {
         | 
| 619 | 
            -
                        "shape": " | 
| 619 | 
            +
                        "shape": "S39"
         | 
| 620 620 | 
             
                      },
         | 
| 621 621 | 
             
                      "VectorEnrichmentJobSummaries": {
         | 
| 622 622 | 
             
                        "type": "list",
         | 
| @@ -641,7 +641,7 @@ | |
| 641 641 | 
             
                            "Name": {},
         | 
| 642 642 | 
             
                            "Status": {},
         | 
| 643 643 | 
             
                            "Tags": {
         | 
| 644 | 
            -
                              "shape": " | 
| 644 | 
            +
                              "shape": "S2i"
         | 
| 645 645 | 
             
                            },
         | 
| 646 646 | 
             
                            "Type": {}
         | 
| 647 647 | 
             
                          }
         | 
| @@ -664,7 +664,7 @@ | |
| 664 664 | 
             
                    "members": {
         | 
| 665 665 | 
             
                      "Arn": {},
         | 
| 666 666 | 
             
                      "NextToken": {
         | 
| 667 | 
            -
                        "shape": " | 
| 667 | 
            +
                        "shape": "S39"
         | 
| 668 668 | 
             
                      },
         | 
| 669 669 | 
             
                      "RasterDataCollectionQuery": {
         | 
| 670 670 | 
             
                        "type": "structure",
         | 
| @@ -673,16 +673,16 @@ | |
| 673 673 | 
             
                        ],
         | 
| 674 674 | 
             
                        "members": {
         | 
| 675 675 | 
             
                          "AreaOfInterest": {
         | 
| 676 | 
            -
                            "shape": " | 
| 676 | 
            +
                            "shape": "Sz"
         | 
| 677 677 | 
             
                          },
         | 
| 678 678 | 
             
                          "BandFilter": {
         | 
| 679 | 
            -
                            "shape": " | 
| 679 | 
            +
                            "shape": "S1t"
         | 
| 680 680 | 
             
                          },
         | 
| 681 681 | 
             
                          "PropertyFilters": {
         | 
| 682 | 
            -
                            "shape": " | 
| 682 | 
            +
                            "shape": "S18"
         | 
| 683 683 | 
             
                          },
         | 
| 684 684 | 
             
                          "TimeRangeFilter": {
         | 
| 685 | 
            -
                            "shape": " | 
| 685 | 
            +
                            "shape": "S3t"
         | 
| 686 686 | 
             
                          }
         | 
| 687 687 | 
             
                        }
         | 
| 688 688 | 
             
                      }
         | 
| @@ -728,7 +728,7 @@ | |
| 728 728 | 
             
                              ],
         | 
| 729 729 | 
             
                              "members": {
         | 
| 730 730 | 
             
                                "Coordinates": {
         | 
| 731 | 
            -
                                  "shape": " | 
| 731 | 
            +
                                  "shape": "S13"
         | 
| 732 732 | 
             
                                },
         | 
| 733 733 | 
             
                                "Type": {}
         | 
| 734 734 | 
             
                              }
         | 
| @@ -759,7 +759,7 @@ | |
| 759 759 | 
             
                        }
         | 
| 760 760 | 
             
                      },
         | 
| 761 761 | 
             
                      "NextToken": {
         | 
| 762 | 
            -
                        "shape": " | 
| 762 | 
            +
                        "shape": "S39"
         | 
| 763 763 | 
             
                      }
         | 
| 764 764 | 
             
                    }
         | 
| 765 765 | 
             
                  }
         | 
| @@ -772,6 +772,7 @@ | |
| 772 772 | 
             
                  "input": {
         | 
| 773 773 | 
             
                    "type": "structure",
         | 
| 774 774 | 
             
                    "required": [
         | 
| 775 | 
            +
                      "ExecutionRoleArn",
         | 
| 775 776 | 
             
                      "InputConfig",
         | 
| 776 777 | 
             
                      "JobConfig",
         | 
| 777 778 | 
             
                      "Name"
         | 
| @@ -784,9 +785,6 @@ | |
| 784 785 | 
             
                      "InputConfig": {
         | 
| 785 786 | 
             
                        "type": "structure",
         | 
| 786 787 | 
             
                        "members": {
         | 
| 787 | 
            -
                          "DataSourceConfig": {
         | 
| 788 | 
            -
                            "shape": "Sy"
         | 
| 789 | 
            -
                          },
         | 
| 790 788 | 
             
                          "PreviousEarthObservationJobArn": {},
         | 
| 791 789 | 
             
                          "RasterDataCollectionQuery": {
         | 
| 792 790 | 
             
                            "type": "structure",
         | 
| @@ -796,26 +794,26 @@ | |
| 796 794 | 
             
                            ],
         | 
| 797 795 | 
             
                            "members": {
         | 
| 798 796 | 
             
                              "AreaOfInterest": {
         | 
| 799 | 
            -
                                "shape": " | 
| 797 | 
            +
                                "shape": "Sz"
         | 
| 800 798 | 
             
                              },
         | 
| 801 799 | 
             
                              "PropertyFilters": {
         | 
| 802 | 
            -
                                "shape": " | 
| 800 | 
            +
                                "shape": "S18"
         | 
| 803 801 | 
             
                              },
         | 
| 804 802 | 
             
                              "RasterDataCollectionArn": {},
         | 
| 805 803 | 
             
                              "TimeRangeFilter": {
         | 
| 806 | 
            -
                                "shape": " | 
| 804 | 
            +
                                "shape": "S3t"
         | 
| 807 805 | 
             
                              }
         | 
| 808 806 | 
             
                            }
         | 
| 809 807 | 
             
                          }
         | 
| 810 808 | 
             
                        }
         | 
| 811 809 | 
             
                      },
         | 
| 812 810 | 
             
                      "JobConfig": {
         | 
| 813 | 
            -
                        "shape": " | 
| 811 | 
            +
                        "shape": "S1n"
         | 
| 814 812 | 
             
                      },
         | 
| 815 813 | 
             
                      "KmsKeyId": {},
         | 
| 816 814 | 
             
                      "Name": {},
         | 
| 817 815 | 
             
                      "Tags": {
         | 
| 818 | 
            -
                        "shape": " | 
| 816 | 
            +
                        "shape": "S2i"
         | 
| 819 817 | 
             
                      }
         | 
| 820 818 | 
             
                    }
         | 
| 821 819 | 
             
                  },
         | 
| @@ -825,6 +823,7 @@ | |
| 825 823 | 
             
                      "Arn",
         | 
| 826 824 | 
             
                      "CreationTime",
         | 
| 827 825 | 
             
                      "DurationInSeconds",
         | 
| 826 | 
            +
                      "ExecutionRoleArn",
         | 
| 828 827 | 
             
                      "JobConfig",
         | 
| 829 828 | 
             
                      "Name",
         | 
| 830 829 | 
             
                      "Status"
         | 
| @@ -842,13 +841,13 @@ | |
| 842 841 | 
             
                        "shape": "Sx"
         | 
| 843 842 | 
             
                      },
         | 
| 844 843 | 
             
                      "JobConfig": {
         | 
| 845 | 
            -
                        "shape": " | 
| 844 | 
            +
                        "shape": "S1n"
         | 
| 846 845 | 
             
                      },
         | 
| 847 846 | 
             
                      "KmsKeyId": {},
         | 
| 848 847 | 
             
                      "Name": {},
         | 
| 849 848 | 
             
                      "Status": {},
         | 
| 850 849 | 
             
                      "Tags": {
         | 
| 851 | 
            -
                        "shape": " | 
| 850 | 
            +
                        "shape": "S2i"
         | 
| 852 851 | 
             
                      }
         | 
| 853 852 | 
             
                    }
         | 
| 854 853 | 
             
                  },
         | 
| @@ -873,15 +872,15 @@ | |
| 873 872 | 
             
                      },
         | 
| 874 873 | 
             
                      "ExecutionRoleArn": {},
         | 
| 875 874 | 
             
                      "InputConfig": {
         | 
| 876 | 
            -
                        "shape": " | 
| 875 | 
            +
                        "shape": "S2z"
         | 
| 877 876 | 
             
                      },
         | 
| 878 877 | 
             
                      "JobConfig": {
         | 
| 879 | 
            -
                        "shape": " | 
| 878 | 
            +
                        "shape": "S32"
         | 
| 880 879 | 
             
                      },
         | 
| 881 880 | 
             
                      "KmsKeyId": {},
         | 
| 882 881 | 
             
                      "Name": {},
         | 
| 883 882 | 
             
                      "Tags": {
         | 
| 884 | 
            -
                        "shape": " | 
| 883 | 
            +
                        "shape": "S2i"
         | 
| 885 884 | 
             
                      }
         | 
| 886 885 | 
             
                    }
         | 
| 887 886 | 
             
                  },
         | 
| @@ -908,16 +907,16 @@ | |
| 908 907 | 
             
                      },
         | 
| 909 908 | 
             
                      "ExecutionRoleArn": {},
         | 
| 910 909 | 
             
                      "InputConfig": {
         | 
| 911 | 
            -
                        "shape": " | 
| 910 | 
            +
                        "shape": "S2z"
         | 
| 912 911 | 
             
                      },
         | 
| 913 912 | 
             
                      "JobConfig": {
         | 
| 914 | 
            -
                        "shape": " | 
| 913 | 
            +
                        "shape": "S32"
         | 
| 915 914 | 
             
                      },
         | 
| 916 915 | 
             
                      "KmsKeyId": {},
         | 
| 917 916 | 
             
                      "Name": {},
         | 
| 918 917 | 
             
                      "Status": {},
         | 
| 919 918 | 
             
                      "Tags": {
         | 
| 920 | 
            -
                        "shape": " | 
| 919 | 
            +
                        "shape": "S2i"
         | 
| 921 920 | 
             
                      },
         | 
| 922 921 | 
             
                      "Type": {}
         | 
| 923 922 | 
             
                    }
         | 
| @@ -981,7 +980,7 @@ | |
| 981 980 | 
             
                        "locationName": "ResourceArn"
         | 
| 982 981 | 
             
                      },
         | 
| 983 982 | 
             
                      "Tags": {
         | 
| 984 | 
            -
                        "shape": " | 
| 983 | 
            +
                        "shape": "S2i"
         | 
| 985 984 | 
             
                      }
         | 
| 986 985 | 
             
                    }
         | 
| 987 986 | 
             
                  },
         | 
| @@ -1076,9 +1075,6 @@ | |
| 1076 1075 | 
             
                "Sx": {
         | 
| 1077 1076 | 
             
                  "type": "structure",
         | 
| 1078 1077 | 
             
                  "members": {
         | 
| 1079 | 
            -
                    "DataSourceConfig": {
         | 
| 1080 | 
            -
                      "shape": "Sy"
         | 
| 1081 | 
            -
                    },
         | 
| 1082 1078 | 
             
                    "PreviousEarthObservationJobArn": {},
         | 
| 1083 1079 | 
             
                    "RasterDataCollectionQuery": {
         | 
| 1084 1080 | 
             
                      "type": "structure",
         | 
| @@ -1089,10 +1085,10 @@ | |
| 1089 1085 | 
             
                      ],
         | 
| 1090 1086 | 
             
                      "members": {
         | 
| 1091 1087 | 
             
                        "AreaOfInterest": {
         | 
| 1092 | 
            -
                          "shape": " | 
| 1088 | 
            +
                          "shape": "Sz"
         | 
| 1093 1089 | 
             
                        },
         | 
| 1094 1090 | 
             
                        "PropertyFilters": {
         | 
| 1095 | 
            -
                          "shape": " | 
| 1091 | 
            +
                          "shape": "S18"
         | 
| 1096 1092 | 
             
                        },
         | 
| 1097 1093 | 
             
                        "RasterDataCollectionArn": {},
         | 
| 1098 1094 | 
             
                        "RasterDataCollectionName": {},
         | 
| @@ -1116,25 +1112,7 @@ | |
| 1116 1112 | 
             
                    }
         | 
| 1117 1113 | 
             
                  }
         | 
| 1118 1114 | 
             
                },
         | 
| 1119 | 
            -
                " | 
| 1120 | 
            -
                  "type": "structure",
         | 
| 1121 | 
            -
                  "members": {
         | 
| 1122 | 
            -
                    "S3Data": {
         | 
| 1123 | 
            -
                      "type": "structure",
         | 
| 1124 | 
            -
                      "required": [
         | 
| 1125 | 
            -
                        "MetadataProvider",
         | 
| 1126 | 
            -
                        "S3Uri"
         | 
| 1127 | 
            -
                      ],
         | 
| 1128 | 
            -
                      "members": {
         | 
| 1129 | 
            -
                        "KmsKeyId": {},
         | 
| 1130 | 
            -
                        "MetadataProvider": {},
         | 
| 1131 | 
            -
                        "S3Uri": {}
         | 
| 1132 | 
            -
                      }
         | 
| 1133 | 
            -
                    }
         | 
| 1134 | 
            -
                  },
         | 
| 1135 | 
            -
                  "union": true
         | 
| 1136 | 
            -
                },
         | 
| 1137 | 
            -
                "S12": {
         | 
| 1115 | 
            +
                "Sz": {
         | 
| 1138 1116 | 
             
                  "type": "structure",
         | 
| 1139 1117 | 
             
                  "members": {
         | 
| 1140 1118 | 
             
                    "AreaOfInterestGeometry": {
         | 
| @@ -1149,7 +1127,7 @@ | |
| 1149 1127 | 
             
                            "Coordinates": {
         | 
| 1150 1128 | 
             
                              "type": "list",
         | 
| 1151 1129 | 
             
                              "member": {
         | 
| 1152 | 
            -
                                "shape": " | 
| 1130 | 
            +
                                "shape": "S13"
         | 
| 1153 1131 | 
             
                              }
         | 
| 1154 1132 | 
             
                            }
         | 
| 1155 1133 | 
             
                          }
         | 
| @@ -1161,7 +1139,7 @@ | |
| 1161 1139 | 
             
                          ],
         | 
| 1162 1140 | 
             
                          "members": {
         | 
| 1163 1141 | 
             
                            "Coordinates": {
         | 
| 1164 | 
            -
                              "shape": " | 
| 1142 | 
            +
                              "shape": "S13"
         | 
| 1165 1143 | 
             
                            }
         | 
| 1166 1144 | 
             
                          }
         | 
| 1167 1145 | 
             
                        }
         | 
| @@ -1171,7 +1149,7 @@ | |
| 1171 1149 | 
             
                  },
         | 
| 1172 1150 | 
             
                  "union": true
         | 
| 1173 1151 | 
             
                },
         | 
| 1174 | 
            -
                " | 
| 1152 | 
            +
                "S13": {
         | 
| 1175 1153 | 
             
                  "type": "list",
         | 
| 1176 1154 | 
             
                  "member": {
         | 
| 1177 1155 | 
             
                    "type": "list",
         | 
| @@ -1184,7 +1162,7 @@ | |
| 1184 1162 | 
             
                    }
         | 
| 1185 1163 | 
             
                  }
         | 
| 1186 1164 | 
             
                },
         | 
| 1187 | 
            -
                " | 
| 1165 | 
            +
                "S18": {
         | 
| 1188 1166 | 
             
                  "type": "structure",
         | 
| 1189 1167 | 
             
                  "members": {
         | 
| 1190 1168 | 
             
                    "LogicalOperator": {},
         | 
| @@ -1292,7 +1270,7 @@ | |
| 1292 1270 | 
             
                    }
         | 
| 1293 1271 | 
             
                  }
         | 
| 1294 1272 | 
             
                },
         | 
| 1295 | 
            -
                " | 
| 1273 | 
            +
                "S1n": {
         | 
| 1296 1274 | 
             
                  "type": "structure",
         | 
| 1297 1275 | 
             
                  "members": {
         | 
| 1298 1276 | 
             
                    "BandMathConfig": {
         | 
| @@ -1319,7 +1297,7 @@ | |
| 1319 1297 | 
             
                          }
         | 
| 1320 1298 | 
             
                        },
         | 
| 1321 1299 | 
             
                        "PredefinedIndices": {
         | 
| 1322 | 
            -
                          "shape": " | 
| 1300 | 
            +
                          "shape": "S1t"
         | 
| 1323 1301 | 
             
                        }
         | 
| 1324 1302 | 
             
                      }
         | 
| 1325 1303 | 
             
                    },
         | 
| @@ -1333,7 +1311,7 @@ | |
| 1333 1311 | 
             
                        "AlgorithmName": {},
         | 
| 1334 1312 | 
             
                        "InterpolationValue": {},
         | 
| 1335 1313 | 
             
                        "TargetBands": {
         | 
| 1336 | 
            -
                          "shape": " | 
| 1314 | 
            +
                          "shape": "S1t"
         | 
| 1337 1315 | 
             
                        }
         | 
| 1338 1316 | 
             
                      }
         | 
| 1339 1317 | 
             
                    },
         | 
| @@ -1342,7 +1320,7 @@ | |
| 1342 1320 | 
             
                      "members": {
         | 
| 1343 1321 | 
             
                        "AlgorithmName": {},
         | 
| 1344 1322 | 
             
                        "TargetBands": {
         | 
| 1345 | 
            -
                          "shape": " | 
| 1323 | 
            +
                          "shape": "S1t"
         | 
| 1346 1324 | 
             
                        }
         | 
| 1347 1325 | 
             
                      }
         | 
| 1348 1326 | 
             
                    },
         | 
| @@ -1364,12 +1342,12 @@ | |
| 1364 1342 | 
             
                          ],
         | 
| 1365 1343 | 
             
                          "members": {
         | 
| 1366 1344 | 
             
                            "UserDefined": {
         | 
| 1367 | 
            -
                              "shape": " | 
| 1345 | 
            +
                              "shape": "S23"
         | 
| 1368 1346 | 
             
                            }
         | 
| 1369 1347 | 
             
                          }
         | 
| 1370 1348 | 
             
                        },
         | 
| 1371 1349 | 
             
                        "TargetBands": {
         | 
| 1372 | 
            -
                          "shape": " | 
| 1350 | 
            +
                          "shape": "S1t"
         | 
| 1373 1351 | 
             
                        }
         | 
| 1374 1352 | 
             
                      }
         | 
| 1375 1353 | 
             
                    },
         | 
| @@ -1381,12 +1359,12 @@ | |
| 1381 1359 | 
             
                          "members": {
         | 
| 1382 1360 | 
             
                            "Predefined": {},
         | 
| 1383 1361 | 
             
                            "UserDefined": {
         | 
| 1384 | 
            -
                              "shape": " | 
| 1362 | 
            +
                              "shape": "S23"
         | 
| 1385 1363 | 
             
                            }
         | 
| 1386 1364 | 
             
                          }
         | 
| 1387 1365 | 
             
                        },
         | 
| 1388 1366 | 
             
                        "TargetBands": {
         | 
| 1389 | 
            -
                          "shape": " | 
| 1367 | 
            +
                          "shape": "S1t"
         | 
| 1390 1368 | 
             
                        }
         | 
| 1391 1369 | 
             
                      }
         | 
| 1392 1370 | 
             
                    },
         | 
| @@ -1402,7 +1380,7 @@ | |
| 1402 1380 | 
             
                          "member": {}
         | 
| 1403 1381 | 
             
                        },
         | 
| 1404 1382 | 
             
                        "TargetBands": {
         | 
| 1405 | 
            -
                          "shape": " | 
| 1383 | 
            +
                          "shape": "S1t"
         | 
| 1406 1384 | 
             
                        }
         | 
| 1407 1385 | 
             
                      }
         | 
| 1408 1386 | 
             
                    },
         | 
| @@ -1418,7 +1396,7 @@ | |
| 1418 1396 | 
             
                          "member": {}
         | 
| 1419 1397 | 
             
                        },
         | 
| 1420 1398 | 
             
                        "TargetBands": {
         | 
| 1421 | 
            -
                          "shape": " | 
| 1399 | 
            +
                          "shape": "S1t"
         | 
| 1422 1400 | 
             
                        },
         | 
| 1423 1401 | 
             
                        "ZoneS3Path": {},
         | 
| 1424 1402 | 
             
                        "ZoneS3PathKmsKeyId": {}
         | 
| @@ -1427,11 +1405,11 @@ | |
| 1427 1405 | 
             
                  },
         | 
| 1428 1406 | 
             
                  "union": true
         | 
| 1429 1407 | 
             
                },
         | 
| 1430 | 
            -
                " | 
| 1408 | 
            +
                "S1t": {
         | 
| 1431 1409 | 
             
                  "type": "list",
         | 
| 1432 1410 | 
             
                  "member": {}
         | 
| 1433 1411 | 
             
                },
         | 
| 1434 | 
            -
                " | 
| 1412 | 
            +
                "S23": {
         | 
| 1435 1413 | 
             
                  "type": "structure",
         | 
| 1436 1414 | 
             
                  "required": [
         | 
| 1437 1415 | 
             
                    "Unit",
         | 
| @@ -1444,12 +1422,12 @@ | |
| 1444 1422 | 
             
                    }
         | 
| 1445 1423 | 
             
                  }
         | 
| 1446 1424 | 
             
                },
         | 
| 1447 | 
            -
                " | 
| 1425 | 
            +
                "S2i": {
         | 
| 1448 1426 | 
             
                  "type": "map",
         | 
| 1449 1427 | 
             
                  "key": {},
         | 
| 1450 1428 | 
             
                  "value": {}
         | 
| 1451 1429 | 
             
                },
         | 
| 1452 | 
            -
                " | 
| 1430 | 
            +
                "S2m": {
         | 
| 1453 1431 | 
             
                  "type": "list",
         | 
| 1454 1432 | 
             
                  "member": {
         | 
| 1455 1433 | 
             
                    "type": "structure",
         | 
| @@ -1469,7 +1447,7 @@ | |
| 1469 1447 | 
             
                    }
         | 
| 1470 1448 | 
             
                  }
         | 
| 1471 1449 | 
             
                },
         | 
| 1472 | 
            -
                " | 
| 1450 | 
            +
                "S2z": {
         | 
| 1473 1451 | 
             
                  "type": "structure",
         | 
| 1474 1452 | 
             
                  "required": [
         | 
| 1475 1453 | 
             
                    "DataSourceConfig",
         | 
| @@ -1488,7 +1466,7 @@ | |
| 1488 1466 | 
             
                    "DocumentType": {}
         | 
| 1489 1467 | 
             
                  }
         | 
| 1490 1468 | 
             
                },
         | 
| 1491 | 
            -
                " | 
| 1469 | 
            +
                "S32": {
         | 
| 1492 1470 | 
             
                  "type": "structure",
         | 
| 1493 1471 | 
             
                  "members": {
         | 
| 1494 1472 | 
             
                    "MapMatchingConfig": {
         | 
| @@ -1520,11 +1498,11 @@ | |
| 1520 1498 | 
             
                  },
         | 
| 1521 1499 | 
             
                  "union": true
         | 
| 1522 1500 | 
             
                },
         | 
| 1523 | 
            -
                " | 
| 1501 | 
            +
                "S39": {
         | 
| 1524 1502 | 
             
                  "type": "string",
         | 
| 1525 1503 | 
             
                  "sensitive": true
         | 
| 1526 1504 | 
             
                },
         | 
| 1527 | 
            -
                " | 
| 1505 | 
            +
                "S3t": {
         | 
| 1528 1506 | 
             
                  "type": "structure",
         | 
| 1529 1507 | 
             
                  "required": [
         | 
| 1530 1508 | 
             
                    "EndTime",
         | 
| @@ -1,5 +1,24 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "version": "1.0",
         | 
| 3 3 | 
             
              "examples": {
         | 
| 4 | 
            +
                "PutDedicatedIpPoolScalingAttributes": [
         | 
| 5 | 
            +
                  {
         | 
| 6 | 
            +
                    "input": {
         | 
| 7 | 
            +
                      "PoolName": "sample-ses-pool",
         | 
| 8 | 
            +
                      "ScalingMode": "MANAGED"
         | 
| 9 | 
            +
                    },
         | 
| 10 | 
            +
                    "output": {
         | 
| 11 | 
            +
                    },
         | 
| 12 | 
            +
                    "comments": {
         | 
| 13 | 
            +
                      "input": {
         | 
| 14 | 
            +
                      },
         | 
| 15 | 
            +
                      "output": {
         | 
| 16 | 
            +
                      }
         | 
| 17 | 
            +
                    },
         | 
| 18 | 
            +
                    "description": "This example converts a dedicated IP pool from STANDARD to MANAGED.",
         | 
| 19 | 
            +
                    "id": "put-dedicated-ip-pool-scaling-attributes-example-1683639172",
         | 
| 20 | 
            +
                    "title": "Used to convert a dedicated IP pool to a different scaling mode."
         | 
| 21 | 
            +
                  }
         | 
| 22 | 
            +
                ]
         | 
| 4 23 | 
             
              }
         | 
| 5 24 | 
             
            }
         |