aws-sdk 2.1354.0 → 2.1356.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/ecr-public-2020-10-30.min.json +8 -8
- package/apis/emr-serverless-2021-07-13.min.json +3 -0
- package/apis/eventbridge-2015-10-07.min.json +18 -6
- package/apis/iot-data-2015-05-28.min.json +3 -0
- package/apis/wafv2-2019-07-29.min.json +55 -28
- package/clients/ecrpublic.d.ts +2 -2
- package/clients/emrserverless.d.ts +7 -3
- package/clients/eventbridge.d.ts +3 -1
- package/clients/iotdata.d.ts +5 -0
- package/clients/wafv2.d.ts +89 -62
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +10 -10
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,23 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1356.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1356.0
         | 
| 6 | 
            +
            * feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
         | 
| 7 | 
            +
            * feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
         | 
| 8 | 
            +
            * feature: EventBridge: EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters
         | 
| 9 | 
            +
            * feature: Iot: Re-release to remove unexpected API changes
         | 
| 10 | 
            +
            * feature: IotData: This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API
         | 
| 11 | 
            +
            * feature: WAFV2: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            ## 2.1355.0
         | 
| 14 | 
            +
            * feature: ECRPUBLIC: This release will allow using registry alias as registryId in BatchDeleteImage request.
         | 
| 15 | 
            +
            * feature: EMRServerless: This release extends GetJobRun API to return job run timeout (executionTimeoutMinutes) specified during StartJobRun call (or default timeout of 720 minutes if none was specified).
         | 
| 16 | 
            +
            * feature: EventBridge: EventBridge PutTarget support for multiple SQL arguments on RedshiftDataParameters
         | 
| 17 | 
            +
            * feature: Iot: This release allows AWS IoT Core users to specify a TLS security policy when creating and updating AWS IoT Domain Configurations.
         | 
| 18 | 
            +
            * feature: IotData: This release adds support for MQTT5 user properties when calling the AWS IoT GetRetainedMessage API
         | 
| 19 | 
            +
            * feature: WAFV2: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
         | 
| 20 | 
            +
             | 
| 5 21 | 
             
            ## 2.1354.0
         | 
| 6 22 | 
             
            * feature: Connect: This release adds the ability to configure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
         | 
| 7 23 | 
             
            * feature: ECS: This release adds support for enabling FIPS compliance on Amazon ECS Fargate tasks
         | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1356.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -72,7 +72,7 @@ | |
| 72 72 | 
             
                      "registryId": {},
         | 
| 73 73 | 
             
                      "repositoryName": {},
         | 
| 74 74 | 
             
                      "imageIds": {
         | 
| 75 | 
            -
                        "shape": " | 
| 75 | 
            +
                        "shape": "Si"
         | 
| 76 76 | 
             
                      }
         | 
| 77 77 | 
             
                    }
         | 
| 78 78 | 
             
                  },
         | 
| @@ -80,7 +80,7 @@ | |
| 80 80 | 
             
                    "type": "structure",
         | 
