aws-sdk 2.1636.0 → 2.1638.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/application-signals-2024-04-15.examples.json +5 -0
- package/apis/application-signals-2024-04-15.min.json +975 -0
- package/apis/application-signals-2024-04-15.paginators.json +34 -0
- package/apis/auditmanager-2017-07-25.min.json +57 -38
- package/apis/b2bi-2022-06-23.min.json +8 -1
- package/apis/codepipeline-2015-07-09.min.json +4 -1
- package/apis/ecs-2014-11-13.min.json +290 -256
- package/apis/imagebuilder-2019-12-02.min.json +3 -0
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +731 -730
- package/apis/verifiedpermissions-2021-12-01.min.json +321 -84
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/applicationsignals.d.ts +955 -0
- package/clients/applicationsignals.js +18 -0
- package/clients/auditmanager.d.ts +45 -33
- package/clients/b2bi.d.ts +1 -1
- package/clients/codepipeline.d.ts +4 -4
- package/clients/ecs.d.ts +47 -5
- package/clients/sagemaker.d.ts +9 -4
- package/clients/verifiedpermissions.d.ts +260 -8
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +48 -11
- package/dist/aws-sdk.js +301 -260
- package/dist/aws-sdk.min.js +65 -65
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -0,0 +1,34 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "pagination": {
         | 
| 3 | 
            +
                "ListServiceDependencies": {
         | 
| 4 | 
            +
                  "input_token": "NextToken",
         | 
| 5 | 
            +
                  "output_token": "NextToken",
         | 
| 6 | 
            +
                  "limit_key": "MaxResults",
         | 
| 7 | 
            +
                  "result_key": "ServiceDependencies"
         | 
| 8 | 
            +
                },
         | 
| 9 | 
            +
                "ListServiceDependents": {
         | 
| 10 | 
            +
                  "input_token": "NextToken",
         | 
| 11 | 
            +
                  "output_token": "NextToken",
         | 
| 12 | 
            +
                  "limit_key": "MaxResults",
         | 
| 13 | 
            +
                  "result_key": "ServiceDependents"
         | 
| 14 | 
            +
                },
         | 
| 15 | 
            +
                "ListServiceLevelObjectives": {
         | 
| 16 | 
            +
                  "input_token": "NextToken",
         | 
| 17 | 
            +
                  "output_token": "NextToken",
         | 
| 18 | 
            +
                  "limit_key": "MaxResults",
         | 
| 19 | 
            +
                  "result_key": "SloSummaries"
         | 
| 20 | 
            +
                },
         | 
| 21 | 
            +
                "ListServiceOperations": {
         | 
| 22 | 
            +
                  "input_token": "NextToken",
         | 
| 23 | 
            +
                  "output_token": "NextToken",
         | 
| 24 | 
            +
                  "limit_key": "MaxResults",
         | 
| 25 | 
            +
                  "result_key": "ServiceOperations"
         | 
| 26 | 
            +
                },
         | 
| 27 | 
            +
                "ListServices": {
         | 
| 28 | 
            +
                  "input_token": "NextToken",
         | 
| 29 | 
            +
                  "output_token": "NextToken",
         | 
| 30 | 
            +
                  "limit_key": "MaxResults",
         | 
| 31 | 
            +
                  "result_key": "ServiceSummaries"
         | 
| 32 | 
            +
                }
         | 
| 33 | 
            +
              }
         | 
| 34 | 
            +
            }
         | 
