aws-sdk-tnb 1.0.0 → 1.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-tnb/client.rb +56 -12
- data/lib/aws-sdk-tnb/client_api.rb +6 -0
- data/lib/aws-sdk-tnb/types.rb +73 -20
- data/lib/aws-sdk-tnb.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1d75a6d36954fdbdd6c7a62edc09f73acbc167b63714dbddc77a6947ed7feaa
|
|
4
|
+
data.tar.gz: 1b3f7d3ac5adba48b2de4f4062d768c2d3db77667234dd7b3b22edb5f0dfb8df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 117c332609e857e6969b1a2955e3997c6ec5d5a4ed505f316a692eed023b5a85759ec943d9d32f71bd627f419a7ff414052a7ec5ce01bd8fade4ff37385ed642
|
|
7
|
+
data.tar.gz: 222ed7c057b61a8b82988def8b034f87ebf0181e9648a831fb136745b0e468abfa5342ca199a82072db9222245584bbd3e09ebd91f122f501cd28df92c26dba0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.2.0 (2023-05-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.1.0 (2023-03-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.
|
|
13
|
+
|
|
4
14
|
1.0.0 (2023-02-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
data/lib/aws-sdk-tnb/client.rb
CHANGED
|
@@ -275,6 +275,11 @@ module Aws::Tnb
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -374,7 +379,7 @@ module Aws::Tnb
|
|
|
374
379
|
# such as network instance instantiation or termination.
|
|
375
380
|
#
|
|
376
381
|
# @option params [required, String] :ns_lcm_op_occ_id
|
|
377
|
-
# The
|
|
382
|
+
# The identifier of the network operation.
|
|
378
383
|
#
|
|
379
384
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
380
385
|
#
|
|
@@ -411,7 +416,7 @@ module Aws::Tnb
|
|
|
411
416
|
#
|
|
412
417
|
#
|
|
413
418
|
# [1]: https://docs.aws.amazon.com/tnb/latest/ug/function-packages.html
|
|
414
|
-
# [2]: https://docs.aws.amazon.com/
|
|
419
|
+
# [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html
|
|
415
420
|
#
|
|
416
421
|
# @option params [Hash<String,String>] :tags
|
|
417
422
|
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
@@ -470,7 +475,7 @@ module Aws::Tnb
|
|
|
470
475
|
#
|
|
471
476
|
#
|
|
472
477
|
# [1]: https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html
|
|
473
|
-
# [2]: https://docs.aws.amazon.com/
|
|
478
|
+
# [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_InstantiateSolNetworkInstance.html
|
|
474
479
|
#
|
|
475
480
|
# @option params [String] :ns_description
|
|
476
481
|
# Network instance description.
|
|
@@ -546,7 +551,7 @@ module Aws::Tnb
|
|
|
546
551
|
#
|
|
547
552
|
#
|
|
548
553
|
# [1]: https://docs.aws.amazon.com/tnb/latest/ug/network-instances.html
|
|
549
|
-
# [2]: https://docs.aws.amazon.com/
|
|
554
|
+
# [2]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html
|
|
550
555
|
#
|
|
551
556
|
# @option params [Hash<String,String>] :tags
|
|
552
557
|
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
@@ -603,7 +608,7 @@ module Aws::Tnb
|
|
|
603
608
|
#
|
|
604
609
|
#
|
|
605
610
|
#
|
|
606
|
-
# [1]: https://docs.aws.amazon.com/
|
|
611
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolFunctionPackage.html
|
|
607
612
|
#
|
|
608
613
|
# @option params [required, String] :vnf_pkg_id
|
|
609
614
|
# ID of the function package.
|
|
@@ -637,7 +642,7 @@ module Aws::Tnb
|
|
|
637
642
|
#
|
|
638
643
|
#
|
|
639
644
|
#
|
|
640
|
-
# [1]: https://docs.aws.amazon.com/
|
|
645
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_TerminateSolNetworkInstance.html
|
|
641
646
|
#
|
|
642
647
|
# @option params [required, String] :ns_instance_id
|
|
643
648
|
# Network instance ID.
|
|
@@ -670,7 +675,7 @@ module Aws::Tnb
|
|
|
670
675
|
#
|
|
671
676
|
#
|
|
672
677
|
#
|
|
673
|
-
# [1]: https://docs.aws.amazon.com/
|
|
678
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_UpdateSolNetworkPackage.html
|
|
674
679
|
#
|
|
675
680
|
# @option params [required, String] :nsd_info_id
|
|
676
681
|
# ID of the network service descriptor in the network package.
|
|
@@ -957,7 +962,7 @@ module Aws::Tnb
|
|
|
957
962
|
# such as network instance instantiation or termination.
|
|
958
963
|
#
|
|
959
964
|
# @option params [required, String] :ns_lcm_op_occ_id
|
|
960
|
-
# The identifier of the operation
|
|
965
|
+
# The identifier of the network operation.
|
|
961
966
|
#
|
|
962
967
|
# @return [Types::GetSolNetworkOperationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
963
968
|
#
|
|
@@ -1153,7 +1158,7 @@ module Aws::Tnb
|
|
|
1153
1158
|
#
|
|
1154
1159
|
#
|
|
1155
1160
|
#
|
|
1156
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1161
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_CreateSolNetworkInstance.html
|
|
1157
1162
|
#
|
|
1158
1163
|
# @option params [Hash,Array,String,Numeric,Boolean] :additional_params_for_ns
|
|
1159
1164
|
# Provides values for the configurable properties.
|
|
@@ -1172,9 +1177,17 @@ module Aws::Tnb
|
|
|
1172
1177
|
# @option params [required, String] :ns_instance_id
|
|
1173
1178
|
# ID of the network instance.
|
|
1174
1179
|
#
|
|
1180
|
+
# @option params [Hash<String,String>] :tags
|
|
1181
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
1182
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
1183
|
+
# API, the tags are transferred to the network operation that is
|
|
1184
|
+
# created. Use tags to search and filter your resources or track your
|
|
1185
|
+
# Amazon Web Services costs.
|
|
1186
|
+
#
|
|
1175
1187
|
# @return [Types::InstantiateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1176
1188
|
#
|
|
1177
1189
|
# * {Types::InstantiateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
|
|
1190
|
+
# * {Types::InstantiateSolNetworkInstanceOutput#tags #tags} => Hash<String,String>
|
|
1178
1191
|
#
|
|
1179
1192
|
# @example Request syntax with placeholder values
|
|
1180
1193
|
#
|
|
@@ -1183,11 +1196,16 @@ module Aws::Tnb
|
|
|
1183
1196
|
# },
|
|
1184
1197
|
# dry_run: false,
|
|
1185
1198
|
# ns_instance_id: "NsInstanceId", # required
|
|
1199
|
+
# tags: {
|
|
1200
|
+
# "TagKey" => "TagValue",
|
|
1201
|
+
# },
|
|
1186
1202
|
# })
|
|
1187
1203
|
#
|
|
1188
1204
|
# @example Response structure
|
|
1189
1205
|
#
|
|
1190
1206
|
# resp.ns_lcm_op_occ_id #=> String
|
|
1207
|
+
# resp.tags #=> Hash
|
|
1208
|
+
# resp.tags["TagKey"] #=> String
|
|
1191
1209
|
#
|
|
1192
1210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstance AWS API Documentation
|
|
1193
1211
|
#
|
|
@@ -1635,19 +1653,32 @@ module Aws::Tnb
|
|
|
1635
1653
|
# @option params [required, String] :ns_instance_id
|
|
1636
1654
|
# ID of the network instance.
|
|
1637
1655
|
#
|
|
1656
|
+
# @option params [Hash<String,String>] :tags
|
|
1657
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
1658
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
1659
|
+
# API, the tags are transferred to the network operation that is
|
|
1660
|
+
# created. Use tags to search and filter your resources or track your
|
|
1661
|
+
# Amazon Web Services costs.
|
|
1662
|
+
#
|
|
1638
1663
|
# @return [Types::TerminateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1639
1664
|
#
|
|
1640
1665
|
# * {Types::TerminateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
|
|
1666
|
+
# * {Types::TerminateSolNetworkInstanceOutput#tags #tags} => Hash<String,String>
|
|
1641
1667
|
#
|
|
1642
1668
|
# @example Request syntax with placeholder values
|
|
1643
1669
|
#
|
|
1644
1670
|
# resp = client.terminate_sol_network_instance({
|
|
1645
1671
|
# ns_instance_id: "NsInstanceId", # required
|
|
1672
|
+
# tags: {
|
|
1673
|
+
# "TagKey" => "TagValue",
|
|
1674
|
+
# },
|
|
1646
1675
|
# })
|
|
1647
1676
|
#
|
|
1648
1677
|
# @example Response structure
|
|
1649
1678
|
#
|
|
1650
1679
|
# resp.ns_lcm_op_occ_id #=> String
|
|
1680
|
+
# resp.tags #=> Hash
|
|
1681
|
+
# resp.tags["TagKey"] #=> String
|
|
1651
1682
|
#
|
|
1652
1683
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstance AWS API Documentation
|
|
1653
1684
|
#
|
|
@@ -1740,12 +1771,20 @@ module Aws::Tnb
|
|
|
1740
1771
|
# @option params [required, String] :ns_instance_id
|
|
1741
1772
|
# ID of the network instance.
|
|
1742
1773
|
#
|
|
1774
|
+
# @option params [Hash<String,String>] :tags
|
|
1775
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
1776
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
1777
|
+
# API, the tags are transferred to the network operation that is
|
|
1778
|
+
# created. Use tags to search and filter your resources or track your
|
|
1779
|
+
# Amazon Web Services costs.
|
|
1780
|
+
#
|
|
1743
1781
|
# @option params [required, String] :update_type
|
|
1744
1782
|
# The type of update.
|
|
1745
1783
|
#
|
|
1746
1784
|
# @return [Types::UpdateSolNetworkInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1747
1785
|
#
|
|
1748
1786
|
# * {Types::UpdateSolNetworkInstanceOutput#ns_lcm_op_occ_id #ns_lcm_op_occ_id} => String
|
|
1787
|
+
# * {Types::UpdateSolNetworkInstanceOutput#tags #tags} => Hash<String,String>
|
|
1749
1788
|
#
|
|
1750
1789
|
# @example Request syntax with placeholder values
|
|
1751
1790
|
#
|
|
@@ -1756,12 +1795,17 @@ module Aws::Tnb
|
|
|
1756
1795
|
# vnf_instance_id: "VnfInstanceId", # required
|
|
1757
1796
|
# },
|
|
1758
1797
|
# ns_instance_id: "NsInstanceId", # required
|
|
1798
|
+
# tags: {
|
|
1799
|
+
# "TagKey" => "TagValue",
|
|
1800
|
+
# },
|
|
1759
1801
|
# update_type: "MODIFY_VNF_INFORMATION", # required, accepts MODIFY_VNF_INFORMATION
|
|
1760
1802
|
# })
|
|
1761
1803
|
#
|
|
1762
1804
|
# @example Response structure
|
|
1763
1805
|
#
|
|
1764
1806
|
# resp.ns_lcm_op_occ_id #=> String
|
|
1807
|
+
# resp.tags #=> Hash
|
|
1808
|
+
# resp.tags["TagKey"] #=> String
|
|
1765
1809
|
#
|
|
1766
1810
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/UpdateSolNetworkInstance AWS API Documentation
|
|
1767
1811
|
#
|
|
@@ -1826,7 +1870,7 @@ module Aws::Tnb
|
|
|
1826
1870
|
#
|
|
1827
1871
|
#
|
|
1828
1872
|
#
|
|
1829
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1873
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolFunctionPackageContent.html
|
|
1830
1874
|
#
|
|
1831
1875
|
# @option params [String] :content_type
|
|
1832
1876
|
# Function package content type.
|
|
@@ -1884,7 +1928,7 @@ module Aws::Tnb
|
|
|
1884
1928
|
#
|
|
1885
1929
|
#
|
|
1886
1930
|
#
|
|
1887
|
-
# [1]: https://docs.aws.amazon.com/
|
|
1931
|
+
# [1]: https://docs.aws.amazon.com/tnb/latest/APIReference/API_PutSolNetworkPackageContent.html
|
|
1888
1932
|
#
|
|
1889
1933
|
# @option params [String] :content_type
|
|
1890
1934
|
# Network package content type.
|
|
@@ -1948,7 +1992,7 @@ module Aws::Tnb
|
|
|
1948
1992
|
params: params,
|
|
1949
1993
|
config: config)
|
|
1950
1994
|
context[:gem_name] = 'aws-sdk-tnb'
|
|
1951
|
-
context[:gem_version] = '1.
|
|
1995
|
+
context[:gem_version] = '1.2.0'
|
|
1952
1996
|
Seahorse::Client::Request.new(handlers, context)
|
|
1953
1997
|
end
|
|
1954
1998
|
|
|
@@ -396,9 +396,11 @@ module Aws::Tnb
|
|
|
396
396
|
InstantiateSolNetworkInstanceInput.add_member(:additional_params_for_ns, Shapes::ShapeRef.new(shape: Document, location_name: "additionalParamsForNs"))
|
|
397
397
|
InstantiateSolNetworkInstanceInput.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "dry_run"))
|
|
398
398
|
InstantiateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
|
|
399
|
+
InstantiateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
399
400
|
InstantiateSolNetworkInstanceInput.struct_class = Types::InstantiateSolNetworkInstanceInput
|
|
400
401
|
|
|
401
402
|
InstantiateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, required: true, location_name: "nsLcmOpOccId"))
|
|
403
|
+
InstantiateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
402
404
|
InstantiateSolNetworkInstanceOutput.struct_class = Types::InstantiateSolNetworkInstanceOutput
|
|
403
405
|
|
|
404
406
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -605,9 +607,11 @@ module Aws::Tnb
|
|
|
605
607
|
TagResourceOutput.struct_class = Types::TagResourceOutput
|
|
606
608
|
|
|
607
609
|
TerminateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
|
|
610
|
+
TerminateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
608
611
|
TerminateSolNetworkInstanceInput.struct_class = Types::TerminateSolNetworkInstanceInput
|
|
609
612
|
|
|
610
613
|
TerminateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, location_name: "nsLcmOpOccId"))
|
|
614
|
+
TerminateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
611
615
|
TerminateSolNetworkInstanceOutput.struct_class = Types::TerminateSolNetworkInstanceOutput
|
|
612
616
|
|
|
613
617
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -632,10 +636,12 @@ module Aws::Tnb
|
|
|
632
636
|
|
|
633
637
|
UpdateSolNetworkInstanceInput.add_member(:modify_vnf_info_data, Shapes::ShapeRef.new(shape: UpdateSolNetworkModify, location_name: "modifyVnfInfoData"))
|
|
634
638
|
UpdateSolNetworkInstanceInput.add_member(:ns_instance_id, Shapes::ShapeRef.new(shape: NsInstanceId, required: true, location: "uri", location_name: "nsInstanceId"))
|
|
639
|
+
UpdateSolNetworkInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
635
640
|
UpdateSolNetworkInstanceInput.add_member(:update_type, Shapes::ShapeRef.new(shape: UpdateSolNetworkType, required: true, location_name: "updateType"))
|
|
636
641
|
UpdateSolNetworkInstanceInput.struct_class = Types::UpdateSolNetworkInstanceInput
|
|
637
642
|
|
|
638
643
|
UpdateSolNetworkInstanceOutput.add_member(:ns_lcm_op_occ_id, Shapes::ShapeRef.new(shape: NsLcmOpOccId, location_name: "nsLcmOpOccId"))
|
|
644
|
+
UpdateSolNetworkInstanceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
639
645
|
UpdateSolNetworkInstanceOutput.struct_class = Types::UpdateSolNetworkInstanceOutput
|
|
640
646
|
|
|
641
647
|
UpdateSolNetworkModify.add_member(:vnf_configurable_properties, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "vnfConfigurableProperties"))
|
data/lib/aws-sdk-tnb/types.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Aws::Tnb
|
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
27
|
-
# The
|
|
27
|
+
# The identifier of the network operation.
|
|
28
28
|
# @return [String]
|
|
29
29
|
#
|
|
30
30
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/CancelSolNetworkOperationInput AWS API Documentation
|
|
@@ -697,7 +697,7 @@ module Aws::Tnb
|
|
|
697
697
|
end
|
|
698
698
|
|
|
699
699
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
700
|
-
# The identifier of the operation
|
|
700
|
+
# The identifier of the network operation.
|
|
701
701
|
# @return [String]
|
|
702
702
|
#
|
|
703
703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/GetSolNetworkOperationInput AWS API Documentation
|
|
@@ -708,7 +708,7 @@ module Aws::Tnb
|
|
|
708
708
|
include Aws::Structure
|
|
709
709
|
end
|
|
710
710
|
|
|
711
|
-
# Metadata related to a network operation
|
|
711
|
+
# Metadata related to a network operation occurrence.
|
|
712
712
|
#
|
|
713
713
|
# A network operation is any operation that is done to your network,
|
|
714
714
|
# such as network instance instantiation or termination.
|
|
@@ -735,7 +735,7 @@ module Aws::Tnb
|
|
|
735
735
|
# @return [String]
|
|
736
736
|
#
|
|
737
737
|
# @!attribute [rw] error
|
|
738
|
-
# Error related to this specific network operation
|
|
738
|
+
# Error related to this specific network operation occurrence.
|
|
739
739
|
# @return [Types::ProblemDetails]
|
|
740
740
|
#
|
|
741
741
|
# @!attribute [rw] id
|
|
@@ -1084,25 +1084,43 @@ module Aws::Tnb
|
|
|
1084
1084
|
# ID of the network instance.
|
|
1085
1085
|
# @return [String]
|
|
1086
1086
|
#
|
|
1087
|
+
# @!attribute [rw] tags
|
|
1088
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
1089
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
1090
|
+
# API, the tags are transferred to the network operation that is
|
|
1091
|
+
# created. Use tags to search and filter your resources or track your
|
|
1092
|
+
# Amazon Web Services costs.
|
|
1093
|
+
# @return [Hash<String,String>]
|
|
1094
|
+
#
|
|
1087
1095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstanceInput AWS API Documentation
|
|
1088
1096
|
#
|
|
1089
1097
|
class InstantiateSolNetworkInstanceInput < Struct.new(
|
|
1090
1098
|
:additional_params_for_ns,
|
|
1091
1099
|
:dry_run,
|
|
1092
|
-
:ns_instance_id
|
|
1093
|
-
|
|
1100
|
+
:ns_instance_id,
|
|
1101
|
+
:tags)
|
|
1102
|
+
SENSITIVE = [:tags]
|
|
1094
1103
|
include Aws::Structure
|
|
1095
1104
|
end
|
|
1096
1105
|
|
|
1097
1106
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
1098
|
-
# The identifier of the network
|
|
1107
|
+
# The identifier of the network operation.
|
|
1099
1108
|
# @return [String]
|
|
1100
1109
|
#
|
|
1110
|
+
# @!attribute [rw] tags
|
|
1111
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
1112
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
1113
|
+
# API, the tags are transferred to the network operation that is
|
|
1114
|
+
# created. Use tags to search and filter your resources or track your
|
|
1115
|
+
# Amazon Web Services costs.
|
|
1116
|
+
# @return [Hash<String,String>]
|
|
1117
|
+
#
|
|
1101
1118
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/InstantiateSolNetworkInstanceOutput AWS API Documentation
|
|
1102
1119
|
#
|
|
1103
1120
|
class InstantiateSolNetworkInstanceOutput < Struct.new(
|
|
1104
|
-
:ns_lcm_op_occ_id
|
|
1105
|
-
|
|
1121
|
+
:ns_lcm_op_occ_id,
|
|
1122
|
+
:tags)
|
|
1123
|
+
SENSITIVE = [:tags]
|
|
1106
1124
|
include Aws::Structure
|
|
1107
1125
|
end
|
|
1108
1126
|
|
|
@@ -1125,8 +1143,7 @@ module Aws::Tnb
|
|
|
1125
1143
|
# operations.
|
|
1126
1144
|
#
|
|
1127
1145
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
1128
|
-
# The identifier of the
|
|
1129
|
-
# occurrence.
|
|
1146
|
+
# The identifier of the network operation.
|
|
1130
1147
|
# @return [String]
|
|
1131
1148
|
#
|
|
1132
1149
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/LcmOperationInfo AWS API Documentation
|
|
@@ -2019,23 +2036,41 @@ module Aws::Tnb
|
|
|
2019
2036
|
# ID of the network instance.
|
|
2020
2037
|
# @return [String]
|
|
2021
2038
|
#
|
|
2039
|
+
# @!attribute [rw] tags
|
|
2040
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
2041
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
2042
|
+
# API, the tags are transferred to the network operation that is
|
|
2043
|
+
# created. Use tags to search and filter your resources or track your
|
|
2044
|
+
# Amazon Web Services costs.
|
|
2045
|
+
# @return [Hash<String,String>]
|
|
2046
|
+
#
|
|
2022
2047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstanceInput AWS API Documentation
|
|
2023
2048
|
#
|
|
2024
2049
|
class TerminateSolNetworkInstanceInput < Struct.new(
|
|
2025
|
-
:ns_instance_id
|
|
2026
|
-
|
|
2050
|
+
:ns_instance_id,
|
|
2051
|
+
:tags)
|
|
2052
|
+
SENSITIVE = [:tags]
|
|
2027
2053
|
include Aws::Structure
|
|
2028
2054
|
end
|
|
2029
2055
|
|
|
2030
2056
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
2031
|
-
# The identifier of the operation
|
|
2057
|
+
# The identifier of the network operation.
|
|
2032
2058
|
# @return [String]
|
|
2033
2059
|
#
|
|
2060
|
+
# @!attribute [rw] tags
|
|
2061
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
2062
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
2063
|
+
# API, the tags are transferred to the network operation that is
|
|
2064
|
+
# created. Use tags to search and filter your resources or track your
|
|
2065
|
+
# Amazon Web Services costs.
|
|
2066
|
+
# @return [Hash<String,String>]
|
|
2067
|
+
#
|
|
2034
2068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/TerminateSolNetworkInstanceOutput AWS API Documentation
|
|
2035
2069
|
#
|
|
2036
2070
|
class TerminateSolNetworkInstanceOutput < Struct.new(
|
|
2037
|
-
:ns_lcm_op_occ_id
|
|
2038
|
-
|
|
2071
|
+
:ns_lcm_op_occ_id,
|
|
2072
|
+
:tags)
|
|
2073
|
+
SENSITIVE = [:tags]
|
|
2039
2074
|
include Aws::Structure
|
|
2040
2075
|
end
|
|
2041
2076
|
|
|
@@ -2130,6 +2165,14 @@ module Aws::Tnb
|
|
|
2130
2165
|
# ID of the network instance.
|
|
2131
2166
|
# @return [String]
|
|
2132
2167
|
#
|
|
2168
|
+
# @!attribute [rw] tags
|
|
2169
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
2170
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
2171
|
+
# API, the tags are transferred to the network operation that is
|
|
2172
|
+
# created. Use tags to search and filter your resources or track your
|
|
2173
|
+
# Amazon Web Services costs.
|
|
2174
|
+
# @return [Hash<String,String>]
|
|
2175
|
+
#
|
|
2133
2176
|
# @!attribute [rw] update_type
|
|
2134
2177
|
# The type of update.
|
|
2135
2178
|
# @return [String]
|
|
@@ -2139,20 +2182,30 @@ module Aws::Tnb
|
|
|
2139
2182
|
class UpdateSolNetworkInstanceInput < Struct.new(
|
|
2140
2183
|
:modify_vnf_info_data,
|
|
2141
2184
|
:ns_instance_id,
|
|
2185
|
+
:tags,
|
|
2142
2186
|
:update_type)
|
|
2143
|
-
SENSITIVE = []
|
|
2187
|
+
SENSITIVE = [:tags]
|
|
2144
2188
|
include Aws::Structure
|
|
2145
2189
|
end
|
|
2146
2190
|
|
|
2147
2191
|
# @!attribute [rw] ns_lcm_op_occ_id
|
|
2148
|
-
# The identifier of the network
|
|
2192
|
+
# The identifier of the network operation.
|
|
2149
2193
|
# @return [String]
|
|
2150
2194
|
#
|
|
2195
|
+
# @!attribute [rw] tags
|
|
2196
|
+
# A tag is a label that you assign to an Amazon Web Services resource.
|
|
2197
|
+
# Each tag consists of a key and an optional value. When you use this
|
|
2198
|
+
# API, the tags are transferred to the network operation that is
|
|
2199
|
+
# created. Use tags to search and filter your resources or track your
|
|
2200
|
+
# Amazon Web Services costs.
|
|
2201
|
+
# @return [Hash<String,String>]
|
|
2202
|
+
#
|
|
2151
2203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/tnb-2008-10-21/UpdateSolNetworkInstanceOutput AWS API Documentation
|
|
2152
2204
|
#
|
|
2153
2205
|
class UpdateSolNetworkInstanceOutput < Struct.new(
|
|
2154
|
-
:ns_lcm_op_occ_id
|
|
2155
|
-
|
|
2206
|
+
:ns_lcm_op_occ_id,
|
|
2207
|
+
:tags)
|
|
2208
|
+
SENSITIVE = [:tags]
|
|
2156
2209
|
include Aws::Structure
|
|
2157
2210
|
end
|
|
2158
2211
|
|
data/lib/aws-sdk-tnb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-tnb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|