| 81 81 | 
             
                    "members": {
         | 
| 82 82 | 
             
                      "imageIds": {
         | 
| 83 | 
            -
                        "shape": " | 
| 83 | 
            +
                        "shape": "Si"
         | 
| 84 84 | 
             
                      },
         | 
| 85 85 | 
             
                      "failures": {
         | 
| 86 86 | 
             
                        "type": "list",
         | 
| @@ -88,7 +88,7 @@ | |
| 88 88 | 
             
                          "type": "structure",
         | 
| 89 89 | 
             
                          "members": {
         | 
| 90 90 | 
             
                            "imageId": {
         | 
| 91 | 
            -
                              "shape": " | 
| 91 | 
            +
                              "shape": "Sj"
         | 
| 92 92 | 
             
                            },
         | 
| 93 93 | 
             
                            "failureCode": {},
         | 
| 94 94 | 
             
                            "failureReason": {}
         | 
| @@ -255,7 +255,7 @@ | |
| 255 255 | 
             
                      "registryId": {},
         | 
| 256 256 | 
             
                      "repositoryName": {},
         | 
| 257 257 | 
             
                      "imageIds": {
         | 
| 258 | 
            -
                        "shape": " | 
| 258 | 
            +
                        "shape": "Si"
         | 
| 259 259 | 
             
                      },
         | 
| 260 260 | 
             
                      "nextToken": {},
         | 
| 261 261 | 
             
                      "maxResults": {
         | 
| @@ -526,7 +526,7 @@ | |
| 526 526 | 
             
                          "registryId": {},
         | 
| 527 527 | 
             
                          "repositoryName": {},
         | 
| 528 528 | 
             
                          "imageId": {
         | 
| 529 | 
            -
                            "shape": " | 
| 529 | 
            +
                            "shape": "Sj"
         | 
| 530 530 | 
             
                          },
         | 
| 531 531 | 
             
                          "imageManifest": {},
         | 
| 532 532 | 
             
                          "imageManifestMediaType": {}
         | 
| @@ -681,13 +681,13 @@ | |
| 681 681 | 
             
                }
         | 
| 682 682 | 
             
              },
         | 
| 683 683 | 
             
              "shapes": {
         | 
| 684 | 
            -
                " | 
| 684 | 
            +
                "Si": {
         | 
| 685 685 | 
             
                  "type": "list",
         | 
| 686 686 | 
             
                  "member": {
         | 
| 687 | 
            -
                    "shape": " | 
| 687 | 
            +
                    "shape": "Sj"
         | 
| 688 688 | 
             
                  }
         | 
| 689 689 | 
             
                },
         | 
| 690 | 
            -
                " | 
| 690 | 
            +
                "Sj": {
         | 
| 691 691 | 
             
                  "type": "structure",
         | 
| 692 692 | 
             
                  "members": {
         | 
| 693 693 | 
             
                    "imageDigest": {},
         | 
| @@ -1226,7 +1226,7 @@ | |
| 1226 1226 | 
             
                            },
         | 
| 1227 1227 | 
             
                            "Source": {},
         | 
| 1228 1228 | 
             
                            "Resources": {
         | 
| 1229 | 
            -
                              "shape": " | 
| 1229 | 
            +
                              "shape": "S7e"
         | 
| 1230 1230 | 
             
                            },
         | 
| 1231 1231 | 
             
                            "DetailType": {},
         | 
| 1232 1232 | 
             
                            "Detail": {},
         | 
| @@ -1279,7 +1279,7 @@ | |
| 1279 1279 | 
             
                            },
         | 
| 1280 1280 | 
             
                            "Source": {},
         | 
| 1281 1281 | 
             
                            "Resources": {
         | 
| 1282 | 
            -
                              "shape": " | 
| 1282 | 
            +
                              "shape": "S7e"
         | 
| 1283 1283 | 
             
                            },
         | 
| 1284 1284 | 
             
                            "DetailType": {},
         | 
| 1285 1285 | 
             
                            "Detail": {}
         | 
| @@ -2037,17 +2037,25 @@ | |
| 2037 2037 | 
             
                      "RedshiftDataParameters": {
         | 
| 2038 2038 | 
             
                        "type": "structure",
         | 
| 2039 2039 | 
             
                        "required": [
         | 
| 2040 | 
            -
                          "Database" | 
| 2041 | 
            -
                          "Sql"
         | 
| 2040 | 
            +
                          "Database"
         | 
| 2042 2041 | 
             
                        ],
         | 
| 2043 2042 | 
             
                        "members": {
         | 
| 2044 2043 | 
             
                          "SecretManagerArn": {},
         | 
| 2045 2044 | 
             
                          "Database": {},
         | 
| 2046 2045 | 
             
                          "DbUser": {},
         | 
| 2047 | 
            -
                          "Sql": { | 
| 2046 | 
            +
                          "Sql": {
         | 
| 2047 | 
            +
                            "shape": "S6x"
         | 
| 2048 | 
            +
                          },
         | 
| 2048 2049 | 
             
                          "StatementName": {},
         | 
| 2049 2050 | 
             
                          "WithEvent": {
         | 
| 2050 2051 | 
             
                            "type": "boolean"
         | 
| 2052 | 
            +
                          },
         | 
| 2053 | 
            +
                          "Sqls": {
         | 
| 2054 | 
            +
                            "type": "list",
         | 
| 2055 | 
            +
                            "member": {
         | 
| 2056 | 
            +
                              "shape": "S6x"
         | 
| 2057 | 
            +
                            },
         | 
| 2058 | 
            +
                            "sensitive": true
         | 
| 2051 2059 | 
             
                          }
         | 
| 2052 2060 | 
             
                        }
         | 
| 2053 2061 | 
             
                      },
         | 
| @@ -2094,7 +2102,11 @@ | |
| 2094 2102 | 
             
                  "type": "list",
         | 
| 2095 2103 | 
             
                  "member": {}
         | 
| 2096 2104 | 
             
                },
         | 
| 2097 | 
            -
                " | 
| 2105 | 
            +
                "S6x": {
         | 
| 2106 | 
            +
                  "type": "string",
         | 
| 2107 | 
            +
                  "sensitive": true
         | 
| 2108 | 
            +
                },
         | 
| 2109 | 
            +
                "S7e": {
         | 
| 2098 2110 | 
             
                  "type": "list",
         | 
| 2099 2111 | 
             
                  "member": {}
         | 
| 2100 2112 | 
             
                }
         | 
| @@ -188,6 +188,9 @@ | |
| 188 188 | 
             
                      },
         | 
| 189 189 | 
             
                      "TokenDomains": {
         | 
| 190 190 | 
             
                        "shape": "S4k"
         | 
| 191 | 
            +
                      },
         | 
| 192 | 
            +
                      "AssociationConfig": {
         | 
| 193 | 
            +
                        "shape": "S4m"
         | 
| 191 194 | 
             
                      }
         | 
| 192 195 | 
             
                    }
         | 
| 193 196 | 
             
                  },
         | 