| @@ -347,7 +347,7 @@ | |
| 347 347 | 
             
                    "members": {
         | 
| 348 348 | 
             
                      "name": {},
         | 
| 349 349 | 
             
                      "description": {
         | 
| 350 | 
            -
                        "shape": " | 
| 350 | 
            +
                        "shape": "S3e"
         | 
| 351 351 | 
             
                      },
         | 
| 352 352 | 
             
                      "assessmentId": {
         | 
| 353 353 | 
             
                        "location": "uri",
         | 
| @@ -365,7 +365,7 @@ | |
| 365 365 | 
             
                          "id": {},
         | 
| 366 366 | 
             
                          "name": {},
         | 
| 367 367 | 
             
                          "description": {
         | 
| 368 | 
            -
                            "shape": " | 
| 368 | 
            +
                            "shape": "S3e"
         | 
| 369 369 | 
             
                          },
         | 
| 370 370 | 
             
                          "awsAccountId": {},
         | 
| 371 371 | 
             
                          "assessmentId": {},
         | 
| @@ -396,7 +396,9 @@ | |
| 396 396 | 
             
                    ],
         | 
| 397 397 | 
             
                    "members": {
         | 
| 398 398 | 
             
                      "name": {},
         | 
| 399 | 
            -
                      "description": { | 
| 399 | 
            +
                      "description": {
         | 
| 400 | 
            +
                        "shape": "S26"
         | 
| 401 | 
            +
                      },
         | 
| 400 402 | 
             
                      "testingInformation": {
         | 
| 401 403 | 
             
                        "shape": "S2w"
         | 
| 402 404 | 
             
                      },
         | 
| @@ -882,7 +884,7 @@ | |
| 882 884 | 
             
                    "type": "structure",
         | 
| 883 885 | 
             
                    "members": {
         | 
| 884 886 | 
             
                      "evidence": {
         | 
| 885 | 
            -
                        "shape": " | 
| 887 | 
            +
                        "shape": "S4w"
         | 
| 886 888 | 
             
                      }
         | 
| 887 889 | 
             
                    }
         | 
| 888 890 | 
             
                  }
         | 
| @@ -929,7 +931,7 @@ | |
| 929 931 | 
             
                      "evidence": {
         | 
| 930 932 | 
             
                        "type": "list",
         | 
| 931 933 | 
             
                        "member": {
         | 
| 932 | 
            -
                          "shape": " | 
| 934 | 
            +
                          "shape": "S4w"
         | 
| 933 935 | 
             
                        }
         | 
| 934 936 | 
             
                      },
         | 
| 935 937 | 
             
                      "nextToken": {}
         | 
| @@ -994,7 +996,7 @@ | |
| 994 996 | 
             
                    "type": "structure",
         | 
| 995 997 | 
             
                    "members": {
         | 
| 996 998 | 
             
                      "evidenceFolder": {
         | 
| 997 | 
            -
                        "shape": " | 
| 999 | 
            +
                        "shape": "S5c"
         | 
| 998 1000 | 
             
                      }
         | 
| 999 1001 | 
             
                    }
         | 
| 1000 1002 | 
             
                  }
         | 
| @@ -1029,7 +1031,7 @@ | |
| 1029 1031 | 
             
                    "type": "structure",
         | 
| 1030 1032 | 
             
                    "members": {
         | 
| 1031 1033 | 
             
                      "evidenceFolders": {
         | 
| 1032 | 
            -
                        "shape": " | 
| 1034 | 
            +
                        "shape": "S5g"
         | 
| 1033 1035 | 
             
                      },
         | 
| 1034 1036 | 
             
                      "nextToken": {}
         | 
| 1035 1037 | 
             
                    }
         | 
| @@ -1075,7 +1077,7 @@ | |
| 1075 1077 | 
             
                    "type": "structure",
         | 
| 1076 1078 | 
             
                    "members": {
         | 
| 1077 1079 | 
             
                      "evidenceFolders": {
         | 
| 1078 | 
            -
                        "shape": " | 
| 1080 | 
            +
                        "shape": "S5g"
         | 
| 1079 1081 | 
             
                      },
         | 
| 1080 1082 | 
             
                      "nextToken": {}
         | 
| 1081 1083 | 
             
                    }
         | 
| @@ -1233,7 +1235,7 @@ | |
| 1233 1235 | 
             
                    "type": "structure",
         | 
| 1234 1236 | 
             
                    "members": {
         | 
| 1235 1237 | 
             
                      "settings": {
         | 
| 1236 | 
            -
                        "shape": " | 
| 1238 | 
            +
                        "shape": "S60"
         | 
| 1237 1239 | 
             
                      }
         | 
| 1238 1240 | 
             
                    }
         | 
| 1239 1241 | 
             
                  }
         | 
| @@ -1280,7 +1282,7 @@ | |
| 1280 1282 | 
             
                            "name": {},
         | 
| 1281 1283 | 
             
                            "id": {},
         | 
| 1282 1284 | 
             
                            "evidenceInsights": {
         | 
| 1283 | 
            -
                              "shape": " | 
| 1285 | 
            +
                              "shape": "S6h"
         | 
| 1284 1286 | 
             
                            },
         | 
| 1285 1287 | 
             
                            "controlSetName": {},
         | 
