@aws-sdk/client-codebuild 3.637.0 → 3.645.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.
@@ -2729,6 +2729,15 @@ export interface Fleet {
2729
2729
  * EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney).</p>
2730
2730
  * </li>
2731
2731
  * <li>
2732
+ * <p>The environment type <code>MAC_ARM</code> is available for Medium fleets only in
2733
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
2734
+ * and EU (Frankfurt)</p>
2735
+ * </li>
2736
+ * <li>
2737
+ * <p>The environment type <code>MAC_ARM</code> is available for Large fleets only in
2738
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney).</p>
2739
+ * </li>
2740
+ * <li>
2732
2741
  * <p>The environment type <code>WINDOWS_SERVER_2019_CONTAINER</code> is available only in regions
2733
2742
  * US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
2734
2743
  * Asia Pacific (Tokyo), Asia Pacific (Mumbai) and
@@ -4207,6 +4216,15 @@ export interface CreateFleetInput {
4207
4216
  * EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney).</p>
4208
4217
  * </li>
4209
4218
  * <li>
4219
+ * <p>The environment type <code>MAC_ARM</code> is available for Medium fleets only in
4220
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
4221
+ * and EU (Frankfurt)</p>
4222
+ * </li>
4223
+ * <li>
4224
+ * <p>The environment type <code>MAC_ARM</code> is available for Large fleets only in
4225
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney).</p>
4226
+ * </li>
4227
+ * <li>
4210
4228
  * <p>The environment type <code>WINDOWS_SERVER_2019_CONTAINER</code> is available only in regions
4211
4229
  * US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
4212
4230
  * Asia Pacific (Tokyo), Asia Pacific (Mumbai) and
@@ -7088,6 +7106,15 @@ export interface UpdateFleetInput {
7088
7106
  * EU (Frankfurt), Asia Pacific (Tokyo), and Asia Pacific (Sydney).</p>
7089
7107
  * </li>
7090
7108
  * <li>
7109
+ * <p>The environment type <code>MAC_ARM</code> is available for Medium fleets only in
7110
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
7111
+ * and EU (Frankfurt)</p>
7112
+ * </li>
7113
+ * <li>
7114
+ * <p>The environment type <code>MAC_ARM</code> is available for Large fleets only in
7115
+ * regions US East (N. Virginia), US East (Ohio), US West (Oregon), and Asia Pacific (Sydney).</p>
7116
+ * </li>
7117
+ * <li>
7091
7118
  * <p>The environment type <code>WINDOWS_SERVER_2019_CONTAINER</code> is available only in regions
7092
7119
  * US East (N. Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Sydney),
7093
7120
  * Asia Pacific (Tokyo), Asia Pacific (Mumbai) and
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codebuild",
3
3
  "description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4
- "version": "3.637.0",
4
+ "version": "3.645.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codebuild",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.637.0",
24
- "@aws-sdk/client-sts": "3.637.0",
23
+ "@aws-sdk/client-sso-oidc": "3.645.0",
24
+ "@aws-sdk/client-sts": "3.645.0",
25
25
  "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.637.0",
26
+ "@aws-sdk/credential-provider-node": "3.645.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.637.0",
30
+ "@aws-sdk/middleware-user-agent": "3.645.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.637.0",
33
+ "@aws-sdk/util-endpoints": "3.645.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",