aws-sdk 2.1657.0 → 2.1658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +82 -70
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -5,11 +5,17 @@ | |
| 5 5 | 
             
                "endpointPrefix": "groundstation",
         | 
| 6 6 | 
             
                "jsonVersion": "1.1",
         | 
| 7 7 | 
             
                "protocol": "rest-json",
         | 
| 8 | 
            +
                "protocols": [
         | 
| 9 | 
            +
                  "rest-json"
         | 
| 10 | 
            +
                ],
         | 
| 8 11 | 
             
                "serviceFullName": "AWS Ground Station",
         | 
| 9 12 | 
             
                "serviceId": "GroundStation",
         | 
| 10 13 | 
             
                "signatureVersion": "v4",
         | 
| 11 14 | 
             
                "signingName": "groundstation",
         | 
| 12 | 
            -
                "uid": "groundstation-2019-05-23"
         | 
| 15 | 
            +
                "uid": "groundstation-2019-05-23",
         | 
| 16 | 
            +
                "auth": [
         | 
| 17 | 
            +
                  "aws.auth#sigv4"
         | 
| 18 | 
            +
                ]
         | 
| 13 19 | 
             
              },
         | 
| 14 20 | 
             
              "operations": {
         | 
| 15 21 | 
             
                "CancelContact": {
         | 
| @@ -5,13 +5,66 @@ | |
| 5 5 | 
             
                "endpointPrefix": "license-manager-linux-subscriptions",
         | 
| 6 6 | 
             
                "jsonVersion": "1.1",
         | 
| 7 7 | 
             
                "protocol": "rest-json",
         | 
| 8 | 
            +
                "protocols": [
         | 
| 9 | 
            +
                  "rest-json"
         | 
| 10 | 
            +
                ],
         | 
| 8 11 | 
             
                "serviceFullName": "AWS License Manager Linux Subscriptions",
         | 
| 9 12 | 
             
                "serviceId": "License Manager Linux Subscriptions",
         | 
| 10 13 | 
             
                "signatureVersion": "v4",
         | 
| 11 14 | 
             
                "signingName": "license-manager-linux-subscriptions",
         | 
| 12 | 
            -
                "uid": "license-manager-linux-subscriptions-2018-05-10"
         | 
| 15 | 
            +
                "uid": "license-manager-linux-subscriptions-2018-05-10",
         | 
| 16 | 
            +
                "auth": [
         | 
| 17 | 
            +
                  "aws.auth#sigv4"
         | 
| 18 | 
            +
                ]
         | 
| 13 19 | 
             
              },
         | 
| 14 20 | 
             
              "operations": {
         | 
| 21 | 
            +
                "DeregisterSubscriptionProvider": {
         | 
| 22 | 
            +
                  "http": {
         | 
| 23 | 
            +
                    "requestUri": "/subscription/DeregisterSubscriptionProvider",
         | 
| 24 | 
            +
                    "responseCode": 200
         | 
| 25 | 
            +
                  },
         | 
| 26 | 
            +
                  "input": {
         | 
| 27 | 
            +
                    "type": "structure",
         | 
| 28 | 
            +
                    "required": [
         | 
| 29 | 
            +
                      "SubscriptionProviderArn"
         | 
| 30 | 
            +
                    ],
         | 
| 31 | 
            +
                    "members": {
         | 
| 32 | 
            +
                      "SubscriptionProviderArn": {}
         | 
| 33 | 
            +
                    }
         | 
| 34 | 
            +
                  },
         | 
| 35 | 
            +
                  "output": {
         | 
| 36 | 
            +
                    "type": "structure",
         | 
| 37 | 
            +
                    "members": {}
         | 
| 38 | 
            +
                  },
         | 
| 39 | 
            +
                  "idempotent": true
         | 
| 40 | 
            +
                },
         | 
| 41 | 
            +
                "GetRegisteredSubscriptionProvider": {
         | 
| 42 | 
            +
                  "http": {
         | 
| 43 | 
            +
                    "requestUri": "/subscription/GetRegisteredSubscriptionProvider",
         | 
| 44 | 
            +
                    "responseCode": 200
         | 
| 45 | 
            +
                  },
         | 
| 46 | 
            +
                  "input": {
         | 
| 47 | 
            +
                    "type": "structure",
         | 
| 48 | 
            +
                    "required": [
         | 
| 49 | 
            +
                      "SubscriptionProviderArn"
         | 
| 50 | 
            +
                    ],
         | 
| 51 | 
            +
                    "members": {
         | 
| 52 | 
            +
                      "SubscriptionProviderArn": {}
         | 
| 53 | 
            +
                    }
         | 
| 54 | 
            +
                  },
         | 
| 55 | 
            +
                  "output": {
         | 
| 56 | 
            +
                    "type": "structure",
         | 
| 57 | 
            +
                    "members": {
         | 
| 58 | 
            +
                      "LastSuccessfulDataRetrievalTime": {},
         | 
| 59 | 
            +
                      "SecretArn": {},
         | 
| 60 | 
            +
                      "SubscriptionProviderArn": {},
         | 
| 61 | 
            +
                      "SubscriptionProviderSource": {},
         | 
| 62 | 
            +
                      "SubscriptionProviderStatus": {},
         | 
| 63 | 
            +
                      "SubscriptionProviderStatusMessage": {}
         | 
| 64 | 
            +
                    }
         | 
| 65 | 
            +
                  },
         | 
| 66 | 
            +
                  "idempotent": true
         | 
| 67 | 
            +
                },
         | 
| 15 68 | 
             
                "GetServiceSettings": {
         | 
| 16 69 | 
             
                  "http": {
         | 
| 17 70 | 
             
                    "requestUri": "/subscription/GetServiceSettings",
         | 
| @@ -25,15 +78,15 @@ | |
| 25 78 | 
             
                    "type": "structure",
         | 
| 26 79 | 
             
                    "members": {
         | 
| 27 80 | 
             
                      "HomeRegions": {
         | 
| 28 | 
            -
                        "shape": " | 
| 81 | 
            +
                        "shape": "Sc"
         | 
| 29 82 | 
             
                      },
         | 
| 30 83 | 
             
                      "LinuxSubscriptionsDiscovery": {},
         | 
| 31 84 | 
             
                      "LinuxSubscriptionsDiscoverySettings": {
         | 
| 32 | 
            -
                        "shape": " | 
| 85 | 
            +
                        "shape": "Sf"
         | 
| 33 86 | 
             
                      },
         | 
| 34 87 | 
             
                      "Status": {},
         | 
| 35 88 | 
             
                      "StatusMessage": {
         | 
| 36 | 
            -
                        "shape": " | 
| 89 | 
            +
                        "shape": "Si"
         | 
| 37 90 | 
             
                      }
         | 
| 38 91 | 
             
                    }
         | 
| 39 92 | 
             
                  },
         | 
| @@ -48,7 +101,7 @@ | |
| 48 101 | 
             
                    "type": "structure",
         | 
| 49 102 | 
             
                    "members": {
         | 
| 50 103 | 
             
                      "Filters": {
         | 
| 51 | 
            -
                        "shape": " | 
| 104 | 
            +
                        "shape": "Sk"
         | 
| 52 105 | 
             
                      },
         | 
| 53 106 | 
             
                      "MaxResults": {
         | 
| 54 107 | 
             
                        "type": "integer"
         | 
| @@ -66,16 +119,21 @@ | |
| 66 119 | 
             
                          "members": {
         | 
| 67 120 | 
             
                            "AccountID": {},
         | 
| 68 121 | 
             
                            "AmiId": {},
         | 
| 122 | 
            +
                            "DualSubscription": {},
         | 
| 69 123 | 
             
                            "InstanceID": {},
         | 
| 70 124 | 
             
                            "InstanceType": {},
         | 
| 71 125 | 
             
                            "LastUpdatedTime": {},
         | 
| 126 | 
            +
                            "OsVersion": {},
         | 
| 72 127 | 
             
                            "ProductCode": {
         | 
| 73 128 | 
             
                              "type": "list",
         | 
| 74 129 | 
             
                              "member": {}
         | 
| 75 130 | 
             
                            },
         | 
| 76 131 | 
             
                            "Region": {},
         | 
| 132 | 
            +
                            "RegisteredWithSubscriptionProvider": {},
         | 
| 77 133 | 
             
                            "Status": {},
         | 
| 78 134 | 
             
                            "SubscriptionName": {},
         | 
| 135 | 
            +
                            "SubscriptionProviderCreateTime": {},
         | 
| 136 | 
            +
                            "SubscriptionProviderUpdateTime": {},
         | 
| 79 137 | 
             
                            "UsageOperation": {}
         | 
| 80 138 | 
             
                          }
         | 
| 81 139 | 
             
                        }
         | 
| @@ -94,7 +152,7 @@ | |
| 94 152 | 
             
                    "type": "structure",
         | 
| 95 153 | 
             
                    "members": {
         | 
| 96 154 | 
             
                      "Filters": {
         | 
| 97 | 
            -
                        "shape": " | 
| 155 | 
            +
                        "shape": "Sk"
         | 
| 98 156 | 
             
                      },
         | 
| 99 157 | 
             
                      "MaxResults": {
         | 
| 100 158 | 
             
                        "type": "integer"
         | 
| @@ -123,6 +181,162 @@ | |
| 123 181 | 
             
                  },
         | 
| 124 182 | 
             
                  "idempotent": true
         | 
| 125 183 | 
             
                },
         | 
| 184 | 
            +
                "ListRegisteredSubscriptionProviders": {
         | 
| 185 | 
            +
                  "http": {
         | 
| 186 | 
            +
                    "requestUri": "/subscription/ListRegisteredSubscriptionProviders",
         | 
| 187 | 
            +
                    "responseCode": 200
         | 
| 188 | 
            +
                  },
         | 
| 189 | 
            +
                  "input": {
         | 
| 190 | 
            +
                    "type": "structure",
         | 
| 191 | 
            +
                    "members": {
         | 
| 192 | 
            +
                      "MaxResults": {
         | 
| 193 | 
            +
                        "type": "integer"
         | 
| 194 | 
            +
                      },
         | 
| 195 | 
            +
                      "NextToken": {},
         | 
| 196 | 
            +
                      "SubscriptionProviderSources": {
         | 
| 197 | 
            +
                        "type": "list",
         | 
| 198 | 
            +
                        "member": {}
         | 
| 199 | 
            +
                      }
         | 
| 200 | 
            +
                    }
         | 
| 201 | 
            +
                  },
         | 
| 202 | 
            +
                  "output": {
         | 
| 203 | 
            +
                    "type": "structure",
         | 
| 204 | 
            +
                    "members": {
         | 
| 205 | 
            +
                      "NextToken": {},
         | 
| 206 | 
            +
                      "RegisteredSubscriptionProviders": {
         | 
| 207 | 
            +
                        "type": "list",
         | 
| 208 | 
            +
                        "member": {
         | 
| 209 | 
            +
                          "type": "structure",
         | 
| 210 | 
            +
                          "members": {
         | 
| 211 | 
            +
                            "LastSuccessfulDataRetrievalTime": {},
         | 
| 212 | 
            +
                            "SecretArn": {},
         | 
| 213 | 
            +
                            "SubscriptionProviderArn": {},
         | 
| 214 | 
            +
                            "SubscriptionProviderSource": {},
         | 
| 215 | 
            +
                            "SubscriptionProviderStatus": {},
         | 
| 216 | 
            +
                            "SubscriptionProviderStatusMessage": {}
         | 
| 217 | 
            +
                          }
         | 
| 218 | 
            +
                        }
         | 
| 219 | 
            +
                      }
         | 
| 220 | 
            +
                    }
         | 
| 221 | 
            +
                  },
         | 
| 222 | 
            +
                  "idempotent": true
         | 
| 223 | 
            +
                },
         | 
| 224 | 
            +
                "ListTagsForResource": {
         | 
| 225 | 
            +
                  "http": {
         | 
| 226 | 
            +
                    "method": "GET",
         | 
| 227 | 
            +
                    "requestUri": "/tags/{resourceArn}",
         | 
| 228 | 
            +
                    "responseCode": 200
         | 
| 229 | 
            +
                  },
         | 
| 230 | 
            +
                  "input": {
         | 
| 231 | 
            +
                    "type": "structure",
         | 
| 232 | 
            +
                    "required": [
         | 
| 233 | 
            +
                      "resourceArn"
         | 
| 234 | 
            +
                    ],
         | 
| 235 | 
            +
                    "members": {
         | 
| 236 | 
            +
                      "resourceArn": {
         | 
| 237 | 
            +
                        "location": "uri",
         | 
| 238 | 
            +
                        "locationName": "resourceArn"
         | 
| 239 | 
            +
                      }
         | 
| 240 | 
            +
                    }
         | 
| 241 | 
            +
                  },
         | 
| 242 | 
            +
                  "output": {
         | 
| 243 | 
            +
                    "type": "structure",
         | 
| 244 | 
            +
                    "members": {
         | 
| 245 | 
            +
                      "tags": {
         | 
| 246 | 
            +
                        "shape": "S17"
         | 
| 247 | 
            +
                      }
         | 
| 248 | 
            +
                    }
         | 
| 249 | 
            +
                  }
         | 
| 250 | 
            +
                },
         | 
| 251 | 
            +
                "RegisterSubscriptionProvider": {
         | 
| 252 | 
            +
                  "http": {
         | 
| 253 | 
            +
                    "requestUri": "/subscription/RegisterSubscriptionProvider",
         | 
| 254 | 
            +
                    "responseCode": 200
         | 
| 255 | 
            +
                  },
         | 
| 256 | 
            +
                  "input": {
         | 
| 257 | 
            +
                    "type": "structure",
         | 
| 258 | 
            +
                    "required": [
         | 
| 259 | 
            +
                      "SecretArn",
         | 
| 260 | 
            +
                      "SubscriptionProviderSource"
         | 
| 261 | 
            +
                    ],
         | 
| 262 | 
            +
                    "members": {
         | 
| 263 | 
            +
                      "SecretArn": {},
         | 
| 264 | 
            +
                      "SubscriptionProviderSource": {},
         | 
| 265 | 
            +
                      "Tags": {
         | 
| 266 | 
            +
                        "shape": "S17"
         | 
| 267 | 
            +
                      }
         | 
| 268 | 
            +
                    }
         | 
| 269 | 
            +
                  },
         | 
| 270 | 
            +
                  "output": {
         | 
| 271 | 
            +
                    "type": "structure",
         | 
| 272 | 
            +
                    "members": {
         | 
| 273 | 
            +
                      "SubscriptionProviderArn": {},
         | 
| 274 | 
            +
                      "SubscriptionProviderSource": {},
         | 
| 275 | 
            +
                      "SubscriptionProviderStatus": {}
         | 
| 276 | 
            +
                    }
         | 
| 277 | 
            +
                  },
         | 
| 278 | 
            +
                  "idempotent": true
         | 
| 279 | 
            +
                },
         | 
| 280 | 
            +
                "TagResource": {
         | 
| 281 | 
            +
                  "http": {
         | 
| 282 | 
            +
                    "method": "PUT",
         | 
| 283 | 
            +
                    "requestUri": "/tags/{resourceArn}",
         | 
| 284 | 
            +
                    "responseCode": 200
         | 
| 285 | 
            +
                  },
         | 
| 286 | 
            +
                  "input": {
         | 
| 287 | 
            +
                    "type": "structure",
         | 
| 288 | 
            +
                    "required": [
         | 
| 289 | 
            +
                      "resourceArn",
         | 
| 290 | 
            +
                      "tags"
         | 
| 291 | 
            +
                    ],
         | 
| 292 | 
            +
                    "members": {
         | 
| 293 | 
            +
                      "resourceArn": {
         | 
| 294 | 
            +
                        "location": "uri",
         | 
| 295 | 
            +
                        "locationName": "resourceArn"
         | 
| 296 | 
            +
                      },
         | 
| 297 | 
            +
                      "tags": {
         | 
| 298 | 
            +
                        "shape": "S17"
         | 
| 299 | 
            +
                      }
         | 
| 300 | 
            +
                    }
         | 
| 301 | 
            +
                  },
         | 
| 302 | 
            +
                  "output": {
         | 
| 303 | 
            +
                    "type": "structure",
         | 
| 304 | 
            +
                    "members": {}
         | 
| 305 | 
            +
                  },
         | 
| 306 | 
            +
                  "idempotent": true
         | 
| 307 | 
            +
                },
         | 
| 308 | 
            +
                "UntagResource": {
         | 
| 309 | 
            +
                  "http": {
         | 
| 310 | 
            +
                    "method": "DELETE",
         | 
| 311 | 
            +
                    "requestUri": "/tags/{resourceArn}",
         | 
| 312 | 
            +
                    "responseCode": 200
         | 
| 313 | 
            +
                  },
         | 
| 314 | 
            +
                  "input": {
         | 
| 315 | 
            +
                    "type": "structure",
         | 
| 316 | 
            +
                    "required": [
         | 
| 317 | 
            +
                      "resourceArn",
         | 
| 318 | 
            +
                      "tagKeys"
         | 
| 319 | 
            +
                    ],
         | 
| 320 | 
            +
                    "members": {
         | 
| 321 | 
            +
                      "resourceArn": {
         | 
| 322 | 
            +
                        "location": "uri",
         | 
| 323 | 
            +
                        "locationName": "resourceArn"
         | 
| 324 | 
            +
                      },
         | 
| 325 | 
            +
                      "tagKeys": {
         | 
| 326 | 
            +
                        "location": "querystring",
         | 
| 327 | 
            +
                        "locationName": "tagKeys",
         | 
| 328 | 
            +
                        "type": "list",
         | 
| 329 | 
            +
                        "member": {},
         | 
| 330 | 
            +
                        "sensitive": true
         | 
| 331 | 
            +
                      }
         | 
| 332 | 
            +
                    }
         | 
| 333 | 
            +
                  },
         | 
| 334 | 
            +
                  "output": {
         | 
| 335 | 
            +
                    "type": "structure",
         | 
| 336 | 
            +
                    "members": {}
         | 
| 337 | 
            +
                  },
         | 
| 338 | 
            +
                  "idempotent": true
         | 
| 339 | 
            +
                },
         | 
| 126 340 | 
             
                "UpdateServiceSettings": {
         | 
| 127 341 | 
             
                  "http": {
         | 
| 128 342 | 
             
                    "requestUri": "/subscription/UpdateServiceSettings",
         | 
| @@ -140,7 +354,7 @@ | |
| 140 354 | 
             
                      },
         | 
| 141 355 | 
             
                      "LinuxSubscriptionsDiscovery": {},
         | 
| 142 356 | 
             
                      "LinuxSubscriptionsDiscoverySettings": {
         | 
| 143 | 
            -
                        "shape": " | 
| 357 | 
            +
                        "shape": "Sf"
         | 
| 144 358 | 
             
                      }
         | 
| 145 359 | 
             
                    }
         | 
| 146 360 | 
             
                  },
         | 
| @@ -148,15 +362,15 @@ | |
| 148 362 | 
             
                    "type": "structure",
         | 
| 149 363 | 
             
                    "members": {
         | 
| 150 364 | 
             
                      "HomeRegions": {
         | 
| 151 | 
            -
                        "shape": " | 
| 365 | 
            +
                        "shape": "Sc"
         | 
| 152 366 | 
             
                      },
         | 
| 153 367 | 
             
                      "LinuxSubscriptionsDiscovery": {},
         | 
| 154 368 | 
             
                      "LinuxSubscriptionsDiscoverySettings": {
         | 
| 155 | 
            -
                        "shape": " | 
| 369 | 
            +
                        "shape": "Sf"
         | 
| 156 370 | 
             
                      },
         | 
| 157 371 | 
             
                      "Status": {},
         | 
| 158 372 | 
             
                      "StatusMessage": {
         | 
| 159 | 
            -
                        "shape": " | 
| 373 | 
            +
                        "shape": "Si"
         | 
| 160 374 | 
             
                      }
         | 
| 161 375 | 
             
                    }
         | 
| 162 376 | 
             
                  },
         | 
| @@ -164,11 +378,11 @@ | |
| 164 378 | 
             
                }
         | 
| 165 379 | 
             
              },
         | 