| 1286 1288 | 
             
                            "lastUpdated": {
         | 
| @@ -1325,7 +1327,7 @@ | |
| 1325 1327 | 
             
                      "assessmentFrameworkShareRequests": {
         | 
| 1326 1328 | 
             
                        "type": "list",
         | 
| 1327 1329 | 
             
                        "member": {
         | 
| 1328 | 
            -
                          "shape": " | 
| 1330 | 
            +
                          "shape": "S6l"
         | 
| 1329 1331 | 
             
                        }
         | 
| 1330 1332 | 
             
                      },
         | 
| 1331 1333 | 
             
                      "nextToken": {}
         | 
| @@ -1424,7 +1426,7 @@ | |
| 1424 1426 | 
             
                            "id": {},
         | 
| 1425 1427 | 
             
                            "name": {},
         | 
| 1426 1428 | 
             
                            "description": {
         | 
| 1427 | 
            -
                              "shape": " | 
| 1429 | 
            +
                              "shape": "S3e"
         | 
| 1428 1430 | 
             
                            },
         | 
| 1429 1431 | 
             
                            "assessmentId": {},
         | 
| 1430 1432 | 
             
                            "assessmentName": {
         | 
| @@ -1525,7 +1527,7 @@ | |
| 1525 1527 | 
             
                    "type": "structure",
         | 
| 1526 1528 | 
             
                    "members": {
         | 
| 1527 1529 | 
             
                      "controlDomainInsights": {
         | 
| 1528 | 
            -
                        "shape": " | 
| 1530 | 
            +
                        "shape": "S75"
         | 
| 1529 1531 | 
             
                      },
         | 
| 1530 1532 | 
             
                      "nextToken": {}
         | 
| 1531 1533 | 
             
                    }
         | 
| @@ -1561,7 +1563,7 @@ | |
| 1561 1563 | 
             
                    "type": "structure",
         | 
| 1562 1564 | 
             
                    "members": {
         | 
| 1563 1565 | 
             
                      "controlDomainInsights": {
         | 
| 1564 | 
            -
                        "shape": " | 
| 1566 | 
            +
                        "shape": "S75"
         | 
| 1565 1567 | 
             
                      },
         | 
| 1566 1568 | 
             
                      "nextToken": {}
         | 
| 1567 1569 | 
             
                    }
         | 
| @@ -1604,7 +1606,7 @@ | |
| 1604 1606 | 
             
                            "name": {},
         | 
| 1605 1607 | 
             
                            "id": {},
         | 
| 1606 1608 | 
             
                            "evidenceInsights": {
         | 
| 1607 | 
            -
                              "shape": " | 
| 1609 | 
            +
                              "shape": "S6h"
         | 
| 1608 1610 | 
             
                            },
         | 
| 1609 1611 | 
             
                            "lastUpdated": {
         | 
| 1610 1612 | 
             
                              "type": "timestamp"
         | 
| @@ -1639,6 +1641,10 @@ | |
| 1639 1641 | 
             
                        "location": "querystring",
         | 
| 1640 1642 | 
             
                        "locationName": "maxResults",
         | 
| 1641 1643 | 
             
                        "type": "integer"
         | 
| 1644 | 
            +
                      },
         | 
| 1645 | 
            +
                      "controlCatalogId": {
         | 
| 1646 | 
            +
                        "location": "querystring",
         | 
| 1647 | 
            +
                        "locationName": "controlCatalogId"
         | 
| 1642 1648 | 
             
                      }
         | 
| 1643 1649 | 
             
                    }
         | 
| 1644 1650 | 
             
                  },
         | 
| @@ -1840,7 +1846,7 @@ | |
| 1840 1846 | 
             
                    "type": "structure",
         | 
| 1841 1847 | 
             
                    "members": {
         | 
| 1842 1848 | 
             
                      "assessmentFrameworkShareRequest": {
         | 
| 1843 | 
            -
                        "shape": " | 
| 1849 | 
            +
                        "shape": "S6l"
         | 
| 1844 1850 | 
             
                      }
         | 
| 1845 1851 | 
             
                    }
         | 
| 1846 1852 | 
             
                  }
         | 
| @@ -2093,7 +2099,7 @@ | |
| 2093 2099 | 
             
                    "type": "structure",
         | 
| 2094 2100 | 
             
                    "members": {
         | 
| 2095 2101 | 
             
                      "assessmentFrameworkShareRequest": {
         | 
| 2096 | 
            -
                        "shape": " | 
| 2102 | 
            +
                        "shape": "S6l"
         | 
| 2097 2103 | 
             
                      }
         | 
| 2098 2104 | 
             
                    }
         | 
| 2099 2105 | 
             
                  }
         | 