| @@ -195,7 +198,7 @@ | |
| 195 198 | 
             
                    "type": "structure",
         | 
| 196 199 | 
             
                    "members": {
         | 
| 197 200 | 
             
                      "Summary": {
         | 
| 198 | 
            -
                        "shape": " | 
| 201 | 
            +
                        "shape": "S4s"
         | 
| 199 202 | 
             
                      }
         | 
| 200 203 | 
             
                    }
         | 
| 201 204 | 
             
                  }
         | 
| @@ -370,10 +373,10 @@ | |
| 370 373 | 
             
                      },
         | 
| 371 374 | 
             
                      "LabelNamespace": {},
         | 
| 372 375 | 
             
                      "AvailableLabels": {
         | 
| 373 | 
            -
                        "shape": " | 
| 376 | 
            +
                        "shape": "S5b"
         | 
| 374 377 | 
             
                      },
         | 
| 375 378 | 
             
                      "ConsumedLabels": {
         | 
| 376 | 
            -
                        "shape": " | 
| 379 | 
            +
                        "shape": "S5b"
         | 
| 377 380 | 
             
                      }
         | 
| 378 381 | 
             
                    }
         | 
| 379 382 | 
             
                  }
         | 
| @@ -467,7 +470,7 @@ | |
| 467 470 | 
             
                    "type": "structure",
         | 
| 468 471 | 
             
                    "members": {
         | 
| 469 472 | 
             
                      "LoggingConfiguration": {
         | 
| 470 | 
            -
                        "shape": " | 
| 473 | 
            +
                        "shape": "S5o"
         | 
| 471 474 | 
             
                      }
         | 
| 472 475 | 
             
                    }
         | 
| 473 476 | 
             
                  }
         | 
| @@ -603,10 +606,10 @@ | |
| 603 606 | 
             
                    "type": "structure",
         | 
| 604 607 | 
             
                    "members": {
         | 
| 605 608 | 
             
                      "ManagedKeysIPV4": {
         | 
| 606 | 
            -
                        "shape": " | 
| 609 | 
            +
                        "shape": "S6h"
         | 
| 607 610 | 
             
                      },
         | 
| 608 611 | 
             
                      "ManagedKeysIPV6": {
         | 
| 609 | 
            -
                        "shape": " | 
| 612 | 
            +
                        "shape": "S6h"
         | 
| 610 613 | 
             
                      }
         | 
| 611 614 | 
             
                    }
         | 