| 166 380 | 
             
              "shapes": {
         | 
| 167 | 
            -
                " | 
| 381 | 
            +
                "Sc": {
         | 
| 168 382 | 
             
                  "type": "list",
         | 
| 169 383 | 
             
                  "member": {}
         | 
| 170 384 | 
             
                },
         | 
| 171 | 
            -
                " | 
| 385 | 
            +
                "Sf": {
         | 
| 172 386 | 
             
                  "type": "structure",
         | 
| 173 387 | 
             
                  "required": [
         | 
| 174 388 | 
             
                    "OrganizationIntegration",
         | 
| @@ -177,16 +391,16 @@ | |
| 177 391 | 
             
                  "members": {
         | 
| 178 392 | 
             
                    "OrganizationIntegration": {},
         | 
| 179 393 | 
             
                    "SourceRegions": {
         | 
| 180 | 
            -
                      "shape": " | 
| 394 | 
            +
                      "shape": "Sc"
         | 
| 181 395 | 
             
                    }
         | 
| 182 396 | 
             
                  }
         | 
| 183 397 | 
             
                },
         | 
| 184 | 
            -
                " | 
| 398 | 
            +
                "Si": {
         | 
| 185 399 | 
             
                  "type": "map",
         | 
| 186 400 | 
             
                  "key": {},
         | 
| 187 401 | 
             
                  "value": {}
         | 
| 188 402 | 
             
                },
         | 
| 189 | 
            -
                " | 
| 403 | 
            +
                "Sk": {
         | 
| 190 404 | 
             
                  "type": "list",
         | 
| 191 405 | 
             
                  "member": {
         | 
| 192 406 | 
             
                    "type": "structure",
         | 
| @@ -194,10 +408,16 @@ | |
| 194 408 | 
             
                      "Name": {},
         | 
| 195 409 | 
             
                      "Operator": {},
         | 
| 196 410 | 
             
                      "Values": {
         | 
| 197 | 
            -
                        "shape": " | 
| 411 | 
            +
                        "shape": "Sc"
         | 
| 198 412 | 
             
                      }
         | 
| 199 413 | 
             
                    }
         | 
| 200 414 | 
             
                  }
         | 
| 415 | 
            +
                },
         | 
| 416 | 
            +
                "S17": {
         | 
| 417 | 
            +
                  "type": "map",
         | 
| 418 | 
            +
                  "key": {},
         | 
| 419 | 
            +
                  "value": {},
         | 
| 420 | 
            +
                  "sensitive": true
         | 
| 201 421 | 
             
                }
         | 
| 202 422 | 
             
              }
         | 
| 203 423 | 
             
            }
         | 
| @@ -11,6 +11,12 @@ | |
| 11 11 | 
             
                  "output_token": "NextToken",
         | 
| 12 12 | 
             
                  "limit_key": "MaxResults",
         | 
| 13 13 | 
             
                  "result_key": "Subscriptions"
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                "ListRegisteredSubscriptionProviders": {
         | 
| 16 | 
            +
                  "input_token": "NextToken",
         | 
| 17 | 
            +
                  "output_token": "NextToken",
         | 
| 18 | 
            +
                  "limit_key": "MaxResults",
         | 
| 19 | 
            +
                  "result_key": "RegisteredSubscriptionProviders"
         | 
| 14 20 | 
             
                }
         | 
| 15 21 | 
             
              }
         | 
| 16 22 | 
             
            }
         |