| @@ -2144,7 +2150,9 @@ | |
| 2144 2150 | 
             
                        "locationName": "controlId"
         | 
| 2145 2151 | 
             
                      },
         | 
| 2146 2152 | 
             
                      "name": {},
         | 
| 2147 | 
            -
                      "description": { | 
| 2153 | 
            +
                      "description": {
         | 
| 2154 | 
            +
                        "shape": "S26"
         | 
| 2155 | 
            +
                      },
         | 
| 2148 2156 | 
             
                      "testingInformation": {
         | 
| 2149 2157 | 
             
                        "shape": "S2w"
         | 
| 2150 2158 | 
             
                      },
         | 
| @@ -2188,10 +2196,10 @@ | |
| 2188 2196 | 
             
                        "type": "boolean"
         | 
| 2189 2197 | 
             
                      },
         | 
| 2190 2198 | 
             
                      "deregistrationPolicy": {
         | 
| 2191 | 
            -
                        "shape": " | 
| 2199 | 
            +
                        "shape": "S68"
         | 
| 2192 2200 | 
             
                      },
         | 
| 2193 2201 | 
             
                      "defaultExportDestination": {
         | 
| 2194 | 
            -
                        "shape": " | 
| 2202 | 
            +
                        "shape": "S6a"
         | 
| 2195 2203 | 
             
                      }
         | 
| 2196 2204 | 
             
                    }
         | 
| 2197 2205 | 
             
                  },
         | 
| @@ -2199,7 +2207,7 @@ | |
| 2199 2207 | 
             
                    "type": "structure",
         | 
| 2200 2208 | 
             
                    "members": {
         | 
| 2201 2209 | 
             
                      "settings": {
         | 
| 2202 | 
            -
                        "shape": " | 
| 2210 | 
            +
                        "shape": "S60"
         | 
| 2203 2211 | 
             
                      }
         | 
| 2204 2212 | 
             
                    }
         | 
| 2205 2213 | 
             
                  }
         | 
| @@ -2343,6 +2351,8 @@ | |
| 2343 2351 | 
             
                      "sensitive": true
         | 
| 2344 2352 | 
             
                    },
         | 
| 2345 2353 | 
             
                    "awsServices": {
         | 
| 2354 | 
            +
                      "deprecated": true,
         | 
| 2355 | 
            +
                      "deprecatedMessage": "You can't specify services in scope when creating/updating an assessment. If you use the parameter to specify one or more AWS services, Audit Manager ignores the input. Instead the value of the parameter will show as empty indicating that the services are defined and managed by Audit Manager.",
         | 
| 2346 2356 | 
             
                      "type": "list",
         | 
| 2347 2357 | 
             
                      "member": {
         | 
| 2348 2358 | 
             
                        "type": "structure",
         | 
| @@ -2496,7 +2506,9 @@ | |
| 2496 2506 | 
             
                  "members": {
         | 
| 2497 2507 | 
             
                    "id": {},
         | 
| 2498 2508 | 
             
                    "name": {},
         | 
| 2499 | 
            -
                    "description": { | 
| 2509 | 
            +
                    "description": {
         | 
| 2510 | 
            +
                      "shape": "S26"
         | 
| 2511 | 
            +
                    },
         | 
| 2500 2512 | 
             
                    "status": {},
         | 
| 2501 2513 | 
             
                    "response": {},
         | 
| 2502 2514 | 
             
                    "comments": {
         | 
| @@ -2528,6 +2540,10 @@ | |
| 2528 2540 | 
             
                    }
         | 
| 2529 2541 | 
             
                  }
         | 
| 2530 2542 | 
             
                },
         | 
| 2543 | 
            +
                "S26": {
         | 
| 2544 | 
            +
                  "type": "string",
         | 
| 2545 | 
            +
                  "sensitive": true
         | 
| 2546 | 
            +
                },
         | 
| 2531 2547 | 
             
                "S2b": {
         | 
| 2532 2548 | 
             
                  "type": "string",
         | 
| 2533 2549 | 
             
                  "sensitive": true
         | 
| @@ -2602,7 +2618,9 @@ | |
| 2602 2618 | 
             
                    "id": {},
         | 
| 2603 2619 | 
             
                    "type": {},
         | 
| 2604 2620 | 
             
                    "name": {},
         | 
| 2605 | 
            -
                    "description": { | 
| 2621 | 
            +
                    "description": {
         | 
| 2622 | 
            +
                      "shape": "S26"
         | 
| 2623 | 
            +
                    },
         | 
| 2606 2624 | 
             
                    "testingInformation": {
         | 
| 2607 2625 | 
             
                      "shape": "S2w"
         | 
| 2608 2626 | 
             
                    },
         | 
| @@ -2630,7 +2648,8 @@ | |
| 2630 2648 | 
             
                    },
         | 
| 2631 2649 | 
             
                    "tags": {
         | 
| 2632 2650 | 
             
                      "shape": "S1m"
         | 
| 2633 | 
            -
                    }
         | 
| 2651 | 
            +
                    },
         | 
| 2652 | 
            +
                    "state": {}
         | 
| 2634 2653 | 
             
                  }
         | 
| 2635 2654 | 
             
                },
         | 