| 612 615 | 
             
                  }
         | 
| @@ -685,10 +688,10 @@ | |
| 685 688 | 
             
                            "shape": "S4c"
         | 
| 686 689 | 
             
                          },
         | 
| 687 690 | 
             
                          "AvailableLabels": {
         | 
| 688 | 
            -
                            "shape": " | 
| 691 | 
            +
                            "shape": "S5b"
         | 
| 689 692 | 
             
                          },
         | 
| 690 693 | 
             
                          "ConsumedLabels": {
         | 
| 691 | 
            -
                            "shape": " | 
| 694 | 
            +
                            "shape": "S5b"
         | 
| 692 695 | 
             
                          }
         | 
| 693 696 | 
             
                        }
         | 
| 694 697 | 
             
                      },
         | 
| @@ -711,7 +714,7 @@ | |
| 711 714 | 
             
                      "RuleMetricName": {},
         | 
| 712 715 | 
             
                      "Scope": {},
         | 
| 713 716 | 
             
                      "TimeWindow": {
         | 
| 714 | 
            -
                        "shape": " | 
| 717 | 
            +
                        "shape": "S6p"
         | 
| 715 718 | 
             
                      },
         | 
| 716 719 | 
             
                      "MaxItems": {
         | 
| 717 720 | 
             
                        "type": "long"
         | 
| @@ -739,7 +742,7 @@ | |
| 739 742 | 
             
                                "Method": {},
         | 
| 740 743 | 
             
                                "HTTPVersion": {},
         | 
| 741 744 | 
             
                                "Headers": {
         | 
| 742 | 
            -
                                  "shape": " | 
| 745 | 
            +
                                  "shape": "S70"
         | 
| 743 746 | 
             
                                }
         | 
| 744 747 | 
             
                              }
         | 
| 745 748 | 
             
                            },
         | 
| @@ -752,7 +755,7 @@ | |
| 752 755 | 
             
                            "Action": {},
         | 
| 753 756 | 
             
                            "RuleNameWithinRuleGroup": {},
         | 
| 754 757 | 
             
                            "RequestHeadersInserted": {
         | 
| 755 | 
            -
                              "shape": " | 
| 758 | 
            +
                              "shape": "S70"
         | 
| 756 759 | 
             
                            },
         | 
| 757 760 | 
             
                            "ResponseCodeSent": {
         | 
| 758 761 | 
             
                              "type": "integer"
         | 
| @@ -792,7 +795,7 @@ | |
| 792 795 | 
             
                        "type": "long"
         | 
| 793 796 | 
             
                      },
         | 
| 794 797 | 
             
                      "TimeWindow": {
         | 
| 795 | 
            -
                        "shape": " | 
| 798 | 
            +
                        "shape": "S6p"
         | 
| 796 799 | 
             
                      }
         | 
| 797 800 | 
             
                    }
         | 
| 798 801 | 
             
                  }
         | 
| @@ -815,7 +818,7 @@ | |
| 815 818 | 
             
                    "type": "structure",
         | 
| 816 819 | 
             
                    "members": {
         | 
| 817 820 | 
             
                      "WebACL": {
         | 
| 818 | 
            -
                        "shape": " | 
| 821 | 
            +
                        "shape": "S7e"
         | 
| 819 822 | 
             
                      },
         | 
| 820 823 | 
             
                      "LockToken": {},
         | 
| 821 824 | 
             
                      "ApplicationIntegrationURL": {}
         | 
| @@ -836,7 +839,7 @@ | |
| 836 839 | 
             
                    "type": "structure",
         | 
| 837 840 | 
             
                    "members": {
         | 
| 838 841 | 
             
                      "WebACL": {
         | 
| 839 | 
            -
                        "shape": " | 
| 842 | 
            +
                        "shape": "S7e"
         | 
| 840 843 | 
             
                      }
         | 
| 841 844 | 
             
                    }
         | 
| 842 845 | 
             
                  }
         | 
