@aws-sdk/client-global-accelerator 3.613.0 → 3.615.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.
@@ -94,6 +94,9 @@ declare const CreateAcceleratorCommand_base: {
94
94
  * @see {@link CreateAcceleratorCommandOutput} for command's `response` shape.
95
95
  * @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
96
96
  *
97
+ * @throws {@link AccessDeniedException} (client fault)
98
+ * <p>You don't have access permission.</p>
99
+ *
97
100
  * @throws {@link InternalServiceErrorException} (server fault)
98
101
  * <p>There was an internal error for Global Accelerator.</p>
99
102
  *
@@ -103,6 +106,9 @@ declare const CreateAcceleratorCommand_base: {
103
106
  * @throws {@link LimitExceededException} (client fault)
104
107
  * <p>Processing your request would cause you to exceed an Global Accelerator limit.</p>
105
108
  *
109
+ * @throws {@link TransactionInProgressException} (client fault)
110
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
111
+ *
106
112
  * @throws {@link GlobalAcceleratorServiceException}
107
113
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
108
114
  *
@@ -103,6 +103,9 @@ declare const CreateCustomRoutingAcceleratorCommand_base: {
103
103
  * @throws {@link LimitExceededException} (client fault)
104
104
  * <p>Processing your request would cause you to exceed an Global Accelerator limit.</p>
105
105
  *
106
+ * @throws {@link TransactionInProgressException} (client fault)
107
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
108
+ *
106
109
  * @throws {@link GlobalAcceleratorServiceException}
107
110
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
108
111
  *
@@ -78,6 +78,9 @@ declare const DeleteAcceleratorCommand_base: {
78
78
  * @throws {@link InvalidArgumentException} (client fault)
79
79
  * <p>An argument that you specified is invalid.</p>
80
80
  *
81
+ * @throws {@link TransactionInProgressException} (client fault)
82
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
83
+ *
81
84
  * @throws {@link GlobalAcceleratorServiceException}
82
85
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
83
86
  *
@@ -78,6 +78,9 @@ declare const DeleteCustomRoutingAcceleratorCommand_base: {
78
78
  * @throws {@link InvalidArgumentException} (client fault)
79
79
  * <p>An argument that you specified is invalid.</p>
80
80
  *
81
+ * @throws {@link TransactionInProgressException} (client fault)
82
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
83
+ *
81
84
  * @throws {@link GlobalAcceleratorServiceException}
82
85
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
83
86
  *
@@ -61,12 +61,21 @@ declare const ListTagsForResourceCommand_base: {
61
61
  * @throws {@link AcceleratorNotFoundException} (client fault)
62
62
  * <p>The accelerator that you specified doesn't exist.</p>
63
63
  *
64
+ * @throws {@link AttachmentNotFoundException} (client fault)
65
+ * <p>No cross-account attachment was found.</p>
66
+ *
67
+ * @throws {@link EndpointGroupNotFoundException} (client fault)
68
+ * <p>The endpoint group that you specified doesn't exist.</p>
69
+ *
64
70
  * @throws {@link InternalServiceErrorException} (server fault)
65
71
  * <p>There was an internal error for Global Accelerator.</p>
66
72
  *
67
73
  * @throws {@link InvalidArgumentException} (client fault)
68
74
  * <p>An argument that you specified is invalid.</p>
69
75
  *
76
+ * @throws {@link ListenerNotFoundException} (client fault)
77
+ * <p>The listener that you specified doesn't exist.</p>
78
+ *
70
79
  * @throws {@link GlobalAcceleratorServiceException}
71
80
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
72
81
  *
@@ -70,6 +70,9 @@ declare const UpdateAcceleratorAttributesCommand_base: {
70
70
  * @throws {@link InvalidArgumentException} (client fault)
71
71
  * <p>An argument that you specified is invalid.</p>
72
72
  *
73
+ * @throws {@link TransactionInProgressException} (client fault)
74
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
75
+ *
73
76
  * @throws {@link GlobalAcceleratorServiceException}
74
77
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
75
78
  *
@@ -110,12 +110,18 @@ declare const UpdateAcceleratorCommand_base: {
110
110
  * @throws {@link AccessDeniedException} (client fault)
111
111
  * <p>You don't have access permission.</p>
112
112
  *
113
+ * @throws {@link ConflictException} (client fault)
114
+ * <p>You can't use both of those options.</p>
115
+ *
113
116
  * @throws {@link InternalServiceErrorException} (server fault)
114
117
  * <p>There was an internal error for Global Accelerator.</p>
115
118
  *
116
119
  * @throws {@link InvalidArgumentException} (client fault)
117
120
  * <p>An argument that you specified is invalid.</p>
118
121
  *
122
+ * @throws {@link TransactionInProgressException} (client fault)
123
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
124
+ *
119
125
  * @throws {@link GlobalAcceleratorServiceException}
120
126
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
121
127
  *
@@ -70,6 +70,9 @@ declare const UpdateCustomRoutingAcceleratorAttributesCommand_base: {
70
70
  * @throws {@link InvalidArgumentException} (client fault)
71
71
  * <p>An argument that you specified is invalid.</p>
72
72
  *
73
+ * @throws {@link TransactionInProgressException} (client fault)
74
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
75
+ *
73
76
  * @throws {@link GlobalAcceleratorServiceException}
74
77
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
75
78
  *
@@ -78,12 +78,18 @@ declare const UpdateCustomRoutingAcceleratorCommand_base: {
78
78
  * @throws {@link AcceleratorNotFoundException} (client fault)
79
79
  * <p>The accelerator that you specified doesn't exist.</p>
80
80
  *
81
+ * @throws {@link ConflictException} (client fault)
82
+ * <p>You can't use both of those options.</p>
83
+ *
81
84
  * @throws {@link InternalServiceErrorException} (server fault)
82
85
  * <p>There was an internal error for Global Accelerator.</p>
83
86
  *
84
87
  * @throws {@link InvalidArgumentException} (client fault)
85
88
  * <p>An argument that you specified is invalid.</p>
86
89
  *
90
+ * @throws {@link TransactionInProgressException} (client fault)
91
+ * <p>There's already a transaction in progress. Another transaction can't be processed.</p>
92
+ *
87
93
  * @throws {@link GlobalAcceleratorServiceException}
88
94
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
89
95
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-global-accelerator",
3
3
  "description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
4
- "version": "3.613.0",
4
+ "version": "3.615.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-global-accelerator",
@@ -20,41 +20,41 @@
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.613.0",
24
- "@aws-sdk/client-sts": "3.613.0",
25
- "@aws-sdk/core": "3.609.0",
26
- "@aws-sdk/credential-provider-node": "3.613.0",
23
+ "@aws-sdk/client-sso-oidc": "3.614.0",
24
+ "@aws-sdk/client-sts": "3.614.0",
25
+ "@aws-sdk/core": "3.614.0",
26
+ "@aws-sdk/credential-provider-node": "3.614.0",
27
27
  "@aws-sdk/middleware-host-header": "3.609.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-user-agent": "3.609.0",
31
- "@aws-sdk/region-config-resolver": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.614.0",
31
+ "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.614.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.609.0",
36
- "@smithy/config-resolver": "^3.0.4",
37
- "@smithy/core": "^2.2.4",
38
- "@smithy/fetch-http-handler": "^3.2.0",
35
+ "@aws-sdk/util-user-agent-node": "3.614.0",
36
+ "@smithy/config-resolver": "^3.0.5",
37
+ "@smithy/core": "^2.2.6",
38
+ "@smithy/fetch-http-handler": "^3.2.1",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
41
  "@smithy/middleware-content-length": "^3.0.3",
42
- "@smithy/middleware-endpoint": "^3.0.4",
43
- "@smithy/middleware-retry": "^3.0.7",
42
+ "@smithy/middleware-endpoint": "^3.0.5",
43
+ "@smithy/middleware-retry": "^3.0.9",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.3",
47
- "@smithy/node-http-handler": "^3.1.1",
46
+ "@smithy/node-config-provider": "^3.1.4",
47
+ "@smithy/node-http-handler": "^3.1.2",
48
48
  "@smithy/protocol-http": "^4.0.3",
49
- "@smithy/smithy-client": "^3.1.5",
49
+ "@smithy/smithy-client": "^3.1.7",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.7",
56
- "@smithy/util-defaults-mode-node": "^3.0.7",
57
- "@smithy/util-endpoints": "^2.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.9",
56
+ "@smithy/util-defaults-mode-node": "^3.0.9",
57
+ "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",