| 2636 2655 | 
             
                "S2w": {
         | 
| @@ -2680,11 +2699,11 @@ | |
| 2680 2699 | 
             
                  "type": "string",
         | 
| 2681 2700 | 
             
                  "sensitive": true
         | 
| 2682 2701 | 
             
                },
         | 
| 2683 | 
            -
                " | 
| 2702 | 
            +
                "S3e": {
         | 
| 2684 2703 | 
             
                  "type": "string",
         | 
| 2685 2704 | 
             
                  "sensitive": true
         | 
| 2686 2705 | 
             
                },
         | 
| 2687 | 
            -
                " | 
| 2706 | 
            +
                "S4w": {
         | 
| 2688 2707 | 
             
                  "type": "structure",
         | 
| 2689 2708 | 
             
                  "members": {
         | 
| 2690 2709 | 
             
                    "dataSource": {},
         | 
| @@ -2720,7 +2739,7 @@ | |
| 2720 2739 | 
             
                    "assessmentReportSelection": {}
         | 
| 2721 2740 | 
             
                  }
         | 
| 2722 2741 | 
             
                },
         | 
| 2723 | 
            -
                " | 
| 2742 | 
            +
                "S5c": {
         | 
| 2724 2743 | 
             
                  "type": "structure",
         | 
| 2725 2744 | 
             
                  "members": {
         | 
| 2726 2745 | 
             
                    "name": {},
         | 
| @@ -2763,13 +2782,13 @@ | |
| 2763 2782 | 
             
                    }
         | 
| 2764 2783 | 
             
                  }
         | 
| 2765 2784 | 
             
                },
         | 
| 2766 | 
            -
                " | 
| 2785 | 
            +
                "S5g": {
         | 
| 2767 2786 | 
             
                  "type": "list",
         | 
| 2768 2787 | 
             
                  "member": {
         | 
| 2769 | 
            -
                    "shape": " | 
| 2788 | 
            +
                    "shape": "S5c"
         | 
| 2770 2789 | 
             
                  }
         | 
| 2771 2790 | 
             
                },
         | 
| 2772 | 
            -
                " | 
| 2791 | 
            +
                "S60": {
         | 
| 2773 2792 | 
             
                  "type": "structure",
         | 
| 2774 2793 | 
             
                  "members": {
         | 
| 2775 2794 | 
             
                    "isAwsOrgEnabled": {
         | 
| @@ -2796,27 +2815,27 @@ | |
| 2796 2815 | 
             
                      }
         | 
| 2797 2816 | 
             
                    },
         | 
| 2798 2817 | 
             
                    "deregistrationPolicy": {
         | 
| 2799 | 
            -
                      "shape": " | 
| 2818 | 
            +
                      "shape": "S68"
         | 
| 2800 2819 | 
             
                    },
         | 
| 2801 2820 | 
             
                    "defaultExportDestination": {
         | 
| 2802 | 
            -
                      "shape": " | 
| 2821 | 
            +
                      "shape": "S6a"
         | 
| 2803 2822 | 
             
                    }
         | 
| 2804 2823 | 
             
                  }
         | 
| 2805 2824 | 
             
                },
         | 
| 2806 | 
            -
                " | 
| 2825 | 
            +
                "S68": {
         | 
| 2807 2826 | 
             
                  "type": "structure",
         | 
| 2808 2827 | 
             
                  "members": {
         | 
| 2809 2828 | 
             
                    "deleteResources": {}
         | 
| 2810 2829 | 
             
                  }
         | 
| 2811 2830 | 
             
                },
         | 
| 2812 | 
            -
                " | 
| 2831 | 
            +
                "S6a": {
         | 
| 2813 2832 | 
             
                  "type": "structure",
         | 
| 2814 2833 | 
             
                  "members": {
         | 
| 2815 2834 | 
             
                    "destinationType": {},
         | 
| 2816 2835 | 
             
                    "destination": {}
         | 
| 2817 2836 | 
             
                  }
         | 
| 2818 2837 | 
             
                },
         | 