| @@ -961,7 +964,7 @@ | |
| 961 964 | 
             
                      "LoggingConfigurations": {
         | 
| 962 965 | 
             
                        "type": "list",
         | 
| 963 966 | 
             
                        "member": {
         | 
| 964 | 
            -
                          "shape": " | 
| 967 | 
            +
                          "shape": "S5o"
         | 
| 965 968 | 
             
                        }
         | 
| 966 969 | 
             
                      },
         | 
| 967 970 | 
             
                      "NextMarker": {}
         | 
| @@ -1162,7 +1165,7 @@ | |
| 1162 1165 | 
             
                      "WebACLs": {
         | 
| 1163 1166 | 
             
                        "type": "list",
         | 
| 1164 1167 | 
             
                        "member": {
         | 
| 1165 | 
            -
                          "shape": " | 
| 1168 | 
            +
                          "shape": "S4s"
         | 
| 1166 1169 | 
             
                        }
         | 
| 1167 1170 | 
             
                      }
         | 
| 1168 1171 | 
             
                    }
         | 
| @@ -1176,7 +1179,7 @@ | |
| 1176 1179 | 
             
                    ],
         | 
| 1177 1180 | 
             
                    "members": {
         | 
| 1178 1181 | 
             
                      "LoggingConfiguration": {
         | 
| 1179 | 
            -
                        "shape": " | 
| 1182 | 
            +
                        "shape": "S5o"
         | 
| 1180 1183 | 
             
                      }
         | 
| 1181 1184 | 
             
                    }
         | 
| 1182 1185 | 
             
                  },
         | 
| @@ -1184,7 +1187,7 @@ | |
| 1184 1187 | 
             
                    "type": "structure",
         | 
| 1185 1188 | 
             
                    "members": {
         | 
| 1186 1189 | 
             
                      "LoggingConfiguration": {
         | 
| 1187 | 
            -
                        "shape": " | 
| 1190 | 
            +
                        "shape": "S5o"
         | 
| 1188 1191 | 
             
                      }
         | 
| 1189 1192 | 
             
                    }
         | 
| 1190 1193 | 
             
                  }
         | 
| @@ -1442,6 +1445,9 @@ | |
| 1442 1445 | 
             
                      },
         | 
| 1443 1446 | 
             
                      "TokenDomains": {
         | 
| 1444 1447 | 
             
                        "shape": "S4k"
         | 
| 1448 | 
            +
                      },
         | 
| 1449 | 
            +
                      "AssociationConfig": {
         | 
| 1450 | 
            +
                        "shape": "S4m"
         | 
| 1445 1451 | 
             
                      }
         | 
| 1446 1452 | 
             
                    }
         | 
| 1447 1453 | 
             
                  },
         | 
| @@ -2344,7 +2350,25 @@ | |
| 2344 2350 | 
             
                  "type": "list",
         | 
| 2345 2351 | 
             
                  "member": {}
         | 
| 2346 2352 | 
             
                },
         | 
| 2347 | 
            -
                " | 
| 2353 | 
            +
                "S4m": {
         | 
| 2354 | 
            +
                  "type": "structure",
         | 
| 2355 | 
            +
                  "members": {
         | 
| 2356 | 
            +
                    "RequestBody": {
         | 
| 2357 | 
            +
                      "type": "map",
         | 
| 2358 | 
            +
                      "key": {},
         | 
| 2359 | 
            +
                      "value": {
         | 
| 2360 | 
            +
                        "type": "structure",
         | 
| 2361 | 
            +
                        "required": [
         | 
| 2362 | 
            +
                          "DefaultSizeInspectionLimit"
         | 
| 2363 | 
            +
                        ],
         | 
| 2364 | 
            +
                        "members": {
         | 
| 2365 | 
            +
                          "DefaultSizeInspectionLimit": {}
         | 
| 2366 | 
            +
                        }
         | 
| 2367 | 
            +
                      }
         | 
| 2368 | 
            +
                    }
         | 
| 2369 | 
            +
                  }
         | 
| 2370 | 
            +
                },
         | 
| 2371 | 
            +
                "S4s": {
         | 
| 2348 2372 | 
             
                  "type": "structure",
         | 
| 2349 2373 | 
             
                  "members": {
         | 
| 2350 2374 | 
             
                    "Name": {},
         | 
| @@ -2354,7 +2378,7 @@ | |
| 2354 2378 | 
             
                    "ARN": {}
         | 
| 2355 2379 | 
             
                  }
         | 
| 2356 2380 | 
             
                },
         | 
| 2357 | 
            -
                " | 
| 2381 | 
            +
                "S5b": {
         | 
| 2358 2382 | 
             
                  "type": "list",
         | 
| 2359 2383 | 
             
                  "member": {
         | 
| 2360 2384 | 
             
                    "type": "structure",
         | 
| @@ -2363,7 +2387,7 @@ | |
| 2363 2387 | 
             
                    }
         | 
| 2364 2388 | 
             
                  }
         | 
| 2365 2389 | 
             
                },
         | 
| 2366 | 
            -
                " | 
| 2390 | 
            +
                "S5o": {
         | 
| 2367 2391 | 
             
                  "type": "structure",
         | 
| 2368 2392 | 
             
                  "required": [
         | 
| 2369 2393 | 
             
                    "ResourceArn",
         | 
| @@ -2437,7 +2461,7 @@ | |
| 2437 2461 | 
             
                    }
         | 
| 2438 2462 | 
             
                  }
         | 
| 2439 2463 | 
             
                },
         | 
| 2440 | 
            -
                " | 
| 2464 | 
            +
                "S6h": {
         | 
| 2441 2465 | 
             
                  "type": "structure",
         | 
| 2442 2466 | 
             
                  "members": {
         | 
| 2443 2467 | 
             
                    "IPAddressVersion": {},
         | 
| @@ -2446,7 +2470,7 @@ | |
| 2446 2470 | 
             
                    }
         | 
| 2447 2471 | 
             
                  }
         | 
| 2448 2472 | 
             
                },
         | 
| 2449 | 
            -
                " | 
| 2473 | 
            +
                "S6p": {
         | 
| 2450 2474 | 
             
                  "type": "structure",
         | 
| 2451 2475 | 
             
                  "required": [
         | 
| 2452 2476 | 
             
                    "StartTime",
         | 
| @@ -2461,7 +2485,7 @@ | |
| 2461 2485 | 
             
                    }
         | 
| 2462 2486 | 
             
                  }
         | 
| 2463 2487 | 
             
                },
         | 
| 2464 | 
            -
                " | 
| 2488 | 
            +
                "S70": {
         | 
| 2465 2489 | 
             
                  "type": "list",
         | 
| 2466 2490 | 
             
                  "member": {
         | 
| 2467 2491 | 
             
                    "type": "structure",
         | 
| @@ -2471,7 +2495,7 @@ | |
| 2471 2495 | 
             
                    }
         | 
| 2472 2496 | 
             
                  }
         | 
| 2473 2497 | 
             
                },
         | 
| 2474 | 
            -
                " | 
| 2498 | 
            +
                "S7e": {
         | 
| 2475 2499 | 
             
                  "type": "structure",
         | 
| 2476 2500 | 
             
                  "required": [
         | 
| 2477 2501 | 
             
                    "Name",
         | 
| @@ -2498,10 +2522,10 @@ | |
| 2498 2522 | 
             
                      "type": "long"
         | 
| 2499 2523 | 
             
                    },
         | 
| 2500 2524 | 
             
                    "PreProcessFirewallManagerRuleGroups": {
         | 
| 2501 | 
            -
                      "shape": " | 
| 2525 | 
            +
                      "shape": "S7f"
         | 
| 2502 2526 | 
             
                    },
         | 
| 2503 2527 | 
             
                    "PostProcessFirewallManagerRuleGroups": {
         | 
| 2504 | 
            -
                      "shape": " | 
| 2528 | 
            +
                      "shape": "S7f"
         | 
| 2505 2529 | 
             
                    },
         | 
| 2506 2530 | 
             
                    "ManagedByFirewallManager": {
         | 
| 2507 2531 | 
             
                      "type": "boolean"
         | 
| @@ -2518,10 +2542,13 @@ | |
| 2518 2542 | 
             
                    },
         | 
| 2519 2543 | 
             
                    "TokenDomains": {
         | 
| 2520 2544 | 
             
                      "shape": "S4k"
         | 
| 2545 | 
            +
                    },
         | 
| 2546 | 
            +
                    "AssociationConfig": {
         | 
| 2547 | 
            +
                      "shape": "S4m"
         | 
| 2521 2548 | 
             
                    }
         | 
| 2522 2549 | 
             
                  }
         | 