| 2819 | 
            -
                " | 
| 2838 | 
            +
                "S6h": {
         | 
| 2820 2839 | 
             
                  "type": "structure",
         | 
| 2821 2840 | 
             
                  "members": {
         | 
| 2822 2841 | 
             
                    "noncompliantEvidenceCount": {
         | 
| @@ -2830,7 +2849,7 @@ | |
| 2830 2849 | 
             
                    }
         | 
| 2831 2850 | 
             
                  }
         | 
| 2832 2851 | 
             
                },
         | 
| 2833 | 
            -
                " | 
| 2852 | 
            +
                "S6l": {
         | 
| 2834 2853 | 
             
                  "type": "structure",
         | 
| 2835 2854 | 
             
                  "members": {
         | 
| 2836 2855 | 
             
                    "id": {},
         | 
| @@ -2862,7 +2881,7 @@ | |
| 2862 2881 | 
             
                    }
         | 
| 2863 2882 | 
             
                  }
         | 
| 2864 2883 | 
             
                },
         | 
| 2865 | 
            -
                " | 
| 2884 | 
            +
                "S75": {
         | 
| 2866 2885 | 
             
                  "type": "list",
         | 
| 2867 2886 | 
             
                  "member": {
         | 
| 2868 2887 | 
             
                    "type": "structure",
         | 
| @@ -2876,7 +2895,7 @@ | |
| 2876 2895 | 
             
                        "type": "integer"
         | 
| 2877 2896 | 
             
                      },
         | 
| 2878 2897 | 
             
                      "evidenceInsights": {
         | 
| 2879 | 
            -
                        "shape": " | 
| 2898 | 
            +
                        "shape": "S6h"
         | 
| 2880 2899 | 
             
                      },
         | 
| 2881 2900 | 
             
                      "lastUpdated": {
         | 
| 2882 2901 | 
             
                        "type": "timestamp"
         | 
| @@ -2,9 +2,15 @@ | |
| 2 2 | 
             
              "version": "2.0",
         | 
| 3 3 | 
             
              "metadata": {
         | 
| 4 4 | 
             
                "apiVersion": "2022-06-23",
         | 
| 5 | 
            +
                "auth": [
         | 
| 6 | 
            +
                  "aws.auth#sigv4"
         | 
| 7 | 
            +
                ],
         | 
| 5 8 | 
             
                "endpointPrefix": "b2bi",
         | 
| 6 9 | 
             
                "jsonVersion": "1.0",
         | 
| 7 10 | 
             
                "protocol": "json",
         | 
| 11 | 
            +
                "protocols": [
         | 
| 12 | 
            +
                  "json"
         | 
| 13 | 
            +
                ],
         | 
| 8 14 | 
             
                "serviceAbbreviation": "AWS B2BI",
         | 
| 9 15 | 
             
                "serviceFullName": "AWS B2B Data Interchange",
         | 
| 10 16 | 
             
                "serviceId": "b2bi",
         | 
| @@ -73,7 +79,8 @@ | |
| 73 79 | 
             
                    "required": [
         | 
| 74 80 | 
             
                      "profileId",
         | 
| 75 81 | 
             
                      "name",
         | 
| 76 | 
            -
                      "email"
         | 
| 82 | 
            +
                      "email",
         | 
| 83 | 
            +
                      "capabilities"
         | 
| 77 84 | 
             
                    ],
         | 
| 78 85 | 
             
                    "members": {
         | 
| 79 86 | 
             
                      "profileId": {},
         | 
| @@ -13,7 +13,10 @@ | |
| 13 13 | 
             
                "serviceId": "CodePipeline",
         | 
| 14 14 | 
             
                "signatureVersion": "v4",
         | 
| 15 15 | 
             
                "targetPrefix": "CodePipeline_20150709",
         | 
| 16 | 
            -
                "uid": "codepipeline-2015-07-09"
         | 
| 16 | 
            +
                "uid": "codepipeline-2015-07-09",
         | 
| 17 | 
            +
                "auth": [
         | 
| 18 | 
            +
                  "aws.auth#sigv4"
         | 
| 19 | 
            +
                ]
         | 
| 17 20 | 
             
              },
         | 
| 18 21 | 
             
              "operations": {
         | 
| 19 22 | 
             
                "AcknowledgeJob": {
         |