| 2523 2550 | 
             
                },
         | 
| 2524 | 
            -
                " | 
| 2551 | 
            +
                "S7f": {
         | 
| 2525 2552 | 
             
                  "type": "list",
         | 
| 2526 2553 | 
             
                  "member": {
         | 
| 2527 2554 | 
             
                    "type": "structure",
         | 
    
        package/clients/ecrpublic.d.ts
    CHANGED
    
    | @@ -238,9 +238,9 @@ declare namespace ECRPUBLIC { | |
| 238 238 | 
             
              }
         | 
| 239 239 | 
             
              export interface BatchDeleteImageRequest {
         | 
| 240 240 | 
             
                /**
         | 
| 241 | 
            -
                 * The Amazon Web Services account ID that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
         | 
| 241 | 
            +
                 * The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
         | 
| 242 242 | 
             
                 */
         | 
| 243 | 
            -
                registryId?:  | 
| 243 | 
            +
                registryId?: RegistryIdOrAlias;
         | 
| 244 244 | 
             
                /**
         | 
| 245 245 | 
             
                 * The repository in a public registry that contains the image to delete.
         | 
| 246 246 | 
             
                 */
         | 
| @@ -108,11 +108,11 @@ declare class EMRServerless extends Service { | |
| 108 108 | 
             
               */
         | 
| 109 109 | 
             
              stopApplication(callback?: (err: AWSError, data: EMRServerless.Types.StopApplicationResponse) => void): Request<EMRServerless.Types.StopApplicationResponse, AWSError>;
         | 
| 110 110 | 
             
              /**
         | 
| 111 | 
            -
               * Assigns tags to resources. A tag is a label that you assign to an  | 
| 111 | 
            +
               * Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. 
         | 
| 112 112 | 
             
               */
         | 
| 113 113 | 
             
              tagResource(params: EMRServerless.Types.TagResourceRequest, callback?: (err: AWSError, data: EMRServerless.Types.TagResourceResponse) => void): Request<EMRServerless.Types.TagResourceResponse, AWSError>;
         | 
| 114 114 | 
             
              /**
         | 
| 115 | 
            -
               * Assigns tags to resources. A tag is a label that you assign to an  | 
| 115 | 
            +
               * Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it. 
         | 
| 116 116 | 
             
               */
         | 
| 117 117 | 
             
              tagResource(callback?: (err: AWSError, data: EMRServerless.Types.TagResourceResponse) => void): Request<EMRServerless.Types.TagResourceResponse, AWSError>;
         | 
| 118 118 | 
             
              /**
         | 
| @@ -574,6 +574,10 @@ declare namespace EMRServerless { | |
| 574 574 | 
             
                 * The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED, FAILED, or CANCELLED state.
         | 
| 575 575 | 
             
                 */
         | 
| 576 576 | 
             
                totalExecutionDurationSeconds?: Integer;
         | 
| 577 | 
            +
                /**
         | 
| 578 | 
            +
                 * Maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.
         | 
| 579 | 
            +
                 */
         | 
| 580 | 
            +
                executionTimeoutMinutes?: Duration;
         | 
| 577 581 | 
             
              }
         | 
| 578 582 | 
             
              export type JobRunId = string;
         | 
| 579 583 | 
             
              export type JobRunState = "SUBMITTED"|"PENDING"|"SCHEDULED"|"RUNNING"|"SUCCESS"|"FAILED"|"CANCELLING"|"CANCELLED"|string;
         | 
| @@ -834,7 +838,7 @@ declare namespace EMRServerless { | |
| 834 838 | 
             
                 */
         | 
| 835 839 | 
             
                jobRunId: JobRunId;
         | 
| 836 840 | 
             
                /**
         | 
| 837 | 
            -
                 *  | 
| 841 | 
            +
                 * This output displays the ARN of the job run..
         | 
| 838 842 | 
             
                 */
         | 
| 839 843 | 
             
                arn: JobArn;
         | 
| 840 844 | 
             
              }
         | 
    
        package/clients/eventbridge.d.ts
    CHANGED
    
    | @@ -2523,7 +2523,7 @@ declare namespace EventBridge { | |
| 2523 2523 | 
             
                /**
         | 
| 2524 2524 | 
             
                 * The SQL statement text to run.
         | 
| 2525 2525 | 
             
                 */
         | 
| 2526 | 
            -
                Sql | 
| 2526 | 
            +
                Sql?: Sql;
         | 
| 2527 2527 | 
             
                /**
         | 
| 2528 2528 | 
             
                 * The name of the SQL statement. You can name the SQL statement when you create it to identify the query.
         | 
| 2529 2529 | 
             
                 */
         | 
| @@ -2532,6 +2532,7 @@ declare namespace EventBridge { | |
| 2532 2532 | 
             
                 * Indicates whether to send an event back to EventBridge after the SQL statement runs.
         | 
| 2533 2533 | 
             
                 */
         | 
| 2534 2534 | 
             
                WithEvent?: Boolean;
         | 
| 2535 | 
            +
                Sqls?: Sqls;
         | 
| 2535 2536 | 
             
              }
         | 
| 2536 2537 | 
             
              export type RedshiftSecretManagerArn = string;
         | 
| 2537 2538 | 
             
              export type ReferenceId = string;
         | 
| @@ -2766,6 +2767,7 @@ declare namespace EventBridge { | |
| 2766 2767 | 
             
              }
         | 
| 2767 2768 | 
             
              export type SecretsManagerSecretArn = string;
         | 
| 2768 2769 | 
             
              export type Sql = string;
         | 
| 2770 | 
            +
              export type Sqls = Sql[];
         | 
| 2769 2771 | 
             
              export interface SqsParameters {
         | 
| 2770 2772 | 
             
                /**
         | 
| 2771 2773 | 
             
                 * The FIFO message group ID to use as the target.
         | 
    
        package/clients/iotdata.d.ts
    CHANGED
    
    | @@ -110,6 +110,10 @@ declare namespace IotData { | |
| 110 110 | 
             
                 * The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
         | 
| 111 111 | 
             
                 */
         | 
| 112 112 | 
             
                lastModifiedTime?: Timestamp;
         | 
| 113 | 
            +
                /**
         | 
| 114 | 
            +
                 * A base64-encoded JSON string that includes an array of JSON objects, or null if the retained message doesn't include any user properties. The following example userProperties parameter is a JSON string that represents two user properties. Note that it will be base64-encoded:  [{"deviceName": "alpha"}, {"deviceCnt": "45"}] 
         | 
| 115 | 
            +
                 */
         | 
| 116 | 
            +
                userProperties?: UserPropertiesBlob;
         | 
| 113 117 | 
             
              }
         | 
| 114 118 | 
             
              export interface GetThingShadowRequest {
         | 
| 115 119 | 
             
                /**
         | 
| @@ -273,6 +277,7 @@ declare namespace IotData { | |
| 273 277 | 
             
                payload?: JsonDocument;
         | 
| 274 278 | 
             
              }
         | 
| 275 279 | 
             
              export type UserProperties = string;
         | 
| 280 | 
            +
              export type UserPropertiesBlob = Buffer|Uint8Array|Blob|string;
         | 
| 276 281 | 
             
              /**
         | 
| 277 282 | 
             
               * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
         | 
| 278 283 | 
             
               */
         |